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
testing
repo-ecore-all/data/ZeligsoftDev/CX4CBDDS/bundles/com.zeligsoft.base.testsupport/models/validationModel.ecore
ValidationModel UnitTest name id isTested TestContainer tests
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ValidationModel" nsURI="http://www.prismtech.com/2011/validationmodel/1" nsPrefix="validationmodel"> <eClassifiers xsi:type="ecore:EClass" name="UnitTest"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTested" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1" eType="#//UnitTest" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"validationmodel","nsURI":"http://www.prismtech.com/2011/validationmodel/1","name":"ValidationModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitTest","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestContainer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"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":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTested","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":3,"target":6},{"source":3,"target":1},{"source":4,"target":7},{"source":4,"target":1},{"source":5,"target":8},{"source":5,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":1},{"source":9,"target":10},{"source":9,"target":2},{"source":10,"target":1}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/adilinam/QVTdCaseStudy/org.eclipse.qvt.declarative.test.emof/src/org/eclipse/qvt/declarative/test/emof/omg20070708Ecore/emof.ecore
emof Class ownedAttribute ownedOperation superClass isAbstract DataType Element tag ownedComment Tag element value name Enumeration ownedLiteral NamedElement name Extent Object Operation class ownedParameter raisedException MultiplicityElement isOrdered isUnique lower upper Package ownedType nestedPackage uri Type package Parameter operation EnumerationLiteral enumeration Property class opposite isReadOnly isDerived isComposite isId default TypedElement type PrimitiveType URIExtent Boolean java.lang.Boolean java.lang.Boolean String java.lang.String java.lang.String UnlimitedNatural java.lang.Integer java.lang.Integer Integer java.lang.Integer java.lang.Integer Real java.lang.Float java.lang.Float Comment annotatedElement
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="emof" nsURI="http:///emof.ecore" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//Tag" eOpposite="#//Tag/element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//Element" eOpposite="#//Element/tag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extent" eSuperTypes="#//Object"/> <eClassifiers xsi:type="ecore:EClass" name="Object"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class" transient="true" eOpposite="#//Class/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="#//UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1" eType="#//Type" containment="true" eOpposite="#//Type/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1" eType="#//Package" transient="true" eOpposite="#//Package/ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation" transient="true" eOpposite="#//Operation/ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enumeration" transient="true" eOpposite="#//Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class" transient="true" eOpposite="#//Class/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isId" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/> </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="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="URIExtent" eSuperTypes="#//Extent"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"emof","nsURI":"http:///emof.ecore","name":"emof","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":"DataType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","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":"MultiplicityElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"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":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","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":"ownedAttribute","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":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tag","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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","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":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":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":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isId","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"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":12},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":25,"target":15},{"source":25,"target":30},{"source":25,"target":1},{"source":25,"target":31},{"source":30,"target":15},{"source":26,"target":9},{"source":26,"target":32},{"source":26,"target":1},{"source":26,"target":33},{"source":32,"target":9},{"source":27,"target":1},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":1},{"source":28,"target":19},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":19},{"source":29,"target":12},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":36},{"source":36,"target":12},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":37,"target":4},{"source":37,"target":40},{"source":37,"target":3},{"source":37,"target":41},{"source":40,"target":4},{"source":38,"target":24},{"source":38,"target":42},{"source":38,"target":3},{"source":42,"target":24},{"source":39,"target":8},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":41},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":41,"target":3},{"source":41,"target":46},{"source":41,"target":4},{"source":41,"target":37},{"source":46,"target":3},{"source":43,"target":20},{"source":43,"target":47},{"source":43,"target":4},{"source":47,"target":20},{"source":44,"target":20},{"source":44,"target":48},{"source":44,"target":4},{"source":48,"target":20},{"source":45,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":49},{"source":5,"target":50},{"source":49,"target":14},{"source":49,"target":51},{"source":49,"target":5},{"source":49,"target":52},{"source":51,"target":14},{"source":50,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":53},{"source":6,"target":54},{"source":53,"target":20},{"source":53,"target":55},{"source":53,"target":6},{"source":55,"target":20},{"source":54,"target":3},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":56},{"source":56,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":16},{"source":9,"target":33},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":33,"target":1},{"source":33,"target":61},{"source":33,"target":9},{"source":33,"target":26},{"source":61,"target":1},{"source":57,"target":13},{"source":57,"target":62},{"source":57,"target":9},{"source":57,"target":63},{"source":62,"target":13},{"source":58,"target":12},{"source":58,"target":64},{"source":58,"target":9},{"source":64,"target":12},{"source":59,"target":10},{"source":60,"target":16},{"source":10,"target":0},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":65,"target":19},{"source":65,"target":69},{"source":65,"target":10},{"source":69,"target":19},{"source":66,"target":19},{"source":66,"target":70},{"source":66,"target":10},{"source":70,"target":19},{"source":67,"target":22},{"source":67,"target":71},{"source":67,"target":10},{"source":71,"target":22},{"source":68,"target":21},{"source":68,"target":72},{"source":68,"target":10},{"source":72,"target":21},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":73,"target":12},{"source":73,"target":77},{"source":73,"target":11},{"source":73,"target":78},{"source":77,"target":12},{"source":74,"target":11},{"source":74,"target":79},{"source":74,"target":11},{"source":79,"target":11},{"source":75,"target":20},{"source":75,"target":80},{"source":75,"target":11},{"source":80,"target":20},{"source":76,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":78},{"source":12,"target":81},{"source":78,"target":11},{"source":78,"target":82},{"source":78,"target":12},{"source":78,"target":73},{"source":82,"target":11},{"source":81,"target":6},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":16},{"source":13,"target":63},{"source":13,"target":83},{"source":13,"target":84},{"source":63,"target":9},{"source":63,"target":85},{"source":63,"target":13},{"source":63,"target":57},{"source":85,"target":9},{"source":83,"target":10},{"source":84,"target":16},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":52},{"source":14,"target":86},{"source":52,"target":5},{"source":52,"target":87},{"source":52,"target":14},{"source":52,"target":49},{"source":87,"target":5},{"source":86,"target":6},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":16},{"source":15,"target":31},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":31,"target":1},{"source":31,"target":96},{"source":31,"target":15},{"source":31,"target":25},{"source":96,"target":1},{"source":88,"target":15},{"source":88,"target":97},{"source":88,"target":15},{"source":97,"target":15},{"source":89,"target":19},{"source":89,"target":98},{"source":89,"target":15},{"source":98,"target":19},{"source":90,"target":19},{"source":90,"target":99},{"source":90,"target":15},{"source":99,"target":19},{"source":91,"target":19},{"source":91,"target":100},{"source":91,"target":15},{"source":100,"target":19},{"source":92,"target":19},{"source":92,"target":101},{"source":92,"target":15},{"source":101,"target":19},{"source":93,"target":20},{"source":93,"target":102},{"source":93,"target":15},{"source":102,"target":20},{"source":94,"target":10},{"source":95,"target":16},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":103},{"source":16,"target":104},{"source":103,"target":12},{"source":103,"target":105},{"source":103,"target":16},{"source":105,"target":12},{"source":104,"target":6},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":106},{"source":106,"target":2},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":107},{"source":107,"target":7},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":3},{"source":24,"target":108},{"source":24,"target":109},{"source":108,"target":6},{"source":108,"target":110},{"source":108,"target":24},{"source":110,"target":6},{"source":109,"target":3}],"multigraph":true}
ecore
timed-automata
repo-ecore-all/data/utwente-fmt/Adt2Upp/src/main/java/com/utwente/standalone/uppaal_0.5.0.ecore
uppaal NTA globalDeclarations template systemDeclarations int bool clock chan void core NamedElement name CommentableElement comment types Type index baseType typeSpecification PredefinedType type BuiltInType INT int CLOCK clock CHAN chan BOOL bool VOID void DeclaredType typeDeclaration typeDefinition TypeDefinition baseType typeSpecification TypeReference referredType TypeSpecification ScalarTypeSpecification sizeExpression StructTypeSpecification declaration RangeTypeSpecification bounds IntegerBounds lowerBound upperBound Library types declarations Declarations declaration GlobalDeclarations channelPriority LocalDeclarations SystemDeclarations system progressMeasure Declaration VariableDeclaration ChannelVariableDeclaration urgent false broadcast false ClockVariableDeclaration DataVariableDeclaration prefix DataVariablePrefix NONE CONST const META meta FunctionDeclaration function Function returnType block parameter TypeDeclaration type typeDefinition Variable index container typeDefinition initializer Index ValueIndex sizeExpression TypeIndex typeDefinition VariableContainer typeDefinition variable Parameter variableDeclaration callType CALL_BY_VALUE CallType CALL_BY_VALUE CALL_BY_VALUE CALL_BY_REFERENCE CALL_BY_REFERENCE Initializer ExpressionInitializer expression ArrayInitializer initializer global ChannelPriority item ChannelPriorityItem ChannelList channelExpression DefaultChannelPriority system TemplateDeclaration declaredTemplate argument System instantiationList InstantiationList template ProgressMeasure expression templates AbstractTemplate parameter Template declarations location edge init RedefinedTemplate referredTemplate declaration Location parentTemplate invariant locationTimeKind LocationKind NORMAL NORMAL URGENT URGENT COMMITED COMMITED Edge source target parentTemplate guard update synchronization selection Synchronization channelExpression kind SynchronizationKind RECEIVE ? SEND ! Selection statements Statement Block declarations statement EmptyStatement ForLoop initialization condition iteration statement Iteration statement WhileLoop expression statement DoWhileLoop statement expression IfStatement ifExpression thenStatement elseStatement ReturnStatement returnExpression ExpressionStatement expression expressions Expression NegationExpression negatedExpression PlusExpression confirmedExpression MinusExpression invertedExpression BinaryExpression firstExpr secondExpr AssignmentExpression operator AssignmentOperator EQUAL = PLUS_EQUAL += MINUS_EQUAL -= TIMES_EQUAL *= DIVIDE_EQUAL /= MODULO_EQUAL %= BIT_AND_EQUAL &= BIT_OR_EQUAL |= BIT_LEFT_EQUAL <<= BIT_RIGHT_EQUAL >>= BIT_XOR_EQUAL ^= IdentifierExpression identifier index LiteralExpression text ArithmeticExpression operator ArithmeticOperator ADD + SUBTRACT - MULTIPLICATE * DIVIDE / MODULO % LogicalExpression operator LogicalOperator AND and OR or IMPLY imply FunctionCallExpression function argument CompareExpression operator CompareOperator EQUAL == GREATER > GREATER_OR_EQUAL >= LESS < LESS_OR_EQUAL <= UNEQUAL != ConditionExpression ifExpression thenExpression elseExpression ScopedIdentifierExpression scope identifier Quantifier EXISTENTIAL ∃ UNIVERSAL ∀ QuantificationExpression quantifier expression IncrementDecrementExpression expression position operator IncrementDecrementOperator INCREMENT ++ DECREMENT -- IncrementDecrementPosition PRE PRE POST POST BitShiftExpression operator BitShiftOperator LEFT << RIGHT >> MinMaxExpression operator MinMaxOperator MIN <? MAX >? BitwiseExpression operator BitwiseOperator AND & XOR ^ OR | visuals ColoredElement color colorCode PlanarElement position LinearElement bendPoint Point x 0 y 0 ColorKind DEFAULT Default WHITE White LIGHTGREY LightGrey DARKGREY DarkGrey BLACK Black BLUE Blue CYAN Cyan GREEN Green MAGENTA Magenta ORANGE Orange PINK Pink RED Red YELLOW Yellow SELF_DEFINED Self_Defined
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uppaal" nsURI="http://www.uni-paderborn.de/uppaal/0.5.0" nsPrefix="uppaal"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains Uppaal-specific sub-packages."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NTA" eSuperTypes="#//core/NamedElement #//core/CommentableElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NTA"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A 'Network of Timed Automata' as basic input to Uppaal."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingIntDetails" value="(not self.int.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.int.type = types::BuiltInType::INT) and (self.int.name.equalsIgnoreCase('int')))"/> <details key="MatchingBoolDetails" value="(not self.bool.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.bool.type = types::BuiltInType::BOOL) and (self.bool.name.equalsIgnoreCase('bool')))"/> <details key="MatchingClockDetails" value="(not self.clock.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.clock.type = types::BuiltInType::CLOCK) and (self.clock.name.equalsIgnoreCase('clock')))"/> <details key="MatchingChanDetails" value="(not self.chan.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.chan.type = types::BuiltInType::CHAN) and (self.chan.name.equalsIgnoreCase('chan')))"/> <details key="MatchingVoidDetails" value="(not self.void.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;((self.void.type = types::BuiltInType::VOID) and (self.void.name.equalsIgnoreCase('void')))"/> <details key="UniqueTemplateNames" value="self.template->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingIntDetails MatchingBoolDetails MatchingClockDetails MatchingChanDetails MatchingVoidDetails UniqueTemplateNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="globalDeclarations" eType="#//declarations/GlobalDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="globalDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The global declarations for the NTA."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" upperBound="-1" eType="#//templates/Template" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="template"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Timed Automata templates of the NTA."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="systemDeclarations" lowerBound="1" eType="#//declarations/SystemDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="systemDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declarations of process instantiations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="int" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'int'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bool" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'bool'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clock" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'clock'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="chan" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined type 'chan'."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="void" lowerBound="1" eType="#//types/PredefinedType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The predefined dummy type 'void'."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eSubpackages name="core" nsURI="http://www.uni-paderborn.de/uppaal/core/0.4.0" nsPrefix="core"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains abstract general purpose classes."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for named model elements."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoWhitespace" value="self.name.characters()->excludes(' ')"/> <details key="NoDigitStart" value="Set{0..9}->excludes(self.name.characters()->first())"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoWhitespace NoDigitStart"/> </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 model element.."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommentableElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for commentable model elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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 comment for the model element.&#xD;&#xA;\todocg{Change cardinality to 1..1?}"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="types" nsURI="http://www.uni-paderborn.de/uppaal/types/0.4.0" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides support for built-in and user-defined types."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//declarations/Index" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of array indexes for the type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//types/BuiltInType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(DeclaredType)&#xD;&#xA;then &#xD;&#xA;&#x9;if self.oclAsType(DeclaredType).typeDefinition.oclIsUndefined()&#xD;&#xA;&#x9;then null&#xD;&#xA;&#x9;else self.oclAsType(DeclaredType).typeDefinition.baseType&#xD;&#xA;&#x9;endif&#xD;&#xA;else &#xD;&#xA;&#x9;if self.oclIsKindOf(PredefinedType)&#xD;&#xA;&#x9;then self.oclAsType(PredefinedType).type&#xD;&#xA;&#x9;else null&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecification" eType="#//types/TypeSpecification" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if (self.oclIsKindOf(DeclaredType))&#xD;&#xA;then self.oclAsType(DeclaredType).typeDefinition.typeSpecification&#xD;&#xA;else null&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedType" eSuperTypes="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="One of the predefined types 'int', 'bool', 'chan', 'clock' or 'void'."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//types/BuiltInType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the concrete literal that represents the predefined type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BuiltInType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All built-in types."/> </eAnnotations> <eLiterals name="INT" literal="int"/> <eLiterals name="CLOCK" value="1" literal="clock"/> <eLiterals name="CHAN" value="2" literal="chan"/> <eLiterals name="BOOL" value="3" literal="bool"/> <eLiterals name="VOID" value="4" literal="void"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclaredType" eSuperTypes="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A user-declared type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDeclaration" lowerBound="1" eType="#//declarations/TypeDeclaration" eOpposite="#//declarations/TypeDeclaration/type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration that declares this type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.typeDeclaration.oclIsUndefined()&#xD;&#xA;then null&#xD;&#xA;else self.typeDeclaration.typeDefinition&#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The definition of the declared type. Usually a type specification, but can also be a type reference to a &quot;renamed&quot; type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for type definitions of all typed elements. Type definitions are either references to types defined elsewhere, or in place specifications of new types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseType" eType="#//types/BuiltInType" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.oclIsKindOf(TypeReference)&#xD;&#xA;then &#xD;&#xA;&#x9;if self.oclAsType(TypeReference).referredType.oclIsUndefined()&#xD;&#xA;&#x9;then null&#xD;&#xA;&#x9;else self.oclAsType(TypeReference).referredType.baseType&#xD;&#xA;&#x9;endif&#xD;&#xA;else &#xD;&#xA;&#x9;if self.oclIsKindOf(ScalarTypeSpecification) or self.oclIsKindOf(RangeTypeSpecification)&#xD;&#xA;&#x9;then BuiltInType::INT&#xD;&#xA;&#x9;else null&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The built-in base type this type definition relies on. Can be 'null' in case of a 'struct' type definition involved."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSpecification" eType="#//types/TypeSpecification" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="body" value="if (self.oclIsKindOf(DeclaredType))&#xD;&#xA;then self.oclAsType(DeclaredType).typeDefinition.typeSpecification&#xD;&#xA;else null&#xD;&#xA;endif"/> </eAnnotations> <details key="body" value="if (self.oclIsKindOf(DeclaredType))&#xD;&#xA;then self.oclAsType(DeclaredType).typeDefinition.typeSpecification&#xD;&#xA;else null&#xD;&#xA;endif"/> </eAnnotations> <details key="derivation" value="if (self.oclIsKindOf(TypeReference))&#xD;&#xA;then self.oclAsType(TypeReference).referredType.typeSpecification&#xD;&#xA;else&#xD;&#xA;&#x9;if (self.oclIsKindOf(TypeSpecification))&#xD;&#xA;&#x9;then self.oclAsType(TypeSpecification)&#xD;&#xA;&#x9;else null&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//types/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reference to a type defined elsewhere."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" lowerBound="1" eType="#//types/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referred type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSpecification" abstract="true" eSuperTypes="#//types/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for the specification of new types, using either the 'struct' or 'scalar' keywords, or restricting a type to a range of values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specification of a 'scalar' type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression that represents the size of the scalar type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A specification of a 'struct' type."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueFieldNames" value="self.declaration->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueFieldNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" upperBound="-1" eType="#//declarations/DataVariableDeclaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable declarations representing the fields of the 'struct' type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeTypeSpecification" eSuperTypes="#//types/TypeSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type specification restricting the 'int' type to a range of values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" lowerBound="1" eType="#//types/IntegerBounds" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bounds that restrict the type specification."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerBounds"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IntegerBounds"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to restrict the 'int' type to a range of values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerBound" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing the lower bound."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing the upper bound."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" eType="#//types/PredefinedType" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="declarations" nsURI="http://www.uni-paderborn.de/uppaal/declarations/0.4.0" nsPrefix="declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for all kinds of declarations, e.g. types, functions, or variables."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Declarations" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Declarations"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueFunctionNames" value="self.declaration->select(oclIsKindOf(FunctionDeclaration)).oclAsType(FunctionDeclaration)->collect(function)->isUnique(name)"/> <details key="UniqueVariableNames" value="self.declaration->select(oclIsKindOf(VariableDeclaration)).oclAsType(VariableDeclaration)->collect(variable)->isUnique(name)"/> <details key="UniqueTypeNames" value="self.declaration->select(oclIsKindOf(TypeDeclaration)).oclAsType(TypeDeclaration)->collect(type)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a set of variable, type, function, or template declarations, that are either global, local to a template, local to a block, or system declarations."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueFunctionNames UniqueVariableNames UniqueTypeNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" upperBound="-1" eType="#//declarations/Declaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The single declarations."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoTemplateDeclarations" value="not self.declaration->exists(oclIsKindOf(system::TemplateDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoTemplateDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Global declarations of an NTA."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelPriority" eType="#//declarations/global/ChannelPriority" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration of the synchronization channel priorities."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoTemplateDeclarations" value="not self.declaration->exists(oclIsKindOf(system::TemplateDeclaration))"/> <details key="NoChannelDeclarations" value="not self.declaration->exists(oclIsKindOf(ChannelVariableDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoTemplateDeclarations NoChannelDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Local declarations inside a template or block of statements."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemDeclarations" eSuperTypes="#//declarations/Declarations"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueTemplateNames" value="self.declaration->select(oclIsKindOf(system::TemplateDeclaration)).oclAsType(system::TemplateDeclaration)->collect(declaredTemplate)->isUnique(name)"/> <details key="NoChannelDeclarations" value="not self.declaration->exists(oclIsKindOf(ChannelVariableDeclaration))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueTemplateNames NoChannelDeclarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="System declarations consisting of process instantiations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="system" lowerBound="1" eType="#//declarations/system/System" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The system section describing the process instantiations."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="progressMeasure" eType="#//declarations/system/ProgressMeasure" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The optional progress measure section."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class representing a variable, function, or type declaration."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//declarations/Declaration #//declarations/VariableContainer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="VariableDeclaration"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of one or more variables."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::CHAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of synchronization channel variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urgent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the urgency of the declared synchronization channels."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="broadcast" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the declared synchronization channels use broadcast."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::CLOCK"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of clock variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataVariableDeclaration" eSuperTypes="#//declarations/VariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="MatchingType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(self.typeDefinition.baseType &lt;> types::BuiltInType::CHAN&#xD;&#xA;and&#xD;&#xA;self.typeDefinition.baseType &lt;> types::BuiltInType::CLOCK)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of data variables."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="MatchingType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" lowerBound="1" eType="#//declarations/DataVariablePrefix"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The prefix of the data variable declaration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataVariablePrefix"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Prefixes for data variables with base type 'int' or 'bool'."/> </eAnnotations> <eLiterals name="NONE" literal=""/> <eLiterals name="CONST" value="1" literal="const"/> <eLiterals name="META" value="2" literal="meta"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Declaration of a single function."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//declarations/Function" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The return type of this function."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ValidReturnType" value="(not returnType.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(returnType.baseType = types::BuiltInType::VOID or&#xD;&#xA; returnType.baseType = types::BuiltInType::INT or&#xD;&#xA; returnType.baseType = types::BuiltInType::BOOL)"/> <details key="UniqueParameterNames" value="self.parameter->collect(variableDeclaration)->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A function with a return type and optional parameters."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidReturnType UniqueParameterNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The return type of this function."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//statements/Block" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The block of statements representing the function body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//declarations/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The function's parameters."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of one or more types."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueTypeNames" value="self.type->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueTypeNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" upperBound="-1" eType="#//types/DeclaredType" containment="true" eOpposite="#//types/DeclaredType/typeDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The types declared by this type declaration."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition for declared types."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//core/NamedElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Variable"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A typed variable."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoInitializerForClockAndChannelVariables" value="((not self.typeDefinition.oclIsUndefined()) and&#xD;&#xA;(self.typeDefinition.baseType = types::BuiltInType::CHAN or&#xD;&#xA; self.typeDefinition.baseType = types::BuiltInType::CLOCK))&#xD;&#xA; implies self.initializer.oclIsUndefined()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoInitializerForClockAndChannelVariables"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//declarations/Index" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of array indexes for the variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//declarations/VariableContainer" eOpposite="#//declarations/VariableContainer/variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The container of this variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="derivation" value="if self.container.oclIsUndefined()&#xD;&#xA;then null &#xD;&#xA;else &#xD;&#xA;self.container.typeDefinition &#xD;&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition of this variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//declarations/Initializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents the variable's initial value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base-class for indexing variables or types."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueIndex" eSuperTypes="#//declarations/Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An index specified by an expression value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based expression representing size and range of the indexed type or variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeIndex" eSuperTypes="#//declarations/Index"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An index specified by a bounded integer-based type."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="IntegerBasedIndex" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::INT"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IntegerBasedIndex"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An integer-based type representing size and range of the indexed type or variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableContainer" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for objects containing variables like variable declarations, iterations, quantifications or selections."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoVoidVariables" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType &lt;> types::BuiltInType::VOID"/> <details key="UniqueVariableNames" value="self.variable->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoVoidVariables UniqueVariableNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//types/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type definition for the contained variables."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" upperBound="-1" eType="#//declarations/Variable" containment="true" eOpposite="#//declarations/Variable/container"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="variable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The contained variables."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="(not self.variableDeclaration.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.variableDeclaration.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A parameter of a function or template."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" lowerBound="1" eType="#//declarations/VariableDeclaration" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A variable declaration containing the variable that represents the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="callType" eType="#//declarations/CallType" defaultValueLiteral="CALL_BY_VALUE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether call-by-value or call-by-reference semantics should be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CallType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents call-by-value or call-by-reference parameters."/> </eAnnotations> <eLiterals name="CALL_BY_VALUE"/> <eLiterals name="CALL_BY_REFERENCE" value="1" literal="CALL_BY_REFERENCE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer specifies a variable's initial value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInitializer" eSuperTypes="#//declarations/Initializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer that represents a single initial value by means of an expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression representing the initial value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//declarations/Initializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An initializer for array variables, referring to multiple sub-initializers."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" lowerBound="1" upperBound="-1" eType="#//declarations/Initializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A number of sub-initializers, each one representing the initial value for one array index."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eSubpackages name="global" nsURI="http://www.uni-paderborn.de/uppaal/declarations/global" nsPrefix="global"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains special classes that are relevant for the global declarations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriority"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A priority ordering for synchronization channels."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="AtMostOneDefaultItem" value="self.item->select(oclIsKindOf(DefaultChannelPriority))->size() &lt;= 1"/> <details key="EachChannelContainedAtMostOnce" value="self.item->select(oclIsKindOf(ChannelList)).oclAsType(ChannelList)->collect(channelExpression)->isUnique(variable)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtMostOneDefaultItem EachChannelContainedAtMostOnce"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" upperBound="-1" eType="#//declarations/global/ChannelPriorityItem" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The items of the channel priority ordering."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriorityItem" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for items inside a channel priority."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelList" eSuperTypes="#//declarations/global/ChannelPriorityItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of synchronization channel variables, used to assign these channels a common priority."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ChannelVariablesOnly" value="self.channelExpression->forAll(&#xD;&#xA;&#x9;(not identifier.typeDefinition.oclIsUndefined()) implies identifier.typeDefinition.baseType = types::BuiltInType::CHAN&#xD;&#xA;)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ChannelVariablesOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" lowerBound="1" upperBound="-1" eType="#//expressions/IdentifierExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable expressions representing the synchronization channels inside the channel list."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultChannelPriority" eSuperTypes="#//declarations/global/ChannelPriorityItem"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A 'default' item inside a channel priority, representing all channels not listed explicitly."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="system" nsURI="http://www.uni-paderborn.de/uppaal/declarations/system" nsPrefix="system"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains special classes that are relevant for the system declarations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TemplateDeclaration" eSuperTypes="#//declarations/Declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NumberOfArgumentsMatchesDeclaration" value="(not self.declaredTemplate.oclIsUndefined() and not self.declaredTemplate.referredTemplate.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.argument->size() = self.declaredTemplate.referredTemplate.parameter->size()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NumberOfArgumentsMatchesDeclaration"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A declaration of a template redefinition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaredTemplate" lowerBound="1" eType="#//templates/RedefinedTemplate" containment="true" eOpposite="#//templates/RedefinedTemplate/declaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template being declared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A number of arguments that describe how the referred template's parameters should be mapped towards the declared template's parameters."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="System"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A system contains declarations of template instantiations."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="EachTemplateReferencedAtMostOnce" value="self.instantiationList->collect(template)->isUnique(t : templates::AbstractTemplate | t)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EachTemplateReferencedAtMostOnce"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiationList" lowerBound="1" upperBound="-1" eType="#//declarations/system/InstantiationList" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of process instantiation sublists, ordered by decreasing priority. The templates referenced inside the sublists are instantiated to be part of the system at runtime."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationList"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a list of templates to be instantiated using a common priority."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="OnlyLegalParamsForPartialInstantiation" value="self.template->forAll(&#xD;&#xA;&#x9;parameter->forAll(&#xD;&#xA;&#x9;&#x9;callType = declarations::CallType::CALL_BY_VALUE&#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;((not variableDeclaration.oclIsUndefined())&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9; (variableDeclaration.typeDefinition.typeSpecification.oclIsKindOf(types::RangeTypeSpecification) or&#xD;&#xA;&#x9;&#x9; variableDeclaration.typeDefinition.typeSpecification.oclIsKindOf(types::ScalarTypeSpecification)))&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OnlyLegalParamsForPartialInstantiation"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" upperBound="-1" eType="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of instantiations."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgressMeasure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A progress measure consisting of monotonically increasing expressions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The progress measure expressions."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="templates" nsURI="http://www.uni-paderborn.de/uppaal/templates/0.4.0" nsPrefix="templates"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for Timed Automata templates consisting of locations and edges."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractTemplate" abstract="true" eSuperTypes="#//core/NamedElement #//core/CommentableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for ordinary timed automata templates as well as redefined templates."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueParameterNames" value="self.parameter->collect(variableDeclaration)->collect(variable)->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//declarations/Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter declarations of the template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//templates/AbstractTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Template"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueLocationNames" value="self.location->isUnique(name)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueLocationNames"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Uppaal template representing a single timed automaton."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//declarations/LocalDeclarations" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="declarations"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The local declarations of the template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" upperBound="-1" eType="#//templates/Location" containment="true" eOpposite="#//templates/Location/parentTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="location"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The locations inside this template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" upperBound="-1" eType="#//templates/Edge" containment="true" eOpposite="#//templates/Edge/parentTemplate"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="edge"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The edges inside this template."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="init"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initial location of this template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinedTemplate" eSuperTypes="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A template resulting from redefinition of another referred template, altering its name and parametrization."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredTemplate" lowerBound="1" eType="#//templates/AbstractTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The template that serves as basis for redefinition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//declarations/system/TemplateDeclaration" eOpposite="#//declarations/system/TemplateDeclaration/declaredTemplate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The declaration of this template."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//core/NamedElement #//core/CommentableElement #//visuals/PlanarElement #//visuals/ColoredElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Location"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A location inside a template."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTemplate" lowerBound="1" eType="#//templates/Template" eOpposite="#//templates/Template/location"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent template containing the location."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression representing the location's invariant."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationTimeKind" lowerBound="1" eType="#//templates/LocationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the kind of location (default, urgent, or committed)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LocationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Location types."/> </eAnnotations> <eLiterals name="NORMAL"/> <eLiterals name="URGENT" value="1"/> <eLiterals name="COMMITED" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//visuals/LinearElement #//core/CommentableElement #//visuals/ColoredElement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Edge"/> <details key="kind" value="empty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An edge connecting two locations inside a template."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="UniqueParentTemplate" value="(not (self.source.oclIsUndefined() or self.target.oclIsUndefined()))&#xD;&#xA;implies&#xD;&#xA;self.source.parentTemplate = self.target.parentTemplate"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParentTemplate"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="source"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The source location of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//templates/Location"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="target"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target location of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentTemplate" lowerBound="1" eType="#//templates/Template" eOpposite="#//templates/Template/edge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent template containing the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The guard expression of the edge."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="update" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of update expressions for the edge, evaluated if the edge fires."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronization" eType="#//templates/Synchronization" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A synchronization performed when the edge fires."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//templates/Selection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of non-deterministic value selections."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synchronization"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A sent or received synchronization between two templates using a specific synchronization channel."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ChannelVariablesOnly" value="(not self.channelExpression.oclIsUndefined())&#xD;&#xA;and&#xD;&#xA;(not self.channelExpression.identifier.oclIsUndefined())&#xD;&#xA;and&#xD;&#xA;(self.channelExpression.identifier.oclIsKindOf(declarations::Variable))&#xD;&#xA;and&#xD;&#xA;(not self.channelExpression.identifier.oclAsType(declarations::Variable).typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.channelExpression.identifier.oclAsType(declarations::Variable).typeDefinition.baseType = types::BuiltInType::CHAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ChannelVariablesOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" lowerBound="1" eType="#//expressions/IdentifierExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing the channel variable used for synchronization."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//templates/SynchronizationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The kind of synchronization (sent or received)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SynchronizationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing the type of synchronization."/> </eAnnotations> <eLiterals name="RECEIVE" literal="?"/> <eLiterals name="SEND" value="1" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> <details key="IntegerBasedType" value="(not self.typeDefinition.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.typeDefinition.baseType = types::BuiltInType::INT"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable IntegerBasedType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A non-deterministic selection of a value from a range. The range is specified by a bounded type."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="statements" nsURI="http://www.uni-paderborn.de/uppaal/statements/0.4.0" nsPrefix="statements"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Support for statements inside functions."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base-class for all statements inside a function's body."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A block of one or more statements."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="DataVariableDeclarationsOnly" value="(not self.declarations.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;(self.declarations.declaration->forAll(oclIsKindOf(declarations::DataVariableDeclaration)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DataVariableDeclarationsOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" eType="#//declarations/LocalDeclarations" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The local declarations for the function's body."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" upperBound="-1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statements inside the funtion's body."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An empty statement represented by a semicolon only."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A for-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initialization expression of the for loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The condition of the for loop, represented by a boolean expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="iteration" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The iteration statements of the for loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//statements/Statement #//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An iteration over all possible values of a bounded type using the 'for' keyword."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A while-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression for the while loop."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoWhileLoop" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A do-while-loop statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The statement to be evaluated for every value."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean expression for the while loop."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An if-then-else statement."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean if-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" lowerBound="1" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The then-statement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//statements/Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The else-statement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A statement used to return from a function's body, optionally carrying a return value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnExpression" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression representing the return value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//statements/Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A statement that refers to an arbitrary expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression this statement refers to."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.uni-paderborn.de/uppaal/expressions/0.4.0" nsPrefix="expressions"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Introduces all kinds of expressions."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all kinds of expressions."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegationExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A negation of an expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="negatedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A confirmation of an integer-based expression using the '+' token."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="confirmedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinusExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An inversion of an integer-based expression using the '-' token."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="invertedExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression negated by this negation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract base class for all binary expressions connecting two sub-expressions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="firstExpr" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The first sub-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="secondExpr" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The second sub-expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary assignment expression using a specific assignment operator."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/AssignmentOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operator for the assignment."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all assignment operators."/> </eAnnotations> <eLiterals name="EQUAL" literal="="/> <eLiterals name="PLUS_EQUAL" value="1" literal="+="/> <eLiterals name="MINUS_EQUAL" value="2" literal="-="/> <eLiterals name="TIMES_EQUAL" value="3" literal="*="/> <eLiterals name="DIVIDE_EQUAL" value="4" literal="/="/> <eLiterals name="MODULO_EQUAL" value="5" literal="%="/> <eLiterals name="BIT_AND_EQUAL" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_EQUAL" value="7" literal="|="/> <eLiterals name="BIT_LEFT_EQUAL" value="8" literal="&lt;&lt;="/> <eLiterals name="BIT_RIGHT_EQUAL" value="9" literal=">>="/> <eLiterals name="BIT_XOR_EQUAL" value="10" literal="^="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression referring to a variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//core/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referred variable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of expressions that refer to the array indexes of the variable."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression referring to a literal of any type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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 textual description of the literal."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/ArithmeticOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="ADD" literal="+"/> <eLiterals name="SUBTRACT" value="1" literal="-"/> <eLiterals name="MULTIPLICATE" value="2" literal="*"/> <eLiterals name="DIVIDE" value="3" literal="/"/> <eLiterals name="MODULO" value="4" literal="%"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A logical expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/LogicalOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicalOperator"> <eLiterals name="AND" literal="and"/> <eLiterals name="OR" value="1" literal="or"/> <eLiterals name="IMPLY" value="2" literal="imply"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing a call to a function."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NumberOfArgumentsMatchesDeclaration" value="(not self.function.oclIsUndefined())&#xD;&#xA;implies&#xD;&#xA;self.argument->size() = self.function.parameter->size()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NumberOfArgumentsMatchesDeclaration"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//declarations/Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The function to be called."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A set of expressions representing the argument values for the function call. Must conform to the parameters of the function declaration."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comparison between two expression values using a specific comparison operator."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/CompareOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The comparison operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompareOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all comparison operators."/> </eAnnotations> <eLiterals name="EQUAL" literal="=="/> <eLiterals name="GREATER" value="1" literal=">"/> <eLiterals name="GREATER_OR_EQUAL" value="2" literal=">="/> <eLiterals name="LESS" value="3" literal="&lt;"/> <eLiterals name="LESS_OR_EQUAL" value="4" literal="&lt;="/> <eLiterals name="UNEQUAL" value="5" literal="!="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression representing a conditional redirection to one of the sub-expressions. Uses tokens '?' and ':' for delimitation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The boolean if-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The then-expression."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The else-expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScopedIdentifierExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression used to access a scoped identifier. Uses a dot for delimination between scope and identifier."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression that refers to a certain identifier scope."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//expressions/IdentifierExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression that refers to a member of the scope."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Quantifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing existential and universal quantification."/> </eAnnotations> <eLiterals name="EXISTENTIAL" literal="∃"/> <eLiterals name="UNIVERSAL" value="1" literal="∀"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantificationExpression" eSuperTypes="#//expressions/Expression #//declarations/VariableContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="SingleVariable" value="self.variable->size() &lt;= 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SingleVariable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A quantification expression introducing a quantified variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" lowerBound="1" eType="#//expressions/Quantifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The quantifier to be applied."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The quantified expression."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncrementDecrementExpression" eSuperTypes="#//expressions/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression describing increment (++) or decrement (---) of an integer-based expression. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//expressions/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The expression to be incremented or decremented."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="#//expressions/IncrementDecrementPosition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies pre- or post-evaluation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/IncrementDecrementOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies increment or decrement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing increment and decrement operators."/> </eAnnotations> <eLiterals name="INCREMENT" literal="++"/> <eLiterals name="DECREMENT" value="1" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementPosition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing pre- or post-processing inside increment/decrement expressions."/> </eAnnotations> <eLiterals name="PRE" literal="PRE"/> <eLiterals name="POST" value="1" literal="POST"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitShiftExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/BitShiftOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BitShiftOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="LEFT" literal="&lt;&lt;"/> <eLiterals name="RIGHT" value="1" literal=">>"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MinMaxExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/MinMaxOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MinMaxOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="MIN" literal="&lt;?"/> <eLiterals name="MAX" value="1" literal=">?"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitwiseExpression" eSuperTypes="#//expressions/BinaryExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A binary expression representing an arithemtic operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//expressions/BitwiseOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The arithmetic operator to be applied."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BitwiseOperator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing all arithmetic operators."/> </eAnnotations> <eLiterals name="AND" literal="&amp;"/> <eLiterals name="XOR" value="1" literal="^"/> <eLiterals name="OR" value="2" literal="|"/> </eClassifiers> </eSubpackages> <eSubpackages name="visuals" nsURI="http://www.uni-paderborn.de/uppaal/visuals/0.4.0" nsPrefix="visuals"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provides support for the visual representation of model elements."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ColoredElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A model element that has an optional color."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//visuals/ColorKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The color of the model element. It is either a standard uppaal color (default, white, light grey, dark grey, black, blue, cyan, green, magenta, orange, pink, red, yellow) or a self-defined color. Edges should not be white.&#xD;&#xA;&#xD;&#xA;\todosd{We need an OCL-Constraint: Edges should not be white.}&#xD;&#xA;\todosd{We need an OCL-Constraint: If self defined is choosen then a color code must be specified.}"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colorCode" 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 hexadecimal color code of the model element that must be defined if a self-defined color should be used."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlanarElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A planar model element that has an optional position."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//visuals/Point" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The planar position of the model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinearElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A linear model element that has a set of bend points."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bendPoint" upperBound="-1" eType="#//visuals/Point" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bend points of the linear model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a point in the two-dimensional space."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" 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 horizontal component of the point."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" 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 vertical component of the point."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The color kinds of an element. They are the standard colors of uppaal or a self-defined color."/> </eAnnotations> <eLiterals name="DEFAULT" literal="Default"/> <eLiterals name="WHITE" value="1" literal="White"/> <eLiterals name="LIGHTGREY" value="2" literal="LightGrey"/> <eLiterals name="DARKGREY" value="3" literal="DarkGrey"/> <eLiterals name="BLACK" value="4" literal="Black"/> <eLiterals name="BLUE" value="5" literal="Blue"/> <eLiterals name="CYAN" value="6" literal="Cyan"/> <eLiterals name="GREEN" value="7" literal="Green"/> <eLiterals name="MAGENTA" value="8" literal="Magenta"/> <eLiterals name="ORANGE" value="9" literal="Orange"/> <eLiterals name="PINK" value="10" literal="Pink"/> <eLiterals name="RED" value="11" literal="Red"/> <eLiterals name="YELLOW" value="12" literal="Yellow"/> <eLiterals name="SELF_DEFINED" value="13" literal="Self_Defined"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"uppaal","nsURI":"http://www.uni-paderborn.de/uppaal/0.5.0","name":"uppaal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"core","nsURI":"http://www.uni-paderborn.de/uppaal/core/0.4.0","name":"core","id":2,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.uni-paderborn.de/uppaal/types/0.4.0","name":"types","id":3,"eClass":"EPackage"},{"nsPrefix":"declarations","nsURI":"http://www.uni-paderborn.de/uppaal/declarations/0.4.0","name":"declarations","id":4,"eClass":"EPackage"},{"nsPrefix":"templates","nsURI":"http://www.uni-paderborn.de/uppaal/templates/0.4.0","name":"templates","id":5,"eClass":"EPackage"},{"nsPrefix":"statements","nsURI":"http://www.uni-paderborn.de/uppaal/statements/0.4.0","name":"statements","id":6,"eClass":"EPackage"},{"nsPrefix":"expressions","nsURI":"http://www.uni-paderborn.de/uppaal/expressions/0.4.0","name":"expressions","id":7,"eClass":"EPackage"},{"nsPrefix":"visuals","nsURI":"http://www.uni-paderborn.de/uppaal/visuals/0.4.0","name":"visuals","id":8,"eClass":"EPackage"},{"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":"CommentableElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"template","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":"systemDeclarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"int","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chan","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":true,"unsettable":false,"transient":false,"unique":true,"name":"void","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalDeclarations","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDeclarations","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BuiltInType","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpecification","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarTypeSpecification","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructTypeSpecification","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeTypeSpecification","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerBounds","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":47,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"lowerBound":0,"iD":false,"id":49,"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":"typeSpecification","changeable":false,"resolveProxies":true,"lowerBound":0,"id":50,"derived":true},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"INT","id":59,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"CLOCK","id":60,"value":1,"literal":"clock","eClass":"EEnumLiteral"},{"name":"CHAN","id":61,"value":2,"literal":"chan","eClass":"EEnumLiteral"},{"name":"BOOL","id":62,"value":3,"literal":"bool","eClass":"EEnumLiteral"},{"name":"VOID","id":63,"value":4,"literal":"void","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"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":"typeDefinition","changeable":false,"resolveProxies":true,"lowerBound":1,"id":65,"derived":true},{"id":66,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"id":68,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"lowerBound":0,"iD":false,"id":71,"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":"typeSpecification","changeable":false,"resolveProxies":true,"lowerBound":0,"id":72,"derived":true},{"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":"referredType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"id":82,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVariableDeclaration","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"lowerBound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"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":91,"derived":false},{"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declarations","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalDeclarations","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelVariableDeclaration","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockVariableDeclaration","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataVariablePrefix","instanceClass":null,"id":102,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueIndex","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeIndex","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableContainer","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CallType","instanceClass":null,"id":110,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInitializer","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"nsPrefix":"global","nsURI":"http://www.uni-paderborn.de/uppaal/declarations/global","name":"global","id":114,"eClass":"EPackage"},{"nsPrefix":"system","nsURI":"http://www.uni-paderborn.de/uppaal/declarations/system","name":"system","id":115,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"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":"channelPriority","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriority","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"progressMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgressMeasure","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"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":"urgent","changeable":true,"lowerBound":1,"iD":false,"id":132,"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":"broadcast","changeable":true,"lowerBound":1,"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,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"name":"NONE","id":141,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"CONST","id":142,"value":1,"literal":"const","eClass":"EEnumLiteral"},{"name":"META","id":143,"value":2,"literal":"meta","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":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"block","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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"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":"typeDefinition","changeable":false,"resolveProxies":true,"lowerBound":1,"id":161,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CALL_BY_VALUE","unsettable":false,"transient":false,"unique":true,"name":"callType","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"name":"CALL_BY_VALUE","id":182,"value":0,"literal":"CALL_BY_VALUE","eClass":"EEnumLiteral"},{"name":"CALL_BY_REFERENCE","id":183,"value":1,"literal":"CALL_BY_REFERENCE","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriorityItem","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelList","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultChannelPriority","instanceClass":null,"abstract":false,"id":192,"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":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"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":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierExpression","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateDeclaration","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationList","instanceClass":null,"abstract":false,"id":201,"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":"declaredTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinedTemplate","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"id":206,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"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":"instantiationList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"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":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTemplate","instanceClass":null,"abstract":true,"id":212,"interface":false,"eClass":"EClass"},{"id":213,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LocationKind","instanceClass":null,"id":217,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SynchronizationKind","instanceClass":null,"id":220,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":221,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"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":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edge","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":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"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":"parentTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"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":"parentTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlanarElement","instanceClass":null,"abstract":true,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColoredElement","instanceClass":null,"abstract":true,"id":242,"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":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationTimeKind","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"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"},{"name":"NORMAL","id":252,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"URGENT","id":253,"value":1,"literal":"URGENT","eClass":"EEnumLiteral"},{"name":"COMMITED","id":254,"value":2,"literal":"COMMITED","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearElement","instanceClass":null,"abstract":true,"id":255,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"container":false,"ordered":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":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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"update","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"ordered":true,"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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"name":"RECEIVE","id":276,"value":0,"literal":"?","eClass":"EEnumLiteral"},{"name":"SEND","id":277,"value":1,"literal":"!","eClass":"EEnumLiteral"},{"id":278,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":287,"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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"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":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":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":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iteration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"container":false,"ordered":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":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"container":false,"ordered":true,"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":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegationExpression","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusExpression","instanceClass":null,"abstract":false,"id":332,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":333,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":334,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":335,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":336,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":338,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":false,"id":339,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"id":340,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompareOperator","instanceClass":null,"id":343,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionExpression","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopedIdentifierExpression","instanceClass":null,"abstract":false,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":346,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantificationExpression","instanceClass":null,"abstract":false,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncrementDecrementExpression","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementOperator","instanceClass":null,"id":349,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementPosition","instanceClass":null,"id":350,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitShiftExpression","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BitShiftOperator","instanceClass":null,"id":352,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinMaxExpression","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MinMaxOperator","instanceClass":null,"id":354,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseExpression","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BitwiseOperator","instanceClass":null,"id":356,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"negatedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"confirmedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invertedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"firstExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"secondExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"name":"EQUAL","id":374,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_EQUAL","id":375,"value":1,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_EQUAL","id":376,"value":2,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_EQUAL","id":377,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_EQUAL","id":378,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"MODULO_EQUAL","id":379,"value":5,"literal":"%=","eClass":"EEnumLiteral"},{"name":"BIT_AND_EQUAL","id":380,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_EQUAL","id":381,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_LEFT_EQUAL","id":382,"value":8,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"BIT_RIGHT_EQUAL","id":383,"value":9,"literal":">>=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_EQUAL","id":384,"value":10,"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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"name":"ADD","id":396,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUBTRACT","id":397,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"MULTIPLICATE","id":398,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":399,"value":3,"literal":"/","eClass":"EEnumLiteral"},{"name":"MODULO","id":400,"value":4,"literal":"%","eClass":"EEnumLiteral"},{"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":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"name":"AND","id":404,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"OR","id":405,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"IMPLY","id":406,"value":2,"literal":"imply","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":"function","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":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"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":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"name":"EQUAL","id":415,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"GREATER","id":416,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":417,"value":2,"literal":">=","eClass":"EEnumLiteral"},{"name":"LESS","id":418,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":419,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"UNEQUAL","id":420,"value":5,"literal":"!=","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":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","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":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"name":"EXISTENTIAL","id":433,"value":0,"literal":"∃","eClass":"EEnumLiteral"},{"name":"UNIVERSAL","id":434,"value":1,"literal":"∀","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":1,"iD":false,"id":435,"derived":false},{"container":false,"ordered":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":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":441,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":442,"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":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"name":"INCREMENT","id":448,"value":0,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":449,"value":1,"literal":"--","eClass":"EEnumLiteral"},{"name":"PRE","id":450,"value":0,"literal":"PRE","eClass":"EEnumLiteral"},{"name":"POST","id":451,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"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":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"name":"LEFT","id":455,"value":0,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT","id":456,"value":1,"literal":">>","eClass":"EEnumLiteral"},{"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":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"name":"MIN","id":460,"value":0,"literal":"<?","eClass":"EEnumLiteral"},{"name":"MAX","id":461,"value":1,"literal":">?","eClass":"EEnumLiteral"},{"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":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"name":"AND","id":465,"value":0,"literal":"&","eClass":"EEnumLiteral"},{"name":"XOR","id":466,"value":1,"literal":"^","eClass":"EEnumLiteral"},{"name":"OR","id":467,"value":2,"literal":"|","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":468,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorKind","instanceClass":null,"id":469,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colorCode","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bendPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"id":477,"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":"x","changeable":true,"lowerBound":1,"iD":false,"id":478,"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":"y","changeable":true,"lowerBound":1,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"name":"DEFAULT","id":482,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"WHITE","id":483,"value":1,"literal":"White","eClass":"EEnumLiteral"},{"name":"LIGHTGREY","id":484,"value":2,"literal":"LightGrey","eClass":"EEnumLiteral"},{"name":"DARKGREY","id":485,"value":3,"literal":"DarkGrey","eClass":"EEnumLiteral"},{"name":"BLACK","id":486,"value":4,"literal":"Black","eClass":"EEnumLiteral"},{"name":"BLUE","id":487,"value":5,"literal":"Blue","eClass":"EEnumLiteral"},{"name":"CYAN","id":488,"value":6,"literal":"Cyan","eClass":"EEnumLiteral"},{"name":"GREEN","id":489,"value":7,"literal":"Green","eClass":"EEnumLiteral"},{"name":"MAGENTA","id":490,"value":8,"literal":"Magenta","eClass":"EEnumLiteral"},{"name":"ORANGE","id":491,"value":9,"literal":"Orange","eClass":"EEnumLiteral"},{"name":"PINK","id":492,"value":10,"literal":"Pink","eClass":"EEnumLiteral"},{"name":"RED","id":493,"value":11,"literal":"Red","eClass":"EEnumLiteral"},{"name":"YELLOW","id":494,"value":12,"literal":"Yellow","eClass":"EEnumLiteral"},{"name":"SELF_DEFINED","id":495,"value":13,"literal":"Self_Defined","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":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":11,"target":21},{"source":11,"target":22},{"source":11,"target":1},{"source":22,"target":21},{"source":12,"target":23},{"source":12,"target":24},{"source":12,"target":1},{"source":24,"target":23},{"source":13,"target":25},{"source":13,"target":26},{"source":13,"target":1},{"source":26,"target":25},{"source":14,"target":27},{"source":14,"target":28},{"source":14,"target":1},{"source":28,"target":27},{"source":15,"target":27},{"source":15,"target":29},{"source":15,"target":1},{"source":29,"target":27},{"source":16,"target":27},{"source":16,"target":30},{"source":16,"target":1},{"source":30,"target":27},{"source":17,"target":27},{"source":17,"target":31},{"source":17,"target":1},{"source":31,"target":27},{"source":18,"target":27},{"source":18,"target":32},{"source":18,"target":1},{"source":32,"target":27},{"source":19,"target":9},{"source":20,"target":10},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":0},{"source":9,"target":2},{"source":9,"target":33},{"source":33,"target":34},{"source":33,"target":9},{"source":10,"target":2},{"source":10,"target":35},{"source":35,"target":36},{"source":35,"target":10},{"source":3,"target":37},{"source":3,"target":27},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":0},{"source":37,"target":3},{"source":37,"target":9},{"source":37,"target":48},{"source":37,"target":49},{"source":37,"target":50},{"source":37,"target":51},{"source":48,"target":52},{"source":48,"target":53},{"source":48,"target":37},{"source":53,"target":52},{"source":49,"target":38},{"source":49,"target":54},{"source":49,"target":37},{"source":54,"target":38},{"source":50,"target":42},{"source":50,"target":55},{"source":50,"target":37},{"source":55,"target":42},{"source":51,"target":9},{"source":27,"target":3},{"source":27,"target":37},{"source":27,"target":56},{"source":27,"target":57},{"source":56,"target":38},{"source":56,"target":58},{"source":56,"target":27},{"source":58,"target":38},{"source":57,"target":37},{"source":38,"target":3},{"source":38,"target":59},{"source":38,"target":60},{"source":38,"target":61},{"source":38,"target":62},{"source":38,"target":63},{"source":59,"target":38},{"source":60,"target":38},{"source":61,"target":38},{"source":62,"target":38},{"source":63,"target":38},{"source":39,"target":3},{"source":39,"target":37},{"source":39,"target":64},{"source":39,"target":65},{"source":39,"target":66},{"source":64,"target":67},{"source":64,"target":68},{"source":64,"target":39},{"source":64,"target":69},{"source":68,"target":67},{"source":65,"target":40},{"source":65,"target":70},{"source":65,"target":39},{"source":70,"target":40},{"source":66,"target":37},{"source":40,"target":3},{"source":40,"target":71},{"source":40,"target":72},{"source":71,"target":38},{"source":71,"target":73},{"source":71,"target":40},{"source":73,"target":38},{"source":72,"target":42},{"source":72,"target":74},{"source":72,"target":40},{"source":74,"target":42},{"source":41,"target":3},{"source":41,"target":40},{"source":41,"target":75},{"source":41,"target":76},{"source":75,"target":37},{"source":75,"target":77},{"source":75,"target":41},{"source":77,"target":37},{"source":76,"target":40},{"source":42,"target":3},{"source":42,"target":40},{"source":42,"target":78},{"source":78,"target":40},{"source":43,"target":3},{"source":43,"target":42},{"source":43,"target":79},{"source":43,"target":80},{"source":79,"target":81},{"source":79,"target":82},{"source":79,"target":43},{"source":82,"target":81},{"source":80,"target":42},{"source":44,"target":3},{"source":44,"target":42},{"source":44,"target":83},{"source":44,"target":84},{"source":83,"target":85},{"source":83,"target":86},{"source":83,"target":44},{"source":86,"target":85},{"source":84,"target":42},{"source":45,"target":3},{"source":45,"target":42},{"source":45,"target":87},{"source":45,"target":88},{"source":87,"target":46},{"source":87,"target":89},{"source":87,"target":45},{"source":89,"target":46},{"source":88,"target":42},{"source":46,"target":3},{"source":46,"target":90},{"source":46,"target":91},{"source":90,"target":81},{"source":90,"target":92},{"source":90,"target":46},{"source":92,"target":81},{"source":91,"target":81},{"source":91,"target":93},{"source":91,"target":46},{"source":93,"target":81},{"source":47,"target":3},{"source":47,"target":94},{"source":94,"target":27},{"source":94,"target":95},{"source":94,"target":47},{"source":95,"target":27},{"source":4,"target":96},{"source":4,"target":21},{"source":4,"target":97},{"source":4,"target":25},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":4,"target":85},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":67},{"source":4,"target":105},{"source":4,"target":52},{"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":0},{"source":96,"target":4},{"source":96,"target":116},{"source":116,"target":98},{"source":116,"target":117},{"source":116,"target":96},{"source":117,"target":98},{"source":21,"target":4},{"source":21,"target":96},{"source":21,"target":118},{"source":21,"target":119},{"source":118,"target":120},{"source":118,"target":121},{"source":118,"target":21},{"source":121,"target":120},{"source":119,"target":96},{"source":97,"target":4},{"source":97,"target":96},{"source":97,"target":122},{"source":122,"target":96},{"source":25,"target":4},{"source":25,"target":96},{"source":25,"target":123},{"source":25,"target":124},{"source":25,"target":125},{"source":123,"target":126},{"source":123,"target":127},{"source":123,"target":25},{"source":127,"target":126},{"source":124,"target":128},{"source":124,"target":129},{"source":124,"target":25},{"source":129,"target":128},{"source":125,"target":96},{"source":98,"target":4},{"source":99,"target":4},{"source":99,"target":98},{"source":99,"target":108},{"source":99,"target":130},{"source":99,"target":131},{"source":130,"target":98},{"source":131,"target":108},{"source":100,"target":4},{"source":100,"target":99},{"source":100,"target":132},{"source":100,"target":133},{"source":100,"target":134},{"source":132,"target":135},{"source":132,"target":100},{"source":133,"target":136},{"source":133,"target":100},{"source":134,"target":99},{"source":101,"target":4},{"source":101,"target":99},{"source":101,"target":137},{"source":137,"target":99},{"source":85,"target":4},{"source":85,"target":99},{"source":85,"target":138},{"source":85,"target":139},{"source":138,"target":102},{"source":138,"target":140},{"source":138,"target":85},{"source":140,"target":102},{"source":139,"target":99},{"source":102,"target":4},{"source":102,"target":141},{"source":102,"target":142},{"source":102,"target":143},{"source":141,"target":102},{"source":142,"target":102},{"source":143,"target":102},{"source":103,"target":4},{"source":103,"target":98},{"source":103,"target":144},{"source":103,"target":145},{"source":144,"target":104},{"source":144,"target":146},{"source":144,"target":103},{"source":146,"target":104},{"source":145,"target":98},{"source":104,"target":4},{"source":104,"target":9},{"source":104,"target":147},{"source":104,"target":148},{"source":104,"target":149},{"source":104,"target":150},{"source":147,"target":40},{"source":147,"target":151},{"source":147,"target":104},{"source":151,"target":40},{"source":148,"target":152},{"source":148,"target":153},{"source":148,"target":104},{"source":153,"target":152},{"source":149,"target":109},{"source":149,"target":154},{"source":149,"target":104},{"source":154,"target":109},{"source":150,"target":9},{"source":67,"target":4},{"source":67,"target":98},{"source":67,"target":69},{"source":67,"target":155},{"source":67,"target":156},{"source":69,"target":39},{"source":69,"target":157},{"source":69,"target":67},{"source":69,"target":64},{"source":157,"target":39},{"source":155,"target":40},{"source":155,"target":158},{"source":155,"target":67},{"source":158,"target":40},{"source":156,"target":98},{"source":105,"target":4},{"source":105,"target":9},{"source":105,"target":159},{"source":105,"target":160},{"source":105,"target":161},{"source":105,"target":162},{"source":105,"target":163},{"source":159,"target":52},{"source":159,"target":164},{"source":159,"target":105},{"source":164,"target":52},{"source":160,"target":108},{"source":160,"target":165},{"source":160,"target":105},{"source":160,"target":166},{"source":165,"target":108},{"source":161,"target":40},{"source":161,"target":167},{"source":161,"target":105},{"source":167,"target":40},{"source":162,"target":111},{"source":162,"target":168},{"source":162,"target":105},{"source":168,"target":111},{"source":163,"target":9},{"source":52,"target":4},{"source":106,"target":4},{"source":106,"target":52},{"source":106,"target":169},{"source":106,"target":170},{"source":169,"target":81},{"source":169,"target":171},{"source":169,"target":106},{"source":171,"target":81},{"source":170,"target":52},{"source":107,"target":4},{"source":107,"target":52},{"source":107,"target":172},{"source":107,"target":173},{"source":172,"target":40},{"source":172,"target":174},{"source":172,"target":107},{"source":174,"target":40},{"source":173,"target":52},{"source":108,"target":4},{"source":108,"target":175},{"source":108,"target":166},{"source":175,"target":40},{"source":175,"target":176},{"source":175,"target":108},{"source":176,"target":40},{"source":166,"target":105},{"source":166,"target":177},{"source":166,"target":108},{"source":166,"target":160},{"source":177,"target":105},{"source":109,"target":4},{"source":109,"target":178},{"source":109,"target":179},{"source":178,"target":99},{"source":178,"target":180},{"source":178,"target":109},{"source":180,"target":99},{"source":179,"target":110},{"source":179,"target":181},{"source":179,"target":109},{"source":181,"target":110},{"source":110,"target":4},{"source":110,"target":182},{"source":110,"target":183},{"source":182,"target":110},{"source":183,"target":110},{"source":111,"target":4},{"source":112,"target":4},{"source":112,"target":111},{"source":112,"target":184},{"source":112,"target":185},{"source":184,"target":81},{"source":184,"target":186},{"source":184,"target":112},{"source":186,"target":81},{"source":185,"target":111},{"source":113,"target":4},{"source":113,"target":111},{"source":113,"target":187},{"source":113,"target":188},{"source":187,"target":111},{"source":187,"target":189},{"source":187,"target":113},{"source":189,"target":111},{"source":188,"target":111},{"source":114,"target":120},{"source":114,"target":190},{"source":114,"target":191},{"source":114,"target":192},{"source":114,"target":4},{"source":120,"target":114},{"source":120,"target":193},{"source":193,"target":190},{"source":193,"target":194},{"source":193,"target":120},{"source":194,"target":190},{"source":190,"target":114},{"source":191,"target":114},{"source":191,"target":190},{"source":191,"target":195},{"source":191,"target":196},{"source":195,"target":197},{"source":195,"target":198},{"source":195,"target":191},{"source":198,"target":197},{"source":196,"target":190},{"source":192,"target":114},{"source":192,"target":190},{"source":192,"target":199},{"source":199,"target":190},{"source":115,"target":200},{"source":115,"target":126},{"source":115,"target":201},{"source":115,"target":128},{"source":115,"target":4},{"source":200,"target":115},{"source":200,"target":98},{"source":200,"target":202},{"source":200,"target":203},{"source":200,"target":204},{"source":202,"target":205},{"source":202,"target":206},{"source":202,"target":200},{"source":202,"target":207},{"source":206,"target":205},{"source":203,"target":81},{"source":203,"target":208},{"source":203,"target":200},{"source":208,"target":81},{"source":204,"target":98},{"source":126,"target":115},{"source":126,"target":209},{"source":209,"target":201},{"source":209,"target":210},{"source":209,"target":126},{"source":210,"target":201},{"source":201,"target":115},{"source":201,"target":211},{"source":211,"target":212},{"source":211,"target":213},{"source":211,"target":201},{"source":213,"target":212},{"source":128,"target":115},{"source":128,"target":214},{"source":214,"target":81},{"source":214,"target":215},{"source":214,"target":128},{"source":215,"target":81},{"source":5,"target":212},{"source":5,"target":23},{"source":5,"target":205},{"source":5,"target":216},{"source":5,"target":217},{"source":5,"target":218},{"source":5,"target":219},{"source":5,"target":220},{"source":5,"target":221},{"source":5,"target":0},{"source":212,"target":5},{"source":212,"target":9},{"source":212,"target":10},{"source":212,"target":222},{"source":212,"target":223},{"source":212,"target":224},{"source":222,"target":109},{"source":222,"target":225},{"source":222,"target":212},{"source":225,"target":109},{"source":223,"target":9},{"source":224,"target":10},{"source":23,"target":5},{"source":23,"target":212},{"source":23,"target":226},{"source":23,"target":227},{"source":23,"target":228},{"source":23,"target":229},{"source":23,"target":230},{"source":226,"target":97},{"source":226,"target":231},{"source":226,"target":23},{"source":231,"target":97},{"source":227,"target":216},{"source":227,"target":232},{"source":227,"target":23},{"source":227,"target":233},{"source":232,"target":216},{"source":228,"target":218},{"source":228,"target":234},{"source":228,"target":23},{"source":228,"target":235},{"source":234,"target":218},{"source":229,"target":216},{"source":229,"target":236},{"source":229,"target":23},{"source":236,"target":216},{"source":230,"target":212},{"source":205,"target":5},{"source":205,"target":212},{"source":205,"target":237},{"source":205,"target":207},{"source":205,"target":238},{"source":237,"target":212},{"source":237,"target":239},{"source":237,"target":205},{"source":239,"target":212},{"source":207,"target":200},{"source":207,"target":240},{"source":207,"target":205},{"source":207,"target":202},{"source":240,"target":200},{"source":238,"target":212},{"source":216,"target":5},{"source":216,"target":9},{"source":216,"target":10},{"source":216,"target":241},{"source":216,"target":242},{"source":216,"target":233},{"source":216,"target":243},{"source":216,"target":244},{"source":216,"target":245},{"source":216,"target":246},{"source":216,"target":247},{"source":216,"target":248},{"source":233,"target":23},{"source":233,"target":249},{"source":233,"target":216},{"source":233,"target":227},{"source":249,"target":23},{"source":243,"target":81},{"source":243,"target":250},{"source":243,"target":216},{"source":250,"target":81},{"source":244,"target":217},{"source":244,"target":251},{"source":244,"target":216},{"source":251,"target":217},{"source":245,"target":9},{"source":246,"target":10},{"source":247,"target":241},{"source":248,"target":242},{"source":217,"target":5},{"source":217,"target":252},{"source":217,"target":253},{"source":217,"target":254},{"source":252,"target":217},{"source":253,"target":217},{"source":254,"target":217},{"source":218,"target":5},{"source":218,"target":255},{"source":218,"target":10},{"source":218,"target":242},{"source":218,"target":256},{"source":218,"target":257},{"source":218,"target":235},{"source":218,"target":258},{"source":218,"target":259},{"source":218,"target":260},{"source":218,"target":261},{"source":218,"target":262},{"source":218,"target":263},{"source":218,"target":264},{"source":256,"target":216},{"source":256,"target":265},{"source":256,"target":218},{"source":265,"target":216},{"source":257,"target":216},{"source":257,"target":266},{"source":257,"target":218},{"source":266,"target":216},{"source":235,"target":23},{"source":235,"target":267},{"source":235,"target":218},{"source":235,"target":228},{"source":267,"target":23},{"source":258,"target":81},{"source":258,"target":268},{"source":258,"target":218},{"source":268,"target":81},{"source":259,"target":81},{"source":259,"target":269},{"source":259,"target":218},{"source":269,"target":81},{"source":260,"target":219},{"source":260,"target":270},{"source":260,"target":218},{"source":270,"target":219},{"source":261,"target":221},{"source":261,"target":271},{"source":261,"target":218},{"source":271,"target":221},{"source":262,"target":255},{"source":263,"target":10},{"source":264,"target":242},{"source":219,"target":5},{"source":219,"target":272},{"source":219,"target":273},{"source":272,"target":197},{"source":272,"target":274},{"source":272,"target":219},{"source":274,"target":197},{"source":273,"target":220},{"source":273,"target":275},{"source":273,"target":219},{"source":275,"target":220},{"source":220,"target":5},{"source":220,"target":276},{"source":220,"target":277},{"source":276,"target":220},{"source":277,"target":220},{"source":221,"target":5},{"source":221,"target":108},{"source":221,"target":278},{"source":278,"target":108},{"source":6,"target":279},{"source":6,"target":152},{"source":6,"target":280},{"source":6,"target":281},{"source":6,"target":282},{"source":6,"target":283},{"source":6,"target":284},{"source":6,"target":285},{"source":6,"target":286},{"source":6,"target":287},{"source":6,"target":0},{"source":279,"target":6},{"source":152,"target":6},{"source":152,"target":279},{"source":152,"target":288},{"source":152,"target":289},{"source":152,"target":290},{"source":288,"target":97},{"source":288,"target":291},{"source":288,"target":152},{"source":291,"target":97},{"source":289,"target":279},{"source":289,"target":292},{"source":289,"target":152},{"source":292,"target":279},{"source":290,"target":279},{"source":280,"target":6},{"source":280,"target":279},{"source":280,"target":293},{"source":293,"target":279},{"source":281,"target":6},{"source":281,"target":279},{"source":281,"target":294},{"source":281,"target":295},{"source":281,"target":296},{"source":281,"target":297},{"source":281,"target":298},{"source":294,"target":81},{"source":294,"target":299},{"source":294,"target":281},{"source":299,"target":81},{"source":295,"target":81},{"source":295,"target":300},{"source":295,"target":281},{"source":300,"target":81},{"source":296,"target":81},{"source":296,"target":301},{"source":296,"target":281},{"source":301,"target":81},{"source":297,"target":279},{"source":297,"target":302},{"source":297,"target":281},{"source":302,"target":279},{"source":298,"target":279},{"source":282,"target":6},{"source":282,"target":279},{"source":282,"target":108},{"source":282,"target":303},{"source":282,"target":304},{"source":282,"target":305},{"source":303,"target":279},{"source":303,"target":306},{"source":303,"target":282},{"source":306,"target":279},{"source":304,"target":279},{"source":305,"target":108},{"source":283,"target":6},{"source":283,"target":279},{"source":283,"target":307},{"source":283,"target":308},{"source":283,"target":309},{"source":307,"target":81},{"source":307,"target":310},{"source":307,"target":283},{"source":310,"target":81},{"source":308,"target":279},{"source":308,"target":311},{"source":308,"target":283},{"source":311,"target":279},{"source":309,"target":279},{"source":284,"target":6},{"source":284,"target":279},{"source":284,"target":312},{"source":284,"target":313},{"source":284,"target":314},{"source":312,"target":279},{"source":312,"target":315},{"source":312,"target":284},{"source":315,"target":279},{"source":313,"target":81},{"source":313,"target":316},{"source":313,"target":284},{"source":316,"target":81},{"source":314,"target":279},{"source":285,"target":6},{"source":285,"target":279},{"source":285,"target":317},{"source":285,"target":318},{"source":285,"target":319},{"source":285,"target":320},{"source":317,"target":81},{"source":317,"target":321},{"source":317,"target":285},{"source":321,"target":81},{"source":318,"target":279},{"source":318,"target":322},{"source":318,"target":285},{"source":322,"target":279},{"source":319,"target":279},{"source":319,"target":323},{"source":319,"target":285},{"source":323,"target":279},{"source":320,"target":279},{"source":286,"target":6},{"source":286,"target":279},{"source":286,"target":324},{"source":286,"target":325},{"source":324,"target":81},{"source":324,"target":326},{"source":324,"target":286},{"source":326,"target":81},{"source":325,"target":279},{"source":287,"target":6},{"source":287,"target":279},{"source":287,"target":327},{"source":287,"target":328},{"source":327,"target":81},{"source":327,"target":329},{"source":327,"target":287},{"source":329,"target":81},{"source":328,"target":279},{"source":7,"target":81},{"source":7,"target":330},{"source":7,"target":331},{"source":7,"target":332},{"source":7,"target":333},{"source":7,"target":334},{"source":7,"target":335},{"source":7,"target":197},{"source":7,"target":336},{"source":7,"target":337},{"source":7,"target":338},{"source":7,"target":339},{"source":7,"target":340},{"source":7,"target":341},{"source":7,"target":342},{"source":7,"target":343},{"source":7,"target":344},{"source":7,"target":345},{"source":7,"target":346},{"source":7,"target":347},{"source":7,"target":348},{"source":7,"target":349},{"source":7,"target":350},{"source":7,"target":351},{"source":7,"target":352},{"source":7,"target":353},{"source":7,"target":354},{"source":7,"target":355},{"source":7,"target":356},{"source":7,"target":0},{"source":81,"target":7},{"source":330,"target":7},{"source":330,"target":81},{"source":330,"target":357},{"source":330,"target":358},{"source":357,"target":81},{"source":357,"target":359},{"source":357,"target":330},{"source":359,"target":81},{"source":358,"target":81},{"source":331,"target":7},{"source":331,"target":81},{"source":331,"target":360},{"source":331,"target":361},{"source":360,"target":81},{"source":360,"target":362},{"source":360,"target":331},{"source":362,"target":81},{"source":361,"target":81},{"source":332,"target":7},{"source":332,"target":81},{"source":332,"target":363},{"source":332,"target":364},{"source":363,"target":81},{"source":363,"target":365},{"source":363,"target":332},{"source":365,"target":81},{"source":364,"target":81},{"source":333,"target":7},{"source":333,"target":81},{"source":333,"target":366},{"source":333,"target":367},{"source":333,"target":368},{"source":366,"target":81},{"source":366,"target":369},{"source":366,"target":333},{"source":369,"target":81},{"source":367,"target":81},{"source":367,"target":370},{"source":367,"target":333},{"source":370,"target":81},{"source":368,"target":81},{"source":334,"target":7},{"source":334,"target":333},{"source":334,"target":371},{"source":334,"target":372},{"source":371,"target":335},{"source":371,"target":373},{"source":371,"target":334},{"source":373,"target":335},{"source":372,"target":333},{"source":335,"target":7},{"source":335,"target":374},{"source":335,"target":375},{"source":335,"target":376},{"source":335,"target":377},{"source":335,"target":378},{"source":335,"target":379},{"source":335,"target":380},{"source":335,"target":381},{"source":335,"target":382},{"source":335,"target":383},{"source":335,"target":384},{"source":374,"target":335},{"source":375,"target":335},{"source":376,"target":335},{"source":377,"target":335},{"source":378,"target":335},{"source":379,"target":335},{"source":380,"target":335},{"source":381,"target":335},{"source":382,"target":335},{"source":383,"target":335},{"source":384,"target":335},{"source":197,"target":7},{"source":197,"target":81},{"source":197,"target":385},{"source":197,"target":386},{"source":197,"target":387},{"source":385,"target":9},{"source":385,"target":388},{"source":385,"target":197},{"source":388,"target":9},{"source":386,"target":81},{"source":386,"target":389},{"source":386,"target":197},{"source":389,"target":81},{"source":387,"target":81},{"source":336,"target":7},{"source":336,"target":81},{"source":336,"target":390},{"source":336,"target":391},{"source":390,"target":392},{"source":390,"target":336},{"source":391,"target":81},{"source":337,"target":7},{"source":337,"target":333},{"source":337,"target":393},{"source":337,"target":394},{"source":393,"target":338},{"source":393,"target":395},{"source":393,"target":337},{"source":395,"target":338},{"source":394,"target":333},{"source":338,"target":7},{"source":338,"target":396},{"source":338,"target":397},{"source":338,"target":398},{"source":338,"target":399},{"source":338,"target":400},{"source":396,"target":338},{"source":397,"target":338},{"source":398,"target":338},{"source":399,"target":338},{"source":400,"target":338},{"source":339,"target":7},{"source":339,"target":333},{"source":339,"target":401},{"source":339,"target":402},{"source":401,"target":340},{"source":401,"target":403},{"source":401,"target":339},{"source":403,"target":340},{"source":402,"target":333},{"source":340,"target":7},{"source":340,"target":404},{"source":340,"target":405},{"source":340,"target":406},{"source":404,"target":340},{"source":405,"target":340},{"source":406,"target":340},{"source":341,"target":7},{"source":341,"target":81},{"source":341,"target":407},{"source":341,"target":408},{"source":341,"target":409},{"source":407,"target":104},{"source":407,"target":410},{"source":407,"target":341},{"source":410,"target":104},{"source":408,"target":81},{"source":408,"target":411},{"source":408,"target":341},{"source":411,"target":81},{"source":409,"target":81},{"source":342,"target":7},{"source":342,"target":333},{"source":342,"target":412},{"source":342,"target":413},{"source":412,"target":343},{"source":412,"target":414},{"source":412,"target":342},{"source":414,"target":343},{"source":413,"target":333},{"source":343,"target":7},{"source":343,"target":415},{"source":343,"target":416},{"source":343,"target":417},{"source":343,"target":418},{"source":343,"target":419},{"source":343,"target":420},{"source":415,"target":343},{"source":416,"target":343},{"source":417,"target":343},{"source":418,"target":343},{"source":419,"target":343},{"source":420,"target":343},{"source":344,"target":7},{"source":344,"target":81},{"source":344,"target":421},{"source":344,"target":422},{"source":344,"target":423},{"source":344,"target":424},{"source":421,"target":81},{"source":421,"target":425},{"source":421,"target":344},{"source":425,"target":81},{"source":422,"target":81},{"source":422,"target":426},{"source":422,"target":344},{"source":426,"target":81},{"source":423,"target":81},{"source":423,"target":427},{"source":423,"target":344},{"source":427,"target":81},{"source":424,"target":81},{"source":345,"target":7},{"source":345,"target":81},{"source":345,"target":428},{"source":345,"target":429},{"source":345,"target":430},{"source":428,"target":81},{"source":428,"target":431},{"source":428,"target":345},{"source":431,"target":81},{"source":429,"target":197},{"source":429,"target":432},{"source":429,"target":345},{"source":432,"target":197},{"source":430,"target":81},{"source":346,"target":7},{"source":346,"target":433},{"source":346,"target":434},{"source":433,"target":346},{"source":434,"target":346},{"source":347,"target":7},{"source":347,"target":81},{"source":347,"target":108},{"source":347,"target":435},{"source":347,"target":436},{"source":347,"target":437},{"source":347,"target":438},{"source":435,"target":346},{"source":435,"target":439},{"source":435,"target":347},{"source":439,"target":346},{"source":436,"target":81},{"source":436,"target":440},{"source":436,"target":347},{"source":440,"target":81},{"source":437,"target":81},{"source":438,"target":108},{"source":348,"target":7},{"source":348,"target":81},{"source":348,"target":441},{"source":348,"target":442},{"source":348,"target":443},{"source":348,"target":444},{"source":441,"target":81},{"source":441,"target":445},{"source":441,"target":348},{"source":445,"target":81},{"source":442,"target":350},{"source":442,"target":446},{"source":442,"target":348},{"source":446,"target":350},{"source":443,"target":349},{"source":443,"target":447},{"source":443,"target":348},{"source":447,"target":349},{"source":444,"target":81},{"source":349,"target":7},{"source":349,"target":448},{"source":349,"target":449},{"source":448,"target":349},{"source":449,"target":349},{"source":350,"target":7},{"source":350,"target":450},{"source":350,"target":451},{"source":450,"target":350},{"source":451,"target":350},{"source":351,"target":7},{"source":351,"target":333},{"source":351,"target":452},{"source":351,"target":453},{"source":452,"target":352},{"source":452,"target":454},{"source":452,"target":351},{"source":454,"target":352},{"source":453,"target":333},{"source":352,"target":7},{"source":352,"target":455},{"source":352,"target":456},{"source":455,"target":352},{"source":456,"target":352},{"source":353,"target":7},{"source":353,"target":333},{"source":353,"target":457},{"source":353,"target":458},{"source":457,"target":354},{"source":457,"target":459},{"source":457,"target":353},{"source":459,"target":354},{"source":458,"target":333},{"source":354,"target":7},{"source":354,"target":460},{"source":354,"target":461},{"source":460,"target":354},{"source":461,"target":354},{"source":355,"target":7},{"source":355,"target":333},{"source":355,"target":462},{"source":355,"target":463},{"source":462,"target":356},{"source":462,"target":464},{"source":462,"target":355},{"source":464,"target":356},{"source":463,"target":333},{"source":356,"target":7},{"source":356,"target":465},{"source":356,"target":466},{"source":356,"target":467},{"source":465,"target":356},{"source":466,"target":356},{"source":467,"target":356},{"source":8,"target":242},{"source":8,"target":241},{"source":8,"target":255},{"source":8,"target":468},{"source":8,"target":469},{"source":8,"target":0},{"source":242,"target":8},{"source":242,"target":470},{"source":242,"target":471},{"source":470,"target":469},{"source":470,"target":472},{"source":470,"target":242},{"source":472,"target":469},{"source":471,"target":473},{"source":471,"target":242},{"source":241,"target":8},{"source":241,"target":474},{"source":474,"target":468},{"source":474,"target":475},{"source":474,"target":241},{"source":475,"target":468},{"source":255,"target":8},{"source":255,"target":476},{"source":476,"target":468},{"source":476,"target":477},{"source":476,"target":255},{"source":477,"target":468},{"source":468,"target":8},{"source":468,"target":478},{"source":468,"target":479},{"source":478,"target":480},{"source":478,"target":468},{"source":479,"target":481},{"source":479,"target":468},{"source":469,"target":8},{"source":469,"target":482},{"source":469,"target":483},{"source":469,"target":484},{"source":469,"target":485},{"source":469,"target":486},{"source":469,"target":487},{"source":469,"target":488},{"source":469,"target":489},{"source":469,"target":490},{"source":469,"target":491},{"source":469,"target":492},{"source":469,"target":493},{"source":469,"target":494},{"source":469,"target":495},{"source":482,"target":469},{"source":483,"target":469},{"source":484,"target":469},{"source":485,"target":469},{"source":486,"target":469},{"source":487,"target":469},{"source":488,"target":469},{"source":489,"target":469},{"source":490,"target":469},{"source":491,"target":469},{"source":492,"target":469},{"source":493,"target":469},{"source":494,"target":469},{"source":495,"target":469}],"multigraph":true}
ecore
modelmanagement
repo-ecore-all/data/niksavis/mm-dsl/org.xtext.nv.dsl/src-gen/org/xtext/nv/dsl/mMDSL/impl/mMDSL.ecore
mMDSL Root methodname includelibrarytype embedplatformtype embedcodetype includelibrary embedcode method MethodName name IncludeLibrary name includelibrarytype IncludeLibraryType name EmbedCode name embedplatformtype embedcodetype embeddedcode EmbedPlatformType name EmbedCodeType name InsertEmbedCode codesnippetname Method enumeration symbolstyle symbolclass symbolrelation metamodel algorithm event Enumeration name enumvalues Metamodel class relation attribute modeltype Class name parentclassname symbolclass classattribute attribute insertembedcode reference Relation name parentrelationname symbolrelation fromclassname toclassname attribute insertembedcode Attribute name type access AccessType write write read read internal internal ClassAttribute name type Reference name refname RefName modeltypename classname Type simpletype enumtype SimpleType String string Int int Double double EnumType name ModelType name classname relationname modename Mode name classname relationname SymbolClass name globalstyle svgcommand SymbolRelation name globalstyle svgcommandsfrom svgcommandsmiddle svgcommandsto SVGCommand insertembedcode rectangle circle ellipse line polyline polygon path text symbolstyle symbolstyleref Rectangle x y width height Circle cx cy r Ellipse cx cy rx ry Line x1 y1 x2 y2 Polyline points Polygon points Path pathdata Text value x y fontfamily fontsize fillcolor PathData moveto lineto horizontallineto verticallineto curveto smoothcurveto quadraticbeziercurve smoothquadraticbeziercurveto ellipticalarc closepath MoveTo parameters LineTo parameters HorizontalLineTo parameters VerticalLineTo parameters CurveTo parameters SmoothCurveTo parameters QuadraticBezierCurve parameters SmoothQuadraticBezierCurveTo parameters EllipticalArc parameters Points x y PathParametersHV x PathParametersMLT x y PathParametersS x2 y2 x y PathParametersQ x1 y1 x y PathParametersC x1 y1 x2 y2 x y PathParametersA rx ry xaxisrot largearcflag sweepflag x y SymbolStyle name fillcolor strokecolor strokewidth fontfamily fontsize insertembedcode FillColor color hexcolor StrokeColor color hexcolor FontFamily fontstr font Font arial Arial arialblack Arial_Black comicsansms Comic_Sans_MS couriernew Courier_New georgia Georgia impact Impact lucidaconsole Lucida_Console lucidasansunicode Lucida_Sans_Unicode palatinolinotype Palatino_Linotype tahoma Tahoma timesnewroman Times_New_Roman trebuchetms Trebuchet_MS verdana Verdana symbol Symbol webdings Webdings windings Wingdings mssansserif MS_Sans_Serif msserif MS_Serif Color aliceblue aliceblue antiquewhite antiquewhite aqua aqua aquamarine aquamarine azure azure beige beige bisque bisque black black blanchedalmond blanchedalmond blue blue blueviolet blueviolet brown brown burlywood burlywood cadetblue cadetblue chartreuse chartreuse chocolate chocolate coral coral cornflowerblue cornflowerblue cornsilk cornsilk crimson crimson cyan cyan darkblue darkblue darkcyan darkcyan darkgoldenrod darkgoldenrod darkgray darkgray darkgreen darkgreen darkkhaki darkkhaki darkmagenta darkmagenta darkolivegreen darkolivegreen darkorange darkorange darkorchid darkorchid darkred darkred darksalmon darksalmon darkseagreen darkseagreen darkslateblue darkslateblue darkslategray darkslategray darkturquoise darkturquoise darkviolet darkviolet deeppink deeppink deepskyblue deepskyblue dimgray dimgray dodgerblue dodgerblue firebrick firebrick floralwhite floralwhite forestgreen forestgreen fuchsia fuchsia gainsboro gainsboro ghostwhite ghostwhite gold gold goldenrod goldenrod gray gray green green greenyellow greenyellow honeydew honeydew hotpink hotpink indianred indianred indigo indigo ivory ivory khaki khaki lavender lavender lavenderblush lavenderblush lawngreen lawngreen lemonchiffon lemonchiffon lightblue lightblue lightcoral lightcoral lightcyan lightcyan lightgoldenrodyellow lightgoldenrodyellow lightgreen lightgreen lightgray lightgray lightmagenta lightmagenta lightpink lightpink lightsalmon lightsalmon lightseagreen lightseagreen lightskyblue lightskyblue lightslategray lightslategray lightsteelblue lightsteelblue lightyellow lightyellow lime lime limegreen limegreen linen linen magenta magenta maroon maroon mediumaquamarine mediumaquamarine mediumblue mediumblue mediumorchid mediumorchid mediumpurple mediumpurple mediumseagreen mediumseagreen mediumslateblue mediumslateblue mediumspringgreen mediumspringgreen mediumturquoise mediumturquoise mediumvioletred mediumvioletred midnightblue midnightblue mintcream mintcream mistyrose mistyrose moccasin moccasin navajowhite navajowhite navy navy oldlace oldlace olive olive olivedrab olivedrab orange orange orangered orangered orchid orchid palegoldenrod palegoldenrod palegreen palegreen paleturquoise paleturquoise palevioletred palevioletred papayawhip papayawhip peachpuff peachpuff peru peru pink pink plum plum powderblue powderblue purple purple red red rosybrown rosybrown royalblue royalblue saddlebrown saddlebrown salmon salmon sandybrown sandybrown seagreen seagreen seashell seashell sienna sienna silver silver skyblue skyblue slateblue slateblue slategray slategray snow snow springgreen springgreen steelblue steelblue tan tan teal teal thistle thistle tomato tomato turquoise turquoise violet violet wheat wheat white white whitesmoke whitesmoke yellow yellow yellowgreen yellowgreen Algorithm name stmnt Statement selection loop variable algorithmoperation insertembedcode SelectionStatement ifcondition ifblock elseifcondition elseifblock elseblock LoopStatement whiletloop forloop WhileLoop condition whileblock breakcontinue ForLoop start stop interval forblock breakcontinue BreakContinue break continue Variable name opassing varstatement variable VarStatement expression algorithmoperation class attribute reference symbolclass symbolrelation symbolstyle embeddedcode modeltype OperatorAssign assign multyassign OperatorMultyAssign addassign subassign multiassign divassign OperatorUnary not OperatorMultiply multiply divide modulo OperatorAdd add subtract OperatorCompare greaterequal lesserequal greater lesser OperatorEqual equal notequal OperatorAnd and OperatorOr or Expr expr Expression op operand atomic expression true false variable valueString valueRealNumber left right AlgorithmOperation fileoperation diroperation simpleui modeloperation instanceoperation attributeoperation FileOperation filecopy filedelete filecreate fileread filewrite FileCopy src dest FileDelete filename FileCreate filename FileRead filename FileWrite filename text append DirOperation dirsetworking dirgetworking dircreate dirdelete dirlist DirSetWorking dirname DirGetWorking DirCreate dirname DirDelete dirname DirList dirname SimpleUI editbox infobox errorbox warningbox viewbox itemoperation EditBox title text okbuttontext InfoBox title text ErrorBox title text buttontype WarningBox title text buttontype ButtonType ok ok okcancel ok-cancel yesno yes-no yesnocancel yes-no-cancel retrycancel retry-cancel defok def-ok defcancel def-cancel defyes def-yes defno def-no defretry def-retry ViewBox title text ItemOperation menuitem contextitem MenuItem insertmenuitem removemenuitem InsertMenuItem name menu RemoveMenuItem menuitemname ContextItem insertcontextitem removecontextitem InsertContextItem name context RemoveContextItem contextitem ModelOperation modelcreate modeldelete modeldiscard modelsave modelload modelisloaded ModelCreate name modeltype ModelDelete modelname ModelDiscard modelname ModelSave modelname ModelLoad modelname ModelIsLoaded modelname InstanceOperation classinstance relationinstance ClassInstance classinstancecreate classinstancedelete classinstanceget classinstanceset classinstancegetall ClassInstanceCreate name nameofclass ClassInstanceDelete nameofclassinstance ClassInstanceGet nameofclassinstance ClassInstanceGetAll nameofclass ClassInstanceSet nameofclassinstance RelationInstance relationinstancecreate relationinstancedelete relationinstanceget relationinstanceset relationinstancegetall RelationInstanceCreate name nameofrelation classinstancefrom classinstanceto RelationInstanceDelete nameofrelationinstance RelationInstanceGet nameofrelationinstance RelationInstanceGetAll nameofrelation RelationInstanceSet nameofrelationinstance AttributeOperation attributename attributeget attributeset AttributeGet attrgetparams AttrGetParams type type value value name name AttributeSet attrsetparams valueString valueRealNumber valueVariable AttrSetParams value value Event name algorithmname EventName beforecreatemodel BeforeCreateModel beforecreaterelationinstance BeforeCreateRelationInstance beforedeleteinstance BeforeDeleteInstance beforedeletemodel BeforeDeleteModel beforediscardmodel BeforeDiscardModel beforesavemodel BeforeSaveModel createinstance CreateInstance createmodel CreateModel createrelationinstance CreateRelationInstance deleteinstance DeleteInstance deletemodel DeleteModel deleterelationinstance DeleteRelationInstance discardinstance DiscardInstance discardmodel DiscardModel openmodel OpenModel renameinstance RenameInstance savemodel SaveModel setattributevalue SetAttributeValue aftercreatemodelingconnector AfterCreateModelingConnector aftercreatemodelingnode AfterCreateModelingNode aftereditattributevalue AfterEditAttributeValue toolinitialized ToolInitialized OrExpression AndExpression EqualExpression CompareExpression AdditionExpression MultiplicationExpression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mMDSL" nsURI="http://www.xtext.org/nv/dsl/MMDSL" nsPrefix="mMDSL"> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodname" eType="#//MethodName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includelibrarytype" upperBound="-1" eType="#//IncludeLibraryType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="embedplatformtype" upperBound="-1" eType="#//EmbedPlatformType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="embedcodetype" upperBound="-1" eType="#//EmbedCodeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includelibrary" upperBound="-1" eType="#//IncludeLibrary" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="embedcode" upperBound="-1" eType="#//EmbedCode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodName"> <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="IncludeLibrary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includelibrarytype" eType="#//IncludeLibraryType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludeLibraryType"> <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="EmbedCode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="embedplatformtype" eType="#//EmbedPlatformType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="embedcodetype" eType="#//EmbedCodeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="embeddedcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmbedPlatformType"> <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="EmbedCodeType"> <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="InsertEmbedCode"> <eStructuralFeatures xsi:type="ecore:EReference" name="codesnippetname" eType="#//EmbedCode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" upperBound="-1" eType="#//Enumeration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolstyle" upperBound="-1" eType="#//SymbolStyle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolclass" upperBound="-1" eType="#//SymbolClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolrelation" upperBound="-1" eType="#//SymbolRelation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" eType="#//Metamodel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="algorithm" upperBound="-1" eType="#//Algorithm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enumvalues" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metamodel"> <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="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modeltype" upperBound="-1" eType="#//ModelType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentclassname" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolclass" eType="#//SymbolClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classattribute" upperBound="-1" eType="#//ClassAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insertembedcode" upperBound="-1" eType="#//InsertEmbedCode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" upperBound="-1" eType="#//Reference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentrelationname" eType="#//Relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolrelation" eType="#//SymbolRelation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromclassname" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toclassname" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insertembedcode" upperBound="-1" eType="#//InsertEmbedCode" 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="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessType"> <eLiterals name="write" literal="write"/> <eLiterals name="read" value="1" literal="read"/> <eLiterals name="internal" value="2" literal="internal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassAttribute"> <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="Reference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refname" eType="#//RefName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefName"> <eStructuralFeatures xsi:type="ecore:EReference" name="modeltypename" eType="#//ModelType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classname" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpletype" eType="#//SimpleType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumtype" eType="#//EnumType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SimpleType"> <eLiterals name="String" literal="string"/> <eLiterals name="Int" value="1" literal="int"/> <eLiterals name="Double" value="2" literal="double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumType"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classname" unique="false" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationname" unique="false" upperBound="-1" eType="#//Relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modename" upperBound="-1" eType="#//Mode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classname" unique="false" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationname" unique="false" upperBound="-1" eType="#//Relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalstyle" eType="#//SymbolStyle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="svgcommand" upperBound="-1" eType="#//SVGCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolRelation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalstyle" eType="#//SymbolStyle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="svgcommandsfrom" upperBound="-1" eType="#//SVGCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="svgcommandsmiddle" upperBound="-1" eType="#//SVGCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="svgcommandsto" upperBound="-1" eType="#//SVGCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SVGCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="insertembedcode" eType="#//InsertEmbedCode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rectangle" eType="#//Rectangle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="circle" eType="#//Circle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ellipse" eType="#//Ellipse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//Line" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="polyline" eType="#//Polyline" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="polygon" eType="#//Polygon" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//Path" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="text" eType="#//Text" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolstyle" eType="#//SymbolStyle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolstyleref" eType="#//SymbolStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Circle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="r" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ellipse"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ry" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Line"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polyline"> <eStructuralFeatures xsi:type="ecore:EReference" name="points" upperBound="-1" eType="#//Points" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polygon"> <eStructuralFeatures xsi:type="ecore:EReference" name="points" upperBound="-1" eType="#//Points" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Path"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathdata" upperBound="-1" eType="#//PathData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fontfamily" eType="#//FontFamily" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontsize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fillcolor" eType="#//FillColor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathData"> <eStructuralFeatures xsi:type="ecore:EReference" name="moveto" eType="#//MoveTo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lineto" eType="#//LineTo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="horizontallineto" eType="#//HorizontalLineTo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="verticallineto" eType="#//VerticalLineTo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="curveto" eType="#//CurveTo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="smoothcurveto" eType="#//SmoothCurveTo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="quadraticbeziercurve" eType="#//QuadraticBezierCurve" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="smoothquadraticbeziercurveto" eType="#//SmoothQuadraticBezierCurveTo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ellipticalarc" eType="#//EllipticalArc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="closepath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MoveTo"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersMLT" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineTo"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersMLT" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HorizontalLineTo"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersHV" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VerticalLineTo"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersHV" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurveTo"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersC" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmoothCurveTo"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuadraticBezierCurve"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersQ" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmoothQuadraticBezierCurveTo"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersMLT" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EllipticalArc"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//PathParametersA" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Points"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathParametersHV"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathParametersMLT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathParametersS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathParametersQ"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathParametersC"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathParametersA"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ry" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xaxisrot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largearcflag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sweepflag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fillcolor" eType="#//FillColor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strokecolor" eType="#//StrokeColor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strokewidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fontfamily" eType="#//FontFamily" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontsize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insertembedcode" upperBound="-1" eType="#//InsertEmbedCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FillColor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexcolor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrokeColor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexcolor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FontFamily"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontstr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="font" eType="#//Font"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Font"> <eLiterals name="arial" literal="Arial"/> <eLiterals name="arialblack" value="1" literal="Arial_Black"/> <eLiterals name="comicsansms" value="2" literal="Comic_Sans_MS"/> <eLiterals name="couriernew" value="3" literal="Courier_New"/> <eLiterals name="georgia" value="4" literal="Georgia"/> <eLiterals name="impact" value="5" literal="Impact"/> <eLiterals name="lucidaconsole" value="6" literal="Lucida_Console"/> <eLiterals name="lucidasansunicode" value="7" literal="Lucida_Sans_Unicode"/> <eLiterals name="palatinolinotype" value="8" literal="Palatino_Linotype"/> <eLiterals name="tahoma" value="9" literal="Tahoma"/> <eLiterals name="timesnewroman" value="10" literal="Times_New_Roman"/> <eLiterals name="trebuchetms" value="11" literal="Trebuchet_MS"/> <eLiterals name="verdana" value="12" literal="Verdana"/> <eLiterals name="symbol" value="13" literal="Symbol"/> <eLiterals name="webdings" value="14" literal="Webdings"/> <eLiterals name="windings" value="15" literal="Wingdings"/> <eLiterals name="mssansserif" value="16" literal="MS_Sans_Serif"/> <eLiterals name="msserif" value="17" literal="MS_Serif"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="aliceblue" literal="aliceblue"/> <eLiterals name="antiquewhite" value="1" literal="antiquewhite"/> <eLiterals name="aqua" value="2" literal="aqua"/> <eLiterals name="aquamarine" value="3" literal="aquamarine"/> <eLiterals name="azure" value="4" literal="azure"/> <eLiterals name="beige" value="5" literal="beige"/> <eLiterals name="bisque" value="6" literal="bisque"/> <eLiterals name="black" value="7" literal="black"/> <eLiterals name="blanchedalmond" value="8" literal="blanchedalmond"/> <eLiterals name="blue" value="9" literal="blue"/> <eLiterals name="blueviolet" value="10" literal="blueviolet"/> <eLiterals name="brown" value="11" literal="brown"/> <eLiterals name="burlywood" value="12" literal="burlywood"/> <eLiterals name="cadetblue" value="13" literal="cadetblue"/> <eLiterals name="chartreuse" value="14" literal="chartreuse"/> <eLiterals name="chocolate" value="15" literal="chocolate"/> <eLiterals name="coral" value="16" literal="coral"/> <eLiterals name="cornflowerblue" value="17" literal="cornflowerblue"/> <eLiterals name="cornsilk" value="18" literal="cornsilk"/> <eLiterals name="crimson" value="19" literal="crimson"/> <eLiterals name="cyan" value="20" literal="cyan"/> <eLiterals name="darkblue" value="21" literal="darkblue"/> <eLiterals name="darkcyan" value="22" literal="darkcyan"/> <eLiterals name="darkgoldenrod" value="23" literal="darkgoldenrod"/> <eLiterals name="darkgray" value="24" literal="darkgray"/> <eLiterals name="darkgreen" value="25" literal="darkgreen"/> <eLiterals name="darkkhaki" value="26" literal="darkkhaki"/> <eLiterals name="darkmagenta" value="27" literal="darkmagenta"/> <eLiterals name="darkolivegreen" value="28" literal="darkolivegreen"/> <eLiterals name="darkorange" value="29" literal="darkorange"/> <eLiterals name="darkorchid" value="30" literal="darkorchid"/> <eLiterals name="darkred" value="31" literal="darkred"/> <eLiterals name="darksalmon" value="32" literal="darksalmon"/> <eLiterals name="darkseagreen" value="33" literal="darkseagreen"/> <eLiterals name="darkslateblue" value="34" literal="darkslateblue"/> <eLiterals name="darkslategray" value="35" literal="darkslategray"/> <eLiterals name="darkturquoise" value="36" literal="darkturquoise"/> <eLiterals name="darkviolet" value="37" literal="darkviolet"/> <eLiterals name="deeppink" value="38" literal="deeppink"/> <eLiterals name="deepskyblue" value="39" literal="deepskyblue"/> <eLiterals name="dimgray" value="40" literal="dimgray"/> <eLiterals name="dodgerblue" value="41" literal="dodgerblue"/> <eLiterals name="firebrick" value="42" literal="firebrick"/> <eLiterals name="floralwhite" value="43" literal="floralwhite"/> <eLiterals name="forestgreen" value="44" literal="forestgreen"/> <eLiterals name="fuchsia" value="45" literal="fuchsia"/> <eLiterals name="gainsboro" value="46" literal="gainsboro"/> <eLiterals name="ghostwhite" value="47" literal="ghostwhite"/> <eLiterals name="gold" value="48" literal="gold"/> <eLiterals name="goldenrod" value="49" literal="goldenrod"/> <eLiterals name="gray" value="50" literal="gray"/> <eLiterals name="green" value="51" literal="green"/> <eLiterals name="greenyellow" value="52" literal="greenyellow"/> <eLiterals name="honeydew" value="53" literal="honeydew"/> <eLiterals name="hotpink" value="54" literal="hotpink"/> <eLiterals name="indianred" value="55" literal="indianred"/> <eLiterals name="indigo" value="56" literal="indigo"/> <eLiterals name="ivory" value="57" literal="ivory"/> <eLiterals name="khaki" value="58" literal="khaki"/> <eLiterals name="lavender" value="59" literal="lavender"/> <eLiterals name="lavenderblush" value="60" literal="lavenderblush"/> <eLiterals name="lawngreen" value="61" literal="lawngreen"/> <eLiterals name="lemonchiffon" value="62" literal="lemonchiffon"/> <eLiterals name="lightblue" value="63" literal="lightblue"/> <eLiterals name="lightcoral" value="64" literal="lightcoral"/> <eLiterals name="lightcyan" value="65" literal="lightcyan"/> <eLiterals name="lightgoldenrodyellow" value="66" literal="lightgoldenrodyellow"/> <eLiterals name="lightgreen" value="67" literal="lightgreen"/> <eLiterals name="lightgray" value="68" literal="lightgray"/> <eLiterals name="lightmagenta" value="69" literal="lightmagenta"/> <eLiterals name="lightpink" value="70" literal="lightpink"/> <eLiterals name="lightsalmon" value="71" literal="lightsalmon"/> <eLiterals name="lightseagreen" value="72" literal="lightseagreen"/> <eLiterals name="lightskyblue" value="73" literal="lightskyblue"/> <eLiterals name="lightslategray" value="74" literal="lightslategray"/> <eLiterals name="lightsteelblue" value="75" literal="lightsteelblue"/> <eLiterals name="lightyellow" value="76" literal="lightyellow"/> <eLiterals name="lime" value="77" literal="lime"/> <eLiterals name="limegreen" value="78" literal="limegreen"/> <eLiterals name="linen" value="79" literal="linen"/> <eLiterals name="magenta" value="80" literal="magenta"/> <eLiterals name="maroon" value="81" literal="maroon"/> <eLiterals name="mediumaquamarine" value="82" literal="mediumaquamarine"/> <eLiterals name="mediumblue" value="83" literal="mediumblue"/> <eLiterals name="mediumorchid" value="84" literal="mediumorchid"/> <eLiterals name="mediumpurple" value="85" literal="mediumpurple"/> <eLiterals name="mediumseagreen" value="86" literal="mediumseagreen"/> <eLiterals name="mediumslateblue" value="87" literal="mediumslateblue"/> <eLiterals name="mediumspringgreen" value="88" literal="mediumspringgreen"/> <eLiterals name="mediumturquoise" value="89" literal="mediumturquoise"/> <eLiterals name="mediumvioletred" value="90" literal="mediumvioletred"/> <eLiterals name="midnightblue" value="91" literal="midnightblue"/> <eLiterals name="mintcream" value="92" literal="mintcream"/> <eLiterals name="mistyrose" value="93" literal="mistyrose"/> <eLiterals name="moccasin" value="94" literal="moccasin"/> <eLiterals name="navajowhite" value="95" literal="navajowhite"/> <eLiterals name="navy" value="96" literal="navy"/> <eLiterals name="oldlace" value="97" literal="oldlace"/> <eLiterals name="olive" value="98" literal="olive"/> <eLiterals name="olivedrab" value="99" literal="olivedrab"/> <eLiterals name="orange" value="100" literal="orange"/> <eLiterals name="orangered" value="101" literal="orangered"/> <eLiterals name="orchid" value="102" literal="orchid"/> <eLiterals name="palegoldenrod" value="103" literal="palegoldenrod"/> <eLiterals name="palegreen" value="104" literal="palegreen"/> <eLiterals name="paleturquoise" value="105" literal="paleturquoise"/> <eLiterals name="palevioletred" value="106" literal="palevioletred"/> <eLiterals name="papayawhip" value="107" literal="papayawhip"/> <eLiterals name="peachpuff" value="108" literal="peachpuff"/> <eLiterals name="peru" value="109" literal="peru"/> <eLiterals name="pink" value="110" literal="pink"/> <eLiterals name="plum" value="111" literal="plum"/> <eLiterals name="powderblue" value="112" literal="powderblue"/> <eLiterals name="purple" value="113" literal="purple"/> <eLiterals name="red" value="114" literal="red"/> <eLiterals name="rosybrown" value="115" literal="rosybrown"/> <eLiterals name="royalblue" value="116" literal="royalblue"/> <eLiterals name="saddlebrown" value="117" literal="saddlebrown"/> <eLiterals name="salmon" value="118" literal="salmon"/> <eLiterals name="sandybrown" value="119" literal="sandybrown"/> <eLiterals name="seagreen" value="120" literal="seagreen"/> <eLiterals name="seashell" value="121" literal="seashell"/> <eLiterals name="sienna" value="122" literal="sienna"/> <eLiterals name="silver" value="123" literal="silver"/> <eLiterals name="skyblue" value="124" literal="skyblue"/> <eLiterals name="slateblue" value="125" literal="slateblue"/> <eLiterals name="slategray" value="126" literal="slategray"/> <eLiterals name="snow" value="127" literal="snow"/> <eLiterals name="springgreen" value="128" literal="springgreen"/> <eLiterals name="steelblue" value="129" literal="steelblue"/> <eLiterals name="tan" value="130" literal="tan"/> <eLiterals name="teal" value="131" literal="teal"/> <eLiterals name="thistle" value="132" literal="thistle"/> <eLiterals name="tomato" value="133" literal="tomato"/> <eLiterals name="turquoise" value="134" literal="turquoise"/> <eLiterals name="violet" value="135" literal="violet"/> <eLiterals name="wheat" value="136" literal="wheat"/> <eLiterals name="white" value="137" literal="white"/> <eLiterals name="whitesmoke" value="138" literal="whitesmoke"/> <eLiterals name="yellow" value="139" literal="yellow"/> <eLiterals name="yellowgreen" value="140" literal="yellowgreen"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Algorithm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stmnt" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" eType="#//SelectionStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop" eType="#//LoopStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="algorithmoperation" eType="#//AlgorithmOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insertembedcode" eType="#//InsertEmbedCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifcondition" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifblock" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseifcondition" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseifblock" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseblock" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="whiletloop" eType="#//WhileLoop" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forloop" eType="#//ForLoop" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoop"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whileblock" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="breakcontinue" upperBound="-1" eType="#//BreakContinue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoop"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forblock" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="breakcontinue" upperBound="-1" eType="#//BreakContinue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakContinue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="break" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="continue" 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="opassing" eType="#//OperatorAssign" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varstatement" eType="#//VarStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="algorithmoperation" eType="#//AlgorithmOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Reference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolclass" eType="#//SymbolClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolrelation" eType="#//SymbolRelation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolstyle" eType="#//SymbolStyle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="embeddedcode" eType="#//EmbedCode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modeltype" eType="#//ModelType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorAssign"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multyassign" eType="#//OperatorMultyAssign" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorMultyAssign"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addassign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subassign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiassign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="divassign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorUnary"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorMultiply"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiply" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="divide" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modulo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorAdd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="add" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCompare"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="greaterequal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lesserequal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="greater" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lesser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorEqual"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="equal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notequal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorAnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="and" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorOr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="or" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atomic" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="true" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueRealNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlgorithmOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="fileoperation" eType="#//FileOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diroperation" eType="#//DirOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleui" eType="#//SimpleUI" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modeloperation" eType="#//ModelOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceoperation" eType="#//InstanceOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeoperation" eType="#//AttributeOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="filecopy" eType="#//FileCopy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filedelete" eType="#//FileDelete" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filecreate" eType="#//FileCreate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileread" eType="#//FileRead" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filewrite" eType="#//FileWrite" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileCopy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileDelete"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileCreate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileRead"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileWrite"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="append" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="dirsetworking" eType="#//DirSetWorking" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dirgetworking" eType="#//DirGetWorking" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dircreate" eType="#//DirCreate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dirdelete" eType="#//DirDelete" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dirlist" eType="#//DirList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirSetWorking"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dirname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirGetWorking"/> <eClassifiers xsi:type="ecore:EClass" name="DirCreate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dirname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirDelete"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dirname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dirname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleUI"> <eStructuralFeatures xsi:type="ecore:EReference" name="editbox" eType="#//EditBox" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infobox" eType="#//InfoBox" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="errorbox" eType="#//ErrorBox" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="warningbox" eType="#//WarningBox" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewbox" eType="#//ViewBox" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemoperation" eType="#//ItemOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditBox"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="okbuttontext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfoBox"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ErrorBox"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="buttontype" eType="#//ButtonType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WarningBox"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="buttontype" eType="#//ButtonType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ButtonType"> <eLiterals name="ok" literal="ok"/> <eLiterals name="okcancel" value="1" literal="ok-cancel"/> <eLiterals name="yesno" value="2" literal="yes-no"/> <eLiterals name="yesnocancel" value="3" literal="yes-no-cancel"/> <eLiterals name="retrycancel" value="4" literal="retry-cancel"/> <eLiterals name="defok" value="5" literal="def-ok"/> <eLiterals name="defcancel" value="6" literal="def-cancel"/> <eLiterals name="defyes" value="7" literal="def-yes"/> <eLiterals name="defno" value="8" literal="def-no"/> <eLiterals name="defretry" value="9" literal="def-retry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewBox"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ItemOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="menuitem" eType="#//MenuItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextitem" eType="#//ContextItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="insertmenuitem" eType="#//InsertMenuItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removemenuitem" eType="#//RemoveMenuItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InsertMenuItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveMenuItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="menuitemname" eType="#//InsertMenuItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="insertcontextitem" eType="#//InsertContextItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removecontextitem" eType="#//RemoveContextItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InsertContextItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveContextItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextitem" eType="#//InsertContextItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelcreate" eType="#//ModelCreate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modeldelete" eType="#//ModelDelete" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modeldiscard" eType="#//ModelDiscard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelsave" eType="#//ModelSave" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelload" eType="#//ModelLoad" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelisloaded" eType="#//ModelIsLoaded" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelCreate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modeltype" eType="#//ModelType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDelete"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelname" eType="#//ModelCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDiscard"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelname" eType="#//ModelCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelSave"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelname" eType="#//ModelCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelLoad"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelname" eType="#//ModelCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelIsLoaded"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelname" eType="#//ModelCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstance" eType="#//ClassInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationinstance" eType="#//RelationInstance" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstancecreate" eType="#//ClassInstanceCreate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstancedelete" eType="#//ClassInstanceDelete" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstanceget" eType="#//ClassInstanceGet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstanceset" eType="#//ClassInstanceSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstancegetall" eType="#//ClassInstanceGetAll" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofclass" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceDelete"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofclassinstance" eType="#//ClassInstanceCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceGet"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofclassinstance" eType="#//ClassInstanceCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceGetAll"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofclass" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofclassinstance" eType="#//ClassInstanceCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="relationinstancecreate" eType="#//RelationInstanceCreate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationinstancedelete" eType="#//RelationInstanceDelete" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationinstanceget" eType="#//RelationInstanceGet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationinstanceset" eType="#//RelationInstanceSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationinstancegetall" eType="#//RelationInstanceGetAll" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationInstanceCreate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofrelation" eType="#//Relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstancefrom" eType="#//ClassInstanceCreate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classinstanceto" eType="#//ClassInstanceCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationInstanceDelete"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofrelationinstance" eType="#//RelationInstanceCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationInstanceGet"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofrelationinstance" eType="#//RelationInstanceCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationInstanceGetAll"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofrelation" eType="#//Relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationInstanceSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameofrelationinstance" eType="#//RelationInstanceCreate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributename" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeget" eType="#//AttributeGet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeset" eType="#//AttributeSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeGet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attrgetparams" eType="#//AttrGetParams"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttrGetParams"> <eLiterals name="type" literal="type"/> <eLiterals name="value" value="1" literal="value"/> <eLiterals name="name" value="2" literal="name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attrsetparams" eType="#//AttrSetParams"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueRealNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueVariable" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttrSetParams"> <eLiterals name="value" literal="value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EventName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="algorithmname" eType="#//Algorithm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventName"> <eLiterals name="beforecreatemodel" literal="BeforeCreateModel"/> <eLiterals name="beforecreaterelationinstance" value="1" literal="BeforeCreateRelationInstance"/> <eLiterals name="beforedeleteinstance" value="2" literal="BeforeDeleteInstance"/> <eLiterals name="beforedeletemodel" value="3" literal="BeforeDeleteModel"/> <eLiterals name="beforediscardmodel" value="4" literal="BeforeDiscardModel"/> <eLiterals name="beforesavemodel" value="5" literal="BeforeSaveModel"/> <eLiterals name="createinstance" value="6" literal="CreateInstance"/> <eLiterals name="createmodel" value="7" literal="CreateModel"/> <eLiterals name="createrelationinstance" value="8" literal="CreateRelationInstance"/> <eLiterals name="deleteinstance" value="9" literal="DeleteInstance"/> <eLiterals name="deletemodel" value="10" literal="DeleteModel"/> <eLiterals name="deleterelationinstance" value="11" literal="DeleteRelationInstance"/> <eLiterals name="discardinstance" value="12" literal="DiscardInstance"/> <eLiterals name="discardmodel" value="13" literal="DiscardModel"/> <eLiterals name="openmodel" value="14" literal="OpenModel"/> <eLiterals name="renameinstance" value="15" literal="RenameInstance"/> <eLiterals name="savemodel" value="16" literal="SaveModel"/> <eLiterals name="setattributevalue" value="17" literal="SetAttributeValue"/> <eLiterals name="aftercreatemodelingconnector" value="18" literal="AfterCreateModelingConnector"/> <eLiterals name="aftercreatemodelingnode" value="19" literal="AfterCreateModelingNode"/> <eLiterals name="aftereditattributevalue" value="20" literal="AfterEditAttributeValue"/> <eLiterals name="toolinitialized" value="21" literal="ToolInitialized"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="EqualExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="AdditionExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicationExpression" eSuperTypes="#//Expression"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"mMDSL","nsURI":"http://www.xtext.org/nv/dsl/MMDSL","name":"mMDSL","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":"MethodName","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeLibrary","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeLibraryType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbedCode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbedPlatformType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmbedCodeType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertEmbedCode","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":"Enumeration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassAttribute","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefName","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolClass","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRelation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVGCommand","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Circle","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathData","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoveTo","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineTo","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HorizontalLineTo","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerticalLineTo","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurveTo","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmoothCurveTo","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuadraticBezierCurve","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmoothQuadraticBezierCurveTo","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EllipticalArc","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Points","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathParametersHV","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathParametersMLT","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathParametersS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathParametersQ","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathParametersC","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathParametersA","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolStyle","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillColor","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrokeColor","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontFamily","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Font","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Algorithm","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakContinue","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorMultyAssign","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorUnary","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorMultiply","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAdd","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCompare","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorEqual","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAnd","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorOr","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlgorithmOperation","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileOperation","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileCopy","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileDelete","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileCreate","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileRead","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileWrite","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirOperation","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirSetWorking","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirGetWorking","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirCreate","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirDelete","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirList","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleUI","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditBox","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfoBox","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorBox","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WarningBox","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ButtonType","instanceClass":null,"id":96,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewBox","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemOperation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertMenuItem","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveMenuItem","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextItem","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertContextItem","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveContextItem","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelOperation","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelCreate","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDelete","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDiscard","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSave","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLoad","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelIsLoaded","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOperation","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstance","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreate","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceDelete","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceGet","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceGetAll","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceSet","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationInstance","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationInstanceCreate","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationInstanceDelete","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationInstanceGet","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationInstanceGetAll","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationInstanceSet","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeOperation","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeGet","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttrGetParams","instanceClass":null,"id":127,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSet","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttrSetParams","instanceClass":null,"id":129,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventName","instanceClass":null,"id":131,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualExpression","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionExpression","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicationExpression","instanceClass":null,"abstract":false,"id":137,"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":"methodname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includelibrarytype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"embedplatformtype","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":"embedcodetype","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":"includelibrary","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":true,"unsettable":false,"transient":false,"unique":true,"name":"embedcode","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":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"includelibrarytype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"embedplatformtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"embedcodetype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"embeddedcode","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"codesnippetname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"symbolstyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"symbolclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"symbolrelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"algorithm","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":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":188,"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":"enumvalues","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":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":193,"derived":false},{"container":false,"ordered":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":194,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modeltype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentclassname","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":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classattribute","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertembedcode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentrelationname","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":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolrelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromclassname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toclassname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertembedcode","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"name":"write","id":234,"value":0,"literal":"write","eClass":"EEnumLiteral"},{"name":"read","id":235,"value":1,"literal":"read","eClass":"EEnumLiteral"},{"name":"internal","id":236,"value":2,"literal":"internal","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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refname","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modeltypename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpletype","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"name":"String","id":253,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"Int","id":254,"value":1,"literal":"int","eClass":"EEnumLiteral"},{"name":"Double","id":255,"value":2,"literal":"double","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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":false,"name":"classname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"relationname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"classname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"relationname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"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":"name","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":"globalstyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"svgcommand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"globalstyle","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":"svgcommandsfrom","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":"svgcommandsmiddle","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":"svgcommandsto","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertembedcode","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rectangle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"circle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ellipse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"polyline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"polygon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"symbolstyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolstyleref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"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":"x","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":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":311,"derived":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":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":"height","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cx","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cy","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cx","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cy","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ry","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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x1","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y1","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x2","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y2","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"points","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathdata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":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":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fontfamily","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontsize","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fillcolor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moveto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"horizontallineto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"verticallineto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"curveto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smoothcurveto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quadraticbeziercurve","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smoothquadraticbeziercurveto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ellipticalarc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"closepath","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"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":402,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x2","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y2","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"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":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x1","changeable":true,"lowerBound":0,"iD":false,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y1","changeable":true,"lowerBound":0,"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":"x","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":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":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x1","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y1","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":"x2","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y2","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"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":426,"derived":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":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rx","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ry","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xaxisrot","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largearcflag","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sweepflag","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fillcolor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"container":false,"ordered":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":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strokewidth","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fontfamily","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontsize","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertembedcode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"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":462,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexcolor","changeable":true,"lowerBound":0,"iD":false,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"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":466,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexcolor","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontstr","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"ordered":true,"upperBound":1,"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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"name":"arial","id":474,"value":0,"literal":"Arial","eClass":"EEnumLiteral"},{"name":"arialblack","id":475,"value":1,"literal":"Arial_Black","eClass":"EEnumLiteral"},{"name":"comicsansms","id":476,"value":2,"literal":"Comic_Sans_MS","eClass":"EEnumLiteral"},{"name":"couriernew","id":477,"value":3,"literal":"Courier_New","eClass":"EEnumLiteral"},{"name":"georgia","id":478,"value":4,"literal":"Georgia","eClass":"EEnumLiteral"},{"name":"impact","id":479,"value":5,"literal":"Impact","eClass":"EEnumLiteral"},{"name":"lucidaconsole","id":480,"value":6,"literal":"Lucida_Console","eClass":"EEnumLiteral"},{"name":"lucidasansunicode","id":481,"value":7,"literal":"Lucida_Sans_Unicode","eClass":"EEnumLiteral"},{"name":"palatinolinotype","id":482,"value":8,"literal":"Palatino_Linotype","eClass":"EEnumLiteral"},{"name":"tahoma","id":483,"value":9,"literal":"Tahoma","eClass":"EEnumLiteral"},{"name":"timesnewroman","id":484,"value":10,"literal":"Times_New_Roman","eClass":"EEnumLiteral"},{"name":"trebuchetms","id":485,"value":11,"literal":"Trebuchet_MS","eClass":"EEnumLiteral"},{"name":"verdana","id":486,"value":12,"literal":"Verdana","eClass":"EEnumLiteral"},{"name":"symbol","id":487,"value":13,"literal":"Symbol","eClass":"EEnumLiteral"},{"name":"webdings","id":488,"value":14,"literal":"Webdings","eClass":"EEnumLiteral"},{"name":"windings","id":489,"value":15,"literal":"Wingdings","eClass":"EEnumLiteral"},{"name":"mssansserif","id":490,"value":16,"literal":"MS_Sans_Serif","eClass":"EEnumLiteral"},{"name":"msserif","id":491,"value":17,"literal":"MS_Serif","eClass":"EEnumLiteral"},{"name":"aliceblue","id":492,"value":0,"literal":"aliceblue","eClass":"EEnumLiteral"},{"name":"antiquewhite","id":493,"value":1,"literal":"antiquewhite","eClass":"EEnumLiteral"},{"name":"aqua","id":494,"value":2,"literal":"aqua","eClass":"EEnumLiteral"},{"name":"aquamarine","id":495,"value":3,"literal":"aquamarine","eClass":"EEnumLiteral"},{"name":"azure","id":496,"value":4,"literal":"azure","eClass":"EEnumLiteral"},{"name":"beige","id":497,"value":5,"literal":"beige","eClass":"EEnumLiteral"},{"name":"bisque","id":498,"value":6,"literal":"bisque","eClass":"EEnumLiteral"},{"name":"black","id":499,"value":7,"literal":"black","eClass":"EEnumLiteral"},{"name":"blanchedalmond","id":500,"value":8,"literal":"blanchedalmond","eClass":"EEnumLiteral"},{"name":"blue","id":501,"value":9,"literal":"blue","eClass":"EEnumLiteral"},{"name":"blueviolet","id":502,"value":10,"literal":"blueviolet","eClass":"EEnumLiteral"},{"name":"brown","id":503,"value":11,"literal":"brown","eClass":"EEnumLiteral"},{"name":"burlywood","id":504,"value":12,"literal":"burlywood","eClass":"EEnumLiteral"},{"name":"cadetblue","id":505,"value":13,"literal":"cadetblue","eClass":"EEnumLiteral"},{"name":"chartreuse","id":506,"value":14,"literal":"chartreuse","eClass":"EEnumLiteral"},{"name":"chocolate","id":507,"value":15,"literal":"chocolate","eClass":"EEnumLiteral"},{"name":"coral","id":508,"value":16,"literal":"coral","eClass":"EEnumLiteral"},{"name":"cornflowerblue","id":509,"value":17,"literal":"cornflowerblue","eClass":"EEnumLiteral"},{"name":"cornsilk","id":510,"value":18,"literal":"cornsilk","eClass":"EEnumLiteral"},{"name":"crimson","id":511,"value":19,"literal":"crimson","eClass":"EEnumLiteral"},{"name":"cyan","id":512,"value":20,"literal":"cyan","eClass":"EEnumLiteral"},{"name":"darkblue","id":513,"value":21,"literal":"darkblue","eClass":"EEnumLiteral"},{"name":"darkcyan","id":514,"value":22,"literal":"darkcyan","eClass":"EEnumLiteral"},{"name":"darkgoldenrod","id":515,"value":23,"literal":"darkgoldenrod","eClass":"EEnumLiteral"},{"name":"darkgray","id":516,"value":24,"literal":"darkgray","eClass":"EEnumLiteral"},{"name":"darkgreen","id":517,"value":25,"literal":"darkgreen","eClass":"EEnumLiteral"},{"name":"darkkhaki","id":518,"value":26,"literal":"darkkhaki","eClass":"EEnumLiteral"},{"name":"darkmagenta","id":519,"value":27,"literal":"darkmagenta","eClass":"EEnumLiteral"},{"name":"darkolivegreen","id":520,"value":28,"literal":"darkolivegreen","eClass":"EEnumLiteral"},{"name":"darkorange","id":521,"value":29,"literal":"darkorange","eClass":"EEnumLiteral"},{"name":"darkorchid","id":522,"value":30,"literal":"darkorchid","eClass":"EEnumLiteral"},{"name":"darkred","id":523,"value":31,"literal":"darkred","eClass":"EEnumLiteral"},{"name":"darksalmon","id":524,"value":32,"literal":"darksalmon","eClass":"EEnumLiteral"},{"name":"darkseagreen","id":525,"value":33,"literal":"darkseagreen","eClass":"EEnumLiteral"},{"name":"darkslateblue","id":526,"value":34,"literal":"darkslateblue","eClass":"EEnumLiteral"},{"name":"darkslategray","id":527,"value":35,"literal":"darkslategray","eClass":"EEnumLiteral"},{"name":"darkturquoise","id":528,"value":36,"literal":"darkturquoise","eClass":"EEnumLiteral"},{"name":"darkviolet","id":529,"value":37,"literal":"darkviolet","eClass":"EEnumLiteral"},{"name":"deeppink","id":530,"value":38,"literal":"deeppink","eClass":"EEnumLiteral"},{"name":"deepskyblue","id":531,"value":39,"literal":"deepskyblue","eClass":"EEnumLiteral"},{"name":"dimgray","id":532,"value":40,"literal":"dimgray","eClass":"EEnumLiteral"},{"name":"dodgerblue","id":533,"value":41,"literal":"dodgerblue","eClass":"EEnumLiteral"},{"name":"firebrick","id":534,"value":42,"literal":"firebrick","eClass":"EEnumLiteral"},{"name":"floralwhite","id":535,"value":43,"literal":"floralwhite","eClass":"EEnumLiteral"},{"name":"forestgreen","id":536,"value":44,"literal":"forestgreen","eClass":"EEnumLiteral"},{"name":"fuchsia","id":537,"value":45,"literal":"fuchsia","eClass":"EEnumLiteral"},{"name":"gainsboro","id":538,"value":46,"literal":"gainsboro","eClass":"EEnumLiteral"},{"name":"ghostwhite","id":539,"value":47,"literal":"ghostwhite","eClass":"EEnumLiteral"},{"name":"gold","id":540,"value":48,"literal":"gold","eClass":"EEnumLiteral"},{"name":"goldenrod","id":541,"value":49,"literal":"goldenrod","eClass":"EEnumLiteral"},{"name":"gray","id":542,"value":50,"literal":"gray","eClass":"EEnumLiteral"},{"name":"green","id":543,"value":51,"literal":"green","eClass":"EEnumLiteral"},{"name":"greenyellow","id":544,"value":52,"literal":"greenyellow","eClass":"EEnumLiteral"},{"name":"honeydew","id":545,"value":53,"literal":"honeydew","eClass":"EEnumLiteral"},{"name":"hotpink","id":546,"value":54,"literal":"hotpink","eClass":"EEnumLiteral"},{"name":"indianred","id":547,"value":55,"literal":"indianred","eClass":"EEnumLiteral"},{"name":"indigo","id":548,"value":56,"literal":"indigo","eClass":"EEnumLiteral"},{"name":"ivory","id":549,"value":57,"literal":"ivory","eClass":"EEnumLiteral"},{"name":"khaki","id":550,"value":58,"literal":"khaki","eClass":"EEnumLiteral"},{"name":"lavender","id":551,"value":59,"literal":"lavender","eClass":"EEnumLiteral"},{"name":"lavenderblush","id":552,"value":60,"literal":"lavenderblush","eClass":"EEnumLiteral"},{"name":"lawngreen","id":553,"value":61,"literal":"lawngreen","eClass":"EEnumLiteral"},{"name":"lemonchiffon","id":554,"value":62,"literal":"lemonchiffon","eClass":"EEnumLiteral"},{"name":"lightblue","id":555,"value":63,"literal":"lightblue","eClass":"EEnumLiteral"},{"name":"lightcoral","id":556,"value":64,"literal":"lightcoral","eClass":"EEnumLiteral"},{"name":"lightcyan","id":557,"value":65,"literal":"lightcyan","eClass":"EEnumLiteral"},{"name":"lightgoldenrodyellow","id":558,"value":66,"literal":"lightgoldenrodyellow","eClass":"EEnumLiteral"},{"name":"lightgreen","id":559,"value":67,"literal":"lightgreen","eClass":"EEnumLiteral"},{"name":"lightgray","id":560,"value":68,"literal":"lightgray","eClass":"EEnumLiteral"},{"name":"lightmagenta","id":561,"value":69,"literal":"lightmagenta","eClass":"EEnumLiteral"},{"name":"lightpink","id":562,"value":70,"literal":"lightpink","eClass":"EEnumLiteral"},{"name":"lightsalmon","id":563,"value":71,"literal":"lightsalmon","eClass":"EEnumLiteral"},{"name":"lightseagreen","id":564,"value":72,"literal":"lightseagreen","eClass":"EEnumLiteral"},{"name":"lightskyblue","id":565,"value":73,"literal":"lightskyblue","eClass":"EEnumLiteral"},{"name":"lightslategray","id":566,"value":74,"literal":"lightslategray","eClass":"EEnumLiteral"},{"name":"lightsteelblue","id":567,"value":75,"literal":"lightsteelblue","eClass":"EEnumLiteral"},{"name":"lightyellow","id":568,"value":76,"literal":"lightyellow","eClass":"EEnumLiteral"},{"name":"lime","id":569,"value":77,"literal":"lime","eClass":"EEnumLiteral"},{"name":"limegreen","id":570,"value":78,"literal":"limegreen","eClass":"EEnumLiteral"},{"name":"linen","id":571,"value":79,"literal":"linen","eClass":"EEnumLiteral"},{"name":"magenta","id":572,"value":80,"literal":"magenta","eClass":"EEnumLiteral"},{"name":"maroon","id":573,"value":81,"literal":"maroon","eClass":"EEnumLiteral"},{"name":"mediumaquamarine","id":574,"value":82,"literal":"mediumaquamarine","eClass":"EEnumLiteral"},{"name":"mediumblue","id":575,"value":83,"literal":"mediumblue","eClass":"EEnumLiteral"},{"name":"mediumorchid","id":576,"value":84,"literal":"mediumorchid","eClass":"EEnumLiteral"},{"name":"mediumpurple","id":577,"value":85,"literal":"mediumpurple","eClass":"EEnumLiteral"},{"name":"mediumseagreen","id":578,"value":86,"literal":"mediumseagreen","eClass":"EEnumLiteral"},{"name":"mediumslateblue","id":579,"value":87,"literal":"mediumslateblue","eClass":"EEnumLiteral"},{"name":"mediumspringgreen","id":580,"value":88,"literal":"mediumspringgreen","eClass":"EEnumLiteral"},{"name":"mediumturquoise","id":581,"value":89,"literal":"mediumturquoise","eClass":"EEnumLiteral"},{"name":"mediumvioletred","id":582,"value":90,"literal":"mediumvioletred","eClass":"EEnumLiteral"},{"name":"midnightblue","id":583,"value":91,"literal":"midnightblue","eClass":"EEnumLiteral"},{"name":"mintcream","id":584,"value":92,"literal":"mintcream","eClass":"EEnumLiteral"},{"name":"mistyrose","id":585,"value":93,"literal":"mistyrose","eClass":"EEnumLiteral"},{"name":"moccasin","id":586,"value":94,"literal":"moccasin","eClass":"EEnumLiteral"},{"name":"navajowhite","id":587,"value":95,"literal":"navajowhite","eClass":"EEnumLiteral"},{"name":"navy","id":588,"value":96,"literal":"navy","eClass":"EEnumLiteral"},{"name":"oldlace","id":589,"value":97,"literal":"oldlace","eClass":"EEnumLiteral"},{"name":"olive","id":590,"value":98,"literal":"olive","eClass":"EEnumLiteral"},{"name":"olivedrab","id":591,"value":99,"literal":"olivedrab","eClass":"EEnumLiteral"},{"name":"orange","id":592,"value":100,"literal":"orange","eClass":"EEnumLiteral"},{"name":"orangered","id":593,"value":101,"literal":"orangered","eClass":"EEnumLiteral"},{"name":"orchid","id":594,"value":102,"literal":"orchid","eClass":"EEnumLiteral"},{"name":"palegoldenrod","id":595,"value":103,"literal":"palegoldenrod","eClass":"EEnumLiteral"},{"name":"palegreen","id":596,"value":104,"literal":"palegreen","eClass":"EEnumLiteral"},{"name":"paleturquoise","id":597,"value":105,"literal":"paleturquoise","eClass":"EEnumLiteral"},{"name":"palevioletred","id":598,"value":106,"literal":"palevioletred","eClass":"EEnumLiteral"},{"name":"papayawhip","id":599,"value":107,"literal":"papayawhip","eClass":"EEnumLiteral"},{"name":"peachpuff","id":600,"value":108,"literal":"peachpuff","eClass":"EEnumLiteral"},{"name":"peru","id":601,"value":109,"literal":"peru","eClass":"EEnumLiteral"},{"name":"pink","id":602,"value":110,"literal":"pink","eClass":"EEnumLiteral"},{"name":"plum","id":603,"value":111,"literal":"plum","eClass":"EEnumLiteral"},{"name":"powderblue","id":604,"value":112,"literal":"powderblue","eClass":"EEnumLiteral"},{"name":"purple","id":605,"value":113,"literal":"purple","eClass":"EEnumLiteral"},{"name":"red","id":606,"value":114,"literal":"red","eClass":"EEnumLiteral"},{"name":"rosybrown","id":607,"value":115,"literal":"rosybrown","eClass":"EEnumLiteral"},{"name":"royalblue","id":608,"value":116,"literal":"royalblue","eClass":"EEnumLiteral"},{"name":"saddlebrown","id":609,"value":117,"literal":"saddlebrown","eClass":"EEnumLiteral"},{"name":"salmon","id":610,"value":118,"literal":"salmon","eClass":"EEnumLiteral"},{"name":"sandybrown","id":611,"value":119,"literal":"sandybrown","eClass":"EEnumLiteral"},{"name":"seagreen","id":612,"value":120,"literal":"seagreen","eClass":"EEnumLiteral"},{"name":"seashell","id":613,"value":121,"literal":"seashell","eClass":"EEnumLiteral"},{"name":"sienna","id":614,"value":122,"literal":"sienna","eClass":"EEnumLiteral"},{"name":"silver","id":615,"value":123,"literal":"silver","eClass":"EEnumLiteral"},{"name":"skyblue","id":616,"value":124,"literal":"skyblue","eClass":"EEnumLiteral"},{"name":"slateblue","id":617,"value":125,"literal":"slateblue","eClass":"EEnumLiteral"},{"name":"slategray","id":618,"value":126,"literal":"slategray","eClass":"EEnumLiteral"},{"name":"snow","id":619,"value":127,"literal":"snow","eClass":"EEnumLiteral"},{"name":"springgreen","id":620,"value":128,"literal":"springgreen","eClass":"EEnumLiteral"},{"name":"steelblue","id":621,"value":129,"literal":"steelblue","eClass":"EEnumLiteral"},{"name":"tan","id":622,"value":130,"literal":"tan","eClass":"EEnumLiteral"},{"name":"teal","id":623,"value":131,"literal":"teal","eClass":"EEnumLiteral"},{"name":"thistle","id":624,"value":132,"literal":"thistle","eClass":"EEnumLiteral"},{"name":"tomato","id":625,"value":133,"literal":"tomato","eClass":"EEnumLiteral"},{"name":"turquoise","id":626,"value":134,"literal":"turquoise","eClass":"EEnumLiteral"},{"name":"violet","id":627,"value":135,"literal":"violet","eClass":"EEnumLiteral"},{"name":"wheat","id":628,"value":136,"literal":"wheat","eClass":"EEnumLiteral"},{"name":"white","id":629,"value":137,"literal":"white","eClass":"EEnumLiteral"},{"name":"whitesmoke","id":630,"value":138,"literal":"whitesmoke","eClass":"EEnumLiteral"},{"name":"yellow","id":631,"value":139,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"yellowgreen","id":632,"value":140,"literal":"yellowgreen","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":633,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmnt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"container":false,"ordered":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":639,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"algorithmoperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertembedcode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"ifblock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseifcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elseifblock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":650,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseblock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":651,"derived":false},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whiletloop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forloop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"container":false,"ordered":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":661,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whileblock","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":"breakcontinue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"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":"start","changeable":true,"lowerBound":0,"iD":false,"id":667,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stop","changeable":true,"lowerBound":0,"iD":false,"id":668,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interval","changeable":true,"lowerBound":0,"iD":false,"id":669,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forblock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"breakcontinue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"break","changeable":true,"lowerBound":0,"iD":false,"id":677,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"continue","changeable":true,"lowerBound":0,"iD":false,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":681,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opassing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":682,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varstatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"derived":false},{"container":false,"ordered":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":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"container":false,"ordered":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":689,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"algorithmoperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"container":false,"ordered":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":691,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":694,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolrelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbolstyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":696,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"embeddedcode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":697,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modeltype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assign","changeable":true,"lowerBound":0,"iD":false,"id":709,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multyassign","changeable":true,"resolveProxies":true,"lowerBound":0,"id":710,"derived":false},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"addassign","changeable":true,"lowerBound":0,"iD":false,"id":713,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subassign","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":"multiassign","changeable":true,"lowerBound":0,"iD":false,"id":715,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"divassign","changeable":true,"lowerBound":0,"iD":false,"id":716,"derived":false},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiply","changeable":true,"lowerBound":0,"iD":false,"id":723,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"divide","changeable":true,"lowerBound":0,"iD":false,"id":724,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modulo","changeable":true,"lowerBound":0,"iD":false,"id":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"lowerBound":0,"iD":false,"id":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":"subtract","changeable":true,"lowerBound":0,"iD":false,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"greaterequal","changeable":true,"lowerBound":0,"iD":false,"id":733,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lesserequal","changeable":true,"lowerBound":0,"iD":false,"id":734,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"greater","changeable":true,"lowerBound":0,"iD":false,"id":735,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lesser","changeable":true,"lowerBound":0,"iD":false,"id":736,"derived":false},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"equal","changeable":true,"lowerBound":0,"iD":false,"id":741,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notequal","changeable":true,"lowerBound":0,"iD":false,"id":742,"derived":false},{"id":743,"eClass":"EGenericType"},{"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":"and","changeable":true,"lowerBound":0,"iD":false,"id":745,"derived":false},{"id":746,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"or","changeable":true,"lowerBound":0,"iD":false,"id":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"container":false,"ordered":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":749,"derived":false},{"id":750,"eClass":"EGenericType"},{"container":false,"ordered":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":751,"derived":false},{"container":false,"ordered":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":752,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atomic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":753,"derived":false},{"container":false,"ordered":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":754,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"true","changeable":true,"lowerBound":0,"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":"false","changeable":true,"lowerBound":0,"iD":false,"id":756,"derived":false},{"container":false,"ordered":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":757,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueString","changeable":true,"lowerBound":0,"iD":false,"id":758,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueRealNumber","changeable":true,"lowerBound":0,"iD":false,"id":759,"derived":false},{"container":false,"ordered":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":760,"derived":false},{"container":false,"ordered":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":761,"derived":false},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileoperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":773,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"diroperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":774,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleui","changeable":true,"resolveProxies":true,"lowerBound":0,"id":775,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modeloperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":776,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instanceoperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":777,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeoperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":778,"derived":false},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filecopy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filedelete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":786,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filecreate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":787,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileread","changeable":true,"resolveProxies":true,"lowerBound":0,"id":788,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filewrite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":789,"derived":false},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":0,"iD":false,"id":795,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dest","changeable":true,"lowerBound":0,"iD":false,"id":796,"derived":false},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filename","changeable":true,"lowerBound":0,"iD":false,"id":799,"derived":false},{"id":800,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filename","changeable":true,"lowerBound":0,"iD":false,"id":801,"derived":false},{"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":"filename","changeable":true,"lowerBound":0,"iD":false,"id":803,"derived":false},{"id":804,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filename","changeable":true,"lowerBound":0,"iD":false,"id":805,"derived":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":806,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"append","changeable":true,"lowerBound":0,"iD":false,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dirsetworking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dirgetworking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":812,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dircreate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":813,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dirdelete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":814,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dirlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dirname","changeable":true,"lowerBound":0,"iD":false,"id":821,"derived":false},{"id":822,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dirname","changeable":true,"lowerBound":0,"iD":false,"id":823,"derived":false},{"id":824,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dirname","changeable":true,"lowerBound":0,"iD":false,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dirname","changeable":true,"lowerBound":0,"iD":false,"id":827,"derived":false},{"id":828,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editbox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":829,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"infobox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":830,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorbox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":831,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warningbox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":832,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewbox","changeable":true,"resolveProxies":true,"lowerBound":0,"id":833,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itemoperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":834,"derived":false},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":841,"derived":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":842,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"okbuttontext","changeable":true,"lowerBound":0,"iD":false,"id":843,"derived":false},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"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":847,"derived":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":848,"derived":false},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"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":851,"derived":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":852,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buttontype","changeable":true,"lowerBound":0,"iD":false,"id":853,"derived":false},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"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":857,"derived":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":858,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buttontype","changeable":true,"lowerBound":0,"iD":false,"id":859,"derived":false},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"name":"ok","id":863,"value":0,"literal":"ok","eClass":"EEnumLiteral"},{"name":"okcancel","id":864,"value":1,"literal":"ok-cancel","eClass":"EEnumLiteral"},{"name":"yesno","id":865,"value":2,"literal":"yes-no","eClass":"EEnumLiteral"},{"name":"yesnocancel","id":866,"value":3,"literal":"yes-no-cancel","eClass":"EEnumLiteral"},{"name":"retrycancel","id":867,"value":4,"literal":"retry-cancel","eClass":"EEnumLiteral"},{"name":"defok","id":868,"value":5,"literal":"def-ok","eClass":"EEnumLiteral"},{"name":"defcancel","id":869,"value":6,"literal":"def-cancel","eClass":"EEnumLiteral"},{"name":"defyes","id":870,"value":7,"literal":"def-yes","eClass":"EEnumLiteral"},{"name":"defno","id":871,"value":8,"literal":"def-no","eClass":"EEnumLiteral"},{"name":"defretry","id":872,"value":9,"literal":"def-retry","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":873,"derived":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":874,"derived":false},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":877,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":878,"derived":false},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertmenuitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":881,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removemenuitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":882,"derived":false},{"id":883,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":885,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"lowerBound":0,"iD":false,"id":886,"derived":false},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuitemname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":889,"derived":false},{"id":890,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insertcontextitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":891,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"removecontextitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":892,"derived":false},{"id":893,"eClass":"EGenericType"},{"id":894,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":895,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":899,"derived":false},{"id":900,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelcreate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":901,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modeldelete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":902,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modeldiscard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":903,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelsave","changeable":true,"resolveProxies":true,"lowerBound":0,"id":904,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":905,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelisloaded","changeable":true,"resolveProxies":true,"lowerBound":0,"id":906,"derived":false},{"id":907,"eClass":"EGenericType"},{"id":908,"eClass":"EGenericType"},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":913,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modeltype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":914,"derived":false},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":917,"derived":false},{"id":918,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":919,"derived":false},{"id":920,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":921,"derived":false},{"id":922,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":923,"derived":false},{"id":924,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":925,"derived":false},{"id":926,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":927,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":928,"derived":false},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classinstancecreate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":931,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classinstancedelete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":932,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classinstanceget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":933,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classinstanceset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":934,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classinstancegetall","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":941,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":942,"derived":false},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofclassinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":945,"derived":false},{"id":946,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofclassinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":947,"derived":false},{"id":948,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":949,"derived":false},{"id":950,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofclassinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":951,"derived":false},{"id":952,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationinstancecreate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":953,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationinstancedelete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":954,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationinstanceget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":955,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationinstanceset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":956,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationinstancegetall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":957,"derived":false},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":963,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofrelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":964,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classinstancefrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":965,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classinstanceto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":966,"derived":false},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofrelationinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":971,"derived":false},{"id":972,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofrelationinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":973,"derived":false},{"id":974,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofrelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":975,"derived":false},{"id":976,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nameofrelationinstance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":977,"derived":false},{"id":978,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":979,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":980,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":981,"derived":false},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attrgetparams","changeable":true,"lowerBound":0,"iD":false,"id":985,"derived":false},{"id":986,"eClass":"EGenericType"},{"name":"type","id":987,"value":0,"literal":"type","eClass":"EEnumLiteral"},{"name":"value","id":988,"value":1,"literal":"value","eClass":"EEnumLiteral"},{"name":"name","id":989,"value":2,"literal":"name","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attrsetparams","changeable":true,"lowerBound":0,"iD":false,"id":990,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueString","changeable":true,"lowerBound":0,"iD":false,"id":991,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueRealNumber","changeable":true,"lowerBound":0,"iD":false,"id":992,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":993,"derived":false},{"id":994,"eClass":"EGenericType"},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"id":997,"eClass":"EGenericType"},{"name":"value","id":998,"value":0,"literal":"value","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":999,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"algorithmname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1000,"derived":false},{"id":1001,"eClass":"EGenericType"},{"id":1002,"eClass":"EGenericType"},{"name":"beforecreatemodel","id":1003,"value":0,"literal":"BeforeCreateModel","eClass":"EEnumLiteral"},{"name":"beforecreaterelationinstance","id":1004,"value":1,"literal":"BeforeCreateRelationInstance","eClass":"EEnumLiteral"},{"name":"beforedeleteinstance","id":1005,"value":2,"literal":"BeforeDeleteInstance","eClass":"EEnumLiteral"},{"name":"beforedeletemodel","id":1006,"value":3,"literal":"BeforeDeleteModel","eClass":"EEnumLiteral"},{"name":"beforediscardmodel","id":1007,"value":4,"literal":"BeforeDiscardModel","eClass":"EEnumLiteral"},{"name":"beforesavemodel","id":1008,"value":5,"literal":"BeforeSaveModel","eClass":"EEnumLiteral"},{"name":"createinstance","id":1009,"value":6,"literal":"CreateInstance","eClass":"EEnumLiteral"},{"name":"createmodel","id":1010,"value":7,"literal":"CreateModel","eClass":"EEnumLiteral"},{"name":"createrelationinstance","id":1011,"value":8,"literal":"CreateRelationInstance","eClass":"EEnumLiteral"},{"name":"deleteinstance","id":1012,"value":9,"literal":"DeleteInstance","eClass":"EEnumLiteral"},{"name":"deletemodel","id":1013,"value":10,"literal":"DeleteModel","eClass":"EEnumLiteral"},{"name":"deleterelationinstance","id":1014,"value":11,"literal":"DeleteRelationInstance","eClass":"EEnumLiteral"},{"name":"discardinstance","id":1015,"value":12,"literal":"DiscardInstance","eClass":"EEnumLiteral"},{"name":"discardmodel","id":1016,"value":13,"literal":"DiscardModel","eClass":"EEnumLiteral"},{"name":"openmodel","id":1017,"value":14,"literal":"OpenModel","eClass":"EEnumLiteral"},{"name":"renameinstance","id":1018,"value":15,"literal":"RenameInstance","eClass":"EEnumLiteral"},{"name":"savemodel","id":1019,"value":16,"literal":"SaveModel","eClass":"EEnumLiteral"},{"name":"setattributevalue","id":1020,"value":17,"literal":"SetAttributeValue","eClass":"EEnumLiteral"},{"name":"aftercreatemodelingconnector","id":1021,"value":18,"literal":"AfterCreateModelingConnector","eClass":"EEnumLiteral"},{"name":"aftercreatemodelingnode","id":1022,"value":19,"literal":"AfterCreateModelingNode","eClass":"EEnumLiteral"},{"name":"aftereditattributevalue","id":1023,"value":20,"literal":"AfterEditAttributeValue","eClass":"EEnumLiteral"},{"name":"toolinitialized","id":1024,"value":21,"literal":"ToolInitialized","eClass":"EEnumLiteral"},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"id":1027,"eClass":"EGenericType"},{"id":1028,"eClass":"EGenericType"},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":1,"target":0},{"source":1,"target":138},{"source":1,"target":139},{"source":1,"target":140},{"source":1,"target":141},{"source":1,"target":142},{"source":1,"target":143},{"source":1,"target":144},{"source":138,"target":2},{"source":138,"target":145},{"source":138,"target":1},{"source":145,"target":2},{"source":139,"target":4},{"source":139,"target":146},{"source":139,"target":1},{"source":146,"target":4},{"source":140,"target":6},{"source":140,"target":147},{"source":140,"target":1},{"source":147,"target":6},{"source":141,"target":7},{"source":141,"target":148},{"source":141,"target":1},{"source":148,"target":7},{"source":142,"target":3},{"source":142,"target":149},{"source":142,"target":1},{"source":149,"target":3},{"source":143,"target":5},{"source":143,"target":150},{"source":143,"target":1},{"source":150,"target":5},{"source":144,"target":9},{"source":144,"target":151},{"source":144,"target":1},{"source":151,"target":9},{"source":2,"target":0},{"source":2,"target":152},{"source":152,"target":153},{"source":152,"target":2},{"source":3,"target":0},{"source":3,"target":154},{"source":3,"target":155},{"source":154,"target":156},{"source":154,"target":3},{"source":155,"target":4},{"source":155,"target":157},{"source":155,"target":3},{"source":157,"target":4},{"source":4,"target":0},{"source":4,"target":158},{"source":158,"target":159},{"source":158,"target":4},{"source":5,"target":0},{"source":5,"target":160},{"source":5,"target":161},{"source":5,"target":162},{"source":5,"target":163},{"source":160,"target":164},{"source":160,"target":5},{"source":161,"target":6},{"source":161,"target":165},{"source":161,"target":5},{"source":165,"target":6},{"source":162,"target":7},{"source":162,"target":166},{"source":162,"target":5},{"source":166,"target":7},{"source":163,"target":167},{"source":163,"target":5},{"source":6,"target":0},{"source":6,"target":168},{"source":168,"target":169},{"source":168,"target":6},{"source":7,"target":0},{"source":7,"target":170},{"source":170,"target":171},{"source":170,"target":7},{"source":8,"target":0},{"source":8,"target":172},{"source":172,"target":5},{"source":172,"target":173},{"source":172,"target":8},{"source":173,"target":5},{"source":9,"target":0},{"source":9,"target":174},{"source":9,"target":175},{"source":9,"target":176},{"source":9,"target":177},{"source":9,"target":178},{"source":9,"target":179},{"source":9,"target":180},{"source":174,"target":10},{"source":174,"target":181},{"source":174,"target":9},{"source":181,"target":10},{"source":175,"target":52},{"source":175,"target":182},{"source":175,"target":9},{"source":182,"target":52},{"source":176,"target":24},{"source":176,"target":183},{"source":176,"target":9},{"source":183,"target":24},{"source":177,"target":25},{"source":177,"target":184},{"source":177,"target":9},{"source":184,"target":25},{"source":178,"target":11},{"source":178,"target":185},{"source":178,"target":9},{"source":185,"target":11},{"source":179,"target":58},{"source":179,"target":186},{"source":179,"target":9},{"source":186,"target":58},{"source":180,"target":130},{"source":180,"target":187},{"source":180,"target":9},{"source":187,"target":130},{"source":10,"target":0},{"source":10,"target":188},{"source":10,"target":189},{"source":188,"target":190},{"source":188,"target":10},{"source":189,"target":191},{"source":189,"target":10},{"source":11,"target":0},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":192,"target":12},{"source":192,"target":196},{"source":192,"target":11},{"source":196,"target":12},{"source":193,"target":13},{"source":193,"target":197},{"source":193,"target":11},{"source":197,"target":13},{"source":194,"target":14},{"source":194,"target":198},{"source":194,"target":11},{"source":198,"target":14},{"source":195,"target":22},{"source":195,"target":199},{"source":195,"target":11},{"source":199,"target":22},{"source":12,"target":0},{"source":12,"target":200},{"source":12,"target":201},{"source":12,"target":202},{"source":12,"target":203},{"source":12,"target":204},{"source":12,"target":205},{"source":12,"target":206},{"source":200,"target":207},{"source":200,"target":12},{"source":201,"target":12},{"source":201,"target":208},{"source":201,"target":12},{"source":208,"target":12},{"source":202,"target":24},{"source":202,"target":209},{"source":202,"target":12},{"source":209,"target":24},{"source":203,"target":16},{"source":203,"target":210},{"source":203,"target":12},{"source":210,"target":16},{"source":204,"target":14},{"source":204,"target":211},{"source":204,"target":12},{"source":211,"target":14},{"source":205,"target":8},{"source":205,"target":212},{"source":205,"target":12},{"source":212,"target":8},{"source":206,"target":17},{"source":206,"target":213},{"source":206,"target":12},{"source":213,"target":17},{"source":13,"target":0},{"source":13,"target":214},{"source":13,"target":215},{"source":13,"target":216},{"source":13,"target":217},{"source":13,"target":218},{"source":13,"target":219},{"source":13,"target":220},{"source":214,"target":221},{"source":214,"target":13},{"source":215,"target":13},{"source":215,"target":222},{"source":215,"target":13},{"source":222,"target":13},{"source":216,"target":25},{"source":216,"target":223},{"source":216,"target":13},{"source":223,"target":25},{"source":217,"target":12},{"source":217,"target":224},{"source":217,"target":13},{"source":224,"target":12},{"source":218,"target":12},{"source":218,"target":225},{"source":218,"target":13},{"source":225,"target":12},{"source":219,"target":14},{"source":219,"target":226},{"source":219,"target":13},{"source":226,"target":14},{"source":220,"target":8},{"source":220,"target":227},{"source":220,"target":13},{"source":227,"target":8},{"source":14,"target":0},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":228,"target":231},{"source":228,"target":14},{"source":229,"target":19},{"source":229,"target":232},{"source":229,"target":14},{"source":232,"target":19},{"source":230,"target":15},{"source":230,"target":233},{"source":230,"target":14},{"source":233,"target":15},{"source":15,"target":0},{"source":15,"target":234},{"source":15,"target":235},{"source":15,"target":236},{"source":234,"target":15},{"source":235,"target":15},{"source":236,"target":15},{"source":16,"target":0},{"source":16,"target":237},{"source":16,"target":238},{"source":237,"target":239},{"source":237,"target":16},{"source":238,"target":19},{"source":238,"target":240},{"source":238,"target":16},{"source":240,"target":19},{"source":17,"target":0},{"source":17,"target":241},{"source":17,"target":242},{"source":241,"target":243},{"source":241,"target":17},{"source":242,"target":18},{"source":242,"target":244},{"source":242,"target":17},{"source":244,"target":18},{"source":18,"target":0},{"source":18,"target":245},{"source":18,"target":246},{"source":245,"target":22},{"source":245,"target":247},{"source":245,"target":18},{"source":247,"target":22},{"source":246,"target":12},{"source":246,"target":248},{"source":246,"target":18},{"source":248,"target":12},{"source":19,"target":0},{"source":19,"target":249},{"source":19,"target":250},{"source":249,"target":20},{"source":249,"target":251},{"source":249,"target":19},{"source":251,"target":20},{"source":250,"target":21},{"source":250,"target":252},{"source":250,"target":19},{"source":252,"target":21},{"source":20,"target":0},{"source":20,"target":253},{"source":20,"target":254},{"source":20,"target":255},{"source":253,"target":20},{"source":254,"target":20},{"source":255,"target":20},{"source":21,"target":0},{"source":21,"target":256},{"source":256,"target":10},{"source":256,"target":257},{"source":256,"target":21},{"source":257,"target":10},{"source":22,"target":0},{"source":22,"target":258},{"source":22,"target":259},{"source":22,"target":260},{"source":22,"target":261},{"source":258,"target":262},{"source":258,"target":22},{"source":259,"target":12},{"source":259,"target":263},{"source":259,"target":22},{"source":263,"target":12},{"source":260,"target":13},{"source":260,"target":264},{"source":260,"target":22},{"source":264,"target":13},{"source":261,"target":23},{"source":261,"target":265},{"source":261,"target":22},{"source":265,"target":23},{"source":23,"target":0},{"source":23,"target":266},{"source":23,"target":267},{"source":23,"target":268},{"source":266,"target":269},{"source":266,"target":23},{"source":267,"target":12},{"source":267,"target":270},{"source":267,"target":23},{"source":270,"target":12},{"source":268,"target":13},{"source":268,"target":271},{"source":268,"target":23},{"source":271,"target":13},{"source":24,"target":0},{"source":24,"target":272},{"source":24,"target":273},{"source":24,"target":274},{"source":272,"target":275},{"source":272,"target":24},{"source":273,"target":52},{"source":273,"target":276},{"source":273,"target":24},{"source":276,"target":52},{"source":274,"target":26},{"source":274,"target":277},{"source":274,"target":24},{"source":277,"target":26},{"source":25,"target":0},{"source":25,"target":278},{"source":25,"target":279},{"source":25,"target":280},{"source":25,"target":281},{"source":25,"target":282},{"source":278,"target":283},{"source":278,"target":25},{"source":279,"target":52},{"source":279,"target":284},{"source":279,"target":25},{"source":284,"target":52},{"source":280,"target":26},{"source":280,"target":285},{"source":280,"target":25},{"source":285,"target":26},{"source":281,"target":26},{"source":281,"target":286},{"source":281,"target":25},{"source":286,"target":26},{"source":282,"target":26},{"source":282,"target":287},{"source":282,"target":25},{"source":287,"target":26},{"source":26,"target":0},{"source":26,"target":288},{"source":26,"target":289},{"source":26,"target":290},{"source":26,"target":291},{"source":26,"target":292},{"source":26,"target":293},{"source":26,"target":294},{"source":26,"target":295},{"source":26,"target":296},{"source":26,"target":297},{"source":26,"target":298},{"source":288,"target":8},{"source":288,"target":299},{"source":288,"target":26},{"source":299,"target":8},{"source":289,"target":27},{"source":289,"target":300},{"source":289,"target":26},{"source":300,"target":27},{"source":290,"target":28},{"source":290,"target":301},{"source":290,"target":26},{"source":301,"target":28},{"source":291,"target":29},{"source":291,"target":302},{"source":291,"target":26},{"source":302,"target":29},{"source":292,"target":30},{"source":292,"target":303},{"source":292,"target":26},{"source":303,"target":30},{"source":293,"target":31},{"source":293,"target":304},{"source":293,"target":26},{"source":304,"target":31},{"source":294,"target":32},{"source":294,"target":305},{"source":294,"target":26},{"source":305,"target":32},{"source":295,"target":33},{"source":295,"target":306},{"source":295,"target":26},{"source":306,"target":33},{"source":296,"target":34},{"source":296,"target":307},{"source":296,"target":26},{"source":307,"target":34},{"source":297,"target":52},{"source":297,"target":308},{"source":297,"target":26},{"source":308,"target":52},{"source":298,"target":52},{"source":298,"target":309},{"source":298,"target":26},{"source":309,"target":52},{"source":27,"target":0},{"source":27,"target":310},{"source":27,"target":311},{"source":27,"target":312},{"source":27,"target":313},{"source":310,"target":314},{"source":310,"target":27},{"source":311,"target":315},{"source":311,"target":27},{"source":312,"target":316},{"source":312,"target":27},{"source":313,"target":317},{"source":313,"target":27},{"source":28,"target":0},{"source":28,"target":318},{"source":28,"target":319},{"source":28,"target":320},{"source":318,"target":321},{"source":318,"target":28},{"source":319,"target":322},{"source":319,"target":28},{"source":320,"target":323},{"source":320,"target":28},{"source":29,"target":0},{"source":29,"target":324},{"source":29,"target":325},{"source":29,"target":326},{"source":29,"target":327},{"source":324,"target":328},{"source":324,"target":29},{"source":325,"target":329},{"source":325,"target":29},{"source":326,"target":330},{"source":326,"target":29},{"source":327,"target":331},{"source":327,"target":29},{"source":30,"target":0},{"source":30,"target":332},{"source":30,"target":333},{"source":30,"target":334},{"source":30,"target":335},{"source":332,"target":336},{"source":332,"target":30},{"source":333,"target":337},{"source":333,"target":30},{"source":334,"target":338},{"source":334,"target":30},{"source":335,"target":339},{"source":335,"target":30},{"source":31,"target":0},{"source":31,"target":340},{"source":340,"target":45},{"source":340,"target":341},{"source":340,"target":31},{"source":341,"target":45},{"source":32,"target":0},{"source":32,"target":342},{"source":342,"target":45},{"source":342,"target":343},{"source":342,"target":32},{"source":343,"target":45},{"source":33,"target":0},{"source":33,"target":344},{"source":344,"target":35},{"source":344,"target":345},{"source":344,"target":33},{"source":345,"target":35},{"source":34,"target":0},{"source":34,"target":346},{"source":34,"target":347},{"source":34,"target":348},{"source":34,"target":349},{"source":34,"target":350},{"source":34,"target":351},{"source":346,"target":352},{"source":346,"target":34},{"source":347,"target":353},{"source":347,"target":34},{"source":348,"target":354},{"source":348,"target":34},{"source":349,"target":55},{"source":349,"target":355},{"source":349,"target":34},{"source":355,"target":55},{"source":350,"target":356},{"source":350,"target":34},{"source":351,"target":53},{"source":351,"target":357},{"source":351,"target":34},{"source":357,"target":53},{"source":35,"target":0},{"source":35,"target":358},{"source":35,"target":359},{"source":35,"target":360},{"source":35,"target":361},{"source":35,"target":362},{"source":35,"target":363},{"source":35,"target":364},{"source":35,"target":365},{"source":35,"target":366},{"source":35,"target":367},{"source":358,"target":36},{"source":358,"target":368},{"source":358,"target":35},{"source":368,"target":36},{"source":359,"target":37},{"source":359,"target":369},{"source":359,"target":35},{"source":369,"target":37},{"source":360,"target":38},{"source":360,"target":370},{"source":360,"target":35},{"source":370,"target":38},{"source":361,"target":39},{"source":361,"target":371},{"source":361,"target":35},{"source":371,"target":39},{"source":362,"target":40},{"source":362,"target":372},{"source":362,"target":35},{"source":372,"target":40},{"source":363,"target":41},{"source":363,"target":373},{"source":363,"target":35},{"source":373,"target":41},{"source":364,"target":42},{"source":364,"target":374},{"source":364,"target":35},{"source":374,"target":42},{"source":365,"target":43},{"source":365,"target":375},{"source":365,"target":35},{"source":375,"target":43},{"source":366,"target":44},{"source":366,"target":376},{"source":366,"target":35},{"source":376,"target":44},{"source":367,"target":377},{"source":367,"target":35},{"source":36,"target":0},{"source":36,"target":378},{"source":378,"target":47},{"source":378,"target":379},{"source":378,"target":36},{"source":379,"target":47},{"source":37,"target":0},{"source":37,"target":380},{"source":380,"target":47},{"source":380,"target":381},{"source":380,"target":37},{"source":381,"target":47},{"source":38,"target":0},{"source":38,"target":382},{"source":382,"target":46},{"source":382,"target":383},{"source":382,"target":38},{"source":383,"target":46},{"source":39,"target":0},{"source":39,"target":384},{"source":384,"target":46},{"source":384,"target":385},{"source":384,"target":39},{"source":385,"target":46},{"source":40,"target":0},{"source":40,"target":386},{"source":386,"target":50},{"source":386,"target":387},{"source":386,"target":40},{"source":387,"target":50},{"source":41,"target":0},{"source":41,"target":388},{"source":388,"target":48},{"source":388,"target":389},{"source":388,"target":41},{"source":389,"target":48},{"source":42,"target":0},{"source":42,"target":390},{"source":390,"target":49},{"source":390,"target":391},{"source":390,"target":42},{"source":391,"target":49},{"source":43,"target":0},{"source":43,"target":392},{"source":392,"target":47},{"source":392,"target":393},{"source":392,"target":43},{"source":393,"target":47},{"source":44,"target":0},{"source":44,"target":394},{"source":394,"target":51},{"source":394,"target":395},{"source":394,"target":44},{"source":395,"target":51},{"source":45,"target":0},{"source":45,"target":396},{"source":45,"target":397},{"source":396,"target":398},{"source":396,"target":45},{"source":397,"target":399},{"source":397,"target":45},{"source":46,"target":0},{"source":46,"target":400},{"source":400,"target":401},{"source":400,"target":46},{"source":47,"target":0},{"source":47,"target":402},{"source":47,"target":403},{"source":402,"target":404},{"source":402,"target":47},{"source":403,"target":405},{"source":403,"target":47},{"source":48,"target":0},{"source":48,"target":406},{"source":48,"target":407},{"source":48,"target":408},{"source":48,"target":409},{"source":406,"target":410},{"source":406,"target":48},{"source":407,"target":411},{"source":407,"target":48},{"source":408,"target":412},{"source":408,"target":48},{"source":409,"target":413},{"source":409,"target":48},{"source":49,"target":0},{"source":49,"target":414},{"source":49,"target":415},{"source":49,"target":416},{"source":49,"target":417},{"source":414,"target":418},{"source":414,"target":49},{"source":415,"target":419},{"source":415,"target":49},{"source":416,"target":420},{"source":416,"target":49},{"source":417,"target":421},{"source":417,"target":49},{"source":50,"target":0},{"source":50,"target":422},{"source":50,"target":423},{"source":50,"target":424},{"source":50,"target":425},{"source":50,"target":426},{"source":50,"target":427},{"source":422,"target":428},{"source":422,"target":50},{"source":423,"target":429},{"source":423,"target":50},{"source":424,"target":430},{"source":424,"target":50},{"source":425,"target":431},{"source":425,"target":50},{"source":426,"target":432},{"source":426,"target":50},{"source":427,"target":433},{"source":427,"target":50},{"source":51,"target":0},{"source":51,"target":434},{"source":51,"target":435},{"source":51,"target":436},{"source":51,"target":437},{"source":51,"target":438},{"source":51,"target":439},{"source":51,"target":440},{"source":434,"target":441},{"source":434,"target":51},{"source":435,"target":442},{"source":435,"target":51},{"source":436,"target":443},{"source":436,"target":51},{"source":437,"target":444},{"source":437,"target":51},{"source":438,"target":445},{"source":438,"target":51},{"source":439,"target":446},{"source":439,"target":51},{"source":440,"target":447},{"source":440,"target":51},{"source":52,"target":0},{"source":52,"target":448},{"source":52,"target":449},{"source":52,"target":450},{"source":52,"target":451},{"source":52,"target":452},{"source":52,"target":453},{"source":52,"target":454},{"source":448,"target":455},{"source":448,"target":52},{"source":449,"target":53},{"source":449,"target":456},{"source":449,"target":52},{"source":456,"target":53},{"source":450,"target":54},{"source":450,"target":457},{"source":450,"target":52},{"source":457,"target":54},{"source":451,"target":458},{"source":451,"target":52},{"source":452,"target":55},{"source":452,"target":459},{"source":452,"target":52},{"source":459,"target":55},{"source":453,"target":460},{"source":453,"target":52},{"source":454,"target":8},{"source":454,"target":461},{"source":454,"target":52},{"source":461,"target":8},{"source":53,"target":0},{"source":53,"target":462},{"source":53,"target":463},{"source":462,"target":57},{"source":462,"target":464},{"source":462,"target":53},{"source":464,"target":57},{"source":463,"target":465},{"source":463,"target":53},{"source":54,"target":0},{"source":54,"target":466},{"source":54,"target":467},{"source":466,"target":57},{"source":466,"target":468},{"source":466,"target":54},{"source":468,"target":57},{"source":467,"target":469},{"source":467,"target":54},{"source":55,"target":0},{"source":55,"target":470},{"source":55,"target":471},{"source":470,"target":472},{"source":470,"target":55},{"source":471,"target":56},{"source":471,"target":473},{"source":471,"target":55},{"source":473,"target":56},{"source":56,"target":0},{"source":56,"target":474},{"source":56,"target":475},{"source":56,"target":476},{"source":56,"target":477},{"source":56,"target":478},{"source":56,"target":479},{"source":56,"target":480},{"source":56,"target":481},{"source":56,"target":482},{"source":56,"target":483},{"source":56,"target":484},{"source":56,"target":485},{"source":56,"target":486},{"source":56,"target":487},{"source":56,"target":488},{"source":56,"target":489},{"source":56,"target":490},{"source":56,"target":491},{"source":474,"target":56},{"source":475,"target":56},{"source":476,"target":56},{"source":477,"target":56},{"source":478,"target":56},{"source":479,"target":56},{"source":480,"target":56},{"source":481,"target":56},{"source":482,"target":56},{"source":483,"target":56},{"source":484,"target":56},{"source":485,"target":56},{"source":486,"target":56},{"source":487,"target":56},{"source":488,"target":56},{"source":489,"target":56},{"source":490,"target":56},{"source":491,"target":56},{"source":57,"target":0},{"source":57,"target":492},{"source":57,"target":493},{"source":57,"target":494},{"source":57,"target":495},{"source":57,"target":496},{"source":57,"target":497},{"source":57,"target":498},{"source":57,"target":499},{"source":57,"target":500},{"source":57,"target":501},{"source":57,"target":502},{"source":57,"target":503},{"source":57,"target":504},{"source":57,"target":505},{"source":57,"target":506},{"source":57,"target":507},{"source":57,"target":508},{"source":57,"target":509},{"source":57,"target":510},{"source":57,"target":511},{"source":57,"target":512},{"source":57,"target":513},{"source":57,"target":514},{"source":57,"target":515},{"source":57,"target":516},{"source":57,"target":517},{"source":57,"target":518},{"source":57,"target":519},{"source":57,"target":520},{"source":57,"target":521},{"source":57,"target":522},{"source":57,"target":523},{"source":57,"target":524},{"source":57,"target":525},{"source":57,"target":526},{"source":57,"target":527},{"source":57,"target":528},{"source":57,"target":529},{"source":57,"target":530},{"source":57,"target":531},{"source":57,"target":532},{"source":57,"target":533},{"source":57,"target":534},{"source":57,"target":535},{"source":57,"target":536},{"source":57,"target":537},{"source":57,"target":538},{"source":57,"target":539},{"source":57,"target":540},{"source":57,"target":541},{"source":57,"target":542},{"source":57,"target":543},{"source":57,"target":544},{"source":57,"target":545},{"source":57,"target":546},{"source":57,"target":547},{"source":57,"target":548},{"source":57,"target":549},{"source":57,"target":550},{"source":57,"target":551},{"source":57,"target":552},{"source":57,"target":553},{"source":57,"target":554},{"source":57,"target":555},{"source":57,"target":556},{"source":57,"target":557},{"source":57,"target":558},{"source":57,"target":559},{"source":57,"target":560},{"source":57,"target":561},{"source":57,"target":562},{"source":57,"target":563},{"source":57,"target":564},{"source":57,"target":565},{"source":57,"target":566},{"source":57,"target":567},{"source":57,"target":568},{"source":57,"target":569},{"source":57,"target":570},{"source":57,"target":571},{"source":57,"target":572},{"source":57,"target":573},{"source":57,"target":574},{"source":57,"target":575},{"source":57,"target":576},{"source":57,"target":577},{"source":57,"target":578},{"source":57,"target":579},{"source":57,"target":580},{"source":57,"target":581},{"source":57,"target":582},{"source":57,"target":583},{"source":57,"target":584},{"source":57,"target":585},{"source":57,"target":586},{"source":57,"target":587},{"source":57,"target":588},{"source":57,"target":589},{"source":57,"target":590},{"source":57,"target":591},{"source":57,"target":592},{"source":57,"target":593},{"source":57,"target":594},{"source":57,"target":595},{"source":57,"target":596},{"source":57,"target":597},{"source":57,"target":598},{"source":57,"target":599},{"source":57,"target":600},{"source":57,"target":601},{"source":57,"target":602},{"source":57,"target":603},{"source":57,"target":604},{"source":57,"target":605},{"source":57,"target":606},{"source":57,"target":607},{"source":57,"target":608},{"source":57,"target":609},{"source":57,"target":610},{"source":57,"target":611},{"source":57,"target":612},{"source":57,"target":613},{"source":57,"target":614},{"source":57,"target":615},{"source":57,"target":616},{"source":57,"target":617},{"source":57,"target":618},{"source":57,"target":619},{"source":57,"target":620},{"source":57,"target":621},{"source":57,"target":622},{"source":57,"target":623},{"source":57,"target":624},{"source":57,"target":625},{"source":57,"target":626},{"source":57,"target":627},{"source":57,"target":628},{"source":57,"target":629},{"source":57,"target":630},{"source":57,"target":631},{"source":57,"target":632},{"source":492,"target":57},{"source":493,"target":57},{"source":494,"target":57},{"source":495,"target":57},{"source":496,"target":57},{"source":497,"target":57},{"source":498,"target":57},{"source":499,"target":57},{"source":500,"target":57},{"source":501,"target":57},{"source":502,"target":57},{"source":503,"target":57},{"source":504,"target":57},{"source":505,"target":57},{"source":506,"target":57},{"source":507,"target":57},{"source":508,"target":57},{"source":509,"target":57},{"source":510,"target":57},{"source":511,"target":57},{"source":512,"target":57},{"source":513,"target":57},{"source":514,"target":57},{"source":515,"target":57},{"source":516,"target":57},{"source":517,"target":57},{"source":518,"target":57},{"source":519,"target":57},{"source":520,"target":57},{"source":521,"target":57},{"source":522,"target":57},{"source":523,"target":57},{"source":524,"target":57},{"source":525,"target":57},{"source":526,"target":57},{"source":527,"target":57},{"source":528,"target":57},{"source":529,"target":57},{"source":530,"target":57},{"source":531,"target":57},{"source":532,"target":57},{"source":533,"target":57},{"source":534,"target":57},{"source":535,"target":57},{"source":536,"target":57},{"source":537,"target":57},{"source":538,"target":57},{"source":539,"target":57},{"source":540,"target":57},{"source":541,"target":57},{"source":542,"target":57},{"source":543,"target":57},{"source":544,"target":57},{"source":545,"target":57},{"source":546,"target":57},{"source":547,"target":57},{"source":548,"target":57},{"source":549,"target":57},{"source":550,"target":57},{"source":551,"target":57},{"source":552,"target":57},{"source":553,"target":57},{"source":554,"target":57},{"source":555,"target":57},{"source":556,"target":57},{"source":557,"target":57},{"source":558,"target":57},{"source":559,"target":57},{"source":560,"target":57},{"source":561,"target":57},{"source":562,"target":57},{"source":563,"target":57},{"source":564,"target":57},{"source":565,"target":57},{"source":566,"target":57},{"source":567,"target":57},{"source":568,"target":57},{"source":569,"target":57},{"source":570,"target":57},{"source":571,"target":57},{"source":572,"target":57},{"source":573,"target":57},{"source":574,"target":57},{"source":575,"target":57},{"source":576,"target":57},{"source":577,"target":57},{"source":578,"target":57},{"source":579,"target":57},{"source":580,"target":57},{"source":581,"target":57},{"source":582,"target":57},{"source":583,"target":57},{"source":584,"target":57},{"source":585,"target":57},{"source":586,"target":57},{"source":587,"target":57},{"source":588,"target":57},{"source":589,"target":57},{"source":590,"target":57},{"source":591,"target":57},{"source":592,"target":57},{"source":593,"target":57},{"source":594,"target":57},{"source":595,"target":57},{"source":596,"target":57},{"source":597,"target":57},{"source":598,"target":57},{"source":599,"target":57},{"source":600,"target":57},{"source":601,"target":57},{"source":602,"target":57},{"source":603,"target":57},{"source":604,"target":57},{"source":605,"target":57},{"source":606,"target":57},{"source":607,"target":57},{"source":608,"target":57},{"source":609,"target":57},{"source":610,"target":57},{"source":611,"target":57},{"source":612,"target":57},{"source":613,"target":57},{"source":614,"target":57},{"source":615,"target":57},{"source":616,"target":57},{"source":617,"target":57},{"source":618,"target":57},{"source":619,"target":57},{"source":620,"target":57},{"source":621,"target":57},{"source":622,"target":57},{"source":623,"target":57},{"source":624,"target":57},{"source":625,"target":57},{"source":626,"target":57},{"source":627,"target":57},{"source":628,"target":57},{"source":629,"target":57},{"source":630,"target":57},{"source":631,"target":57},{"source":632,"target":57},{"source":58,"target":0},{"source":58,"target":633},{"source":58,"target":634},{"source":633,"target":635},{"source":633,"target":58},{"source":634,"target":59},{"source":634,"target":636},{"source":634,"target":58},{"source":636,"target":59},{"source":59,"target":0},{"source":59,"target":637},{"source":59,"target":638},{"source":59,"target":639},{"source":59,"target":640},{"source":59,"target":641},{"source":637,"target":60},{"source":637,"target":642},{"source":637,"target":59},{"source":642,"target":60},{"source":638,"target":61},{"source":638,"target":643},{"source":638,"target":59},{"source":643,"target":61},{"source":639,"target":65},{"source":639,"target":644},{"source":639,"target":59},{"source":644,"target":65},{"source":640,"target":78},{"source":640,"target":645},{"source":640,"target":59},{"source":645,"target":78},{"source":641,"target":8},{"source":641,"target":646},{"source":641,"target":59},{"source":646,"target":8},{"source":60,"target":0},{"source":60,"target":647},{"source":60,"target":648},{"source":60,"target":649},{"source":60,"target":650},{"source":60,"target":651},{"source":647,"target":76},{"source":647,"target":652},{"source":647,"target":60},{"source":652,"target":76},{"source":648,"target":59},{"source":648,"target":653},{"source":648,"target":60},{"source":653,"target":59},{"source":649,"target":76},{"source":649,"target":654},{"source":649,"target":60},{"source":654,"target":76},{"source":650,"target":59},{"source":650,"target":655},{"source":650,"target":60},{"source":655,"target":59},{"source":651,"target":59},{"source":651,"target":656},{"source":651,"target":60},{"source":656,"target":59},{"source":61,"target":0},{"source":61,"target":657},{"source":61,"target":658},{"source":657,"target":62},{"source":657,"target":659},{"source":657,"target":61},{"source":659,"target":62},{"source":658,"target":63},{"source":658,"target":660},{"source":658,"target":61},{"source":660,"target":63},{"source":62,"target":0},{"source":62,"target":661},{"source":62,"target":662},{"source":62,"target":663},{"source":661,"target":76},{"source":661,"target":664},{"source":661,"target":62},{"source":664,"target":76},{"source":662,"target":59},{"source":662,"target":665},{"source":662,"target":62},{"source":665,"target":59},{"source":663,"target":64},{"source":663,"target":666},{"source":663,"target":62},{"source":666,"target":64},{"source":63,"target":0},{"source":63,"target":667},{"source":63,"target":668},{"source":63,"target":669},{"source":63,"target":670},{"source":63,"target":671},{"source":667,"target":672},{"source":667,"target":63},{"source":668,"target":673},{"source":668,"target":63},{"source":669,"target":674},{"source":669,"target":63},{"source":670,"target":59},{"source":670,"target":675},{"source":670,"target":63},{"source":675,"target":59},{"source":671,"target":64},{"source":671,"target":676},{"source":671,"target":63},{"source":676,"target":64},{"source":64,"target":0},{"source":64,"target":677},{"source":64,"target":678},{"source":677,"target":679},{"source":677,"target":64},{"source":678,"target":680},{"source":678,"target":64},{"source":65,"target":0},{"source":65,"target":681},{"source":65,"target":682},{"source":65,"target":683},{"source":65,"target":684},{"source":681,"target":685},{"source":681,"target":65},{"source":682,"target":67},{"source":682,"target":686},{"source":682,"target":65},{"source":686,"target":67},{"source":683,"target":66},{"source":683,"target":687},{"source":683,"target":65},{"source":687,"target":66},{"source":684,"target":65},{"source":684,"target":688},{"source":684,"target":65},{"source":688,"target":65},{"source":66,"target":0},{"source":66,"target":689},{"source":66,"target":690},{"source":66,"target":691},{"source":66,"target":692},{"source":66,"target":693},{"source":66,"target":694},{"source":66,"target":695},{"source":66,"target":696},{"source":66,"target":697},{"source":66,"target":698},{"source":689,"target":76},{"source":689,"target":699},{"source":689,"target":66},{"source":699,"target":76},{"source":690,"target":78},{"source":690,"target":700},{"source":690,"target":66},{"source":700,"target":78},{"source":691,"target":12},{"source":691,"target":701},{"source":691,"target":66},{"source":701,"target":12},{"source":692,"target":14},{"source":692,"target":702},{"source":692,"target":66},{"source":702,"target":14},{"source":693,"target":17},{"source":693,"target":703},{"source":693,"target":66},{"source":703,"target":17},{"source":694,"target":24},{"source":694,"target":704},{"source":694,"target":66},{"source":704,"target":24},{"source":695,"target":25},{"source":695,"target":705},{"source":695,"target":66},{"source":705,"target":25},{"source":696,"target":52},{"source":696,"target":706},{"source":696,"target":66},{"source":706,"target":52},{"source":697,"target":5},{"source":697,"target":707},{"source":697,"target":66},{"source":707,"target":5},{"source":698,"target":22},{"source":698,"target":708},{"source":698,"target":66},{"source":708,"target":22},{"source":67,"target":0},{"source":67,"target":709},{"source":67,"target":710},{"source":709,"target":711},{"source":709,"target":67},{"source":710,"target":68},{"source":710,"target":712},{"source":710,"target":67},{"source":712,"target":68},{"source":68,"target":0},{"source":68,"target":713},{"source":68,"target":714},{"source":68,"target":715},{"source":68,"target":716},{"source":713,"target":717},{"source":713,"target":68},{"source":714,"target":718},{"source":714,"target":68},{"source":715,"target":719},{"source":715,"target":68},{"source":716,"target":720},{"source":716,"target":68},{"source":69,"target":0},{"source":69,"target":721},{"source":721,"target":722},{"source":721,"target":69},{"source":70,"target":0},{"source":70,"target":723},{"source":70,"target":724},{"source":70,"target":725},{"source":723,"target":726},{"source":723,"target":70},{"source":724,"target":727},{"source":724,"target":70},{"source":725,"target":728},{"source":725,"target":70},{"source":71,"target":0},{"source":71,"target":729},{"source":71,"target":730},{"source":729,"target":731},{"source":729,"target":71},{"source":730,"target":732},{"source":730,"target":71},{"source":72,"target":0},{"source":72,"target":733},{"source":72,"target":734},{"source":72,"target":735},{"source":72,"target":736},{"source":733,"target":737},{"source":733,"target":72},{"source":734,"target":738},{"source":734,"target":72},{"source":735,"target":739},{"source":735,"target":72},{"source":736,"target":740},{"source":736,"target":72},{"source":73,"target":0},{"source":73,"target":741},{"source":73,"target":742},{"source":741,"target":743},{"source":741,"target":73},{"source":742,"target":744},{"source":742,"target":73},{"source":74,"target":0},{"source":74,"target":745},{"source":745,"target":746},{"source":745,"target":74},{"source":75,"target":0},{"source":75,"target":747},{"source":747,"target":748},{"source":747,"target":75},{"source":76,"target":0},{"source":76,"target":749},{"source":749,"target":77},{"source":749,"target":750},{"source":749,"target":76},{"source":750,"target":77},{"source":77,"target":0},{"source":77,"target":751},{"source":77,"target":752},{"source":77,"target":753},{"source":77,"target":754},{"source":77,"target":755},{"source":77,"target":756},{"source":77,"target":757},{"source":77,"target":758},{"source":77,"target":759},{"source":77,"target":760},{"source":77,"target":761},{"source":751,"target":762},{"source":751,"target":77},{"source":752,"target":77},{"source":752,"target":763},{"source":752,"target":77},{"source":763,"target":77},{"source":753,"target":77},{"source":753,"target":764},{"source":753,"target":77},{"source":764,"target":77},{"source":754,"target":77},{"source":754,"target":765},{"source":754,"target":77},{"source":765,"target":77},{"source":755,"target":766},{"source":755,"target":77},{"source":756,"target":767},{"source":756,"target":77},{"source":757,"target":65},{"source":757,"target":768},{"source":757,"target":77},{"source":768,"target":65},{"source":758,"target":769},{"source":758,"target":77},{"source":759,"target":770},{"source":759,"target":77},{"source":760,"target":77},{"source":760,"target":771},{"source":760,"target":77},{"source":771,"target":77},{"source":761,"target":77},{"source":761,"target":772},{"source":761,"target":77},{"source":772,"target":77},{"source":78,"target":0},{"source":78,"target":773},{"source":78,"target":774},{"source":78,"target":775},{"source":78,"target":776},{"source":78,"target":777},{"source":78,"target":778},{"source":773,"target":79},{"source":773,"target":779},{"source":773,"target":78},{"source":779,"target":79},{"source":774,"target":85},{"source":774,"target":780},{"source":774,"target":78},{"source":780,"target":85},{"source":775,"target":91},{"source":775,"target":781},{"source":775,"target":78},{"source":781,"target":91},{"source":776,"target":105},{"source":776,"target":782},{"source":776,"target":78},{"source":782,"target":105},{"source":777,"target":112},{"source":777,"target":783},{"source":777,"target":78},{"source":783,"target":112},{"source":778,"target":125},{"source":778,"target":784},{"source":778,"target":78},{"source":784,"target":125},{"source":79,"target":0},{"source":79,"target":785},{"source":79,"target":786},{"source":79,"target":787},{"source":79,"target":788},{"source":79,"target":789},{"source":785,"target":80},{"source":785,"target":790},{"source":785,"target":79},{"source":790,"target":80},{"source":786,"target":81},{"source":786,"target":791},{"source":786,"target":79},{"source":791,"target":81},{"source":787,"target":82},{"source":787,"target":792},{"source":787,"target":79},{"source":792,"target":82},{"source":788,"target":83},{"source":788,"target":793},{"source":788,"target":79},{"source":793,"target":83},{"source":789,"target":84},{"source":789,"target":794},{"source":789,"target":79},{"source":794,"target":84},{"source":80,"target":0},{"source":80,"target":795},{"source":80,"target":796},{"source":795,"target":797},{"source":795,"target":80},{"source":796,"target":798},{"source":796,"target":80},{"source":81,"target":0},{"source":81,"target":799},{"source":799,"target":800},{"source":799,"target":81},{"source":82,"target":0},{"source":82,"target":801},{"source":801,"target":802},{"source":801,"target":82},{"source":83,"target":0},{"source":83,"target":803},{"source":803,"target":804},{"source":803,"target":83},{"source":84,"target":0},{"source":84,"target":805},{"source":84,"target":806},{"source":84,"target":807},{"source":805,"target":808},{"source":805,"target":84},{"source":806,"target":809},{"source":806,"target":84},{"source":807,"target":810},{"source":807,"target":84},{"source":85,"target":0},{"source":85,"target":811},{"source":85,"target":812},{"source":85,"target":813},{"source":85,"target":814},{"source":85,"target":815},{"source":811,"target":86},{"source":811,"target":816},{"source":811,"target":85},{"source":816,"target":86},{"source":812,"target":87},{"source":812,"target":817},{"source":812,"target":85},{"source":817,"target":87},{"source":813,"target":88},{"source":813,"target":818},{"source":813,"target":85},{"source":818,"target":88},{"source":814,"target":89},{"source":814,"target":819},{"source":814,"target":85},{"source":819,"target":89},{"source":815,"target":90},{"source":815,"target":820},{"source":815,"target":85},{"source":820,"target":90},{"source":86,"target":0},{"source":86,"target":821},{"source":821,"target":822},{"source":821,"target":86},{"source":87,"target":0},{"source":88,"target":0},{"source":88,"target":823},{"source":823,"target":824},{"source":823,"target":88},{"source":89,"target":0},{"source":89,"target":825},{"source":825,"target":826},{"source":825,"target":89},{"source":90,"target":0},{"source":90,"target":827},{"source":827,"target":828},{"source":827,"target":90},{"source":91,"target":0},{"source":91,"target":829},{"source":91,"target":830},{"source":91,"target":831},{"source":91,"target":832},{"source":91,"target":833},{"source":91,"target":834},{"source":829,"target":92},{"source":829,"target":835},{"source":829,"target":91},{"source":835,"target":92},{"source":830,"target":93},{"source":830,"target":836},{"source":830,"target":91},{"source":836,"target":93},{"source":831,"target":94},{"source":831,"target":837},{"source":831,"target":91},{"source":837,"target":94},{"source":832,"target":95},{"source":832,"target":838},{"source":832,"target":91},{"source":838,"target":95},{"source":833,"target":97},{"source":833,"target":839},{"source":833,"target":91},{"source":839,"target":97},{"source":834,"target":98},{"source":834,"target":840},{"source":834,"target":91},{"source":840,"target":98},{"source":92,"target":0},{"source":92,"target":841},{"source":92,"target":842},{"source":92,"target":843},{"source":841,"target":844},{"source":841,"target":92},{"source":842,"target":845},{"source":842,"target":92},{"source":843,"target":846},{"source":843,"target":92},{"source":93,"target":0},{"source":93,"target":847},{"source":93,"target":848},{"source":847,"target":849},{"source":847,"target":93},{"source":848,"target":850},{"source":848,"target":93},{"source":94,"target":0},{"source":94,"target":851},{"source":94,"target":852},{"source":94,"target":853},{"source":851,"target":854},{"source":851,"target":94},{"source":852,"target":855},{"source":852,"target":94},{"source":853,"target":96},{"source":853,"target":856},{"source":853,"target":94},{"source":856,"target":96},{"source":95,"target":0},{"source":95,"target":857},{"source":95,"target":858},{"source":95,"target":859},{"source":857,"target":860},{"source":857,"target":95},{"source":858,"target":861},{"source":858,"target":95},{"source":859,"target":96},{"source":859,"target":862},{"source":859,"target":95},{"source":862,"target":96},{"source":96,"target":0},{"source":96,"target":863},{"source":96,"target":864},{"source":96,"target":865},{"source":96,"target":866},{"source":96,"target":867},{"source":96,"target":868},{"source":96,"target":869},{"source":96,"target":870},{"source":96,"target":871},{"source":96,"target":872},{"source":863,"target":96},{"source":864,"target":96},{"source":865,"target":96},{"source":866,"target":96},{"source":867,"target":96},{"source":868,"target":96},{"source":869,"target":96},{"source":870,"target":96},{"source":871,"target":96},{"source":872,"target":96},{"source":97,"target":0},{"source":97,"target":873},{"source":97,"target":874},{"source":873,"target":875},{"source":873,"target":97},{"source":874,"target":876},{"source":874,"target":97},{"source":98,"target":0},{"source":98,"target":877},{"source":98,"target":878},{"source":877,"target":99},{"source":877,"target":879},{"source":877,"target":98},{"source":879,"target":99},{"source":878,"target":102},{"source":878,"target":880},{"source":878,"target":98},{"source":880,"target":102},{"source":99,"target":0},{"source":99,"target":881},{"source":99,"target":882},{"source":881,"target":100},{"source":881,"target":883},{"source":881,"target":99},{"source":883,"target":100},{"source":882,"target":101},{"source":882,"target":884},{"source":882,"target":99},{"source":884,"target":101},{"source":100,"target":0},{"source":100,"target":885},{"source":100,"target":886},{"source":885,"target":887},{"source":885,"target":100},{"source":886,"target":888},{"source":886,"target":100},{"source":101,"target":0},{"source":101,"target":889},{"source":889,"target":100},{"source":889,"target":890},{"source":889,"target":101},{"source":890,"target":100},{"source":102,"target":0},{"source":102,"target":891},{"source":102,"target":892},{"source":891,"target":103},{"source":891,"target":893},{"source":891,"target":102},{"source":893,"target":103},{"source":892,"target":104},{"source":892,"target":894},{"source":892,"target":102},{"source":894,"target":104},{"source":103,"target":0},{"source":103,"target":895},{"source":103,"target":896},{"source":895,"target":897},{"source":895,"target":103},{"source":896,"target":898},{"source":896,"target":103},{"source":104,"target":0},{"source":104,"target":899},{"source":899,"target":103},{"source":899,"target":900},{"source":899,"target":104},{"source":900,"target":103},{"source":105,"target":0},{"source":105,"target":901},{"source":105,"target":902},{"source":105,"target":903},{"source":105,"target":904},{"source":105,"target":905},{"source":105,"target":906},{"source":901,"target":106},{"source":901,"target":907},{"source":901,"target":105},{"source":907,"target":106},{"source":902,"target":107},{"source":902,"target":908},{"source":902,"target":105},{"source":908,"target":107},{"source":903,"target":108},{"source":903,"target":909},{"source":903,"target":105},{"source":909,"target":108},{"source":904,"target":109},{"source":904,"target":910},{"source":904,"target":105},{"source":910,"target":109},{"source":905,"target":110},{"source":905,"target":911},{"source":905,"target":105},{"source":911,"target":110},{"source":906,"target":111},{"source":906,"target":912},{"source":906,"target":105},{"source":912,"target":111},{"source":106,"target":0},{"source":106,"target":913},{"source":106,"target":914},{"source":913,"target":915},{"source":913,"target":106},{"source":914,"target":22},{"source":914,"target":916},{"source":914,"target":106},{"source":916,"target":22},{"source":107,"target":0},{"source":107,"target":917},{"source":917,"target":106},{"source":917,"target":918},{"source":917,"target":107},{"source":918,"target":106},{"source":108,"target":0},{"source":108,"target":919},{"source":919,"target":106},{"source":919,"target":920},{"source":919,"target":108},{"source":920,"target":106},{"source":109,"target":0},{"source":109,"target":921},{"source":921,"target":106},{"source":921,"target":922},{"source":921,"target":109},{"source":922,"target":106},{"source":110,"target":0},{"source":110,"target":923},{"source":923,"target":106},{"source":923,"target":924},{"source":923,"target":110},{"source":924,"target":106},{"source":111,"target":0},{"source":111,"target":925},{"source":925,"target":106},{"source":925,"target":926},{"source":925,"target":111},{"source":926,"target":106},{"source":112,"target":0},{"source":112,"target":927},{"source":112,"target":928},{"source":927,"target":113},{"source":927,"target":929},{"source":927,"target":112},{"source":929,"target":113},{"source":928,"target":119},{"source":928,"target":930},{"source":928,"target":112},{"source":930,"target":119},{"source":113,"target":0},{"source":113,"target":931},{"source":113,"target":932},{"source":113,"target":933},{"source":113,"target":934},{"source":113,"target":935},{"source":931,"target":114},{"source":931,"target":936},{"source":931,"target":113},{"source":936,"target":114},{"source":932,"target":115},{"source":932,"target":937},{"source":932,"target":113},{"source":937,"target":115},{"source":933,"target":116},{"source":933,"target":938},{"source":933,"target":113},{"source":938,"target":116},{"source":934,"target":118},{"source":934,"target":939},{"source":934,"target":113},{"source":939,"target":118},{"source":935,"target":117},{"source":935,"target":940},{"source":935,"target":113},{"source":940,"target":117},{"source":114,"target":0},{"source":114,"target":941},{"source":114,"target":942},{"source":941,"target":943},{"source":941,"target":114},{"source":942,"target":12},{"source":942,"target":944},{"source":942,"target":114},{"source":944,"target":12},{"source":115,"target":0},{"source":115,"target":945},{"source":945,"target":114},{"source":945,"target":946},{"source":945,"target":115},{"source":946,"target":114},{"source":116,"target":0},{"source":116,"target":947},{"source":947,"target":114},{"source":947,"target":948},{"source":947,"target":116},{"source":948,"target":114},{"source":117,"target":0},{"source":117,"target":949},{"source":949,"target":12},{"source":949,"target":950},{"source":949,"target":117},{"source":950,"target":12},{"source":118,"target":0},{"source":118,"target":951},{"source":951,"target":114},{"source":951,"target":952},{"source":951,"target":118},{"source":952,"target":114},{"source":119,"target":0},{"source":119,"target":953},{"source":119,"target":954},{"source":119,"target":955},{"source":119,"target":956},{"source":119,"target":957},{"source":953,"target":120},{"source":953,"target":958},{"source":953,"target":119},{"source":958,"target":120},{"source":954,"target":121},{"source":954,"target":959},{"source":954,"target":119},{"source":959,"target":121},{"source":955,"target":122},{"source":955,"target":960},{"source":955,"target":119},{"source":960,"target":122},{"source":956,"target":124},{"source":956,"target":961},{"source":956,"target":119},{"source":961,"target":124},{"source":957,"target":123},{"source":957,"target":962},{"source":957,"target":119},{"source":962,"target":123},{"source":120,"target":0},{"source":120,"target":963},{"source":120,"target":964},{"source":120,"target":965},{"source":120,"target":966},{"source":963,"target":967},{"source":963,"target":120},{"source":964,"target":13},{"source":964,"target":968},{"source":964,"target":120},{"source":968,"target":13},{"source":965,"target":114},{"source":965,"target":969},{"source":965,"target":120},{"source":969,"target":114},{"source":966,"target":114},{"source":966,"target":970},{"source":966,"target":120},{"source":970,"target":114},{"source":121,"target":0},{"source":121,"target":971},{"source":971,"target":120},{"source":971,"target":972},{"source":971,"target":121},{"source":972,"target":120},{"source":122,"target":0},{"source":122,"target":973},{"source":973,"target":120},{"source":973,"target":974},{"source":973,"target":122},{"source":974,"target":120},{"source":123,"target":0},{"source":123,"target":975},{"source":975,"target":13},{"source":975,"target":976},{"source":975,"target":123},{"source":976,"target":13},{"source":124,"target":0},{"source":124,"target":977},{"source":977,"target":120},{"source":977,"target":978},{"source":977,"target":124},{"source":978,"target":120},{"source":125,"target":0},{"source":125,"target":979},{"source":125,"target":980},{"source":125,"target":981},{"source":979,"target":14},{"source":979,"target":982},{"source":979,"target":125},{"source":982,"target":14},{"source":980,"target":126},{"source":980,"target":983},{"source":980,"target":125},{"source":983,"target":126},{"source":981,"target":128},{"source":981,"target":984},{"source":981,"target":125},{"source":984,"target":128},{"source":126,"target":0},{"source":126,"target":985},{"source":985,"target":127},{"source":985,"target":986},{"source":985,"target":126},{"source":986,"target":127},{"source":127,"target":0},{"source":127,"target":987},{"source":127,"target":988},{"source":127,"target":989},{"source":987,"target":127},{"source":988,"target":127},{"source":989,"target":127},{"source":128,"target":0},{"source":128,"target":990},{"source":128,"target":991},{"source":128,"target":992},{"source":128,"target":993},{"source":990,"target":129},{"source":990,"target":994},{"source":990,"target":128},{"source":994,"target":129},{"source":991,"target":995},{"source":991,"target":128},{"source":992,"target":996},{"source":992,"target":128},{"source":993,"target":65},{"source":993,"target":997},{"source":993,"target":128},{"source":997,"target":65},{"source":129,"target":0},{"source":129,"target":998},{"source":998,"target":129},{"source":130,"target":0},{"source":130,"target":999},{"source":130,"target":1000},{"source":999,"target":131},{"source":999,"target":1001},{"source":999,"target":130},{"source":1001,"target":131},{"source":1000,"target":58},{"source":1000,"target":1002},{"source":1000,"target":130},{"source":1002,"target":58},{"source":131,"target":0},{"source":131,"target":1003},{"source":131,"target":1004},{"source":131,"target":1005},{"source":131,"target":1006},{"source":131,"target":1007},{"source":131,"target":1008},{"source":131,"target":1009},{"source":131,"target":1010},{"source":131,"target":1011},{"source":131,"target":1012},{"source":131,"target":1013},{"source":131,"target":1014},{"source":131,"target":1015},{"source":131,"target":1016},{"source":131,"target":1017},{"source":131,"target":1018},{"source":131,"target":1019},{"source":131,"target":1020},{"source":131,"target":1021},{"source":131,"target":1022},{"source":131,"target":1023},{"source":131,"target":1024},{"source":1003,"target":131},{"source":1004,"target":131},{"source":1005,"target":131},{"source":1006,"target":131},{"source":1007,"target":131},{"source":1008,"target":131},{"source":1009,"target":131},{"source":1010,"target":131},{"source":1011,"target":131},{"source":1012,"target":131},{"source":1013,"target":131},{"source":1014,"target":131},{"source":1015,"target":131},{"source":1016,"target":131},{"source":1017,"target":131},{"source":1018,"target":131},{"source":1019,"target":131},{"source":1020,"target":131},{"source":1021,"target":131},{"source":1022,"target":131},{"source":1023,"target":131},{"source":1024,"target":131},{"source":132,"target":0},{"source":132,"target":77},{"source":132,"target":1025},{"source":1025,"target":77},{"source":133,"target":0},{"source":133,"target":77},{"source":133,"target":1026},{"source":1026,"target":77},{"source":134,"target":0},{"source":134,"target":77},{"source":134,"target":1027},{"source":1027,"target":77},{"source":135,"target":0},{"source":135,"target":77},{"source":135,"target":1028},{"source":1028,"target":77},{"source":136,"target":0},{"source":136,"target":77},{"source":136,"target":1029},{"source":1029,"target":77},{"source":137,"target":0},{"source":137,"target":77},{"source":137,"target":1030},{"source":1030,"target":77}],"multigraph":true}
ecore
embedded
repo-ecore-all/data/sillymoi/remes-ide/se.mdh.progresside.remes/model/remes-1.1.0.ecore
remes CompositeMode exitEdges initEdge entryEdge subModes conditionalConnectors ConditionalConnector name entryEdges exitEdges parent Edge actionGuard actionBody EntryConditionalSubEdge EntryConditionalTopEdge EntryConditionalTopInitEdge EntryEdge EntryInitEdge ExitConditionalSubEdge ExitConditionalTopEdge ExitEdge FromCompositeModeEdge connectFrom FromCompositeModeInitEdge connectFrom FromConditionalConnectorEdge connectFrom FromSubModeEdge connectFrom InitEdge initialization InternalEdge Mode name initialization variables RemesDiagram modes SubMode entryEdges exitEdges invariant isUrgent false parent resources ToCompositeModeEdge connectTo ToConditionalConnectorEdge connectTo ToSubModeEdge connectTo Variable name value type vectorSize global scope readable writable PrimitiveTypes boolean boolean integer integer natural natural clock clock ResourceTypes cpu cpu memory memory bandwidth bandwidth power power port port Resource expression type scope
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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.1.0/remes.ecore" nsPrefix="remes"> <eClassifiers xsi:type="ecore:EClass" name="CompositeMode" eSuperTypes="#//Mode"> <eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" lowerBound="1" upperBound="-1" eType="#//ToCompositeModeEdge" eOpposite="#//ToCompositeModeEdge/connectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initEdge" lowerBound="1" eType="#//FromCompositeModeInitEdge" containment="true" resolveProxies="false" eOpposite="#//FromCompositeModeInitEdge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryEdge" lowerBound="1" eType="#//FromCompositeModeEdge" containment="true" resolveProxies="false" eOpposite="#//FromCompositeModeEdge/connectFrom"/> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalConnector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryEdges" lowerBound="1" upperBound="-1" eType="#//ToConditionalConnectorEdge" eOpposite="#//ToConditionalConnectorEdge/connectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" lowerBound="1" upperBound="-1" eType="#//FromConditionalConnectorEdge" containment="true" resolveProxies="false" eOpposite="#//FromConditionalConnectorEdge/connectFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//CompositeMode" eOpposite="#//CompositeMode/conditionalConnectors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" abstract="true"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryConditionalSubEdge" eSuperTypes="#//FromConditionalConnectorEdge #//ToSubModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryConditionalTopEdge" eSuperTypes="#//FromCompositeModeEdge #//ToConditionalConnectorEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryConditionalTopInitEdge" eSuperTypes="#//FromCompositeModeInitEdge #//ToConditionalConnectorEdge #//InitEdge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryEdge" eSuperTypes="#//FromCompositeModeEdge #//ToSubModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="EntryInitEdge" eSuperTypes="#//FromCompositeModeInitEdge #//ToSubModeEdge #//InitEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ExitConditionalSubEdge" eSuperTypes="#//FromSubModeEdge #//ToConditionalConnectorEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="ExitConditionalTopEdge" eSuperTypes="#//FromConditionalConnectorEdge #//ToCompositeModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="ExitEdge" eSuperTypes="#//FromSubModeEdge #//ToCompositeModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="FromCompositeModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//CompositeMode" transient="true" eOpposite="#//CompositeMode/entryEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromCompositeModeInitEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//CompositeMode" transient="true" eOpposite="#//CompositeMode/initEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromConditionalConnectorEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//ConditionalConnector" transient="true" eOpposite="#//ConditionalConnector/exitEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FromSubModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectFrom" eType="#//SubMode" transient="true" eOpposite="#//SubMode/exitEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalEdge" eSuperTypes="#//FromSubModeEdge #//ToSubModeEdge #//Edge"/> <eClassifiers xsi:type="ecore:EClass" name="Mode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true" eOpposite="#//Variable/scope"/> </eClassifiers> <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="SubMode" eSuperTypes="#//Mode"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryEdges" lowerBound="1" upperBound="-1" eType="#//ToSubModeEdge" eOpposite="#//ToSubModeEdge/connectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exitEdges" lowerBound="1" upperBound="-1" eType="#//FromSubModeEdge" containment="true" resolveProxies="false" eOpposite="#//FromSubModeEdge/connectFrom"/> <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="resources" upperBound="-1" eType="#//Resource" containment="true" eOpposite="#//Resource/scope"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToCompositeModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//CompositeMode" eOpposite="#//CompositeMode/exitEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToConditionalConnectorEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//ConditionalConnector" eOpposite="#//ConditionalConnector/entryEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToSubModeEdge" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectTo" lowerBound="1" eType="#//SubMode" eOpposite="#//SubMode/entryEdges"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypes"> <eLiterals name="boolean" value="1"/> <eLiterals name="integer"/> <eLiterals name="natural" value="2"/> <eLiterals name="clock" value="3"/> </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="Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" 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="#//SubMode" eOpposite="#//SubMode/resources"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"remes","nsURI":"http://www.mdh.se/progresside/remes/1.1.0/remes.ecore","name":"remes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeMode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalConnector","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryConditionalSubEdge","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryConditionalTopEdge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryConditionalTopInitEdge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryEdge","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryInitEdge","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitConditionalSubEdge","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitConditionalTopEdge","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitEdge","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromCompositeModeEdge","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromCompositeModeInitEdge","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromConditionalConnectorEdge","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromSubModeEdge","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitEdge","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalEdge","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemesDiagram","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubMode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToCompositeModeEdge","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToConditionalConnectorEdge","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToSubModeEdge","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypes","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceTypes","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exitEdges","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":true,"unsettable":false,"transient":false,"unique":true,"name":"initEdge","changeable":true,"resolveProxies":false,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryEdge","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"subModes","changeable":true,"resolveProxies":false,"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":"conditionalConnectors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"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":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryEdges","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"exitEdges","changeable":true,"resolveProxies":false,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"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":"connectFrom","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":"actionGuard","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionBody","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"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":"connectFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"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":"exitEdges","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"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":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":"modes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"id":100,"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":"entryEdges","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isUrgent","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectTo","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"},{"id":112,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":118,"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":119,"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":120,"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":121,"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":"readable","changeable":true,"lowerBound":1,"iD":false,"id":122,"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":"writable","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"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"name":"boolean","id":132,"value":1,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"integer","id":133,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"natural","id":134,"value":2,"literal":"natural","eClass":"EEnumLiteral"},{"name":"clock","id":135,"value":3,"literal":"clock","eClass":"EEnumLiteral"},{"name":"cpu","id":136,"value":0,"literal":"cpu","eClass":"EEnumLiteral"},{"name":"memory","id":137,"value":1,"literal":"memory","eClass":"EEnumLiteral"},{"name":"bandwidth","id":138,"value":2,"literal":"bandwidth","eClass":"EEnumLiteral"},{"name":"power","id":139,"value":3,"literal":"power","eClass":"EEnumLiteral"},{"name":"port","id":140,"value":4,"literal":"port","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":"expression","changeable":true,"lowerBound":1,"iD":false,"id":141,"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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":18},{"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":28,"target":21},{"source":28,"target":34},{"source":28,"target":1},{"source":28,"target":35},{"source":34,"target":21},{"source":29,"target":13},{"source":29,"target":36},{"source":29,"target":1},{"source":29,"target":37},{"source":36,"target":13},{"source":30,"target":12},{"source":30,"target":38},{"source":30,"target":1},{"source":30,"target":39},{"source":38,"target":12},{"source":31,"target":20},{"source":31,"target":40},{"source":31,"target":1},{"source":31,"target":41},{"source":40,"target":20},{"source":32,"target":2},{"source":32,"target":42},{"source":32,"target":1},{"source":32,"target":43},{"source":42,"target":2},{"source":33,"target":18},{"source":2,"target":0},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":43},{"source":44,"target":47},{"source":44,"target":2},{"source":45,"target":22},{"source":45,"target":48},{"source":45,"target":2},{"source":45,"target":49},{"source":48,"target":22},{"source":46,"target":14},{"source":46,"target":50},{"source":46,"target":2},{"source":46,"target":51},{"source":50,"target":14},{"source":43,"target":1},{"source":43,"target":52},{"source":43,"target":2},{"source":43,"target":32},{"source":52,"target":1},{"source":3,"target":0},{"source":3,"target":53},{"source":3,"target":54},{"source":53,"target":55},{"source":53,"target":3},{"source":54,"target":56},{"source":54,"target":3},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":23},{"source":4,"target":3},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":57,"target":14},{"source":58,"target":23},{"source":59,"target":3},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":22},{"source":5,"target":3},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":60,"target":12},{"source":61,"target":22},{"source":62,"target":3},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":22},{"source":6,"target":16},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":63,"target":13},{"source":64,"target":22},{"source":65,"target":16},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":23},{"source":7,"target":3},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":66,"target":12},{"source":67,"target":23},{"source":68,"target":3},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":23},{"source":8,"target":16},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":69,"target":13},{"source":70,"target":23},{"source":71,"target":16},{"source":9,"target":0},{"source":9,"target":15},{"source":9,"target":22},{"source":9,"target":3},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":72,"target":15},{"source":73,"target":22},{"source":74,"target":3},{"source":10,"target":0},{"source":10,"target":14},{"source":10,"target":21},{"source":10,"target":3},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":75,"target":14},{"source":76,"target":21},{"source":77,"target":3},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":21},{"source":11,"target":3},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":78,"target":15},{"source":79,"target":21},{"source":80,"target":3},{"source":12,"target":0},{"source":12,"target":39},{"source":39,"target":1},{"source":39,"target":81},{"source":39,"target":12},{"source":39,"target":30},{"source":81,"target":1},{"source":13,"target":0},{"source":13,"target":37},{"source":37,"target":1},{"source":37,"target":82},{"source":37,"target":13},{"source":37,"target":29},{"source":82,"target":1},{"source":14,"target":0},{"source":14,"target":51},{"source":51,"target":2},{"source":51,"target":83},{"source":51,"target":14},{"source":51,"target":46},{"source":83,"target":2},{"source":15,"target":0},{"source":15,"target":84},{"source":84,"target":20},{"source":84,"target":85},{"source":84,"target":15},{"source":84,"target":86},{"source":85,"target":20},{"source":16,"target":0},{"source":16,"target":87},{"source":87,"target":88},{"source":87,"target":16},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":23},{"source":17,"target":3},{"source":17,"target":89},{"source":17,"target":90},{"source":17,"target":91},{"source":89,"target":15},{"source":90,"target":23},{"source":91,"target":3},{"source":18,"target":0},{"source":18,"target":92},{"source":18,"target":93},{"source":18,"target":94},{"source":92,"target":95},{"source":92,"target":18},{"source":93,"target":96},{"source":93,"target":18},{"source":94,"target":24},{"source":94,"target":97},{"source":94,"target":18},{"source":94,"target":98},{"source":97,"target":24},{"source":19,"target":0},{"source":19,"target":99},{"source":99,"target":18},{"source":99,"target":100},{"source":99,"target":19},{"source":100,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":101},{"source":20,"target":86},{"source":20,"target":102},{"source":20,"target":103},{"source":20,"target":41},{"source":20,"target":104},{"source":20,"target":105},{"source":101,"target":23},{"source":101,"target":106},{"source":101,"target":20},{"source":101,"target":107},{"source":106,"target":23},{"source":86,"target":15},{"source":86,"target":108},{"source":86,"target":20},{"source":86,"target":84},{"source":108,"target":15},{"source":102,"target":109},{"source":102,"target":20},{"source":103,"target":110},{"source":103,"target":20},{"source":41,"target":1},{"source":41,"target":111},{"source":41,"target":20},{"source":41,"target":31},{"source":111,"target":1},{"source":104,"target":27},{"source":104,"target":112},{"source":104,"target":20},{"source":104,"target":113},{"source":112,"target":27},{"source":105,"target":18},{"source":21,"target":0},{"source":21,"target":35},{"source":35,"target":1},{"source":35,"target":114},{"source":35,"target":21},{"source":35,"target":28},{"source":114,"target":1},{"source":22,"target":0},{"source":22,"target":49},{"source":49,"target":2},{"source":49,"target":115},{"source":49,"target":22},{"source":49,"target":45},{"source":115,"target":2},{"source":23,"target":0},{"source":23,"target":107},{"source":107,"target":20},{"source":107,"target":116},{"source":107,"target":23},{"source":107,"target":101},{"source":116,"target":20},{"source":24,"target":0},{"source":24,"target":117},{"source":24,"target":118},{"source":24,"target":119},{"source":24,"target":120},{"source":24,"target":121},{"source":24,"target":98},{"source":24,"target":122},{"source":24,"target":123},{"source":117,"target":124},{"source":117,"target":24},{"source":118,"target":125},{"source":118,"target":24},{"source":119,"target":25},{"source":119,"target":126},{"source":119,"target":24},{"source":126,"target":25},{"source":120,"target":127},{"source":120,"target":24},{"source":121,"target":128},{"source":121,"target":24},{"source":98,"target":18},{"source":98,"target":129},{"source":98,"target":24},{"source":98,"target":94},{"source":129,"target":18},{"source":122,"target":130},{"source":122,"target":24},{"source":123,"target":131},{"source":123,"target":24},{"source":25,"target":0},{"source":25,"target":132},{"source":25,"target":133},{"source":25,"target":134},{"source":25,"target":135},{"source":132,"target":25},{"source":133,"target":25},{"source":134,"target":25},{"source":135,"target":25},{"source":26,"target":0},{"source":26,"target":136},{"source":26,"target":137},{"source":26,"target":138},{"source":26,"target":139},{"source":26,"target":140},{"source":136,"target":26},{"source":137,"target":26},{"source":138,"target":26},{"source":139,"target":26},{"source":140,"target":26},{"source":27,"target":0},{"source":27,"target":141},{"source":27,"target":142},{"source":27,"target":113},{"source":141,"target":143},{"source":141,"target":27},{"source":142,"target":26},{"source":142,"target":144},{"source":142,"target":27},{"source":144,"target":26},{"source":113,"target":20},{"source":113,"target":145},{"source":113,"target":27},{"source":113,"target":104},{"source":145,"target":20}],"multigraph":true}
ecore
graph
repo-ecore-all/data/MDEGroup/MDEProfiler/tools/it.univaq.MDEProfiler.graph.model/model/Graph.ecore
graph Named name Graph nodes edges owner Node uri type derivedOrNotExists Edge source target exact discoverBy pathDiscoveredByHeuristic
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="graph" nsURI="http://it.univaq.MDEProfiler/graph" nsPrefix="graph"> <eClassifiers xsi:type="ecore:EClass" name="Named"> <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="Graph" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Named"> <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="type" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedOrNotExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exact" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discoverBy" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathDiscoveredByHeuristic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"graph","nsURI":"http://it.univaq.MDEProfiler/graph","name":"graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","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":"Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","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":"nodes","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":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derivedOrNotExists","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exact","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"discoverBy","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":"pathDiscoveredByHeuristic","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"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":2,"target":10},{"source":7,"target":3},{"source":7,"target":11},{"source":7,"target":2},{"source":11,"target":3},{"source":8,"target":4},{"source":8,"target":12},{"source":8,"target":2},{"source":12,"target":4},{"source":9,"target":13},{"source":9,"target":2},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":14,"target":18},{"source":14,"target":3},{"source":15,"target":19},{"source":15,"target":3},{"source":16,"target":20},{"source":16,"target":3},{"source":17,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":21,"target":3},{"source":21,"target":27},{"source":21,"target":4},{"source":27,"target":3},{"source":22,"target":3},{"source":22,"target":28},{"source":22,"target":4},{"source":28,"target":3},{"source":23,"target":29},{"source":23,"target":4},{"source":24,"target":3},{"source":24,"target":30},{"source":24,"target":4},{"source":30,"target":3},{"source":25,"target":31},{"source":25,"target":4},{"source":26,"target":1}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/slebok/zoo/zoo/automata/petri/net/wachsmuth/v2.0/fetched/GWPNV2.ecore
PetriNet Place net out in Transition net in out Net place transition PTArc dst src TPArc src dst
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNet" nsURI="PetriNetV2" nsPrefix="PetriNet"> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/src"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/dst"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" lowerBound="1" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" lowerBound="1" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PTArc"> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" ordered="false" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/in"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" ordered="false" lowerBound="1" eType="#//Place" eOpposite="#//Place/out"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TPArc"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" ordered="false" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" ordered="false" lowerBound="1" eType="#//Place" eOpposite="#//Place/in"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"PetriNetV2","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTArc","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPArc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"out","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":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"}],"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":3},{"source":6,"target":9},{"source":6,"target":1},{"source":6,"target":10},{"source":9,"target":3},{"source":7,"target":4},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":4},{"source":8,"target":5},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":5},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":2},{"source":15,"target":19},{"source":18,"target":3},{"source":16,"target":4},{"source":16,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":20,"target":4},{"source":17,"target":5},{"source":17,"target":22},{"source":17,"target":2},{"source":17,"target":23},{"source":22,"target":5},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":19},{"source":10,"target":1},{"source":10,"target":24},{"source":10,"target":3},{"source":10,"target":6},{"source":24,"target":1},{"source":19,"target":2},{"source":19,"target":25},{"source":19,"target":3},{"source":19,"target":15},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":12},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":4},{"source":21,"target":16},{"source":26,"target":2},{"source":12,"target":1},{"source":12,"target":27},{"source":12,"target":4},{"source":12,"target":7},{"source":27,"target":1},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":14},{"source":23,"target":2},{"source":23,"target":28},{"source":23,"target":5},{"source":23,"target":17},{"source":28,"target":2},{"source":14,"target":1},{"source":14,"target":29},{"source":14,"target":5},{"source":14,"target":8},{"source":29,"target":1}],"multigraph":true}
ecore
purchases
repo-ecore-all/data/BackupTheBerlios/rcpviewer-svn/trunk/spikes/teds-workspace/de.berlios.rcpviewer.examples/src/ppo.ecore
ppo Item productName quantity uSPrice comment shipDate partNum PurchaseOrder comment orderDate items billTo shipTo USAddress name street city state zip country US SKU java.lang.String java.lang.String
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ppo" nsURI="http:///com/example/ppo.ecore" nsPrefix="com.example.ppo"> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uSPrice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shipDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="partNum" eType="#//SKU"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PurchaseOrder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orderDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="billTo" lowerBound="1" eType="#//USAddress" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shipTo" lowerBound="1" eType="#//USAddress" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="USAddress"> <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="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="US"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SKU" instanceClassName="java.lang.String"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"com.example.ppo","nsURI":"http:///com/example/ppo.ecore","name":"ppo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PurchaseOrder","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USAddress","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SKU","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productName","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uSPrice","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":"comment","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":"shipDate","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":"partNum","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"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":"comment","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":"orderDate","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"billTo","changeable":true,"resolveProxies":false,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shipTo","changeable":true,"resolveProxies":false,"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":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":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zip","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"US","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"US","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":false,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":5,"target":11},{"source":5,"target":1},{"source":6,"target":12},{"source":6,"target":1},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":4},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":17,"target":22},{"source":17,"target":2},{"source":18,"target":23},{"source":18,"target":2},{"source":19,"target":1},{"source":19,"target":24},{"source":19,"target":2},{"source":24,"target":1},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":2},{"source":25,"target":3},{"source":21,"target":3},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":3},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":27,"target":33},{"source":27,"target":3},{"source":28,"target":34},{"source":28,"target":3},{"source":29,"target":35},{"source":29,"target":3},{"source":30,"target":36},{"source":30,"target":3},{"source":31,"target":37},{"source":31,"target":3},{"source":32,"target":38},{"source":32,"target":3},{"source":4,"target":0}],"multigraph":true}
ecore
visualization
repo-ecore-all/data/eclipse/elk/plugins/org.eclipse.elk.alg.graphviz.dot/model/generated/GraphvizDot.ecore
dot GraphvizModel graphs Graph strict type name statements Statement Attribute name value NodeStatement node attributes Node name port EdgeStatement sourceNode edgeTargets attributes EdgeTarget operator targetSubgraph targetnode AttributeStatement type attributes Subgraph name statements Port name compass_pt EdgeOperator directed -> undirected -- GraphType graph graph digraph digraph AttributeType graph graph node node edge edge
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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.eclipse.org/elk/GraphvizDot" nsPrefix="dot"> <eClassifiers xsi:type="ecore:EClass" name="GraphvizModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="graphs" upperBound="-1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//GraphType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Statement"> <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="NodeStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//Port" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgeStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceNode" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edgeTargets" upperBound="-1" eType="#//EdgeTarget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgeTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//EdgeOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetSubgraph" eType="#//Subgraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetnode" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//AttributeType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subgraph" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="Port"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compass_pt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EdgeOperator"> <eLiterals name="directed" literal="->"/> <eLiterals name="undirected" value="1" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GraphType"> <eLiterals name="graph" literal="graph"/> <eLiterals name="digraph" value="1" literal="digraph"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AttributeType"> <eLiterals name="graph" literal="graph"/> <eLiterals name="node" value="1" literal="node"/> <eLiterals name="edge" value="2" literal="edge"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"dot","nsURI":"http://www.eclipse.org/elk/GraphvizDot","name":"dot","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphvizModel","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":"Statement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeStatement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeTarget","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subgraph","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EdgeOperator","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GraphType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"graphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"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":"strict","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":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":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":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":"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":"value","changeable":true,"lowerBound":0,"iD":false,"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":"node","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgeTargets","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":"attributes","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,"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":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":"targetSubgraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetnode","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,"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":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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compass_pt","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"name":"directed","id":66,"value":0,"literal":"->","eClass":"EEnumLiteral"},{"name":"undirected","id":67,"value":1,"literal":"--","eClass":"EEnumLiteral"},{"name":"graph","id":68,"value":0,"literal":"graph","eClass":"EEnumLiteral"},{"name":"digraph","id":69,"value":1,"literal":"digraph","eClass":"EEnumLiteral"},{"name":"graph","id":70,"value":0,"literal":"graph","eClass":"EEnumLiteral"},{"name":"node","id":71,"value":1,"literal":"node","eClass":"EEnumLiteral"},{"name":"edge","id":72,"value":2,"literal":"edge","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":2},{"source":15,"target":16},{"source":15,"target":1},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":13},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":13},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":2},{"source":24,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":25,"target":28},{"source":25,"target":4},{"source":26,"target":29},{"source":26,"target":4},{"source":27,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":6},{"source":30,"target":33},{"source":30,"target":5},{"source":33,"target":6},{"source":31,"target":4},{"source":31,"target":34},{"source":31,"target":5},{"source":34,"target":4},{"source":32,"target":3},{"source":6,"target":0},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":37},{"source":35,"target":6},{"source":36,"target":11},{"source":36,"target":38},{"source":36,"target":6},{"source":38,"target":11},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":7},{"source":43,"target":6},{"source":40,"target":8},{"source":40,"target":44},{"source":40,"target":7},{"source":44,"target":8},{"source":41,"target":4},{"source":41,"target":45},{"source":41,"target":7},{"source":45,"target":4},{"source":42,"target":3},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":46,"target":12},{"source":46,"target":49},{"source":46,"target":8},{"source":49,"target":12},{"source":47,"target":10},{"source":47,"target":50},{"source":47,"target":8},{"source":50,"target":10},{"source":48,"target":6},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":6},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":52,"target":14},{"source":52,"target":55},{"source":52,"target":9},{"source":55,"target":14},{"source":53,"target":4},{"source":53,"target":56},{"source":53,"target":9},{"source":56,"target":4},{"source":54,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":57,"target":60},{"source":57,"target":10},{"source":58,"target":3},{"source":58,"target":61},{"source":58,"target":10},{"source":61,"target":3},{"source":59,"target":3},{"source":11,"target":0},{"source":11,"target":62},{"source":11,"target":63},{"source":62,"target":64},{"source":62,"target":11},{"source":63,"target":65},{"source":63,"target":11},{"source":12,"target":0},{"source":12,"target":66},{"source":12,"target":67},{"source":66,"target":12},{"source":67,"target":12},{"source":13,"target":0},{"source":13,"target":68},{"source":13,"target":69},{"source":68,"target":13},{"source":69,"target":13},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":70,"target":14},{"source":71,"target":14},{"source":72,"target":14}],"multigraph":true}
ecore
entities
repo-ecore-all/data/rzhilkibaev/eclipse-snippets/xtext-indenting/org.xtext.example.mydsl/src-gen/org/xtext/example/MyDsl.ecore
myDsl Model imports elements Import importURI Type name SimpleType Entity extends properties children Property name type many
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Entity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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":"elements","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":"importURI","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},{"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":"extends","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":"properties","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":"children","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":"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":13,"target":14},{"source":13,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":15},{"source":15,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":16,"target":5},{"source":16,"target":20},{"source":16,"target":5},{"source":20,"target":5},{"source":17,"target":6},{"source":17,"target":21},{"source":17,"target":5},{"source":21,"target":6},{"source":18,"target":5},{"source":18,"target":22},{"source":18,"target":5},{"source":22,"target":5},{"source":19,"target":3},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":23,"target":26},{"source":23,"target":6},{"source":24,"target":3},{"source":24,"target":27},{"source":24,"target":6},{"source":27,"target":3},{"source":25,"target":28},{"source":25,"target":6}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/d-leroy/executable-model-samples/petrinet/fr.inria.diverse.sample.petrinet.xpetrinet/model/XPetrinet.ecore
petrinet Net initializeModel args run fireEnabledTransition stop places transitions Transition isEnabled fire fire_PreCondition input output name Place name initialTokens tokens Token NetStopEvent net TransitionFireEvent transition
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="petrinet" nsURI="http://fr.inria.diverse.sample.petrinet.xpetrinet/petrinet/" nsPrefix="petrinet"> <eClassifiers xsi:type="ecore:EClass" name="Net"> <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> <eOperations name="run"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="fireEnabledTransition"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="stop"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eOperations name="isEnabled"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="fire"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="fire_PreCondition"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" upperBound="-1" eType="//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1" upperBound="-1" eType="//Place"/> <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="Place"> <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="initialTokens"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="//Token" containment="true"> <eAnnotations source="aspect"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eAnnotations source="aspect"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetStopEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" eType="//Net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionFireEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="//Transition"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"http://fr.inria.diverse.sample.petrinet.xpetrinet/petrinet/","name":"petrinet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","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":"Place","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetStopEvent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionFireEvent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeModel","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"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":"fireEnabledTransition","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":-1,"unique":true,"name":"args","lowerBound":0,"id":13,"many":true,"required":false,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEnabled","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fire_PreCondition","lowerBound":0,"id":19,"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":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"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":"output","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},{"id":23,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialTokens","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":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":7,"target":1},{"source":7,"target":13},{"source":13,"target":14},{"source":13,"target":7},{"source":8,"target":1},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":3},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":3},{"source":12,"target":2},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":17,"target":23},{"source":17,"target":2},{"source":18,"target":2},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":2},{"source":25,"target":3},{"source":21,"target":3},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":3},{"source":22,"target":27},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":30,"target":4},{"source":30,"target":33},{"source":30,"target":3},{"source":33,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":34},{"source":34,"target":1},{"source":34,"target":35},{"source":34,"target":5},{"source":35,"target":1},{"source":6,"target":0},{"source":6,"target":36},{"source":36,"target":2},{"source":36,"target":37},{"source":36,"target":6},{"source":37,"target":2}],"multigraph":true}
ecore
library
repo-ecore-all/data/MDEGroup/QMM/validation-subjects/metamodels/emf.uuid.library.example.ecore
Library Library name writers books Book author title Writer books 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="Library" nsURI="https://github.com/fredrikattebrant/emf.uuid.library.example/1.0" nsPrefix="emf.uuid.library.example"> <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="Book"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" upperBound="-1" eType="#//Writer" eOpposite="#//Writer/books"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> <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":"emf.uuid.library.example","nsURI":"https://github.com/fredrikattebrant/emf.uuid.library.example/1.0","name":"Library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"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":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"title","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":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":4,"target":7},{"source":4,"target":1},{"source":5,"target":3},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":3},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":10,"target":3},{"source":10,"target":12},{"source":10,"target":2},{"source":10,"target":13},{"source":12,"target":3},{"source":11,"target":14},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":15},{"source":13,"target":2},{"source":13,"target":16},{"source":13,"target":3},{"source":13,"target":10},{"source":16,"target":2},{"source":15,"target":17},{"source":15,"target":3}],"multigraph":true}
ecore
hotels
repo-ecore-all/data/williamgranli/papyrus_hotel_project/impl/Implementation.ecore
Implementation DecisionSupportComponent DecisionSupportComponent_IDecisionSupport getDSSData getAllRoomTypeFrequency getRoomTypeFrequency roomType countRoomType bookingDSSInfo roomType getAllCustomerBookingFrequency getCustomerBookingFrequency customerSSN getDSSOccupancyInfo getNumberOfOccupanciesOfRoom roomNumber DecisionSupportComponent_BookingDSSInfo addAdditionalService additionalServiceName additionalServicePrice numberOfGuests roomType arrivalDate departureDate additionalServices customerFirstName customerLastName address DecisionSupportComponent_AdditionalServiceDSSInfo additionalServiceName additionalServicePrice DecisionSupportComponent_DSSController countCustomerBooking bookingDSSInfo customerSSN getPositionInList listToCheck element iOccupancyDecision iBookingDecision occupancyDSSInfo additionalServiceDSSInfo bookingDSSInfo OccupancyComponent_IOccupancyDecision getDSSOccupancyInfo BookingComponent_IBookingDecision getDSSInfo DecisionSupportComponent_OccupancyDSSInfo roomNumber checkInDateTime checkOutDateTime numberOfGuests OccupancyComponent OccupancyComponent_Occupancy getPartner firstName lastName addGuestToOccupancy firstName lastName listGuests roomNumber checkInDateTime checkOutDateTime bookingReference guests OccupancyComponent_Guest firstName lastName OccupancyComponent_IOccupancy checkInGuest bookingReference firstName lastName roomType partnerFirstName partnerLastName checkOutGuest roomNumber firstName lastName listGuestsInRoom roomNumber numberOfGuestsInHotel isOccupied roomNumber getAvailableRooms roomType OccupancyComponent_OccupancyHandler findOccupancy bookingReference partnerFirstName partnerLastName isInRoomTypes roomTypes guestInRoomType iRoomInformation iBooking occupancy RoomComponent_IRoomInformation getRoomInfo roomNumber searchRoom roomTypeName getRoomTypes getAllRoomNumbers countNumberOfTotalRooms getCountOfRoomType roomType getPriceOfRoomType roomType getBedCountOfRoomType roomType BookingComponent_IBookingInformation getGuestsInBooking bookingReference getRoomTypesInBooking bookingReference searchForBooking bookingReference isPaidFor bookingReference makePayment bookingReference searchAvailableRoomTypes arrivalDate departureDate findBookingsByDateAndType arrivalDate departureDate roomType PaymentComponent PaymentComponent_IPayment makePayment ccNumber ccv expiryMonth expiryYear firstName lastName amount validateCC ccNumber ccv expiryMonth expiryYear firstName lastName addCC ccNumber ccv expiryMonth expiryYear firstName lastName checkBalance ccNumber ccv expiryMonth expiryYear firstName lastName makeDeposit ccNumber ccv expiryMonth expiryYear firstName lastName amount removeCC ccNumber ccv expiryMonth expiryYear firstName lastName PaymentComponent_PaymentHandler payment customerProvides administratorProvides PaymentComponent_Payment ccNumber ccv firstName lastName expiryMonth expiryYear amount Bank_CustomerProvides makePayment ccNumber ccv expiryMonth expiryYear firstName lastName sum isCreditCardValid ccNumber ccv expiryMonth expiryYear firstName lastName Bank_AdministratorProvides makeDeposit ccNumber ccv expiryMonth expiryYear firstName lastName sum addCreditCard ccNumber ccv expiryMonth expiryYear firstName lastName removeCreditCard ccNumber ccv expiryMonth expiryYear firstName lastName getBalance ccNumber ccv expiryMonth expiryYear firstName lastName AdditionalServiceComponent AdditionalServiceComponent_IAdditionalServiceAdministration createAdditionalService name usable price description editAdditionalService oldName name usable price description removeAdditionalService name createEvent name dateTime location maxAttendants currentAttendants editEvent name dateTime location maxAttendants currentAttendants removeEvent name dateTime location removeEvents name dateTime AdditionalServiceComponent_IEventManagement getServices getEvents name addGuestToEvent name dateTime location guests removeGuestsFromEvent name dateTime location guests getServicePrice name getEventMaxAttendants name dateTime location getEventCurrentAttendants name dateTime location AdditionalServiceComponent_AdditionalService findEvent dateTime location findEvents dateTime createEvent dateTime location maxAttendants currentAttendants editEvent dateTime location maxAttendants currentAttendants removeEvent dateTime location removeEvents dateTime name usable price description additionalServiceEvent tempEvents AdditionalServiceComponent_AdditionalServiceEvent dateTime location maxAttendant currentAttendants AdditionalServiceComponent_AdditionalServiceHandler findService name additionalService iAuthentication StaffComponent_IAuthentication logIn ssn password logOut ssn isLoggedIn ssn BookingComponent BookingComponent_PaymentDetails generateID firstName lastName address ccNumber ccv expiryMonth expiryYear BookingComponent_Booking addAdditionalServiceToBooking newService guestCount location dateTime addRoomToBooking roomType roomPrice removeRoomFromBooking roomType updateBooking arrivalDate departureDate removeAdditionalServiceFromBooking additionalServiceName currentCost updatePaymentDetails firstName lastName address ccNumber ccv expiryMonth expiryYear generateReferenceNumber addGuestToBooking firstName lastName address phoneNumber removeGuestFromBooking firstName lastName address getGuestsInBooking getRoomTypesInBooking addPaymentDetails firstName lastName address ccNumber ccv expiryMonth expiryYear arrivalDate departureDate bookingReference currentCost additionalServices guests paymentDetails rooms isPaid false isActive BookingComponent_AdditionalService name guestCount location dateTime price BookingComponent_BookingGuest firstName lastName address phoneNumber BookingComponent_RoomType roomType cost BookingComponent_BookingHandler findBooking referenceNumber bookingAvailable startDate endDate roomType findBookingsByDate startDate endDate bookings authentication iRoomInformation iAdditionalServiceInformation iPayment BookingComponent_IBookingAdministration makeBooking roomType arrivalDate departureDate customerSSN addRoom bookingReference roomType price editBooking bookingReference arrivalDate departureDate cancelBooking bookingReference addAdditionalService bookingReference additionalServiceName cost removeRoom bookingReference roomType removeAdditionalService bookingReference additionalServiceName addGuestToBooking bookingReference firstName lastName address phoneNumber removeGuest bookingReference firstName lastName address confirmBooking bookingReference addPaymentDetails bookingReference customerFirstName customerLastName customerAddress ccNumber ccv expiryMonth expiryYear StaffComponent StaffComponent_IAccountAdministration createAccount name ssn email phone password editAccountDetails ssn name email phone password removeAccount ssn StaffComponent_AccountManager findAccount ssn loggedIn employees iAuthentication StaffComponent_Employee getEmployeeInfo id ssn name email phone password RoomComponent RoomComponent_IRoomAdministration createBedRoom roomNumber usable price roomTypeName description bedCount editBedRoom currentRoomNumber roomNumber usable price roomTypeName description bedCount remove roomNumber createConferenceRoom roomNumber usable price roomTypeName description numberOfSeats projector conferencePhone editConferenceRoom currentRoomNumber roomNumber usable price roomTypeName description numberOfSeats projector conferencePhone RoomComponent_Room roomNumber usable price roomTypeName description RoomComponent_Bedroom bedCount RoomComponent_ConferenceRoom numberOfSeats projector conferencePhone RoomComponent_RoomHandler authenticator bedRooms conferenceRooms Bank
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Implementation" nsURI="http:///Implementation.ecore" nsPrefix="Implementation"> <eClassifiers xsi:type="ecore:EClass" name="DecisionSupportComponent" eSuperTypes="#//DecisionSupportComponent_IDecisionSupport"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionSupportComponent_IDecisionSupport" abstract="true" interface="true"> <eOperations name="getDSSData" ordered="false" lowerBound="1"/> <eOperations name="getAllRoomTypeFrequency" ordered="false" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> <eOperations name="getRoomTypeFrequency" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="countRoomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="bookingDSSInfo" ordered="false" upperBound="-1" eType="#//DecisionSupportComponent_BookingDSSInfo"/> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getAllCustomerBookingFrequency" ordered="false" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> <eOperations name="getCustomerBookingFrequency" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="customerSSN" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getDSSOccupancyInfo" ordered="false" lowerBound="1"/> <eOperations name="getNumberOfOccupanciesOfRoom" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionSupportComponent_BookingDSSInfo"> <eOperations name="addAdditionalService" ordered="false" lowerBound="1"> <eParameters name="additionalServiceName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="additionalServicePrice" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfGuests" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrivalDate" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="departureDate" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalServices" ordered="false" upperBound="-1" eType="#//DecisionSupportComponent_AdditionalServiceDSSInfo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customerFirstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customerLastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionSupportComponent_AdditionalServiceDSSInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalServiceName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalServicePrice" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionSupportComponent_DSSController" eSuperTypes="#//DecisionSupportComponent_IDecisionSupport"> <eOperations name="countCustomerBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="bookingDSSInfo" ordered="false" upperBound="-1" eType="#//DecisionSupportComponent_BookingDSSInfo"/> <eParameters name="customerSSN" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getPositionInList" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="listToCheck" ordered="false" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="element" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="iOccupancyDecision" ordered="false" lowerBound="1" eType="#//OccupancyComponent_IOccupancyDecision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iBookingDecision" ordered="false" lowerBound="1" eType="#//BookingComponent_IBookingDecision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="occupancyDSSInfo" ordered="false" upperBound="-1" eType="#//DecisionSupportComponent_OccupancyDSSInfo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalServiceDSSInfo" ordered="false" upperBound="-1" eType="#//DecisionSupportComponent_AdditionalServiceDSSInfo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bookingDSSInfo" ordered="false" upperBound="-1" eType="#//DecisionSupportComponent_BookingDSSInfo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OccupancyComponent_IOccupancyDecision" abstract="true" interface="true"> <eOperations name="getDSSOccupancyInfo" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_IBookingDecision" abstract="true" interface="true"> <eOperations name="getDSSInfo" ordered="false" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionSupportComponent_OccupancyDSSInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkInDateTime" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkOutDateTime" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfGuests" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OccupancyComponent"/> <eClassifiers xsi:type="ecore:EClass" name="OccupancyComponent_Occupancy"> <eOperations name="getPartner" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="addGuestToOccupancy" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="listGuests" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkInDateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkOutDateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guests" ordered="false" lowerBound="1" upperBound="-1" eType="#//OccupancyComponent_Guest"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OccupancyComponent_Guest"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OccupancyComponent_IOccupancy" abstract="true" interface="true"> <eOperations name="checkInGuest" ordered="false" lowerBound="1"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="partnerFirstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="partnerLastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="checkOutGuest" ordered="false" lowerBound="1"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="listGuestsInRoom" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="numberOfGuestsInHotel" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eOperations name="isOccupied" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="getAvailableRooms" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OccupancyComponent_OccupancyHandler" eSuperTypes="#//OccupancyComponent_IOccupancyDecision #//OccupancyComponent_IOccupancy"> <eOperations name="findOccupancy" ordered="false" lowerBound="1" eType="#//OccupancyComponent_Occupancy"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="partnerFirstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="partnerLastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="isInRoomTypes" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="roomTypes" ordered="false" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="guestInRoomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="iRoomInformation" ordered="false" lowerBound="1" eType="#//RoomComponent_IRoomInformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iBooking" ordered="false" lowerBound="1" eType="#//BookingComponent_IBookingInformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="occupancy" ordered="false" upperBound="-1" eType="#//OccupancyComponent_Occupancy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoomComponent_IRoomInformation" abstract="true" interface="true"> <eOperations name="getRoomInfo" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="searchRoom" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="roomTypeName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getRoomTypes" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> <eOperations name="getAllRoomNumbers" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType types.ecore#//Integer"/> <eOperations name="countNumberOfTotalRooms" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eOperations name="getCountOfRoomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getPriceOfRoomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getBedCountOfRoomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_IBookingInformation" abstract="true" interface="true"> <eOperations name="getGuestsInBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getRoomTypesInBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="searchForBooking" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="isPaidFor" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="makePayment" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="searchAvailableRoomTypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eParameters name="arrivalDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="departureDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="findBookingsByDateAndType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="arrivalDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="departureDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaymentComponent" eSuperTypes="#//PaymentComponent_IPayment"/> <eClassifiers xsi:type="ecore:EClass" name="PaymentComponent_IPayment" abstract="true" interface="true"> <eOperations name="makePayment" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="amount" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="validateCC" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="addCC" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="checkBalance" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="makeDeposit" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="amount" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="removeCC" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaymentComponent_PaymentHandler" eSuperTypes="#//PaymentComponent_IPayment"> <eStructuralFeatures xsi:type="ecore:EReference" name="payment" ordered="false" upperBound="-1" eType="#//PaymentComponent_Payment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customerProvides" ordered="false" lowerBound="1" eType="#//Bank_CustomerProvides"/> <eStructuralFeatures xsi:type="ecore:EReference" name="administratorProvides" ordered="false" lowerBound="1" eType="#//Bank_AdministratorProvides"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaymentComponent_Payment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bank_CustomerProvides" abstract="true" interface="true"> <eOperations name="makePayment" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="sum" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="isCreditCardValid" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bank_AdministratorProvides" abstract="true" interface="true"> <eOperations name="makeDeposit" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="sum" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="addCreditCard" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeCreditCard" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getBalance" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalServiceComponent" eSuperTypes="#//AdditionalServiceComponent_IAdditionalServiceAdministration #//AdditionalServiceComponent_IEventManagement"/> <eClassifiers xsi:type="ecore:EClass" name="AdditionalServiceComponent_IAdditionalServiceAdministration" abstract="true" interface="true"> <eOperations name="createAdditionalService" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="description" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="editAdditionalService" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="oldName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="description" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeAdditionalService" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="createEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="maxAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="currentAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="editEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="maxAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="currentAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="removeEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeEvents" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalServiceComponent_IEventManagement" abstract="true" interface="true"> <eOperations name="getServices" ordered="false" upperBound="-1" eType="ecore:EDataType types.ecore#//String"/> <eOperations name="getEvents" ordered="false" upperBound="-1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="addGuestToEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="guests" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="removeGuestsFromEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="guests" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="getServicePrice" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getEventMaxAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getEventCurrentAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalServiceComponent_AdditionalService"> <eOperations name="findEvent" ordered="false" lowerBound="1" eType="#//AdditionalServiceComponent_AdditionalServiceEvent"> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="findEvents" ordered="false" upperBound="-1" eType="#//AdditionalServiceComponent_AdditionalServiceEvent"> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="createEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="maxAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="currentAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="editEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="maxAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="currentAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="removeEvent" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeEvents" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalServiceEvent" ordered="false" upperBound="-1" eType="#//AdditionalServiceComponent_AdditionalServiceEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tempEvents" ordered="false" upperBound="-1" eType="#//AdditionalServiceComponent_AdditionalServiceEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalServiceComponent_AdditionalServiceEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxAttendant" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentAttendants" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalServiceComponent_AdditionalServiceHandler" eSuperTypes="#//AdditionalServiceComponent_IEventManagement #//AdditionalServiceComponent_IAdditionalServiceAdministration"> <eOperations name="findService" ordered="false" lowerBound="1" eType="#//AdditionalServiceComponent_AdditionalService"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalService" ordered="false" upperBound="-1" eType="#//AdditionalServiceComponent_AdditionalService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iAuthentication" ordered="false" lowerBound="1" eType="#//StaffComponent_IAuthentication"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaffComponent_IAuthentication" abstract="true" interface="true"> <eOperations name="logIn" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="password" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="logOut" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="isLoggedIn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent"/> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_PaymentDetails"> <eOperations name="generateID" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_Booking"> <eOperations name="addAdditionalServiceToBooking" ordered="false" lowerBound="1"> <eParameters name="newService" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="guestCount" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="addRoomToBooking" ordered="false" lowerBound="1"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="roomPrice" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="removeRoomFromBooking" ordered="false" lowerBound="1"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="updateBooking" ordered="false" lowerBound="1"> <eParameters name="arrivalDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="departureDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="removeAdditionalServiceFromBooking" ordered="false" lowerBound="1"> <eParameters name="additionalServiceName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="currentCost" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eOperations name="updatePaymentDetails" ordered="false" lowerBound="1"> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="generateReferenceNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eOperations name="addGuestToBooking" ordered="false" lowerBound="1"> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="phoneNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeGuestFromBooking" ordered="false" lowerBound="1"> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="getGuestsInBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eOperations name="getRoomTypesInBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eOperations name="addPaymentDetails" ordered="false" lowerBound="1"> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrivalDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="departureDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentCost" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalServices" ordered="false" upperBound="-1" eType="#//BookingComponent_AdditionalService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guests" ordered="false" lowerBound="1" upperBound="-1" eType="#//BookingComponent_BookingGuest"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paymentDetails" ordered="false" lowerBound="1" eType="#//BookingComponent_PaymentDetails"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rooms" ordered="false" lowerBound="1" upperBound="-1" eType="#//BookingComponent_RoomType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPaid" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_AdditionalService"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guestCount" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateTime" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="price" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_BookingGuest"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phoneNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_RoomType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_BookingHandler" eSuperTypes="#//BookingComponent_IBookingInformation #//BookingComponent_IBookingDecision #//BookingComponent_IBookingAdministration"> <eOperations name="findBooking" ordered="false" lowerBound="1" eType="#//BookingComponent_Booking"> <eParameters name="referenceNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="bookingAvailable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="startDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="endDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="findBookingsByDate" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"> <eParameters name="startDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="endDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="bookings" ordered="false" upperBound="-1" eType="#//BookingComponent_Booking"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authentication" ordered="false" lowerBound="1" eType="#//StaffComponent_IAuthentication"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iRoomInformation" ordered="false" lowerBound="1" eType="#//RoomComponent_IRoomInformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iAdditionalServiceInformation" ordered="false" lowerBound="1" eType="#//AdditionalServiceComponent_IEventManagement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iPayment" ordered="false" lowerBound="1" eType="#//PaymentComponent_IPayment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingComponent_IBookingAdministration" abstract="true" interface="true"> <eOperations name="makeBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="arrivalDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="departureDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="customerSSN" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="addRoom" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="editBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="arrivalDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="departureDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="cancelBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="addAdditionalService" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="additionalServiceName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="cost" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="removeRoom" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="roomType" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeAdditionalService" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="additionalServiceName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="addGuestToBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="phoneNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeGuest" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="firstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="lastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="address" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="confirmBooking" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="addPaymentDetails" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="bookingReference" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="customerFirstName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="customerLastName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="customerAddress" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ccv" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="expiryMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="expiryYear" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaffComponent" eSuperTypes="#//StaffComponent_IAccountAdministration #//StaffComponent_IAuthentication"/> <eClassifiers xsi:type="ecore:EClass" name="StaffComponent_IAccountAdministration" abstract="true" interface="true"> <eOperations name="createAccount" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="email" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="phone" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="password" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="editAccountDetails" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="email" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="phone" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="password" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eOperations name="removeAccount" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"> <eParameters name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaffComponent_AccountManager" eSuperTypes="#//StaffComponent_IAuthentication #//StaffComponent_IAccountAdministration"> <eOperations name="findAccount" ordered="false" lowerBound="1" eType="#//StaffComponent_Employee"> <eParameters name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="loggedIn" ordered="false" upperBound="-1" eType="#//StaffComponent_Employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" ordered="false" lowerBound="1" upperBound="-1" eType="#//StaffComponent_Employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iAuthentication" ordered="false" lowerBound="1" eType="#//StaffComponent_IAuthentication"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaffComponent_Employee"> <eOperations name="getEmployeeInfo" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ssn" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phone" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoomComponent" eSuperTypes="#//RoomComponent_IRoomInformation #//RoomComponent_IRoomAdministration"/> <eClassifiers xsi:type="ecore:EClass" name="RoomComponent_IRoomAdministration" abstract="true" interface="true"> <eOperations name="createBedRoom" ordered="false" lowerBound="1"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="roomTypeName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="description" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="bedCount" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="editBedRoom" ordered="false" lowerBound="1"> <eParameters name="currentRoomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="roomTypeName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="description" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="bedCount" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="remove" ordered="false" lowerBound="1"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eOperations> <eOperations name="createConferenceRoom" ordered="false" lowerBound="1"> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="roomTypeName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="description" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="numberOfSeats" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="projector" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="conferencePhone" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> </eOperations> <eOperations name="editConferenceRoom" ordered="false" lowerBound="1"> <eParameters name="currentRoomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="roomTypeName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="description" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eParameters name="numberOfSeats" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eParameters name="projector" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eParameters name="conferencePhone" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoomComponent_Room"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usable" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="price" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomTypeName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoomComponent_Bedroom" eSuperTypes="#//RoomComponent_Room"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bedCount" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoomComponent_ConferenceRoom" eSuperTypes="#//RoomComponent_Room"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfSeats" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projector" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conferencePhone" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoomComponent_RoomHandler" eSuperTypes="#//RoomComponent_IRoomInformation #//RoomComponent_IRoomAdministration"> <eStructuralFeatures xsi:type="ecore:EReference" name="authenticator" ordered="false" lowerBound="1" eType="#//StaffComponent_IAuthentication"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bedRooms" ordered="false" upperBound="-1" eType="#//RoomComponent_Bedroom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conferenceRooms" ordered="false" upperBound="-1" eType="#//RoomComponent_ConferenceRoom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bank" eSuperTypes="#//BookingComponent_IBookingDecision #//BookingComponent_IBookingAdministration #//BookingComponent_IBookingInformation"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Implementation","nsURI":"http:///Implementation.ecore","name":"Implementation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionSupportComponent","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionSupportComponent_IDecisionSupport","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionSupportComponent_BookingDSSInfo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionSupportComponent_AdditionalServiceDSSInfo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionSupportComponent_DSSController","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupancyComponent_IOccupancyDecision","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_IBookingDecision","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionSupportComponent_OccupancyDSSInfo","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupancyComponent","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupancyComponent_Occupancy","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupancyComponent_Guest","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupancyComponent_IOccupancy","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccupancyComponent_OccupancyHandler","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomComponent_IRoomInformation","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_IBookingInformation","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaymentComponent","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaymentComponent_IPayment","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaymentComponent_PaymentHandler","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaymentComponent_Payment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bank_CustomerProvides","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bank_AdministratorProvides","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalServiceComponent","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalServiceComponent_IAdditionalServiceAdministration","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalServiceComponent_IEventManagement","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalServiceComponent_AdditionalService","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalServiceComponent_AdditionalServiceEvent","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalServiceComponent_AdditionalServiceHandler","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffComponent_IAuthentication","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_PaymentDetails","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_Booking","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_AdditionalService","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_BookingGuest","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_RoomType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_BookingHandler","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingComponent_IBookingAdministration","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffComponent","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffComponent_IAccountAdministration","instanceClass":null,"abstract":true,"id":38,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffComponent_AccountManager","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffComponent_Employee","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomComponent","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomComponent_IRoomAdministration","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomComponent_Room","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomComponent_Bedroom","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomComponent_ConferenceRoom","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomComponent_RoomHandler","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bank","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getDSSData","lowerBound":1,"id":49,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllRoomTypeFrequency","lowerBound":0,"id":50,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getRoomTypeFrequency","lowerBound":1,"id":51,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"countRoomType","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllCustomerBookingFrequency","lowerBound":0,"id":53,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getCustomerBookingFrequency","lowerBound":1,"id":54,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getDSSOccupancyInfo","lowerBound":1,"id":55,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getNumberOfOccupanciesOfRoom","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EOperation"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":59,"many":false,"required":true,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"bookingDSSInfo","lowerBound":0,"id":62,"many":true,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":63,"many":false,"required":true,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"customerSSN","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":71,"many":false,"required":true,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addAdditionalService","lowerBound":1,"id":73,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfGuests","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roomType","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrivalDate","changeable":true,"lowerBound":1,"iD":false,"id":76,"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":"departureDate","changeable":true,"lowerBound":1,"iD":false,"id":77,"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":"additionalServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customerFirstName","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customerLastName","changeable":true,"lowerBound":1,"iD":false,"id":80,"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":"address","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"additionalServiceName","lowerBound":1,"id":82,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"additionalServicePrice","lowerBound":1,"id":83,"many":false,"required":true,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additionalServiceName","changeable":true,"lowerBound":1,"iD":false,"id":94,"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":"additionalServicePrice","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"countCustomerBooking","lowerBound":1,"id":98,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPositionInList","lowerBound":1,"id":99,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iOccupancyDecision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"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":"iBookingDecision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"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":"occupancyDSSInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":"additionalServiceDSSInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"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":"bookingDSSInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"bookingDSSInfo","lowerBound":0,"id":107,"many":true,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"customerSSN","lowerBound":1,"id":108,"many":false,"required":true,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"listToCheck","lowerBound":0,"id":112,"many":true,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":113,"many":false,"required":true,"eClass":"EParameter"},{"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":false,"upperBound":1,"unique":true,"name":"getDSSOccupancyInfo","lowerBound":1,"id":121,"many":false,"required":true,"eClass":"EOperation"},{"id":122,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getDSSInfo","lowerBound":0,"id":123,"many":true,"required":false,"eClass":"EOperation"},{"id":124,"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":"roomNumber","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"checkInDateTime","changeable":true,"lowerBound":1,"iD":false,"id":126,"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":"checkOutDateTime","changeable":true,"lowerBound":1,"iD":false,"id":127,"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":"numberOfGuests","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPartner","lowerBound":1,"id":133,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addGuestToOccupancy","lowerBound":1,"id":134,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"listGuests","lowerBound":1,"id":135,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roomNumber","changeable":true,"lowerBound":1,"iD":false,"id":136,"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":"checkInDateTime","changeable":true,"lowerBound":1,"iD":false,"id":137,"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":"checkOutDateTime","changeable":true,"lowerBound":1,"iD":false,"id":138,"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":"bookingReference","changeable":true,"lowerBound":1,"iD":false,"id":139,"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":"guests","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":142,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":143,"many":false,"required":true,"eClass":"EParameter"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":147,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":148,"many":false,"required":true,"eClass":"EParameter"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"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":157,"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":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"checkInGuest","lowerBound":1,"id":161,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"checkOutGuest","lowerBound":1,"id":162,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"listGuestsInRoom","lowerBound":1,"id":163,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"numberOfGuestsInHotel","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isOccupied","lowerBound":1,"id":165,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getAvailableRooms","lowerBound":1,"id":166,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":167,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":168,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":169,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":170,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"partnerFirstName","lowerBound":1,"id":171,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"partnerLastName","lowerBound":1,"id":172,"many":false,"required":true,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":179,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":180,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":181,"many":false,"required":true,"eClass":"EParameter"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":186,"many":false,"required":true,"eClass":"EParameter"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":190,"many":false,"required":true,"eClass":"EParameter"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EParameter"},{"id":194,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"findOccupancy","lowerBound":1,"id":195,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isInRoomTypes","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iRoomInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"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":"iBooking","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"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":"occupancy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"partnerFirstName","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"partnerLastName","lowerBound":1,"id":205,"many":false,"required":true,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"roomTypes","lowerBound":0,"id":210,"many":true,"required":false,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"guestInRoomType","lowerBound":1,"id":211,"many":false,"required":true,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getRoomInfo","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"searchRoom","lowerBound":1,"id":218,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getRoomTypes","lowerBound":1,"id":219,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllRoomNumbers","lowerBound":1,"id":220,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"countNumberOfTotalRooms","lowerBound":1,"id":221,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getCountOfRoomType","lowerBound":1,"id":222,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getPriceOfRoomType","lowerBound":1,"id":223,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getBedCountOfRoomType","lowerBound":1,"id":224,"many":false,"required":true,"eClass":"EOperation"},{"id":225,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":226,"many":false,"required":true,"eClass":"EParameter"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomTypeName","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":235,"many":false,"required":true,"eClass":"EParameter"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":238,"many":false,"required":true,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":241,"many":false,"required":true,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getGuestsInBooking","lowerBound":1,"id":243,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getRoomTypesInBooking","lowerBound":1,"id":244,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"searchForBooking","lowerBound":1,"id":245,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isPaidFor","lowerBound":1,"id":246,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"makePayment","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"searchAvailableRoomTypes","lowerBound":1,"id":248,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"findBookingsByDateAndType","lowerBound":1,"id":249,"many":false,"required":true,"eClass":"EOperation"},{"id":250,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":251,"many":false,"required":true,"eClass":"EParameter"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":254,"many":false,"required":true,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":257,"many":false,"required":true,"eClass":"EParameter"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":260,"many":false,"required":true,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":263,"many":false,"required":true,"eClass":"EParameter"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"arrivalDate","lowerBound":1,"id":266,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"departureDate","lowerBound":1,"id":267,"many":false,"required":true,"eClass":"EParameter"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"arrivalDate","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"departureDate","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"makePayment","lowerBound":1,"id":278,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"validateCC","lowerBound":1,"id":279,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addCC","lowerBound":1,"id":280,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"checkBalance","lowerBound":1,"id":281,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"makeDeposit","lowerBound":1,"id":282,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeCC","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EOperation"},{"id":284,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":285,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":286,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":287,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":288,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":289,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":290,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"amount","lowerBound":1,"id":291,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":300,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":301,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":302,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":304,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":305,"many":false,"required":true,"eClass":"EParameter"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":313,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":315,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":316,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":317,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":318,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":326,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":327,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":328,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":329,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":330,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":331,"many":false,"required":true,"eClass":"EParameter"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":339,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":340,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":341,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":342,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":343,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":344,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"amount","lowerBound":1,"id":345,"many":false,"required":true,"eClass":"EParameter"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":354,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":355,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":356,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":357,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":358,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":359,"many":false,"required":true,"eClass":"EParameter"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"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":"payment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customerProvides","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":false,"unsettable":false,"transient":false,"unique":true,"name":"administratorProvides","changeable":true,"resolveProxies":true,"lowerBound":1,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ccNumber","changeable":true,"lowerBound":1,"iD":false,"id":373,"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":"ccv","changeable":true,"lowerBound":1,"iD":false,"id":374,"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":375,"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":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":376,"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":"expiryMonth","changeable":true,"lowerBound":1,"iD":false,"id":377,"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":"expiryYear","changeable":true,"lowerBound":1,"iD":false,"id":378,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"amount","changeable":true,"lowerBound":1,"iD":false,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"makePayment","lowerBound":1,"id":387,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isCreditCardValid","lowerBound":1,"id":388,"many":false,"required":true,"eClass":"EOperation"},{"id":389,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":390,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":391,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":392,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":394,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":395,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"sum","lowerBound":1,"id":396,"many":false,"required":true,"eClass":"EParameter"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":405,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":406,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":407,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":408,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":409,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":410,"many":false,"required":true,"eClass":"EParameter"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"makeDeposit","lowerBound":1,"id":417,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addCreditCard","lowerBound":1,"id":418,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeCreditCard","lowerBound":1,"id":419,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getBalance","lowerBound":1,"id":420,"many":false,"required":true,"eClass":"EOperation"},{"id":421,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":422,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":423,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":424,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":425,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":426,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":427,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"sum","lowerBound":1,"id":428,"many":false,"required":true,"eClass":"EParameter"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":437,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":438,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":439,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":440,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":441,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":442,"many":false,"required":true,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":450,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":451,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":452,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":453,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":454,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":455,"many":false,"required":true,"eClass":"EParameter"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":463,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":464,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":465,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":466,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":467,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":468,"many":false,"required":true,"eClass":"EParameter"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"createAdditionalService","lowerBound":1,"id":477,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editAdditionalService","lowerBound":1,"id":478,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeAdditionalService","lowerBound":1,"id":479,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createEvent","lowerBound":1,"id":480,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editEvent","lowerBound":1,"id":481,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeEvent","lowerBound":1,"id":482,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeEvents","lowerBound":1,"id":483,"many":false,"required":true,"eClass":"EOperation"},{"id":484,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":485,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"usable","lowerBound":1,"id":486,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"price","lowerBound":1,"id":487,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"description","lowerBound":1,"id":488,"many":false,"required":true,"eClass":"EParameter"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"oldName","lowerBound":1,"id":494,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":495,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"usable","lowerBound":1,"id":496,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"price","lowerBound":1,"id":497,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"description","lowerBound":1,"id":498,"many":false,"required":true,"eClass":"EParameter"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":505,"many":false,"required":true,"eClass":"EParameter"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":508,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":509,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":510,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"maxAttendants","lowerBound":1,"id":511,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentAttendants","lowerBound":1,"id":512,"many":false,"required":true,"eClass":"EParameter"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":519,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":520,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":521,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"maxAttendants","lowerBound":1,"id":522,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentAttendants","lowerBound":1,"id":523,"many":false,"required":true,"eClass":"EParameter"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":530,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":531,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":532,"many":false,"required":true,"eClass":"EParameter"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":537,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":538,"many":false,"required":true,"eClass":"EParameter"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getServices","lowerBound":0,"id":541,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getEvents","lowerBound":0,"id":542,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addGuestToEvent","lowerBound":1,"id":543,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeGuestsFromEvent","lowerBound":1,"id":544,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getServicePrice","lowerBound":1,"id":545,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEventMaxAttendants","lowerBound":1,"id":546,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEventCurrentAttendants","lowerBound":1,"id":547,"many":false,"required":true,"eClass":"EOperation"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":550,"many":false,"required":true,"eClass":"EParameter"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":553,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":554,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":555,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"guests","lowerBound":1,"id":556,"many":false,"required":true,"eClass":"EParameter"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":562,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":563,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":564,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"guests","lowerBound":1,"id":565,"many":false,"required":true,"eClass":"EParameter"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":571,"many":false,"required":true,"eClass":"EParameter"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":574,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":575,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":576,"many":false,"required":true,"eClass":"EParameter"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":581,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":582,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":583,"many":false,"required":true,"eClass":"EParameter"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"findEvent","lowerBound":1,"id":587,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"findEvents","lowerBound":0,"id":588,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createEvent","lowerBound":1,"id":589,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editEvent","lowerBound":1,"id":590,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeEvent","lowerBound":1,"id":591,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeEvents","lowerBound":1,"id":592,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":593,"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":"usable","changeable":true,"lowerBound":1,"iD":false,"id":594,"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":"price","changeable":true,"lowerBound":1,"iD":false,"id":595,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":596,"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":"additionalServiceEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":597,"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":"tempEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":600,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":601,"many":false,"required":true,"eClass":"EParameter"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":605,"many":false,"required":true,"eClass":"EParameter"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":608,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":609,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"maxAttendants","lowerBound":1,"id":610,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentAttendants","lowerBound":1,"id":611,"many":false,"required":true,"eClass":"EParameter"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":617,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":618,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"maxAttendants","lowerBound":1,"id":619,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentAttendants","lowerBound":1,"id":620,"many":false,"required":true,"eClass":"EParameter"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":626,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":627,"many":false,"required":true,"eClass":"EParameter"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":631,"many":false,"required":true,"eClass":"EParameter"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateTime","changeable":true,"lowerBound":1,"iD":false,"id":639,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":640,"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":"maxAttendant","changeable":true,"lowerBound":1,"iD":false,"id":641,"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":"currentAttendants","changeable":true,"lowerBound":1,"iD":false,"id":642,"derived":false},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"findService","lowerBound":1,"id":647,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"additionalService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"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":"iAuthentication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":653,"many":false,"required":true,"eClass":"EParameter"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"logIn","lowerBound":1,"id":657,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"logOut","lowerBound":1,"id":658,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isLoggedIn","lowerBound":1,"id":659,"many":false,"required":true,"eClass":"EOperation"},{"id":660,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssn","lowerBound":1,"id":661,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"password","lowerBound":1,"id":662,"many":false,"required":true,"eClass":"EParameter"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssn","lowerBound":1,"id":666,"many":false,"required":true,"eClass":"EParameter"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssn","lowerBound":1,"id":669,"many":false,"required":true,"eClass":"EParameter"},{"id":670,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"generateID","lowerBound":1,"id":671,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":672,"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":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":673,"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":"address","changeable":true,"lowerBound":1,"iD":false,"id":674,"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":"ccNumber","changeable":true,"lowerBound":1,"iD":false,"id":675,"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":"ccv","changeable":true,"lowerBound":1,"iD":false,"id":676,"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":"expiryMonth","changeable":true,"lowerBound":1,"iD":false,"id":677,"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":"expiryYear","changeable":true,"lowerBound":1,"iD":false,"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"},{"ordered":false,"upperBound":1,"unique":true,"name":"addAdditionalServiceToBooking","lowerBound":1,"id":687,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addRoomToBooking","lowerBound":1,"id":688,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeRoomFromBooking","lowerBound":1,"id":689,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"updateBooking","lowerBound":1,"id":690,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeAdditionalServiceFromBooking","lowerBound":1,"id":691,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentCost","lowerBound":1,"id":692,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"updatePaymentDetails","lowerBound":1,"id":693,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"generateReferenceNumber","lowerBound":1,"id":694,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addGuestToBooking","lowerBound":1,"id":695,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeGuestFromBooking","lowerBound":1,"id":696,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getGuestsInBooking","lowerBound":1,"id":697,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getRoomTypesInBooking","lowerBound":1,"id":698,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addPaymentDetails","lowerBound":1,"id":699,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrivalDate","changeable":true,"lowerBound":1,"iD":false,"id":700,"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":"departureDate","changeable":true,"lowerBound":1,"iD":false,"id":701,"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":"bookingReference","changeable":true,"lowerBound":1,"iD":false,"id":702,"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":"currentCost","changeable":true,"lowerBound":1,"iD":false,"id":703,"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":"additionalServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":704,"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":"guests","changeable":true,"resolveProxies":true,"lowerBound":1,"id":705,"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":"paymentDetails","changeable":true,"resolveProxies":true,"lowerBound":1,"id":706,"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":"rooms","changeable":true,"resolveProxies":true,"lowerBound":1,"id":707,"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":"isPaid","changeable":true,"lowerBound":1,"iD":false,"id":708,"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":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":709,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"newService","lowerBound":1,"id":710,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"guestCount","lowerBound":1,"id":711,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"location","lowerBound":1,"id":712,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"dateTime","lowerBound":1,"id":713,"many":false,"required":true,"eClass":"EParameter"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":718,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomPrice","lowerBound":1,"id":719,"many":false,"required":true,"eClass":"EParameter"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":722,"many":false,"required":true,"eClass":"EParameter"},{"id":723,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"arrivalDate","lowerBound":1,"id":724,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"departureDate","lowerBound":1,"id":725,"many":false,"required":true,"eClass":"EParameter"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"additionalServiceName","lowerBound":1,"id":728,"many":false,"required":true,"eClass":"EParameter"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":731,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":732,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"address","lowerBound":1,"id":733,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":734,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":735,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":736,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":737,"many":false,"required":true,"eClass":"EParameter"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":746,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":747,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"address","lowerBound":1,"id":748,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"phoneNumber","lowerBound":1,"id":749,"many":false,"required":true,"eClass":"EParameter"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":754,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":755,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"address","lowerBound":1,"id":756,"many":false,"required":true,"eClass":"EParameter"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":762,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":763,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"address","lowerBound":1,"id":764,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":765,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":766,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":767,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":768,"many":false,"required":true,"eClass":"EParameter"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"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"},{"id":784,"eClass":"EGenericType"},{"id":785,"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":786,"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":"guestCount","changeable":true,"lowerBound":1,"iD":false,"id":787,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":788,"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":"dateTime","changeable":true,"lowerBound":1,"iD":false,"id":789,"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":"price","changeable":true,"lowerBound":1,"iD":false,"id":790,"derived":false},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"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":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":796,"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":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":797,"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":"address","changeable":true,"lowerBound":1,"iD":false,"id":798,"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":"phoneNumber","changeable":true,"lowerBound":1,"iD":false,"id":799,"derived":false},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"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":"roomType","changeable":true,"lowerBound":1,"iD":false,"id":804,"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":"cost","changeable":true,"lowerBound":1,"iD":false,"id":805,"derived":false},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"findBooking","lowerBound":1,"id":808,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingAvailable","lowerBound":1,"id":809,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"findBookingsByDate","lowerBound":1,"id":810,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bookings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"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":"authentication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":812,"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":"iRoomInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":813,"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":"iAdditionalServiceInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":814,"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":"iPayment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"referenceNumber","lowerBound":1,"id":820,"many":false,"required":true,"eClass":"EParameter"},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"startDate","lowerBound":1,"id":823,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"endDate","lowerBound":1,"id":824,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":825,"many":false,"required":true,"eClass":"EParameter"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"startDate","lowerBound":1,"id":830,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"endDate","lowerBound":1,"id":831,"many":false,"required":true,"eClass":"EParameter"},{"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,"unique":true,"name":"makeBooking","lowerBound":1,"id":839,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addRoom","lowerBound":1,"id":840,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editBooking","lowerBound":1,"id":841,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"cancelBooking","lowerBound":1,"id":842,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addAdditionalService","lowerBound":1,"id":843,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeRoom","lowerBound":1,"id":844,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeAdditionalService","lowerBound":1,"id":845,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addGuestToBooking","lowerBound":1,"id":846,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeGuest","lowerBound":1,"id":847,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"confirmBooking","lowerBound":1,"id":848,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addPaymentDetails","lowerBound":1,"id":849,"many":false,"required":true,"eClass":"EOperation"},{"id":850,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":851,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"arrivalDate","lowerBound":1,"id":852,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"departureDate","lowerBound":1,"id":853,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"customerSSN","lowerBound":1,"id":854,"many":false,"required":true,"eClass":"EParameter"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":860,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":861,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"price","lowerBound":1,"id":862,"many":false,"required":true,"eClass":"EParameter"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":867,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"arrivalDate","lowerBound":1,"id":868,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"departureDate","lowerBound":1,"id":869,"many":false,"required":true,"eClass":"EParameter"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":874,"many":false,"required":true,"eClass":"EParameter"},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":877,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"additionalServiceName","lowerBound":1,"id":878,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"cost","lowerBound":1,"id":879,"many":false,"required":true,"eClass":"EParameter"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":884,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomType","lowerBound":1,"id":885,"many":false,"required":true,"eClass":"EParameter"},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":889,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"additionalServiceName","lowerBound":1,"id":890,"many":false,"required":true,"eClass":"EParameter"},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":894,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":895,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":896,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"address","lowerBound":1,"id":897,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"phoneNumber","lowerBound":1,"id":898,"many":false,"required":true,"eClass":"EParameter"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":905,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstName","lowerBound":1,"id":906,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"lastName","lowerBound":1,"id":907,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"address","lowerBound":1,"id":908,"many":false,"required":true,"eClass":"EParameter"},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":914,"many":false,"required":true,"eClass":"EParameter"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingReference","lowerBound":1,"id":917,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"customerFirstName","lowerBound":1,"id":918,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"customerLastName","lowerBound":1,"id":919,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"customerAddress","lowerBound":1,"id":920,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccNumber","lowerBound":1,"id":921,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ccv","lowerBound":1,"id":922,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryMonth","lowerBound":1,"id":923,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"expiryYear","lowerBound":1,"id":924,"many":false,"required":true,"eClass":"EParameter"},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"},{"id":927,"eClass":"EGenericType"},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"id":932,"eClass":"EGenericType"},{"id":933,"eClass":"EGenericType"},{"id":934,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"createAccount","lowerBound":1,"id":935,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editAccountDetails","lowerBound":1,"id":936,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeAccount","lowerBound":1,"id":937,"many":false,"required":true,"eClass":"EOperation"},{"id":938,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":939,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssn","lowerBound":1,"id":940,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"email","lowerBound":1,"id":941,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"phone","lowerBound":1,"id":942,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"password","lowerBound":1,"id":943,"many":false,"required":true,"eClass":"EParameter"},{"id":944,"eClass":"EGenericType"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssn","lowerBound":1,"id":950,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":951,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"email","lowerBound":1,"id":952,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"phone","lowerBound":1,"id":953,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"password","lowerBound":1,"id":954,"many":false,"required":true,"eClass":"EParameter"},{"id":955,"eClass":"EGenericType"},{"id":956,"eClass":"EGenericType"},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssn","lowerBound":1,"id":961,"many":false,"required":true,"eClass":"EParameter"},{"id":962,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"findAccount","lowerBound":1,"id":963,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loggedIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":964,"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":"employees","changeable":true,"resolveProxies":true,"lowerBound":1,"id":965,"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":"iAuthentication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":966,"derived":false},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssn","lowerBound":1,"id":970,"many":false,"required":true,"eClass":"EParameter"},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getEmployeeInfo","lowerBound":1,"id":975,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":976,"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":"ssn","changeable":true,"lowerBound":1,"iD":false,"id":977,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":978,"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":"email","changeable":true,"lowerBound":1,"iD":false,"id":979,"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":"phone","changeable":true,"lowerBound":1,"iD":false,"id":980,"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":"password","changeable":true,"lowerBound":1,"iD":false,"id":981,"derived":false},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"createBedRoom","lowerBound":1,"id":991,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editBedRoom","lowerBound":1,"id":992,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"remove","lowerBound":1,"id":993,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createConferenceRoom","lowerBound":1,"id":994,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editConferenceRoom","lowerBound":1,"id":995,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":996,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"usable","lowerBound":1,"id":997,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"price","lowerBound":1,"id":998,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomTypeName","lowerBound":1,"id":999,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"description","lowerBound":1,"id":1000,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"bedCount","lowerBound":1,"id":1001,"many":false,"required":true,"eClass":"EParameter"},{"id":1002,"eClass":"EGenericType"},{"id":1003,"eClass":"EGenericType"},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentRoomNumber","lowerBound":1,"id":1008,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":1009,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"usable","lowerBound":1,"id":1010,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"price","lowerBound":1,"id":1011,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomTypeName","lowerBound":1,"id":1012,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"description","lowerBound":1,"id":1013,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"bedCount","lowerBound":1,"id":1014,"many":false,"required":true,"eClass":"EParameter"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"eClass":"EGenericType"},{"id":1021,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":1022,"many":false,"required":true,"eClass":"EParameter"},{"id":1023,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":1024,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"usable","lowerBound":1,"id":1025,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"price","lowerBound":1,"id":1026,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomTypeName","lowerBound":1,"id":1027,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"description","lowerBound":1,"id":1028,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"numberOfSeats","lowerBound":1,"id":1029,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"projector","lowerBound":1,"id":1030,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"conferencePhone","lowerBound":1,"id":1031,"many":false,"required":true,"eClass":"EParameter"},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"id":1034,"eClass":"EGenericType"},{"id":1035,"eClass":"EGenericType"},{"id":1036,"eClass":"EGenericType"},{"id":1037,"eClass":"EGenericType"},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentRoomNumber","lowerBound":1,"id":1040,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomNumber","lowerBound":1,"id":1041,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"usable","lowerBound":1,"id":1042,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"price","lowerBound":1,"id":1043,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomTypeName","lowerBound":1,"id":1044,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"description","lowerBound":1,"id":1045,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"numberOfSeats","lowerBound":1,"id":1046,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"projector","lowerBound":1,"id":1047,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"conferencePhone","lowerBound":1,"id":1048,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roomNumber","changeable":true,"lowerBound":1,"iD":false,"id":1058,"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":"usable","changeable":true,"lowerBound":1,"iD":false,"id":1059,"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":"price","changeable":true,"lowerBound":1,"iD":false,"id":1060,"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":"roomTypeName","changeable":true,"lowerBound":1,"iD":false,"id":1061,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":1062,"derived":false},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"id":1067,"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":"bedCount","changeable":true,"lowerBound":1,"iD":false,"id":1068,"derived":false},{"id":1069,"eClass":"EGenericType"},{"id":1070,"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":"numberOfSeats","changeable":true,"lowerBound":1,"iD":false,"id":1071,"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":"projector","changeable":true,"lowerBound":1,"iD":false,"id":1072,"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":"conferencePhone","changeable":true,"lowerBound":1,"iD":false,"id":1073,"derived":false},{"id":1074,"eClass":"EGenericType"},{"id":1075,"eClass":"EGenericType"},{"id":1076,"eClass":"EGenericType"},{"id":1077,"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":"authenticator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1078,"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":"bedRooms","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":false,"unsettable":false,"transient":false,"unique":true,"name":"conferenceRooms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1080,"derived":false},{"id":1081,"eClass":"EGenericType"},{"id":1082,"eClass":"EGenericType"},{"id":1083,"eClass":"EGenericType"},{"id":1084,"eClass":"EGenericType"},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"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":1,"target":0},{"source":1,"target":2},{"source":1,"target":48},{"source":48,"target":2},{"source":2,"target":0},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":49,"target":2},{"source":50,"target":57},{"source":50,"target":2},{"source":51,"target":58},{"source":51,"target":2},{"source":51,"target":59},{"source":59,"target":60},{"source":59,"target":51},{"source":52,"target":61},{"source":52,"target":2},{"source":52,"target":62},{"source":52,"target":63},{"source":62,"target":3},{"source":62,"target":64},{"source":62,"target":52},{"source":64,"target":3},{"source":63,"target":65},{"source":63,"target":52},{"source":53,"target":66},{"source":53,"target":2},{"source":54,"target":67},{"source":54,"target":2},{"source":54,"target":68},{"source":68,"target":69},{"source":68,"target":54},{"source":55,"target":2},{"source":56,"target":70},{"source":56,"target":2},{"source":56,"target":71},{"source":71,"target":72},{"source":71,"target":56},{"source":3,"target":0},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":73,"target":3},{"source":73,"target":82},{"source":73,"target":83},{"source":82,"target":84},{"source":82,"target":73},{"source":83,"target":85},{"source":83,"target":73},{"source":74,"target":86},{"source":74,"target":3},{"source":75,"target":87},{"source":75,"target":3},{"source":76,"target":88},{"source":76,"target":3},{"source":77,"target":89},{"source":77,"target":3},{"source":78,"target":4},{"source":78,"target":90},{"source":78,"target":3},{"source":90,"target":4},{"source":79,"target":91},{"source":79,"target":3},{"source":80,"target":92},{"source":80,"target":3},{"source":81,"target":93},{"source":81,"target":3},{"source":4,"target":0},{"source":4,"target":94},{"source":4,"target":95},{"source":94,"target":96},{"source":94,"target":4},{"source":95,"target":97},{"source":95,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":105},{"source":98,"target":106},{"source":98,"target":5},{"source":98,"target":107},{"source":98,"target":108},{"source":107,"target":3},{"source":107,"target":109},{"source":107,"target":98},{"source":109,"target":3},{"source":108,"target":110},{"source":108,"target":98},{"source":99,"target":111},{"source":99,"target":5},{"source":99,"target":112},{"source":99,"target":113},{"source":112,"target":114},{"source":112,"target":99},{"source":113,"target":115},{"source":113,"target":99},{"source":100,"target":6},{"source":100,"target":116},{"source":100,"target":5},{"source":116,"target":6},{"source":101,"target":7},{"source":101,"target":117},{"source":101,"target":5},{"source":117,"target":7},{"source":102,"target":8},{"source":102,"target":118},{"source":102,"target":5},{"source":118,"target":8},{"source":103,"target":4},{"source":103,"target":119},{"source":103,"target":5},{"source":119,"target":4},{"source":104,"target":3},{"source":104,"target":120},{"source":104,"target":5},{"source":120,"target":3},{"source":105,"target":2},{"source":6,"target":0},{"source":6,"target":121},{"source":121,"target":122},{"source":121,"target":6},{"source":7,"target":0},{"source":7,"target":123},{"source":123,"target":124},{"source":123,"target":7},{"source":8,"target":0},{"source":8,"target":125},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":125,"target":129},{"source":125,"target":8},{"source":126,"target":130},{"source":126,"target":8},{"source":127,"target":131},{"source":127,"target":8},{"source":128,"target":132},{"source":128,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":10,"target":137},{"source":10,"target":138},{"source":10,"target":139},{"source":10,"target":140},{"source":133,"target":141},{"source":133,"target":10},{"source":133,"target":142},{"source":133,"target":143},{"source":142,"target":144},{"source":142,"target":133},{"source":143,"target":145},{"source":143,"target":133},{"source":134,"target":146},{"source":134,"target":10},{"source":134,"target":147},{"source":134,"target":148},{"source":147,"target":149},{"source":147,"target":134},{"source":148,"target":150},{"source":148,"target":134},{"source":135,"target":151},{"source":135,"target":10},{"source":136,"target":152},{"source":136,"target":10},{"source":137,"target":153},{"source":137,"target":10},{"source":138,"target":154},{"source":138,"target":10},{"source":139,"target":155},{"source":139,"target":10},{"source":140,"target":11},{"source":140,"target":156},{"source":140,"target":10},{"source":156,"target":11},{"source":11,"target":0},{"source":11,"target":157},{"source":11,"target":158},{"source":157,"target":159},{"source":157,"target":11},{"source":158,"target":160},{"source":158,"target":11},{"source":12,"target":0},{"source":12,"target":161},{"source":12,"target":162},{"source":12,"target":163},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":161,"target":12},{"source":161,"target":167},{"source":161,"target":168},{"source":161,"target":169},{"source":161,"target":170},{"source":161,"target":171},{"source":161,"target":172},{"source":167,"target":173},{"source":167,"target":161},{"source":168,"target":174},{"source":168,"target":161},{"source":169,"target":175},{"source":169,"target":161},{"source":170,"target":176},{"source":170,"target":161},{"source":171,"target":177},{"source":171,"target":161},{"source":172,"target":178},{"source":172,"target":161},{"source":162,"target":12},{"source":162,"target":179},{"source":162,"target":180},{"source":162,"target":181},{"source":179,"target":182},{"source":179,"target":162},{"source":180,"target":183},{"source":180,"target":162},{"source":181,"target":184},{"source":181,"target":162},{"source":163,"target":185},{"source":163,"target":12},{"source":163,"target":186},{"source":186,"target":187},{"source":186,"target":163},{"source":164,"target":188},{"source":164,"target":12},{"source":165,"target":189},{"source":165,"target":12},{"source":165,"target":190},{"source":190,"target":191},{"source":190,"target":165},{"source":166,"target":192},{"source":166,"target":12},{"source":166,"target":193},{"source":193,"target":194},{"source":193,"target":166},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":12},{"source":13,"target":195},{"source":13,"target":196},{"source":13,"target":197},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":195,"target":10},{"source":195,"target":202},{"source":195,"target":13},{"source":195,"target":203},{"source":195,"target":204},{"source":195,"target":205},{"source":202,"target":10},{"source":203,"target":206},{"source":203,"target":195},{"source":204,"target":207},{"source":204,"target":195},{"source":205,"target":208},{"source":205,"target":195},{"source":196,"target":209},{"source":196,"target":13},{"source":196,"target":210},{"source":196,"target":211},{"source":210,"target":212},{"source":210,"target":196},{"source":211,"target":213},{"source":211,"target":196},{"source":197,"target":14},{"source":197,"target":214},{"source":197,"target":13},{"source":214,"target":14},{"source":198,"target":15},{"source":198,"target":215},{"source":198,"target":13},{"source":215,"target":15},{"source":199,"target":10},{"source":199,"target":216},{"source":199,"target":13},{"source":216,"target":10},{"source":200,"target":6},{"source":201,"target":12},{"source":14,"target":0},{"source":14,"target":217},{"source":14,"target":218},{"source":14,"target":219},{"source":14,"target":220},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":14,"target":224},{"source":217,"target":225},{"source":217,"target":14},{"source":217,"target":226},{"source":226,"target":227},{"source":226,"target":217},{"source":218,"target":228},{"source":218,"target":14},{"source":218,"target":229},{"source":229,"target":230},{"source":229,"target":218},{"source":219,"target":231},{"source":219,"target":14},{"source":220,"target":232},{"source":220,"target":14},{"source":221,"target":233},{"source":221,"target":14},{"source":222,"target":234},{"source":222,"target":14},{"source":222,"target":235},{"source":235,"target":236},{"source":235,"target":222},{"source":223,"target":237},{"source":223,"target":14},{"source":223,"target":238},{"source":238,"target":239},{"source":238,"target":223},{"source":224,"target":240},{"source":224,"target":14},{"source":224,"target":241},{"source":241,"target":242},{"source":241,"target":224},{"source":15,"target":0},{"source":15,"target":243},{"source":15,"target":244},{"source":15,"target":245},{"source":15,"target":246},{"source":15,"target":247},{"source":15,"target":248},{"source":15,"target":249},{"source":243,"target":250},{"source":243,"target":15},{"source":243,"target":251},{"source":251,"target":252},{"source":251,"target":243},{"source":244,"target":253},{"source":244,"target":15},{"source":244,"target":254},{"source":254,"target":255},{"source":254,"target":244},{"source":245,"target":256},{"source":245,"target":15},{"source":245,"target":257},{"source":257,"target":258},{"source":257,"target":245},{"source":246,"target":259},{"source":246,"target":15},{"source":246,"target":260},{"source":260,"target":261},{"source":260,"target":246},{"source":247,"target":262},{"source":247,"target":15},{"source":247,"target":263},{"source":263,"target":264},{"source":263,"target":247},{"source":248,"target":265},{"source":248,"target":15},{"source":248,"target":266},{"source":248,"target":267},{"source":266,"target":268},{"source":266,"target":248},{"source":267,"target":269},{"source":267,"target":248},{"source":249,"target":270},{"source":249,"target":15},{"source":249,"target":271},{"source":249,"target":272},{"source":249,"target":273},{"source":271,"target":274},{"source":271,"target":249},{"source":272,"target":275},{"source":272,"target":249},{"source":273,"target":276},{"source":273,"target":249},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":277},{"source":277,"target":17},{"source":17,"target":0},{"source":17,"target":278},{"source":17,"target":279},{"source":17,"target":280},{"source":17,"target":281},{"source":17,"target":282},{"source":17,"target":283},{"source":278,"target":284},{"source":278,"target":17},{"source":278,"target":285},{"source":278,"target":286},{"source":278,"target":287},{"source":278,"target":288},{"source":278,"target":289},{"source":278,"target":290},{"source":278,"target":291},{"source":285,"target":292},{"source":285,"target":278},{"source":286,"target":293},{"source":286,"target":278},{"source":287,"target":294},{"source":287,"target":278},{"source":288,"target":295},{"source":288,"target":278},{"source":289,"target":296},{"source":289,"target":278},{"source":290,"target":297},{"source":290,"target":278},{"source":291,"target":298},{"source":291,"target":278},{"source":279,"target":299},{"source":279,"target":17},{"source":279,"target":300},{"source":279,"target":301},{"source":279,"target":302},{"source":279,"target":303},{"source":279,"target":304},{"source":279,"target":305},{"source":300,"target":306},{"source":300,"target":279},{"source":301,"target":307},{"source":301,"target":279},{"source":302,"target":308},{"source":302,"target":279},{"source":303,"target":309},{"source":303,"target":279},{"source":304,"target":310},{"source":304,"target":279},{"source":305,"target":311},{"source":305,"target":279},{"source":280,"target":312},{"source":280,"target":17},{"source":280,"target":313},{"source":280,"target":314},{"source":280,"target":315},{"source":280,"target":316},{"source":280,"target":317},{"source":280,"target":318},{"source":313,"target":319},{"source":313,"target":280},{"source":314,"target":320},{"source":314,"target":280},{"source":315,"target":321},{"source":315,"target":280},{"source":316,"target":322},{"source":316,"target":280},{"source":317,"target":323},{"source":317,"target":280},{"source":318,"target":324},{"source":318,"target":280},{"source":281,"target":325},{"source":281,"target":17},{"source":281,"target":326},{"source":281,"target":327},{"source":281,"target":328},{"source":281,"target":329},{"source":281,"target":330},{"source":281,"target":331},{"source":326,"target":332},{"source":326,"target":281},{"source":327,"target":333},{"source":327,"target":281},{"source":328,"target":334},{"source":328,"target":281},{"source":329,"target":335},{"source":329,"target":281},{"source":330,"target":336},{"source":330,"target":281},{"source":331,"target":337},{"source":331,"target":281},{"source":282,"target":338},{"source":282,"target":17},{"source":282,"target":339},{"source":282,"target":340},{"source":282,"target":341},{"source":282,"target":342},{"source":282,"target":343},{"source":282,"target":344},{"source":282,"target":345},{"source":339,"target":346},{"source":339,"target":282},{"source":340,"target":347},{"source":340,"target":282},{"source":341,"target":348},{"source":341,"target":282},{"source":342,"target":349},{"source":342,"target":282},{"source":343,"target":350},{"source":343,"target":282},{"source":344,"target":351},{"source":344,"target":282},{"source":345,"target":352},{"source":345,"target":282},{"source":283,"target":353},{"source":283,"target":17},{"source":283,"target":354},{"source":283,"target":355},{"source":283,"target":356},{"source":283,"target":357},{"source":283,"target":358},{"source":283,"target":359},{"source":354,"target":360},{"source":354,"target":283},{"source":355,"target":361},{"source":355,"target":283},{"source":356,"target":362},{"source":356,"target":283},{"source":357,"target":363},{"source":357,"target":283},{"source":358,"target":364},{"source":358,"target":283},{"source":359,"target":365},{"source":359,"target":283},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":366},{"source":18,"target":367},{"source":18,"target":368},{"source":18,"target":369},{"source":366,"target":19},{"source":366,"target":370},{"source":366,"target":18},{"source":370,"target":19},{"source":367,"target":20},{"source":367,"target":371},{"source":367,"target":18},{"source":371,"target":20},{"source":368,"target":21},{"source":368,"target":372},{"source":368,"target":18},{"source":372,"target":21},{"source":369,"target":17},{"source":19,"target":0},{"source":19,"target":373},{"source":19,"target":374},{"source":19,"target":375},{"source":19,"target":376},{"source":19,"target":377},{"source":19,"target":378},{"source":19,"target":379},{"source":373,"target":380},{"source":373,"target":19},{"source":374,"target":381},{"source":374,"target":19},{"source":375,"target":382},{"source":375,"target":19},{"source":376,"target":383},{"source":376,"target":19},{"source":377,"target":384},{"source":377,"target":19},{"source":378,"target":385},{"source":378,"target":19},{"source":379,"target":386},{"source":379,"target":19},{"source":20,"target":0},{"source":20,"target":387},{"source":20,"target":388},{"source":387,"target":389},{"source":387,"target":20},{"source":387,"target":390},{"source":387,"target":391},{"source":387,"target":392},{"source":387,"target":393},{"source":387,"target":394},{"source":387,"target":395},{"source":387,"target":396},{"source":390,"target":397},{"source":390,"target":387},{"source":391,"target":398},{"source":391,"target":387},{"source":392,"target":399},{"source":392,"target":387},{"source":393,"target":400},{"source":393,"target":387},{"source":394,"target":401},{"source":394,"target":387},{"source":395,"target":402},{"source":395,"target":387},{"source":396,"target":403},{"source":396,"target":387},{"source":388,"target":404},{"source":388,"target":20},{"source":388,"target":405},{"source":388,"target":406},{"source":388,"target":407},{"source":388,"target":408},{"source":388,"target":409},{"source":388,"target":410},{"source":405,"target":411},{"source":405,"target":388},{"source":406,"target":412},{"source":406,"target":388},{"source":407,"target":413},{"source":407,"target":388},{"source":408,"target":414},{"source":408,"target":388},{"source":409,"target":415},{"source":409,"target":388},{"source":410,"target":416},{"source":410,"target":388},{"source":21,"target":0},{"source":21,"target":417},{"source":21,"target":418},{"source":21,"target":419},{"source":21,"target":420},{"source":417,"target":421},{"source":417,"target":21},{"source":417,"target":422},{"source":417,"target":423},{"source":417,"target":424},{"source":417,"target":425},{"source":417,"target":426},{"source":417,"target":427},{"source":417,"target":428},{"source":422,"target":429},{"source":422,"target":417},{"source":423,"target":430},{"source":423,"target":417},{"source":424,"target":431},{"source":424,"target":417},{"source":425,"target":432},{"source":425,"target":417},{"source":426,"target":433},{"source":426,"target":417},{"source":427,"target":434},{"source":427,"target":417},{"source":428,"target":435},{"source":428,"target":417},{"source":418,"target":436},{"source":418,"target":21},{"source":418,"target":437},{"source":418,"target":438},{"source":418,"target":439},{"source":418,"target":440},{"source":418,"target":441},{"source":418,"target":442},{"source":437,"target":443},{"source":437,"target":418},{"source":438,"target":444},{"source":438,"target":418},{"source":439,"target":445},{"source":439,"target":418},{"source":440,"target":446},{"source":440,"target":418},{"source":441,"target":447},{"source":441,"target":418},{"source":442,"target":448},{"source":442,"target":418},{"source":419,"target":449},{"source":419,"target":21},{"source":419,"target":450},{"source":419,"target":451},{"source":419,"target":452},{"source":419,"target":453},{"source":419,"target":454},{"source":419,"target":455},{"source":450,"target":456},{"source":450,"target":419},{"source":451,"target":457},{"source":451,"target":419},{"source":452,"target":458},{"source":452,"target":419},{"source":453,"target":459},{"source":453,"target":419},{"source":454,"target":460},{"source":454,"target":419},{"source":455,"target":461},{"source":455,"target":419},{"source":420,"target":462},{"source":420,"target":21},{"source":420,"target":463},{"source":420,"target":464},{"source":420,"target":465},{"source":420,"target":466},{"source":420,"target":467},{"source":420,"target":468},{"source":463,"target":469},{"source":463,"target":420},{"source":464,"target":470},{"source":464,"target":420},{"source":465,"target":471},{"source":465,"target":420},{"source":466,"target":472},{"source":466,"target":420},{"source":467,"target":473},{"source":467,"target":420},{"source":468,"target":474},{"source":468,"target":420},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":24},{"source":22,"target":475},{"source":22,"target":476},{"source":475,"target":23},{"source":476,"target":24},{"source":23,"target":0},{"source":23,"target":477},{"source":23,"target":478},{"source":23,"target":479},{"source":23,"target":480},{"source":23,"target":481},{"source":23,"target":482},{"source":23,"target":483},{"source":477,"target":484},{"source":477,"target":23},{"source":477,"target":485},{"source":477,"target":486},{"source":477,"target":487},{"source":477,"target":488},{"source":485,"target":489},{"source":485,"target":477},{"source":486,"target":490},{"source":486,"target":477},{"source":487,"target":491},{"source":487,"target":477},{"source":488,"target":492},{"source":488,"target":477},{"source":478,"target":493},{"source":478,"target":23},{"source":478,"target":494},{"source":478,"target":495},{"source":478,"target":496},{"source":478,"target":497},{"source":478,"target":498},{"source":494,"target":499},{"source":494,"target":478},{"source":495,"target":500},{"source":495,"target":478},{"source":496,"target":501},{"source":496,"target":478},{"source":497,"target":502},{"source":497,"target":478},{"source":498,"target":503},{"source":498,"target":478},{"source":479,"target":504},{"source":479,"target":23},{"source":479,"target":505},{"source":505,"target":506},{"source":505,"target":479},{"source":480,"target":507},{"source":480,"target":23},{"source":480,"target":508},{"source":480,"target":509},{"source":480,"target":510},{"source":480,"target":511},{"source":480,"target":512},{"source":508,"target":513},{"source":508,"target":480},{"source":509,"target":514},{"source":509,"target":480},{"source":510,"target":515},{"source":510,"target":480},{"source":511,"target":516},{"source":511,"target":480},{"source":512,"target":517},{"source":512,"target":480},{"source":481,"target":518},{"source":481,"target":23},{"source":481,"target":519},{"source":481,"target":520},{"source":481,"target":521},{"source":481,"target":522},{"source":481,"target":523},{"source":519,"target":524},{"source":519,"target":481},{"source":520,"target":525},{"source":520,"target":481},{"source":521,"target":526},{"source":521,"target":481},{"source":522,"target":527},{"source":522,"target":481},{"source":523,"target":528},{"source":523,"target":481},{"source":482,"target":529},{"source":482,"target":23},{"source":482,"target":530},{"source":482,"target":531},{"source":482,"target":532},{"source":530,"target":533},{"source":530,"target":482},{"source":531,"target":534},{"source":531,"target":482},{"source":532,"target":535},{"source":532,"target":482},{"source":483,"target":536},{"source":483,"target":23},{"source":483,"target":537},{"source":483,"target":538},{"source":537,"target":539},{"source":537,"target":483},{"source":538,"target":540},{"source":538,"target":483},{"source":24,"target":0},{"source":24,"target":541},{"source":24,"target":542},{"source":24,"target":543},{"source":24,"target":544},{"source":24,"target":545},{"source":24,"target":546},{"source":24,"target":547},{"source":541,"target":548},{"source":541,"target":24},{"source":542,"target":549},{"source":542,"target":24},{"source":542,"target":550},{"source":550,"target":551},{"source":550,"target":542},{"source":543,"target":552},{"source":543,"target":24},{"source":543,"target":553},{"source":543,"target":554},{"source":543,"target":555},{"source":543,"target":556},{"source":553,"target":557},{"source":553,"target":543},{"source":554,"target":558},{"source":554,"target":543},{"source":555,"target":559},{"source":555,"target":543},{"source":556,"target":560},{"source":556,"target":543},{"source":544,"target":561},{"source":544,"target":24},{"source":544,"target":562},{"source":544,"target":563},{"source":544,"target":564},{"source":544,"target":565},{"source":562,"target":566},{"source":562,"target":544},{"source":563,"target":567},{"source":563,"target":544},{"source":564,"target":568},{"source":564,"target":544},{"source":565,"target":569},{"source":565,"target":544},{"source":545,"target":570},{"source":545,"target":24},{"source":545,"target":571},{"source":571,"target":572},{"source":571,"target":545},{"source":546,"target":573},{"source":546,"target":24},{"source":546,"target":574},{"source":546,"target":575},{"source":546,"target":576},{"source":574,"target":577},{"source":574,"target":546},{"source":575,"target":578},{"source":575,"target":546},{"source":576,"target":579},{"source":576,"target":546},{"source":547,"target":580},{"source":547,"target":24},{"source":547,"target":581},{"source":547,"target":582},{"source":547,"target":583},{"source":581,"target":584},{"source":581,"target":547},{"source":582,"target":585},{"source":582,"target":547},{"source":583,"target":586},{"source":583,"target":547},{"source":25,"target":0},{"source":25,"target":587},{"source":25,"target":588},{"source":25,"target":589},{"source":25,"target":590},{"source":25,"target":591},{"source":25,"target":592},{"source":25,"target":593},{"source":25,"target":594},{"source":25,"target":595},{"source":25,"target":596},{"source":25,"target":597},{"source":25,"target":598},{"source":587,"target":26},{"source":587,"target":599},{"source":587,"target":25},{"source":587,"target":600},{"source":587,"target":601},{"source":599,"target":26},{"source":600,"target":602},{"source":600,"target":587},{"source":601,"target":603},{"source":601,"target":587},{"source":588,"target":26},{"source":588,"target":604},{"source":588,"target":25},{"source":588,"target":605},{"source":604,"target":26},{"source":605,"target":606},{"source":605,"target":588},{"source":589,"target":607},{"source":589,"target":25},{"source":589,"target":608},{"source":589,"target":609},{"source":589,"target":610},{"source":589,"target":611},{"source":608,"target":612},{"source":608,"target":589},{"source":609,"target":613},{"source":609,"target":589},{"source":610,"target":614},{"source":610,"target":589},{"source":611,"target":615},{"source":611,"target":589},{"source":590,"target":616},{"source":590,"target":25},{"source":590,"target":617},{"source":590,"target":618},{"source":590,"target":619},{"source":590,"target":620},{"source":617,"target":621},{"source":617,"target":590},{"source":618,"target":622},{"source":618,"target":590},{"source":619,"target":623},{"source":619,"target":590},{"source":620,"target":624},{"source":620,"target":590},{"source":591,"target":625},{"source":591,"target":25},{"source":591,"target":626},{"source":591,"target":627},{"source":626,"target":628},{"source":626,"target":591},{"source":627,"target":629},{"source":627,"target":591},{"source":592,"target":630},{"source":592,"target":25},{"source":592,"target":631},{"source":631,"target":632},{"source":631,"target":592},{"source":593,"target":633},{"source":593,"target":25},{"source":594,"target":634},{"source":594,"target":25},{"source":595,"target":635},{"source":595,"target":25},{"source":596,"target":636},{"source":596,"target":25},{"source":597,"target":26},{"source":597,"target":637},{"source":597,"target":25},{"source":637,"target":26},{"source":598,"target":26},{"source":598,"target":638},{"source":598,"target":25},{"source":638,"target":26},{"source":26,"target":0},{"source":26,"target":639},{"source":26,"target":640},{"source":26,"target":641},{"source":26,"target":642},{"source":639,"target":643},{"source":639,"target":26},{"source":640,"target":644},{"source":640,"target":26},{"source":641,"target":645},{"source":641,"target":26},{"source":642,"target":646},{"source":642,"target":26},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":23},{"source":27,"target":647},{"source":27,"target":648},{"source":27,"target":649},{"source":27,"target":650},{"source":27,"target":651},{"source":647,"target":25},{"source":647,"target":652},{"source":647,"target":27},{"source":647,"target":653},{"source":652,"target":25},{"source":653,"target":654},{"source":653,"target":647},{"source":648,"target":25},{"source":648,"target":655},{"source":648,"target":27},{"source":655,"target":25},{"source":649,"target":28},{"source":649,"target":656},{"source":649,"target":27},{"source":656,"target":28},{"source":650,"target":24},{"source":651,"target":23},{"source":28,"target":0},{"source":28,"target":657},{"source":28,"target":658},{"source":28,"target":659},{"source":657,"target":660},{"source":657,"target":28},{"source":657,"target":661},{"source":657,"target":662},{"source":661,"target":663},{"source":661,"target":657},{"source":662,"target":664},{"source":662,"target":657},{"source":658,"target":665},{"source":658,"target":28},{"source":658,"target":666},{"source":666,"target":667},{"source":666,"target":658},{"source":659,"target":668},{"source":659,"target":28},{"source":659,"target":669},{"source":669,"target":670},{"source":669,"target":659},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":671},{"source":30,"target":672},{"source":30,"target":673},{"source":30,"target":674},{"source":30,"target":675},{"source":30,"target":676},{"source":30,"target":677},{"source":30,"target":678},{"source":671,"target":679},{"source":671,"target":30},{"source":672,"target":680},{"source":672,"target":30},{"source":673,"target":681},{"source":673,"target":30},{"source":674,"target":682},{"source":674,"target":30},{"source":675,"target":683},{"source":675,"target":30},{"source":676,"target":684},{"source":676,"target":30},{"source":677,"target":685},{"source":677,"target":30},{"source":678,"target":686},{"source":678,"target":30},{"source":31,"target":0},{"source":31,"target":687},{"source":31,"target":688},{"source":31,"target":689},{"source":31,"target":690},{"source":31,"target":691},{"source":31,"target":692},{"source":31,"target":693},{"source":31,"target":694},{"source":31,"target":695},{"source":31,"target":696},{"source":31,"target":697},{"source":31,"target":698},{"source":31,"target":699},{"source":31,"target":700},{"source":31,"target":701},{"source":31,"target":702},{"source":31,"target":703},{"source":31,"target":704},{"source":31,"target":705},{"source":31,"target":706},{"source":31,"target":707},{"source":31,"target":708},{"source":31,"target":709},{"source":687,"target":31},{"source":687,"target":710},{"source":687,"target":711},{"source":687,"target":712},{"source":687,"target":713},{"source":710,"target":714},{"source":710,"target":687},{"source":711,"target":715},{"source":711,"target":687},{"source":712,"target":716},{"source":712,"target":687},{"source":713,"target":717},{"source":713,"target":687},{"source":688,"target":31},{"source":688,"target":718},{"source":688,"target":719},{"source":718,"target":720},{"source":718,"target":688},{"source":719,"target":721},{"source":719,"target":688},{"source":689,"target":31},{"source":689,"target":722},{"source":722,"target":723},{"source":722,"target":689},{"source":690,"target":31},{"source":690,"target":724},{"source":690,"target":725},{"source":724,"target":726},{"source":724,"target":690},{"source":725,"target":727},{"source":725,"target":690},{"source":691,"target":31},{"source":691,"target":728},{"source":728,"target":729},{"source":728,"target":691},{"source":692,"target":730},{"source":692,"target":31},{"source":693,"target":31},{"source":693,"target":731},{"source":693,"target":732},{"source":693,"target":733},{"source":693,"target":734},{"source":693,"target":735},{"source":693,"target":736},{"source":693,"target":737},{"source":731,"target":738},{"source":731,"target":693},{"source":732,"target":739},{"source":732,"target":693},{"source":733,"target":740},{"source":733,"target":693},{"source":734,"target":741},{"source":734,"target":693},{"source":735,"target":742},{"source":735,"target":693},{"source":736,"target":743},{"source":736,"target":693},{"source":737,"target":744},{"source":737,"target":693},{"source":694,"target":745},{"source":694,"target":31},{"source":695,"target":31},{"source":695,"target":746},{"source":695,"target":747},{"source":695,"target":748},{"source":695,"target":749},{"source":746,"target":750},{"source":746,"target":695},{"source":747,"target":751},{"source":747,"target":695},{"source":748,"target":752},{"source":748,"target":695},{"source":749,"target":753},{"source":749,"target":695},{"source":696,"target":31},{"source":696,"target":754},{"source":696,"target":755},{"source":696,"target":756},{"source":754,"target":757},{"source":754,"target":696},{"source":755,"target":758},{"source":755,"target":696},{"source":756,"target":759},{"source":756,"target":696},{"source":697,"target":760},{"source":697,"target":31},{"source":698,"target":761},{"source":698,"target":31},{"source":699,"target":31},{"source":699,"target":762},{"source":699,"target":763},{"source":699,"target":764},{"source":699,"target":765},{"source":699,"target":766},{"source":699,"target":767},{"source":699,"target":768},{"source":762,"target":769},{"source":762,"target":699},{"source":763,"target":770},{"source":763,"target":699},{"source":764,"target":771},{"source":764,"target":699},{"source":765,"target":772},{"source":765,"target":699},{"source":766,"target":773},{"source":766,"target":699},{"source":767,"target":774},{"source":767,"target":699},{"source":768,"target":775},{"source":768,"target":699},{"source":700,"target":776},{"source":700,"target":31},{"source":701,"target":777},{"source":701,"target":31},{"source":702,"target":778},{"source":702,"target":31},{"source":703,"target":779},{"source":703,"target":31},{"source":704,"target":32},{"source":704,"target":780},{"source":704,"target":31},{"source":780,"target":32},{"source":705,"target":33},{"source":705,"target":781},{"source":705,"target":31},{"source":781,"target":33},{"source":706,"target":30},{"source":706,"target":782},{"source":706,"target":31},{"source":782,"target":30},{"source":707,"target":34},{"source":707,"target":783},{"source":707,"target":31},{"source":783,"target":34},{"source":708,"target":784},{"source":708,"target":31},{"source":709,"target":785},{"source":709,"target":31},{"source":32,"target":0},{"source":32,"target":786},{"source":32,"target":787},{"source":32,"target":788},{"source":32,"target":789},{"source":32,"target":790},{"source":786,"target":791},{"source":786,"target":32},{"source":787,"target":792},{"source":787,"target":32},{"source":788,"target":793},{"source":788,"target":32},{"source":789,"target":794},{"source":789,"target":32},{"source":790,"target":795},{"source":790,"target":32},{"source":33,"target":0},{"source":33,"target":796},{"source":33,"target":797},{"source":33,"target":798},{"source":33,"target":799},{"source":796,"target":800},{"source":796,"target":33},{"source":797,"target":801},{"source":797,"target":33},{"source":798,"target":802},{"source":798,"target":33},{"source":799,"target":803},{"source":799,"target":33},{"source":34,"target":0},{"source":34,"target":804},{"source":34,"target":805},{"source":804,"target":806},{"source":804,"target":34},{"source":805,"target":807},{"source":805,"target":34},{"source":35,"target":0},{"source":35,"target":15},{"source":35,"target":7},{"source":35,"target":36},{"source":35,"target":808},{"source":35,"target":809},{"source":35,"target":810},{"source":35,"target":811},{"source":35,"target":812},{"source":35,"target":813},{"source":35,"target":814},{"source":35,"target":815},{"source":35,"target":816},{"source":35,"target":817},{"source":35,"target":818},{"source":808,"target":31},{"source":808,"target":819},{"source":808,"target":35},{"source":808,"target":820},{"source":819,"target":31},{"source":820,"target":821},{"source":820,"target":808},{"source":809,"target":822},{"source":809,"target":35},{"source":809,"target":823},{"source":809,"target":824},{"source":809,"target":825},{"source":823,"target":826},{"source":823,"target":809},{"source":824,"target":827},{"source":824,"target":809},{"source":825,"target":828},{"source":825,"target":809},{"source":810,"target":829},{"source":810,"target":35},{"source":810,"target":830},{"source":810,"target":831},{"source":830,"target":832},{"source":830,"target":810},{"source":831,"target":833},{"source":831,"target":810},{"source":811,"target":31},{"source":811,"target":834},{"source":811,"target":35},{"source":834,"target":31},{"source":812,"target":28},{"source":812,"target":835},{"source":812,"target":35},{"source":835,"target":28},{"source":813,"target":14},{"source":813,"target":836},{"source":813,"target":35},{"source":836,"target":14},{"source":814,"target":24},{"source":814,"target":837},{"source":814,"target":35},{"source":837,"target":24},{"source":815,"target":17},{"source":815,"target":838},{"source":815,"target":35},{"source":838,"target":17},{"source":816,"target":15},{"source":817,"target":7},{"source":818,"target":36},{"source":36,"target":0},{"source":36,"target":839},{"source":36,"target":840},{"source":36,"target":841},{"source":36,"target":842},{"source":36,"target":843},{"source":36,"target":844},{"source":36,"target":845},{"source":36,"target":846},{"source":36,"target":847},{"source":36,"target":848},{"source":36,"target":849},{"source":839,"target":850},{"source":839,"target":36},{"source":839,"target":851},{"source":839,"target":852},{"source":839,"target":853},{"source":839,"target":854},{"source":851,"target":855},{"source":851,"target":839},{"source":852,"target":856},{"source":852,"target":839},{"source":853,"target":857},{"source":853,"target":839},{"source":854,"target":858},{"source":854,"target":839},{"source":840,"target":859},{"source":840,"target":36},{"source":840,"target":860},{"source":840,"target":861},{"source":840,"target":862},{"source":860,"target":863},{"source":860,"target":840},{"source":861,"target":864},{"source":861,"target":840},{"source":862,"target":865},{"source":862,"target":840},{"source":841,"target":866},{"source":841,"target":36},{"source":841,"target":867},{"source":841,"target":868},{"source":841,"target":869},{"source":867,"target":870},{"source":867,"target":841},{"source":868,"target":871},{"source":868,"target":841},{"source":869,"target":872},{"source":869,"target":841},{"source":842,"target":873},{"source":842,"target":36},{"source":842,"target":874},{"source":874,"target":875},{"source":874,"target":842},{"source":843,"target":876},{"source":843,"target":36},{"source":843,"target":877},{"source":843,"target":878},{"source":843,"target":879},{"source":877,"target":880},{"source":877,"target":843},{"source":878,"target":881},{"source":878,"target":843},{"source":879,"target":882},{"source":879,"target":843},{"source":844,"target":883},{"source":844,"target":36},{"source":844,"target":884},{"source":844,"target":885},{"source":884,"target":886},{"source":884,"target":844},{"source":885,"target":887},{"source":885,"target":844},{"source":845,"target":888},{"source":845,"target":36},{"source":845,"target":889},{"source":845,"target":890},{"source":889,"target":891},{"source":889,"target":845},{"source":890,"target":892},{"source":890,"target":845},{"source":846,"target":893},{"source":846,"target":36},{"source":846,"target":894},{"source":846,"target":895},{"source":846,"target":896},{"source":846,"target":897},{"source":846,"target":898},{"source":894,"target":899},{"source":894,"target":846},{"source":895,"target":900},{"source":895,"target":846},{"source":896,"target":901},{"source":896,"target":846},{"source":897,"target":902},{"source":897,"target":846},{"source":898,"target":903},{"source":898,"target":846},{"source":847,"target":904},{"source":847,"target":36},{"source":847,"target":905},{"source":847,"target":906},{"source":847,"target":907},{"source":847,"target":908},{"source":905,"target":909},{"source":905,"target":847},{"source":906,"target":910},{"source":906,"target":847},{"source":907,"target":911},{"source":907,"target":847},{"source":908,"target":912},{"source":908,"target":847},{"source":848,"target":913},{"source":848,"target":36},{"source":848,"target":914},{"source":914,"target":915},{"source":914,"target":848},{"source":849,"target":916},{"source":849,"target":36},{"source":849,"target":917},{"source":849,"target":918},{"source":849,"target":919},{"source":849,"target":920},{"source":849,"target":921},{"source":849,"target":922},{"source":849,"target":923},{"source":849,"target":924},{"source":917,"target":925},{"source":917,"target":849},{"source":918,"target":926},{"source":918,"target":849},{"source":919,"target":927},{"source":919,"target":849},{"source":920,"target":928},{"source":920,"target":849},{"source":921,"target":929},{"source":921,"target":849},{"source":922,"target":930},{"source":922,"target":849},{"source":923,"target":931},{"source":923,"target":849},{"source":924,"target":932},{"source":924,"target":849},{"source":37,"target":0},{"source":37,"target":38},{"source":37,"target":28},{"source":37,"target":933},{"source":37,"target":934},{"source":933,"target":38},{"source":934,"target":28},{"source":38,"target":0},{"source":38,"target":935},{"source":38,"target":936},{"source":38,"target":937},{"source":935,"target":938},{"source":935,"target":38},{"source":935,"target":939},{"source":935,"target":940},{"source":935,"target":941},{"source":935,"target":942},{"source":935,"target":943},{"source":939,"target":944},{"source":939,"target":935},{"source":940,"target":945},{"source":940,"target":935},{"source":941,"target":946},{"source":941,"target":935},{"source":942,"target":947},{"source":942,"target":935},{"source":943,"target":948},{"source":943,"target":935},{"source":936,"target":949},{"source":936,"target":38},{"source":936,"target":950},{"source":936,"target":951},{"source":936,"target":952},{"source":936,"target":953},{"source":936,"target":954},{"source":950,"target":955},{"source":950,"target":936},{"source":951,"target":956},{"source":951,"target":936},{"source":952,"target":957},{"source":952,"target":936},{"source":953,"target":958},{"source":953,"target":936},{"source":954,"target":959},{"source":954,"target":936},{"source":937,"target":960},{"source":937,"target":38},{"source":937,"target":961},{"source":961,"target":962},{"source":961,"target":937},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":38},{"source":39,"target":963},{"source":39,"target":964},{"source":39,"target":965},{"source":39,"target":966},{"source":39,"target":967},{"source":39,"target":968},{"source":963,"target":40},{"source":963,"target":969},{"source":963,"target":39},{"source":963,"target":970},{"source":969,"target":40},{"source":970,"target":971},{"source":970,"target":963},{"source":964,"target":40},{"source":964,"target":972},{"source":964,"target":39},{"source":972,"target":40},{"source":965,"target":40},{"source":965,"target":973},{"source":965,"target":39},{"source":973,"target":40},{"source":966,"target":28},{"source":966,"target":974},{"source":966,"target":39},{"source":974,"target":28},{"source":967,"target":28},{"source":968,"target":38},{"source":40,"target":0},{"source":40,"target":975},{"source":40,"target":976},{"source":40,"target":977},{"source":40,"target":978},{"source":40,"target":979},{"source":40,"target":980},{"source":40,"target":981},{"source":975,"target":982},{"source":975,"target":40},{"source":976,"target":983},{"source":976,"target":40},{"source":977,"target":984},{"source":977,"target":40},{"source":978,"target":985},{"source":978,"target":40},{"source":979,"target":986},{"source":979,"target":40},{"source":980,"target":987},{"source":980,"target":40},{"source":981,"target":988},{"source":981,"target":40},{"source":41,"target":0},{"source":41,"target":14},{"source":41,"target":42},{"source":41,"target":989},{"source":41,"target":990},{"source":989,"target":14},{"source":990,"target":42},{"source":42,"target":0},{"source":42,"target":991},{"source":42,"target":992},{"source":42,"target":993},{"source":42,"target":994},{"source":42,"target":995},{"source":991,"target":42},{"source":991,"target":996},{"source":991,"target":997},{"source":991,"target":998},{"source":991,"target":999},{"source":991,"target":1000},{"source":991,"target":1001},{"source":996,"target":1002},{"source":996,"target":991},{"source":997,"target":1003},{"source":997,"target":991},{"source":998,"target":1004},{"source":998,"target":991},{"source":999,"target":1005},{"source":999,"target":991},{"source":1000,"target":1006},{"source":1000,"target":991},{"source":1001,"target":1007},{"source":1001,"target":991},{"source":992,"target":42},{"source":992,"target":1008},{"source":992,"target":1009},{"source":992,"target":1010},{"source":992,"target":1011},{"source":992,"target":1012},{"source":992,"target":1013},{"source":992,"target":1014},{"source":1008,"target":1015},{"source":1008,"target":992},{"source":1009,"target":1016},{"source":1009,"target":992},{"source":1010,"target":1017},{"source":1010,"target":992},{"source":1011,"target":1018},{"source":1011,"target":992},{"source":1012,"target":1019},{"source":1012,"target":992},{"source":1013,"target":1020},{"source":1013,"target":992},{"source":1014,"target":1021},{"source":1014,"target":992},{"source":993,"target":42},{"source":993,"target":1022},{"source":1022,"target":1023},{"source":1022,"target":993},{"source":994,"target":42},{"source":994,"target":1024},{"source":994,"target":1025},{"source":994,"target":1026},{"source":994,"target":1027},{"source":994,"target":1028},{"source":994,"target":1029},{"source":994,"target":1030},{"source":994,"target":1031},{"source":1024,"target":1032},{"source":1024,"target":994},{"source":1025,"target":1033},{"source":1025,"target":994},{"source":1026,"target":1034},{"source":1026,"target":994},{"source":1027,"target":1035},{"source":1027,"target":994},{"source":1028,"target":1036},{"source":1028,"target":994},{"source":1029,"target":1037},{"source":1029,"target":994},{"source":1030,"target":1038},{"source":1030,"target":994},{"source":1031,"target":1039},{"source":1031,"target":994},{"source":995,"target":42},{"source":995,"target":1040},{"source":995,"target":1041},{"source":995,"target":1042},{"source":995,"target":1043},{"source":995,"target":1044},{"source":995,"target":1045},{"source":995,"target":1046},{"source":995,"target":1047},{"source":995,"target":1048},{"source":1040,"target":1049},{"source":1040,"target":995},{"source":1041,"target":1050},{"source":1041,"target":995},{"source":1042,"target":1051},{"source":1042,"target":995},{"source":1043,"target":1052},{"source":1043,"target":995},{"source":1044,"target":1053},{"source":1044,"target":995},{"source":1045,"target":1054},{"source":1045,"target":995},{"source":1046,"target":1055},{"source":1046,"target":995},{"source":1047,"target":1056},{"source":1047,"target":995},{"source":1048,"target":1057},{"source":1048,"target":995},{"source":43,"target":0},{"source":43,"target":1058},{"source":43,"target":1059},{"source":43,"target":1060},{"source":43,"target":1061},{"source":43,"target":1062},{"source":1058,"target":1063},{"source":1058,"target":43},{"source":1059,"target":1064},{"source":1059,"target":43},{"source":1060,"target":1065},{"source":1060,"target":43},{"source":1061,"target":1066},{"source":1061,"target":43},{"source":1062,"target":1067},{"source":1062,"target":43},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":1068},{"source":44,"target":1069},{"source":1068,"target":1070},{"source":1068,"target":44},{"source":1069,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":1071},{"source":45,"target":1072},{"source":45,"target":1073},{"source":45,"target":1074},{"source":1071,"target":1075},{"source":1071,"target":45},{"source":1072,"target":1076},{"source":1072,"target":45},{"source":1073,"target":1077},{"source":1073,"target":45},{"source":1074,"target":43},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":42},{"source":46,"target":1078},{"source":46,"target":1079},{"source":46,"target":1080},{"source":46,"target":1081},{"source":46,"target":1082},{"source":1078,"target":28},{"source":1078,"target":1083},{"source":1078,"target":46},{"source":1083,"target":28},{"source":1079,"target":44},{"source":1079,"target":1084},{"source":1079,"target":46},{"source":1084,"target":44},{"source":1080,"target":45},{"source":1080,"target":1085},{"source":1080,"target":46},{"source":1085,"target":45},{"source":1081,"target":14},{"source":1082,"target":42},{"source":47,"target":0},{"source":47,"target":7},{"source":47,"target":36},{"source":47,"target":15},{"source":47,"target":1086},{"source":47,"target":1087},{"source":47,"target":1088},{"source":1086,"target":7},{"source":1087,"target":36},{"source":1088,"target":15}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/zld3002/AADL/metamodel/aadl2.ecore
aadl2 Element not_own_self diagnostics context has_owner diagnostics context getOwner allOwnedElements mustBeOwned ownedElement ownedComment Comment body String java.lang.String java.lang.String Boolean boolean boolean Type conformsTo other NamedElement has_no_qualified_name diagnostics context has_qualified_name diagnostics context getNamespace allNamespaces isDistinguishableFrom n ns separator qualifiedName getPropertyValues propertySetName propertyName name qualifiedName ownedPropertyAssociation PropertyAssociation property appliesTo inBinding append constant ownedValue Property inherit defaultValue appliesToMetaclass appliesToClassifier appliesTo emptyListDefault BasicProperty propertyType ownedPropertyType TypedElement type PropertyType AbstractNamedValue ArraySizeProperty PropertyExpression MetaclassReference annexName metaclassName PropertyOwner Classifier no_cycles_in_generalization diagnostics context specialize_type diagnostics context allFeatures inheritedMember parents allParents inheritableMembers c hasVisibilityOf n inherit inhs maySpecializeType c classifierFeature inheritedMember generalization general ownedAnnexSubclause ownedPrototype ownedPrototypeBinding noPrototypes noAnnexes noProperties Namespace members_distinguishable diagnostics context getNamesOfMember element membersAreDistinguishable ownedMember member ClassifierFeature featuringClassifier Generalization general specific DirectedRelationship source target Relationship relatedElement AnnexSubclause ModalElement getAllInModes inMode Mode initial false derived false ModeFeature Prototype categoryConstraint diagnostics context refined StructuralFeature RefinableElement refinementContext refinedElement CalledSubprogram PrototypeBinding formal ContainedNamedElement containmentPathElement ContainmentPathElement arrayRange namedElement annexName ArrayRange lowerBound upperBound Integer long long ModalPropertyValue ownedValue BehavioralFeature Real double double ArrayDimension size ArraySize size sizeProperty 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 inOut 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 Access kind category AccessConnectionEnd AccessType provides provides requires requires AccessCategory bus bus data data subprogram subprogram subprogramGroup subprogramGroup Bus BusSubcomponentType DataAccess dataFeatureClassifier ParameterConnectionEnd PortConnectionEnd Data DataSubcomponentType DataPort dataFeatureClassifier Port category PortCategory data data event event eventData eventData EventDataPort dataFeatureClassifier EventPort Parameter dataFeatureClassifier SubprogramAccess subprogramFeatureClassifier Subprogram SubprogramSubcomponentType SubprogramGroupAccess subprogramGroupFeatureClassifier SubprogramGroup SubprogramGroupSubcomponentType AbstractFeature featurePrototype FeaturePrototype direction inOut constrainingClassifier FeatureGroupPrototype constrainingFeatureGroupType Subcomponent inMode subcomponentType ownedPrototypeBinding prototype ownedModeBinding allModes implementationReference refined classifier ModeBinding parentMode derivedMode FlowImplementation kind specification ownedFlowSegment FlowSegment flowElement context Connection destination source bidirectional refined ConnectedElement context connectionEnd ImplementationExtension extended Realization implemented EndToEndFlow refined ownedEndToEndFlowSegment EndToEndFlowSegment flowElement context AbstractSubcomponent abstractSubcomponentType Abstract AbstractSubcomponentType AccessConnection accessCategory ParameterConnection PortConnection FeatureConnection FeatureGroupConnection ProcessorFeature InternalFeature direction EventSource EventDataSource dataClassifier DataClassifier PortProxy direction dataClassifier SubprogramProxy subprogramClassifier SubprogramClassifier 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 FeaturePrototypeReference direction prototype SubprogramCallSequence ownedSubprogramCall SubprogramCall calledSubprogram context BehavioredImplementation subprogramCalls subprogramCall ownedSubprogramCallSequence AbstractType ownedBusAccess ownedDataAccess ownedSubprogramAccess ownedDataPort ownedEventPort ownedEventDataPort ownedSubprogramGroupAccess AbstractClassifier VirtualProcessorSubcomponentType VirtualProcessor VirtualBusSubcomponentType VirtualBus ThreadGroupSubcomponentType ThreadGroup ThreadSubcomponentType Thread SystemSubcomponentType System ProcessSubcomponentType Process MemorySubcomponentType Memory DeviceSubcomponentType Device ProcessorSubcomponentType Processor AbstractImplementation type ownedBusSubcomponent ownedDataSubcomponent ownedDeviceSubcomponent ownedMemorySubcomponent ownedProcessSubcomponent ownedProcessorSubcomponent ownedSystemSubcomponent ownedSubprogramSubcomponent ownedSubprogramGroupSubcomponent ownedThreadSubcomponent ownedThreadGroupSubcomponent ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent BusSubcomponent busSubcomponentType DataSubcomponent dataSubcomponentType DeviceSubcomponent deviceSubcomponentType MemorySubcomponent memorySubcomponentType ProcessSubcomponent processSubcomponentType ProcessorSubcomponent processorSubcomponentType SystemSubcomponent systemSubcomponentType SubprogramSubcomponent subprogramSubcomponentType SubprogramGroupSubcomponent subprogramGroupSubcomponentType ThreadSubcomponent threadSubcomponentType ThreadGroupSubcomponent threadGroupSubcomponentType VirtualBusSubcomponent virtualBusSubcomponentType VirtualProcessorSubcomponent virtualProcessorSubcomponentType 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 VirtualBusImplementation type ownedVirtualBusSubcomponent VirtualBusPrototype VirtualProcessorClassifier VirtualProcessorType ownedDataPort ownedEventDataPort ownedEventPort ownedSubprogramAccess ownedSubprogramGroupAccess VirtualProcessorImplementation type ownedVirtualBusSubcomponent ownedVirtualProcessorSubcomponent VirtualProcessorPrototype BasicPropertyAssociation property ownedValue PropertyConstant propertyType ownedPropertyType constantValue 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 unitsType range UnitsType ownedLiteral EnumerationType ownedLiteral NumericRange upperBound lowerBound AadlReal ClassifierType classifierReference RangeType ownedNumberType numberType RecordType ownedField RecordField ReferenceType namedElementReference ListType ownedElementType 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.&#xA;An element is a constituent of a model. As such, it has the capability of owning other elements.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eOperations name="not_own_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.allOwnedElements()->includes(self)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element may not directly or indirectly own itself."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.mustBeOwned() implies owner->notEmpty()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Elements that must be owned must have an owner."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getOwner" ordered="false" lowerBound="1" eType="#//Element"/> <eOperations name="allOwnedElements" ordered="false" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allOwnedElements() gives all of the direct and indirect owned elements of an element.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="ownedElement->union(ownedElement->collect(e | e.allOwnedElements()))"/> </eAnnotations> </eOperations> <eOperations name="mustBeOwned" ordered="false" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner. Subclasses of Element that do not require an owner must override this operation.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="true"/> </eAnnotations> </eOperations> <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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The Elements owned by this element."/> </eAnnotations> </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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The Comments owned by this element."/> </eAnnotations> </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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="Specifies a string that is the comment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A 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> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A Boolean type is used for logical expression, consisting of the predefined values true and false."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other. This query is intended to be redefined for specific conformance situations.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="false"/> </eAnnotations> <eParameters name="other" ordered="false" lowerBound="1" eType="#//Type"/> </eOperations> </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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>&#xA;&lt;p>From package AADLProperties::Associations.&lt;/p>"/> </eAnnotations> <eOperations name="has_no_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.name->isEmpty() or self.allNamespaces()->select(ns | ns.name->isEmpty())->notEmpty()) implies self.qualifiedName->isEmpty()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If there is no name, or one of the containing namespaces has no name, there is no qualified name."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="(self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()) &#xD;&#xA;implies &#xD;&#xA;self.qualifiedName = self.allNamespaces()->iterate(ns: Namespace; result: String = self.name | ns.name.concat(self.separator()).concat(result))"/> </eAnnotations> <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."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getNamespace" ordered="false" lowerBound="1" eType="#//Namespace"/> <eOperations name="allNamespaces" upperBound="-1" eType="#//Namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allNamespaces() gives the sequence of namespaces in which the NamedElement is nested, working outwards.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.namespace->isEmpty() then &#xD;&#xA; Sequence{}&#xD;&#xA;else&#xD;&#xA; self.namespace.allNamespaces()->prepend(self.namespace)&#xD;&#xA;endif"/> </eAnnotations> </eOperations> <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace. By default, two named elements are distinguishable if (a) they have unrelated types or (b) they have related types but different names.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType) then&#xD;&#xA; ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty()&#xD;&#xA;else&#xD;&#xA; true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/> </eOperations> <eOperations name="separator" ordered="false" lowerBound="1" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query separator() gives the string that is used to separate names when constructing a qualified name.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="'.'"/> </eAnnotations> </eOperations> <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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty() then&#xD;&#xA; self.allNamespaces()->iterate(ns: Namespace; result: String = self.name | ns.name.concat(self.separator()).concat(result))&#xD;&#xA;else &#xD;&#xA; '' &#xD;&#xA;endif"/> </eAnnotations> </eOperations> <eOperations name="getPropertyValues" ordered="false" upperBound="-1" eType="#//PropertyExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The name of the NamedElement."/> </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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPropertyAssociation" ordered="false" upperBound="-1" eType="#//PropertyAssociation" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//BasicProperty #//AbstractNamedValue #//ArraySizeProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false" lowerBound="1" eType="#//PropertyType"> <eAnnotations source="redefines" references="#//TypedElement/type"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Definitions.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="The type of the TypedElement."/> </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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArraySizeProperty" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Arrays.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Definitions.&lt;/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.&#xA;A classifier can specify a generalization hierarchy by referencing its general classifiers.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>&#xA;&lt;p>From package AADLProperties::Associations.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Extensibility.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Templates.&lt;/p>&#xA;&lt;p>From package AADLDetails::NoneSupport.&lt;/p>"/> </eAnnotations> <eOperations name="no_cycles_in_generalization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="not self.allParents()->includes(self)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="specialize_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parents()->forAll(c | self.maySpecializeType(c))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A classifier may only specialize classifiers of a valid type."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="allFeatures" ordered="false" upperBound="-1" eType="#//ClassifierFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allFeatures() gives all of the features in the namespace of the classifier. In general, through mechanisms such as inheritance, this will be a larger set than feature.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="member->select(oclIsKindOf(Feature))"/> </eAnnotations> </eOperations> <eOperations name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.inherit(self.parents()->collect(p | p.inheritableMembers(self))"/> </eAnnotations> </eOperations> <eOperations name="parents" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query parents() gives all of the immediate ancestors of a generalized Classifier.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="general"/> </eAnnotations> </eOperations> <eOperations name="allParents" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.parents()->union(self.parents()->collect(p | p.allParents())"/> </eAnnotations> </eOperations> <eOperations name="inheritableMembers" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="member->select(m | c.hasVisibilityOf(m))"/> </eAnnotations> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eOperations name="hasVisibilityOf" ordered="false" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query hasVisibilityOf() determines whether a named element is visible in the classifier. By default all are visible. It is only called when the argument is something owned by a parent.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if (self.inheritedMember->includes (n)) then (n.visibility &lt;> #private) else true"/> </eAnnotations> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query inherit() defines how to inherit a set of elements. Here the operation is defined to inherit them all. It is intended to be redefined in circumstances where inheritance is affected by redefinition.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="inhs"/> </eAnnotations> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </eOperations> <eOperations name="maySpecializeType" ordered="false" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type. By default a classifier may specialize classifiers of the same or a more general type. It is intended to be redefined by classifiers that have different specialization constraints.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.oclIsKindOf(c.oclType)"/> </eAnnotations> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>&#xA;&lt;p>From package AADLProperties::PropertySets.&lt;/p>"/> </eAnnotations> <eOperations name="members_distinguishable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="membersAreDistinguishable()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All the members of a Namespace are distinguishable within it."/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getNamesOfMember" ordered="false" upperBound="-1" eType="#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query getNamesOfMember() gives a set of all of the names that a member would have in a Namespace. In general a member can have multiple names in a Namespace if it is imported more than once with different aliases. Those semantics are specified by overriding the getNamesOfMember operation. The specification here simply returns a set containing a single name, or the empty set if no name.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if member->includes(element) then&#xD;&#xA; Set{}->including(element.name)&#xD;&#xA;else&#xD;&#xA; Set{}&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="element" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="membersAreDistinguishable" ordered="false" lowerBound="1" eType="#//Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Boolean query membersAreDistinguishable() determines whether all of the namespaces members are distinguishable within it.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.member->forAll( memb | self.member->excluding(memb)->forAll(other | memb.isDistinguishableFrom(other, self)))"/> </eAnnotations> </eOperations> <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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="subsets" references="#//Element/ownedElement #//Namespace/member"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A collection of NamedElements owned by the Namespace."/> </eAnnotations> </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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> <eAnnotations source="union"/> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance."/> </eAnnotations> </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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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. &#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/p>&#xA;&lt;p>From package AADLDetails::Calls.&lt;/p>"/> </eAnnotations> <eOperations name="categoryConstraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="self.constrainingCategory.oclIsUndefined() implies self.constrainingClassifier = self.constrainingCategory"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="#//Prototype"> <eAnnotations source="subsets" references="#//RefinableElement/refinedElement"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLInfrastructure.&lt;/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="&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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.&#xA;&lt;p>From package AADLInfrastructure.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="containmentPathElement" lowerBound="1" upperBound="-1" eType="#//ContainmentPathElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="long"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="An integer is a primitive type representing integer values."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLInfrastructure.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLInfrastructure.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="A real is a primitive type representing real numeric values."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLInfrastructure.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/p>&#xA;&lt;p>From package AADLProperties::Arrays.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLProperties::Arrays.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLConstructs::Arrays.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Components.&lt;/p>&#xA;&lt;p>From package AADLDetails::Components::Abstract.&lt;/p>&#xA;&lt;p>From package AADLDetails::Connections.&lt;/p>&#xA;&lt;p>From package AADLDetails::Special Features.&lt;/p>"/> </eAnnotations> <eOperations name="getAllSubcomponents" ordered="false" upperBound="-1" eType="#//Subcomponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" defaultValueLiteral="inOut"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Features.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureGroupType" eSuperTypes="#//Classifier #//FeatureType"> <eAnnotations source="http://www.topcased.org/documentation"> <details key="documentation" value="To be merged with AADLConstructs::Features::FeatureGroupType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Features.&lt;/p>&#xA;&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusAccess" eSuperTypes="#//Access #//Bus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Features.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="busFeatureClassifier" ordered="false" eType="#//BusSubcomponentType"> <eAnnotations source="subsets" references="#//Feature/featureClassifier"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/p>"/> </eAnnotations> <eLiterals name="bus"/> <eLiterals name="data" value="1"/> <eLiterals name="subprogram" value="2"/> <eLiterals name="subprogramGroup" value="3"/> </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="&lt;p>From package AADLDetails::Components::Bus.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusSubcomponentType" abstract="true" eSuperTypes="#//Bus #//SubcomponentType #//FeatureClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Bus.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataAccess" eSuperTypes="#//Access #//Data #//FlowElement #//ParameterConnectionEnd #//PortConnectionEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSubcomponentType" abstract="true" eSuperTypes="#//Data #//SubcomponentType #//FeatureClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Data.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPort" eSuperTypes="#//Port #//Context #//Data #//ParameterConnectionEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Features.&lt;/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 #//Data #//ParameterConnectionEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/p>&#xA;&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramAccess" eSuperTypes="#//Access #//Subprogram"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//Subprogram #//FeatureClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupAccess" eSuperTypes="#//Access #//SubprogramGroup #//CallContext"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Features.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//SubprogramGroup #//FeatureClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Features.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType" defaultValueLiteral="inOut"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Modes.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Connections.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndToEndFlowSegment" ordered="false" lowerBound="1" upperBound="-1" eType="#//EndToEndFlowSegment" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLConstructs::Flows.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSubcomponentType" abstract="true" eSuperTypes="#//Abstract #//SubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/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="&lt;p>From package AADLDetails::Connections.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorFeature" abstract="true" eSuperTypes="#//StructuralFeature #//ModalElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Special Features.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalFeature" abstract="true" eSuperTypes="#//StructuralFeature #//ModalElement #//FeatureConnectionEnd #//PortConnectionEnd #//TriggerPort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Special Features.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//DataSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/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="&lt;p>From package AADLDetails::Special Features.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//SubprogramSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComponentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Components.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Extensibility.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Associations.&lt;/p>&#xA;&lt;p>From package AADLDetails::NoneSupport.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLDetails::NoneSupport.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//DirectionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLConstructs::Templates.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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.&#xA;&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Calls.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//VirtualProcessor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//VirtualBus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//ThreadGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//Thread"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Thread.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::Thread.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponentType" abstract="true" eSuperTypes="#//SubcomponentType #//System"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::System.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::System.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponentType" abstract="true" eSuperTypes="#//Process #//SubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Process.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::Process.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponentType" abstract="true" eSuperTypes="#//Memory #//SubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Memory.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::Memory.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeviceSubcomponentType" abstract="true" eSuperTypes="#//Device #//SubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Device.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::Device.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponentType" abstract="true" eSuperTypes="#//Processor #//SubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Processor.&lt;/p>"/> </eAnnotations> </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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </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="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemorySubcomponent" eSuperTypes="#//Subcomponent #//Memory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubcomponent" eSuperTypes="#//Subcomponent #//Process"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorSubcomponent" eSuperTypes="#//Subcomponent #//Processor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemSubcomponent" eSuperTypes="#//Subcomponent #//System"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadSubcomponent" eSuperTypes="#//Subcomponent #//Thread"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupSubcomponent" eSuperTypes="#//Subcomponent #//ThreadGroup"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusSubcomponent" eSuperTypes="#//Subcomponent #//VirtualBus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorSubcomponent" eSuperTypes="#//Subcomponent #//VirtualProcessor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPrototype" eSuperTypes="#//ComponentPrototype #//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="&lt;p>From package AADLDetails::Components::Abstract.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//BusSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Bus.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusPrototype" eSuperTypes="#//ComponentPrototype #//BusSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Bus.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/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="&lt;p>From package AADLDetails::Components::Data.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPrototype" eSuperTypes="#//ComponentPrototype #//DataSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Data.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeviceClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//DeviceSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/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="&lt;p>From package AADLDetails::Components::Device.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DevicePrototype" eSuperTypes="#//ComponentPrototype #//DeviceSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Device.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//MemorySubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Memory.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryPrototype" eSuperTypes="#//ComponentPrototype #//MemorySubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Memory.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/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="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramPrototype" eSuperTypes="#//ComponentPrototype #//SubprogramSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Subprogram.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//SubprogramGroupSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/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="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubprogramGroupPrototype" eSuperTypes="#//ComponentPrototype #//SubprogramGroupSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::SubprogramGroup.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//SystemSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/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="&lt;p>From package AADLDetails::Components::System.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemPrototype" eSuperTypes="#//ComponentPrototype #//SystemSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::System.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ProcessorSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/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="&lt;p>From package AADLDetails::Components::Processor.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessorPrototype" eSuperTypes="#//ComponentPrototype #//ProcessorSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Processor.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ProcessSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/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="&lt;p>From package AADLDetails::Components::Process.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessPrototype" eSuperTypes="#//ComponentPrototype #//ProcessSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Process.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ThreadSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/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="&lt;p>From package AADLDetails::Components::Thread.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadPrototype" eSuperTypes="#//ComponentPrototype #//ThreadSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::Thread.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//ThreadGroupSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/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="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThreadGroupPrototype" eSuperTypes="#//ComponentPrototype #//ThreadGroupSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::ThreadGroup.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//VirtualBusSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualBusPrototype" eSuperTypes="#//ComponentPrototype #//VirtualBusSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualBus.&lt;/p>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorClassifier" abstract="true" eSuperTypes="#//ComponentClassifier #//VirtualProcessorSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessorPrototype" eSuperTypes="#//ComponentPrototype #//VirtualProcessorSubcomponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLDetails::Components::VirtualProcessor.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Associations.&lt;/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="&lt;p>From package AADLProperties::Constants.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" ordered="false" lowerBound="1" eType="#//PropertyType"> <eAnnotations source="redefines" references="#//TypedElement/type"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Constants.&lt;/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="&lt;p>From package AADLProperties::Constants.&lt;/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="&lt;p>From package AADLProperties::Constants.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/p>"/> </eAnnotations> <eOperations name="getScaledValue" ordered="false" lowerBound="1" eType="#//Real"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> <eOperations name="getAbsoluteFactor" ordered="false" lowerBound="1" eType="#//Real"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperationKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::Expressions.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/p>&#xA;&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLConstructs::Packaging.&lt;/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="&lt;p>From package AADLProperties::PropertySets.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUnitsType" ordered="false" eType="#//UnitsType" containment="true"> <eAnnotations source="subsets" references="#//NumberType/unitsType"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitsType" ordered="false" eType="#//UnitsType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> </contents> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierReference" ordered="false" lowerBound="1" upperBound="-1" eType="#//MetaclassReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="numberType" ordered="false" lowerBound="1" eType="#//NumberType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="namedElementReference" ordered="false" lowerBound="1" upperBound="-1" eType="#//MetaclassReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/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="&lt;p>From package AADLProperties::Types.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//PropertyType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>From package AADLProperties::Types.&lt;/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":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":4,"serializable":true,"eClass":"EDataType"},{"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":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssociation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedValue","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySizeProperty","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyExpression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaclassReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwner","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierFeature","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexSubclause","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeFeature","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prototype","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinableElement","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledSubprogram","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrototypeBinding","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainedNamedElement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainmentPathElement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRange","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"Integer","instanceClass":"long","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModalPropertyValue","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySize","instanceClass":null,"abstract":false,"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":"Bus","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponentType","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAccess","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnectionEnd","instanceClass":null,"abstract":true,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnectionEnd","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponentType","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPort","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortCategory","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataPort","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPort","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramAccess","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subprogram","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponentType","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupAccess","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroup","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponentType","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFeature","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototype","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototype","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subcomponent","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeBinding","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowImplementation","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSegment","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectedElement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationExtension","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlow","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndToEndFlowSegment","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponent","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSubcomponentType","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessConnection","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterConnection","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnection","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConnection","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupConnection","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorFeature","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFeature","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSource","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDataSource","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataClassifier","instanceClass":null,"abstract":true,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortProxy","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramProxy","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramClassifier","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentCategory","instanceClass":null,"id":126,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnexLibrary","instanceClass":null,"abstract":true,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexLibrary","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultAnnexSubclause","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicPackageSection","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageSection","instanceClass":null,"abstract":true,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageRename","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlPackage","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelUnit","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrivatePackageSection","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentTypeRename","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupTypeRename","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeBinding","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentPrototypeActual","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeBinding","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGroupPrototypeActual","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeActual","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeBinding","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessSpecification","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSpecification","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePrototypeReference","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCallSequence","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramCall","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredImplementation","instanceClass":null,"abstract":true,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractType","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClassifier","instanceClass":null,"abstract":true,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessor","instanceClass":null,"abstract":true,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponentType","instanceClass":null,"abstract":true,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBus","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponentType","instanceClass":null,"abstract":true,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroup","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponentType","instanceClass":null,"abstract":true,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thread","instanceClass":null,"abstract":true,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponentType","instanceClass":null,"abstract":true,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":true,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponentType","instanceClass":null,"abstract":true,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":true,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponentType","instanceClass":null,"abstract":true,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Memory","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponentType","instanceClass":null,"abstract":true,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponentType","instanceClass":null,"abstract":true,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractImplementation","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusSubcomponent","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSubcomponent","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceSubcomponent","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySubcomponent","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubcomponent","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorSubcomponent","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSubcomponent","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramSubcomponent","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupSubcomponent","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadSubcomponent","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupSubcomponent","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusSubcomponent","instanceClass":null,"abstract":false,"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":"AbstractPrototype","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusClassifier","instanceClass":null,"abstract":true,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusType","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusImplementation","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusPrototype","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataImplementation","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPrototype","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceClassifier","instanceClass":null,"abstract":true,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceType","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeviceImplementation","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DevicePrototype","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryClassifier","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryType","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryImplementation","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryPrototype","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramType","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramImplementation","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramPrototype","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupClassifier","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupType","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupImplementation","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubprogramGroupPrototype","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemClassifier","instanceClass":null,"abstract":true,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemType","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemImplementation","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemPrototype","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorClassifier","instanceClass":null,"abstract":true,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorType","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorImplementation","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessorPrototype","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessClassifier","instanceClass":null,"abstract":true,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessType","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessImplementation","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessPrototype","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadClassifier","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadType","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadImplementation","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadPrototype","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupClassifier","instanceClass":null,"abstract":true,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupImplementation","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThreadGroupPrototype","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusClassifier","instanceClass":null,"abstract":true,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusImplementation","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualBusPrototype","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorClassifier","instanceClass":null,"abstract":true,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorImplementation","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessorPrototype","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicPropertyAssociation","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyConstant","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberValue","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitLiteral","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierValue","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceValue","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeValue","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationKind","instanceClass":null,"id":249,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordValue","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedValue","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListValue","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedValue","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySet","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalNamespace","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonListType","instanceClass":null,"abstract":true,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlBoolean","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlString","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlInteger","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberType","instanceClass":null,"abstract":true,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitsType","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationType","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericRange","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AadlReal","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierType","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordField","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"not_own_self","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_owner","lowerBound":0,"id":272,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allOwnedElements","lowerBound":0,"id":274,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"mustBeOwned","lowerBound":1,"id":275,"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":276,"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":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EParameter"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"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":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"conformsTo","lowerBound":1,"id":300,"many":false,"required":true,"eClass":"EOperation"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_no_qualified_name","lowerBound":0,"id":305,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_qualified_name","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getNamespace","lowerBound":1,"id":307,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"allNamespaces","lowerBound":0,"id":308,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isDistinguishableFrom","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"separator","lowerBound":1,"id":310,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"qualifiedName","lowerBound":1,"id":311,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPropertyValues","lowerBound":0,"id":312,"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":313,"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":314,"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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":326,"many":false,"required":false,"eClass":"EParameter"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":334,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ns","lowerBound":1,"id":335,"many":false,"required":true,"eClass":"EParameter"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertySetName","lowerBound":1,"id":341,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"propertyName","lowerBound":1,"id":342,"many":false,"required":true,"eClass":"EParameter"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"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":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":"appliesTo","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inBinding","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":"append","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":"constant","changeable":true,"lowerBound":1,"iD":false,"id":352,"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":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"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":361,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"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":363,"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":364,"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":365,"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":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"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":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"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":386,"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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_cycles_in_generalization","lowerBound":0,"id":392,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"specialize_type","lowerBound":0,"id":393,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allFeatures","lowerBound":0,"id":394,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inheritedMember","lowerBound":0,"id":395,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"parents","lowerBound":0,"id":396,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allParents","lowerBound":0,"id":397,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inheritableMembers","lowerBound":0,"id":398,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"hasVisibilityOf","lowerBound":1,"id":399,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":400,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"maySpecializeType","lowerBound":1,"id":401,"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":"classifierFeature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":402,"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":403,"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":404,"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":405,"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":406,"derived":false},{"container":false,"ordered":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":407,"derived":false},{"container":false,"ordered":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":408,"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":409,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noAnnexes","changeable":true,"lowerBound":1,"iD":false,"id":410,"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":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":415,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":416,"many":false,"required":false,"eClass":"EParameter"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EParameter"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":433,"many":false,"required":true,"eClass":"EParameter"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":436,"many":false,"required":true,"eClass":"EParameter"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":439,"many":true,"required":false,"eClass":"EParameter"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":442,"many":false,"required":true,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"id":444,"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":445,"derived":true},{"id":446,"eClass":"EGenericType"},{"id":447,"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":448,"derived":true},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"members_distinguishable","lowerBound":0,"id":456,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNamesOfMember","lowerBound":0,"id":457,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"membersAreDistinguishable","lowerBound":1,"id":458,"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":"ownedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":459,"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":460,"derived":true},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":464,"many":false,"required":false,"eClass":"EParameter"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":470,"many":false,"required":true,"eClass":"EParameter"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":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":477,"derived":true},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"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":481,"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":482,"derived":true},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"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":486,"derived":true},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModes","lowerBound":0,"id":490,"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":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"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":495,"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":496,"derived":true},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"categoryConstraint","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"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":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":515,"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":516,"derived":true},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containmentPathElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"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":527,"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":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"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":533,"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":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":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":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"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":545,"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":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"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":553,"derived":false},{"container":false,"ordered":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":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllSubcomponents","lowerBound":0,"id":558,"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":559,"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":560,"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":561,"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":562,"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":563,"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":564,"derived":false},{"container":false,"ordered":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":565,"derived":false},{"container":false,"ordered":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":566,"derived":false},{"container":false,"ordered":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":567,"derived":false},{"container":false,"ordered":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":568,"derived":false},{"container":false,"ordered":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":569,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPortConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"container":false,"ordered":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":571,"derived":false},{"container":false,"ordered":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":572,"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":573,"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":574,"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":575,"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":576,"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":577,"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":578,"derived":false},{"container":false,"ordered":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":579,"derived":false},{"container":false,"ordered":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":580,"derived":false},{"container":false,"ordered":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":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"container":false,"ordered":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":607,"derived":false},{"container":false,"ordered":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":608,"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":609,"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":610,"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":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"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":621,"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":622,"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":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"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":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"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":635,"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":636,"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":637,"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":638,"derived":false},{"container":false,"ordered":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":639,"derived":false},{"container":false,"ordered":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":640,"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":641,"derived":false},{"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"},{"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":650,"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":651,"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":652,"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":653,"derived":true},{"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"},{"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":663,"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":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"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":670,"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":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":"outEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":672,"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":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModes","lowerBound":0,"id":684,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInModeTransitions","lowerBound":0,"id":685,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllInModeTransitions","lowerBound":0,"id":686,"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":687,"derived":false},{"id":688,"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":689,"derived":true},{"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"},{"name":"source","id":697,"value":0,"literal":"source","eClass":"EEnumLiteral"},{"name":"path","id":698,"value":1,"literal":"path","eClass":"EEnumLiteral"},{"name":"sink","id":699,"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":700,"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":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"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":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"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":708,"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":709,"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":710,"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":711,"derived":true},{"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"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inOut","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":720,"derived":false},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"name":"in","id":723,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":724,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inOut","id":725,"value":2,"literal":"inOut","eClass":"EEnumLiteral"},{"id":726,"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":727,"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":728,"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":729,"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":730,"derived":false},{"container":false,"ordered":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":731,"derived":false},{"container":false,"ordered":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":732,"derived":false},{"container":false,"ordered":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":733,"derived":false},{"container":false,"ordered":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":734,"derived":false},{"container":false,"ordered":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":735,"derived":false},{"container":false,"ordered":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":736,"derived":false},{"container":false,"ordered":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":737,"derived":false},{"container":false,"ordered":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":738,"derived":false},{"container":false,"ordered":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":739,"derived":false},{"container":false,"ordered":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":740,"derived":false},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"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":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"id":759,"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":760,"derived":false},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"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":764,"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":765,"derived":true},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"name":"provides","id":771,"value":0,"literal":"provides","eClass":"EEnumLiteral"},{"name":"requires","id":772,"value":1,"literal":"requires","eClass":"EEnumLiteral"},{"name":"bus","id":773,"value":0,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":774,"value":1,"literal":"data","eClass":"EEnumLiteral"},{"name":"subprogram","id":775,"value":2,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":776,"value":3,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"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":781,"derived":false},{"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"},{"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":794,"derived":false},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"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":800,"derived":true},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"name":"data","id":805,"value":0,"literal":"data","eClass":"EEnumLiteral"},{"name":"event","id":806,"value":1,"literal":"event","eClass":"EEnumLiteral"},{"name":"eventData","id":807,"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":808,"derived":false},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"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":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"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":820,"derived":false},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"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":829,"derived":false},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"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":838,"derived":false},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"inOut","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":842,"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":843,"derived":false},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"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":847,"derived":false},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"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":851,"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":852,"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":853,"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":854,"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":855,"derived":false},{"container":false,"ordered":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":856,"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":857,"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":858,"derived":true},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"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":864,"derived":true},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"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":874,"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":875,"derived":false},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"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":879,"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":880,"derived":false},{"container":false,"ordered":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":881,"derived":false},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"id":887,"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":888,"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":889,"derived":false},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"id":892,"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":893,"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":894,"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":895,"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":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"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":904,"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":905,"derived":false},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"id":908,"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":909,"derived":false},{"id":910,"eClass":"EGenericType"},{"id":911,"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":912,"derived":false},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":915,"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":"ownedEndToEndFlowSegment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":916,"derived":false},{"id":917,"eClass":"EGenericType"},{"id":918,"eClass":"EGenericType"},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"container":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":922,"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":923,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractSubcomponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":927,"derived":false},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"id":932,"eClass":"EGenericType"},{"id":933,"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":934,"derived":false},{"id":935,"eClass":"EGenericType"},{"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"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":943,"derived":false},{"id":944,"eClass":"EGenericType"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"id":950,"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":951,"derived":false},{"id":952,"eClass":"EGenericType"},{"id":953,"eClass":"EGenericType"},{"id":954,"eClass":"EGenericType"},{"id":955,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":956,"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":"dataClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":957,"derived":false},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subprogramClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":964,"derived":false},{"id":965,"eClass":"EGenericType"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"name":"abstract","id":971,"value":0,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"bus","id":972,"value":1,"literal":"bus","eClass":"EEnumLiteral"},{"name":"data","id":973,"value":2,"literal":"data","eClass":"EEnumLiteral"},{"name":"device","id":974,"value":3,"literal":"device","eClass":"EEnumLiteral"},{"name":"memory","id":975,"value":4,"literal":"memory","eClass":"EEnumLiteral"},{"name":"process","id":976,"value":5,"literal":"process","eClass":"EEnumLiteral"},{"name":"processor","id":977,"value":6,"literal":"processor","eClass":"EEnumLiteral"},{"name":"subprogram","id":978,"value":7,"literal":"subprogram","eClass":"EEnumLiteral"},{"name":"subprogramGroup","id":979,"value":8,"literal":"subprogramGroup","eClass":"EEnumLiteral"},{"name":"system","id":980,"value":9,"literal":"system","eClass":"EEnumLiteral"},{"name":"thread","id":981,"value":10,"literal":"thread","eClass":"EEnumLiteral"},{"name":"threadGroup","id":982,"value":11,"literal":"threadGroup","eClass":"EEnumLiteral"},{"name":"virtualBus","id":983,"value":12,"literal":"virtualBus","eClass":"EEnumLiteral"},{"name":"virtualProcessor","id":984,"value":13,"literal":"virtualProcessor","eClass":"EEnumLiteral"},{"id":985,"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":986,"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":987,"derived":false},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"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":991,"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":992,"derived":false},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"id":995,"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":996,"derived":true},{"id":997,"eClass":"EGenericType"},{"id":998,"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":999,"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":1000,"derived":false},{"container":false,"ordered":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":1001,"derived":false},{"container":false,"ordered":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":1002,"derived":false},{"container":false,"ordered":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":1003,"derived":false},{"container":false,"ordered":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":1004,"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":1005,"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":1006,"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":1007,"derived":false},{"id":1008,"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":1009,"derived":true},{"id":1010,"eClass":"EGenericType"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"id":1015,"eClass":"EGenericType"},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"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":1019,"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":1020,"derived":false},{"id":1021,"eClass":"EGenericType"},{"id":1022,"eClass":"EGenericType"},{"id":1023,"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":1024,"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":1025,"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":1026,"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":1027,"derived":false},{"id":1028,"eClass":"EGenericType"},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"},{"id":1031,"eClass":"EGenericType"},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"id":1034,"eClass":"EGenericType"},{"id":1035,"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":1036,"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":1037,"derived":false},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"id":1040,"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":1041,"derived":false},{"id":1042,"eClass":"EGenericType"},{"id":1043,"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":1044,"derived":false},{"id":1045,"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":1046,"derived":false},{"id":1047,"eClass":"EGenericType"},{"id":1048,"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":1049,"derived":false},{"container":false,"ordered":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":1050,"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":1051,"derived":false},{"id":1052,"eClass":"EGenericType"},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"container":false,"ordered":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":1056,"derived":false},{"id":1057,"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":1058,"derived":false},{"id":1059,"eClass":"EGenericType"},{"id":1060,"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":1061,"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":1062,"derived":false},{"id":1063,"eClass":"EGenericType"},{"id":1064,"eClass":"EGenericType"},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"container":false,"ordered":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":1067,"derived":false},{"id":1068,"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":1069,"derived":false},{"id":1070,"eClass":"EGenericType"},{"id":1071,"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":1072,"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":1073,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1074,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentPrototype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1075,"derived":false},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"id":1080,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":1081,"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":1082,"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":1083,"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":1084,"derived":false},{"id":1085,"eClass":"EGenericType"},{"id":1086,"eClass":"EGenericType"},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"id":1089,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":1090,"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":"prototype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1091,"derived":false},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"container":false,"ordered":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":1095,"derived":false},{"id":1096,"eClass":"EGenericType"},{"id":1097,"eClass":"EGenericType"},{"id":1098,"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":1099,"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":1100,"derived":false},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"id":1103,"eClass":"EGenericType"},{"id":1104,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"subprogramCalls","lowerBound":0,"id":1105,"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":1106,"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":1107,"derived":false},{"id":1108,"eClass":"EGenericType"},{"id":1109,"eClass":"EGenericType"},{"id":1110,"eClass":"EGenericType"},{"id":1111,"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":1112,"derived":false},{"container":false,"ordered":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":1113,"derived":false},{"container":false,"ordered":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":1114,"derived":false},{"container":false,"ordered":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":1115,"derived":false},{"container":false,"ordered":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":1116,"derived":false},{"container":false,"ordered":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":1117,"derived":false},{"container":false,"ordered":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":1118,"derived":false},{"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"},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"id":1134,"eClass":"EGenericType"},{"id":1135,"eClass":"EGenericType"},{"id":1136,"eClass":"EGenericType"},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"},{"id":1145,"eClass":"EGenericType"},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"id":1151,"eClass":"EGenericType"},{"id":1152,"eClass":"EGenericType"},{"id":1153,"eClass":"EGenericType"},{"id":1154,"eClass":"EGenericType"},{"id":1155,"eClass":"EGenericType"},{"id":1156,"eClass":"EGenericType"},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"id":1160,"eClass":"EGenericType"},{"id":1161,"eClass":"EGenericType"},{"id":1162,"eClass":"EGenericType"},{"id":1163,"eClass":"EGenericType"},{"id":1164,"eClass":"EGenericType"},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"id":1168,"eClass":"EGenericType"},{"id":1169,"eClass":"EGenericType"},{"id":1170,"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":1171,"derived":false},{"container":false,"ordered":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":1172,"derived":false},{"container":false,"ordered":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":1173,"derived":false},{"container":false,"ordered":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":1174,"derived":false},{"container":false,"ordered":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":1175,"derived":false},{"container":false,"ordered":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":1176,"derived":false},{"container":false,"ordered":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":1177,"derived":false},{"container":false,"ordered":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":1178,"derived":false},{"container":false,"ordered":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":1179,"derived":false},{"container":false,"ordered":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":1180,"derived":false},{"container":false,"ordered":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":1181,"derived":false},{"container":false,"ordered":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":1182,"derived":false},{"container":false,"ordered":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":1183,"derived":false},{"id":1184,"eClass":"EGenericType"},{"id":1185,"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":1186,"derived":true},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"id":1189,"eClass":"EGenericType"},{"id":1190,"eClass":"EGenericType"},{"id":1191,"eClass":"EGenericType"},{"id":1192,"eClass":"EGenericType"},{"id":1193,"eClass":"EGenericType"},{"id":1194,"eClass":"EGenericType"},{"id":1195,"eClass":"EGenericType"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"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":1201,"derived":false},{"id":1202,"eClass":"EGenericType"},{"id":1203,"eClass":"EGenericType"},{"id":1204,"eClass":"EGenericType"},{"id":1205,"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":1206,"derived":false},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"id":1211,"eClass":"EGenericType"},{"id":1212,"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":1213,"derived":false},{"id":1214,"eClass":"EGenericType"},{"id":1215,"eClass":"EGenericType"},{"id":1216,"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":1217,"derived":false},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"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":1221,"derived":false},{"id":1222,"eClass":"EGenericType"},{"id":1223,"eClass":"EGenericType"},{"id":1224,"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":1225,"derived":false},{"id":1226,"eClass":"EGenericType"},{"id":1227,"eClass":"EGenericType"},{"id":1228,"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":1229,"derived":false},{"id":1230,"eClass":"EGenericType"},{"id":1231,"eClass":"EGenericType"},{"id":1232,"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":1233,"derived":false},{"id":1234,"eClass":"EGenericType"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"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":1238,"derived":false},{"id":1239,"eClass":"EGenericType"},{"id":1240,"eClass":"EGenericType"},{"id":1241,"eClass":"EGenericType"},{"id":1242,"eClass":"EGenericType"},{"id":1243,"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":1244,"derived":false},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"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":1248,"derived":false},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"id":1251,"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":1252,"derived":false},{"id":1253,"eClass":"EGenericType"},{"id":1254,"eClass":"EGenericType"},{"id":1255,"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":1256,"derived":false},{"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"},{"id":1265,"eClass":"EGenericType"},{"id":1266,"eClass":"EGenericType"},{"id":1267,"eClass":"EGenericType"},{"id":1268,"eClass":"EGenericType"},{"id":1269,"eClass":"EGenericType"},{"id":1270,"eClass":"EGenericType"},{"id":1271,"eClass":"EGenericType"},{"id":1272,"eClass":"EGenericType"},{"id":1273,"eClass":"EGenericType"},{"id":1274,"eClass":"EGenericType"},{"id":1275,"eClass":"EGenericType"},{"id":1276,"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":1277,"derived":false},{"container":false,"ordered":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":1278,"derived":false},{"container":false,"ordered":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":1279,"derived":false},{"container":false,"ordered":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":1280,"derived":false},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"id":1285,"eClass":"EGenericType"},{"id":1286,"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":1287,"derived":false},{"id":1288,"eClass":"EGenericType"},{"id":1289,"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":1290,"derived":true},{"id":1291,"eClass":"EGenericType"},{"id":1292,"eClass":"EGenericType"},{"id":1293,"eClass":"EGenericType"},{"id":1294,"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":1295,"derived":false},{"container":false,"ordered":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":1296,"derived":false},{"container":false,"ordered":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":1297,"derived":false},{"id":1298,"eClass":"EGenericType"},{"id":1299,"eClass":"EGenericType"},{"id":1300,"eClass":"EGenericType"},{"id":1301,"eClass":"EGenericType"},{"id":1302,"eClass":"EGenericType"},{"id":1303,"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":1304,"derived":false},{"container":false,"ordered":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":1305,"derived":false},{"id":1306,"eClass":"EGenericType"},{"id":1307,"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":1308,"derived":true},{"id":1309,"eClass":"EGenericType"},{"id":1310,"eClass":"EGenericType"},{"id":1311,"eClass":"EGenericType"},{"id":1312,"eClass":"EGenericType"},{"id":1313,"eClass":"EGenericType"},{"id":1314,"eClass":"EGenericType"},{"id":1315,"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":1316,"derived":false},{"container":false,"ordered":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":1317,"derived":false},{"container":false,"ordered":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":1318,"derived":false},{"container":false,"ordered":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":1319,"derived":false},{"container":false,"ordered":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":1320,"derived":false},{"container":false,"ordered":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":1321,"derived":false},{"id":1322,"eClass":"EGenericType"},{"id":1323,"eClass":"EGenericType"},{"id":1324,"eClass":"EGenericType"},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"id":1327,"eClass":"EGenericType"},{"id":1328,"eClass":"EGenericType"},{"id":1329,"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":1330,"derived":false},{"container":false,"ordered":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":1331,"derived":false},{"container":false,"ordered":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":1332,"derived":false},{"id":1333,"eClass":"EGenericType"},{"id":1334,"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":1335,"derived":true},{"id":1336,"eClass":"EGenericType"},{"id":1337,"eClass":"EGenericType"},{"id":1338,"eClass":"EGenericType"},{"id":1339,"eClass":"EGenericType"},{"id":1340,"eClass":"EGenericType"},{"id":1341,"eClass":"EGenericType"},{"id":1342,"eClass":"EGenericType"},{"id":1343,"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":1344,"derived":false},{"container":false,"ordered":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":1345,"derived":false},{"container":false,"ordered":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":1346,"derived":false},{"container":false,"ordered":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":1347,"derived":false},{"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":"ownedMemorySubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1355,"derived":false},{"id":1356,"eClass":"EGenericType"},{"id":1357,"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":1358,"derived":true},{"id":1359,"eClass":"EGenericType"},{"id":1360,"eClass":"EGenericType"},{"id":1361,"eClass":"EGenericType"},{"id":1362,"eClass":"EGenericType"},{"id":1363,"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":1364,"derived":false},{"container":false,"ordered":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":1365,"derived":false},{"container":false,"ordered":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":1366,"derived":false},{"container":false,"ordered":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":1367,"derived":false},{"container":false,"ordered":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":1368,"derived":false},{"container":false,"ordered":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":1369,"derived":false},{"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"},{"container":false,"ordered":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":1379,"derived":false},{"container":false,"ordered":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":1380,"derived":false},{"id":1381,"eClass":"EGenericType"},{"id":1382,"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":1383,"derived":true},{"id":1384,"eClass":"EGenericType"},{"id":1385,"eClass":"EGenericType"},{"id":1386,"eClass":"EGenericType"},{"id":1387,"eClass":"EGenericType"},{"id":1388,"eClass":"EGenericType"},{"id":1389,"eClass":"EGenericType"},{"id":1390,"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":1391,"derived":false},{"container":false,"ordered":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":1392,"derived":false},{"id":1393,"eClass":"EGenericType"},{"id":1394,"eClass":"EGenericType"},{"id":1395,"eClass":"EGenericType"},{"id":1396,"eClass":"EGenericType"},{"id":1397,"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":1398,"derived":false},{"container":false,"ordered":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":1399,"derived":false},{"container":false,"ordered":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":1400,"derived":false},{"id":1401,"eClass":"EGenericType"},{"id":1402,"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":1403,"derived":true},{"id":1404,"eClass":"EGenericType"},{"id":1405,"eClass":"EGenericType"},{"id":1406,"eClass":"EGenericType"},{"id":1407,"eClass":"EGenericType"},{"id":1408,"eClass":"EGenericType"},{"id":1409,"eClass":"EGenericType"},{"id":1410,"eClass":"EGenericType"},{"id":1411,"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":1412,"derived":false},{"container":false,"ordered":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":1413,"derived":false},{"container":false,"ordered":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":1414,"derived":false},{"container":false,"ordered":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":1415,"derived":false},{"container":false,"ordered":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":1416,"derived":false},{"container":false,"ordered":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":1417,"derived":false},{"container":false,"ordered":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":1418,"derived":false},{"id":1419,"eClass":"EGenericType"},{"id":1420,"eClass":"EGenericType"},{"id":1421,"eClass":"EGenericType"},{"id":1422,"eClass":"EGenericType"},{"id":1423,"eClass":"EGenericType"},{"id":1424,"eClass":"EGenericType"},{"id":1425,"eClass":"EGenericType"},{"id":1426,"eClass":"EGenericType"},{"id":1427,"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":1428,"derived":false},{"container":false,"ordered":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":1429,"derived":false},{"container":false,"ordered":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":1430,"derived":false},{"container":false,"ordered":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":1431,"derived":false},{"container":false,"ordered":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":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":"ownedProcessorSubcomponent","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":"ownedSubprogramSubcomponent","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":"ownedSubprogramGroupSubcomponent","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":"ownedSystemSubcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1436,"derived":false},{"container":false,"ordered":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":1437,"derived":false},{"container":false,"ordered":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":1438,"derived":false},{"id":1439,"eClass":"EGenericType"},{"id":1440,"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":1441,"derived":true},{"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"},{"id":1452,"eClass":"EGenericType"},{"id":1453,"eClass":"EGenericType"},{"id":1454,"eClass":"EGenericType"},{"id":1455,"eClass":"EGenericType"},{"id":1456,"eClass":"EGenericType"},{"id":1457,"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":1458,"derived":false},{"container":false,"ordered":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":1459,"derived":false},{"container":false,"ordered":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":1460,"derived":false},{"container":false,"ordered":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":1461,"derived":false},{"container":false,"ordered":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":1462,"derived":false},{"container":false,"ordered":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":1463,"derived":false},{"id":1464,"eClass":"EGenericType"},{"id":1465,"eClass":"EGenericType"},{"id":1466,"eClass":"EGenericType"},{"id":1467,"eClass":"EGenericType"},{"id":1468,"eClass":"EGenericType"},{"id":1469,"eClass":"EGenericType"},{"id":1470,"eClass":"EGenericType"},{"id":1471,"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":1472,"derived":false},{"container":false,"ordered":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":1473,"derived":false},{"container":false,"ordered":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":1474,"derived":false},{"container":false,"ordered":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":1475,"derived":false},{"id":1476,"eClass":"EGenericType"},{"id":1477,"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":1478,"derived":true},{"id":1479,"eClass":"EGenericType"},{"id":1480,"eClass":"EGenericType"},{"id":1481,"eClass":"EGenericType"},{"id":1482,"eClass":"EGenericType"},{"id":1483,"eClass":"EGenericType"},{"id":1484,"eClass":"EGenericType"},{"id":1485,"eClass":"EGenericType"},{"id":1486,"eClass":"EGenericType"},{"id":1487,"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":1488,"derived":false},{"container":false,"ordered":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":1489,"derived":false},{"container":false,"ordered":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":1490,"derived":false},{"container":false,"ordered":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":1491,"derived":false},{"container":false,"ordered":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":1492,"derived":false},{"container":false,"ordered":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":1493,"derived":false},{"id":1494,"eClass":"EGenericType"},{"id":1495,"eClass":"EGenericType"},{"id":1496,"eClass":"EGenericType"},{"id":1497,"eClass":"EGenericType"},{"id":1498,"eClass":"EGenericType"},{"id":1499,"eClass":"EGenericType"},{"id":1500,"eClass":"EGenericType"},{"id":1501,"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":1502,"derived":false},{"container":false,"ordered":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":1503,"derived":false},{"container":false,"ordered":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":1504,"derived":false},{"container":false,"ordered":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":1505,"derived":false},{"container":false,"ordered":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":1506,"derived":false},{"id":1507,"eClass":"EGenericType"},{"id":1508,"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":1509,"derived":true},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"eClass":"EGenericType"},{"id":1514,"eClass":"EGenericType"},{"id":1515,"eClass":"EGenericType"},{"id":1516,"eClass":"EGenericType"},{"id":1517,"eClass":"EGenericType"},{"id":1518,"eClass":"EGenericType"},{"id":1519,"eClass":"EGenericType"},{"container":false,"ordered":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":1520,"derived":false},{"container":false,"ordered":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":1521,"derived":false},{"container":false,"ordered":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":1522,"derived":false},{"container":false,"ordered":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":1523,"derived":false},{"container":false,"ordered":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":1524,"derived":false},{"container":false,"ordered":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":1525,"derived":false},{"id":1526,"eClass":"EGenericType"},{"id":1527,"eClass":"EGenericType"},{"id":1528,"eClass":"EGenericType"},{"id":1529,"eClass":"EGenericType"},{"id":1530,"eClass":"EGenericType"},{"id":1531,"eClass":"EGenericType"},{"id":1532,"eClass":"EGenericType"},{"id":1533,"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":1534,"derived":false},{"container":false,"ordered":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":1535,"derived":false},{"container":false,"ordered":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":1536,"derived":false},{"id":1537,"eClass":"EGenericType"},{"id":1538,"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":1539,"derived":true},{"id":1540,"eClass":"EGenericType"},{"id":1541,"eClass":"EGenericType"},{"id":1542,"eClass":"EGenericType"},{"id":1543,"eClass":"EGenericType"},{"id":1544,"eClass":"EGenericType"},{"id":1545,"eClass":"EGenericType"},{"id":1546,"eClass":"EGenericType"},{"id":1547,"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":1548,"derived":false},{"container":false,"ordered":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":1549,"derived":false},{"container":false,"ordered":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":1550,"derived":false},{"container":false,"ordered":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":1551,"derived":false},{"container":false,"ordered":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":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":"ownedSubprogramGroupAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1553,"derived":false},{"id":1554,"eClass":"EGenericType"},{"id":1555,"eClass":"EGenericType"},{"id":1556,"eClass":"EGenericType"},{"id":1557,"eClass":"EGenericType"},{"id":1558,"eClass":"EGenericType"},{"id":1559,"eClass":"EGenericType"},{"id":1560,"eClass":"EGenericType"},{"id":1561,"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":1562,"derived":false},{"container":false,"ordered":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":1563,"derived":false},{"container":false,"ordered":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":1564,"derived":false},{"container":false,"ordered":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":1565,"derived":false},{"container":false,"ordered":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":1566,"derived":false},{"id":1567,"eClass":"EGenericType"},{"id":1568,"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":1569,"derived":true},{"id":1570,"eClass":"EGenericType"},{"id":1571,"eClass":"EGenericType"},{"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"},{"id":1579,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDataPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1580,"derived":false},{"container":false,"ordered":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":1581,"derived":false},{"container":false,"ordered":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":1582,"derived":false},{"id":1583,"eClass":"EGenericType"},{"id":1584,"eClass":"EGenericType"},{"id":1585,"eClass":"EGenericType"},{"id":1586,"eClass":"EGenericType"},{"id":1587,"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":1588,"derived":false},{"id":1589,"eClass":"EGenericType"},{"id":1590,"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":1591,"derived":true},{"id":1592,"eClass":"EGenericType"},{"id":1593,"eClass":"EGenericType"},{"id":1594,"eClass":"EGenericType"},{"id":1595,"eClass":"EGenericType"},{"id":1596,"eClass":"EGenericType"},{"id":1597,"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":1598,"derived":false},{"container":false,"ordered":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":1599,"derived":false},{"container":false,"ordered":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":1600,"derived":false},{"container":false,"ordered":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":1601,"derived":false},{"container":false,"ordered":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":1602,"derived":false},{"id":1603,"eClass":"EGenericType"},{"id":1604,"eClass":"EGenericType"},{"id":1605,"eClass":"EGenericType"},{"id":1606,"eClass":"EGenericType"},{"id":1607,"eClass":"EGenericType"},{"id":1608,"eClass":"EGenericType"},{"id":1609,"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":1610,"derived":false},{"container":false,"ordered":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":1611,"derived":false},{"id":1612,"eClass":"EGenericType"},{"id":1613,"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":1614,"derived":true},{"id":1615,"eClass":"EGenericType"},{"id":1616,"eClass":"EGenericType"},{"id":1617,"eClass":"EGenericType"},{"id":1618,"eClass":"EGenericType"},{"id":1619,"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":1620,"derived":false},{"container":false,"ordered":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":1621,"derived":false},{"id":1622,"eClass":"EGenericType"},{"id":1623,"eClass":"EGenericType"},{"id":1624,"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":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1625,"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":1626,"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":1627,"derived":false},{"id":1628,"eClass":"EGenericType"},{"id":1629,"eClass":"EGenericType"},{"id":1630,"eClass":"EGenericType"},{"id":1631,"eClass":"EGenericType"},{"id":1632,"eClass":"EGenericType"},{"id":1633,"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":1634,"derived":false},{"id":1635,"eClass":"EGenericType"},{"id":1636,"eClass":"EGenericType"},{"id":1637,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1638,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1639,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getScaledValue","lowerBound":1,"id":1640,"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":1641,"derived":false},{"id":1642,"eClass":"EGenericType"},{"id":1643,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1644,"many":false,"required":true,"eClass":"EParameter"},{"id":1645,"eClass":"EGenericType"},{"id":1646,"eClass":"EGenericType"},{"id":1647,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1648,"many":false,"required":true,"eClass":"EParameter"},{"id":1649,"eClass":"EGenericType"},{"id":1650,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getAbsoluteFactor","lowerBound":1,"id":1651,"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":1652,"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":1653,"derived":false},{"id":1654,"eClass":"EGenericType"},{"id":1655,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":1656,"many":false,"required":true,"eClass":"EParameter"},{"id":1657,"eClass":"EGenericType"},{"id":1658,"eClass":"EGenericType"},{"id":1659,"eClass":"EGenericType"},{"id":1660,"eClass":"EGenericType"},{"id":1661,"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":1662,"derived":false},{"id":1663,"eClass":"EGenericType"},{"id":1664,"eClass":"EGenericType"},{"id":1665,"eClass":"EGenericType"},{"id":1666,"eClass":"EGenericType"},{"id":1667,"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":1668,"derived":false},{"id":1669,"eClass":"EGenericType"},{"id":1670,"eClass":"EGenericType"},{"container":false,"ordered":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":1671,"derived":false},{"container":false,"ordered":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":1672,"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":1673,"derived":false},{"id":1674,"eClass":"EGenericType"},{"id":1675,"eClass":"EGenericType"},{"id":1676,"eClass":"EGenericType"},{"id":1677,"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":1678,"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":1679,"derived":false},{"id":1680,"eClass":"EGenericType"},{"id":1681,"eClass":"EGenericType"},{"id":1682,"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":1683,"derived":false},{"id":1684,"eClass":"EGenericType"},{"id":1685,"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":1686,"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":1687,"derived":false},{"id":1688,"eClass":"EGenericType"},{"id":1689,"eClass":"EGenericType"},{"id":1690,"eClass":"EGenericType"},{"name":"and","id":1691,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":1692,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"not","id":1693,"value":2,"literal":"not","eClass":"EEnumLiteral"},{"name":"plus","id":1694,"value":3,"literal":"plus","eClass":"EEnumLiteral"},{"name":"minus","id":1695,"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":1696,"derived":false},{"id":1697,"eClass":"EGenericType"},{"id":1698,"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":1699,"derived":false},{"id":1700,"eClass":"EGenericType"},{"id":1701,"eClass":"EGenericType"},{"container":false,"ordered":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":1702,"derived":false},{"id":1703,"eClass":"EGenericType"},{"id":1704,"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":1705,"derived":false},{"id":1706,"eClass":"EGenericType"},{"id":1707,"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":1708,"derived":false},{"container":false,"ordered":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":1709,"derived":false},{"container":false,"ordered":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":1710,"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":1711,"derived":false},{"container":false,"ordered":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":1712,"derived":false},{"id":1713,"eClass":"EGenericType"},{"id":1714,"eClass":"EGenericType"},{"id":1715,"eClass":"EGenericType"},{"id":1716,"eClass":"EGenericType"},{"id":1717,"eClass":"EGenericType"},{"id":1718,"eClass":"EGenericType"},{"id":1719,"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":1720,"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":1721,"derived":false},{"id":1722,"eClass":"EGenericType"},{"id":1723,"eClass":"EGenericType"},{"id":1724,"eClass":"EGenericType"},{"id":1725,"eClass":"EGenericType"},{"id":1726,"eClass":"EGenericType"},{"id":1727,"eClass":"EGenericType"},{"id":1728,"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":1729,"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":"unitsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1730,"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":1731,"derived":false},{"id":1732,"eClass":"EGenericType"},{"id":1733,"eClass":"EGenericType"},{"id":1734,"eClass":"EGenericType"},{"id":1735,"eClass":"EGenericType"},{"id":1736,"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":1737,"derived":false},{"id":1738,"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":1739,"derived":false},{"id":1740,"eClass":"EGenericType"},{"id":1741,"eClass":"EGenericType"},{"id":1742,"eClass":"EGenericType"},{"container":false,"ordered":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":1743,"derived":false},{"container":false,"ordered":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":1744,"derived":false},{"id":1745,"eClass":"EGenericType"},{"id":1746,"eClass":"EGenericType"},{"id":1747,"eClass":"EGenericType"},{"id":1748,"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":"classifierReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1749,"derived":false},{"id":1750,"eClass":"EGenericType"},{"id":1751,"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":1752,"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":"numberType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1753,"derived":false},{"id":1754,"eClass":"EGenericType"},{"id":1755,"eClass":"EGenericType"},{"id":1756,"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":1757,"derived":false},{"id":1758,"eClass":"EGenericType"},{"id":1759,"eClass":"EGenericType"},{"id":1760,"eClass":"EGenericType"},{"id":1761,"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":"namedElementReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1762,"derived":false},{"id":1763,"eClass":"EGenericType"},{"id":1764,"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":1765,"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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1766,"derived":false},{"id":1767,"eClass":"EGenericType"},{"id":1768,"eClass":"EGenericType"},{"id":1769,"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":1,"target":0},{"source":1,"target":271},{"source":1,"target":272},{"source":1,"target":273},{"source":1,"target":274},{"source":1,"target":275},{"source":1,"target":276},{"source":1,"target":277},{"source":271,"target":278},{"source":271,"target":1},{"source":271,"target":279},{"source":271,"target":280},{"source":279,"target":281},{"source":279,"target":271},{"source":280,"target":282},{"source":280,"target":271},{"source":282,"target":283},{"source":282,"target":284},{"source":272,"target":285},{"source":272,"target":1},{"source":272,"target":286},{"source":272,"target":287},{"source":286,"target":288},{"source":286,"target":272},{"source":287,"target":289},{"source":287,"target":272},{"source":289,"target":290},{"source":289,"target":291},{"source":273,"target":1},{"source":273,"target":292},{"source":273,"target":1},{"source":292,"target":1},{"source":274,"target":1},{"source":274,"target":293},{"source":274,"target":1},{"source":293,"target":1},{"source":275,"target":4},{"source":275,"target":294},{"source":275,"target":1},{"source":294,"target":4},{"source":276,"target":1},{"source":276,"target":295},{"source":276,"target":1},{"source":295,"target":1},{"source":277,"target":2},{"source":277,"target":296},{"source":277,"target":1},{"source":296,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":297},{"source":2,"target":298},{"source":297,"target":3},{"source":297,"target":299},{"source":297,"target":2},{"source":299,"target":3},{"source":298,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":300},{"source":5,"target":301},{"source":300,"target":4},{"source":300,"target":302},{"source":300,"target":5},{"source":300,"target":303},{"source":302,"target":4},{"source":303,"target":5},{"source":303,"target":304},{"source":303,"target":300},{"source":304,"target":5},{"source":301,"target":6},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":305},{"source":6,"target":306},{"source":6,"target":307},{"source":6,"target":308},{"source":6,"target":309},{"source":6,"target":310},{"source":6,"target":311},{"source":6,"target":312},{"source":6,"target":313},{"source":6,"target":314},{"source":6,"target":315},{"source":6,"target":316},{"source":305,"target":317},{"source":305,"target":6},{"source":305,"target":318},{"source":305,"target":319},{"source":318,"target":320},{"source":318,"target":305},{"source":319,"target":321},{"source":319,"target":305},{"source":321,"target":322},{"source":321,"target":323},{"source":306,"target":324},{"source":306,"target":6},{"source":306,"target":325},{"source":306,"target":326},{"source":325,"target":327},{"source":325,"target":306},{"source":326,"target":328},{"source":326,"target":306},{"source":328,"target":329},{"source":328,"target":330},{"source":307,"target":18},{"source":307,"target":331},{"source":307,"target":6},{"source":331,"target":18},{"source":308,"target":18},{"source":308,"target":332},{"source":308,"target":6},{"source":332,"target":18},{"source":309,"target":4},{"source":309,"target":333},{"source":309,"target":6},{"source":309,"target":334},{"source":309,"target":335},{"source":333,"target":4},{"source":334,"target":6},{"source":334,"target":336},{"source":334,"target":309},{"source":336,"target":6},{"source":335,"target":18},{"source":335,"target":337},{"source":335,"target":309},{"source":337,"target":18},{"source":310,"target":3},{"source":310,"target":338},{"source":310,"target":6},{"source":338,"target":3},{"source":311,"target":3},{"source":311,"target":339},{"source":311,"target":6},{"source":339,"target":3},{"source":312,"target":14},{"source":312,"target":340},{"source":312,"target":6},{"source":312,"target":341},{"source":312,"target":342},{"source":340,"target":14},{"source":341,"target":3},{"source":341,"target":343},{"source":341,"target":312},{"source":343,"target":3},{"source":342,"target":3},{"source":342,"target":344},{"source":342,"target":312},{"source":344,"target":3},{"source":313,"target":3},{"source":313,"target":345},{"source":313,"target":6},{"source":345,"target":3},{"source":314,"target":3},{"source":314,"target":346},{"source":314,"target":6},{"source":346,"target":3},{"source":315,"target":7},{"source":315,"target":347},{"source":315,"target":6},{"source":347,"target":7},{"source":316,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":348},{"source":7,"target":349},{"source":7,"target":350},{"source":7,"target":351},{"source":7,"target":352},{"source":7,"target":353},{"source":7,"target":354},{"source":348,"target":8},{"source":348,"target":355},{"source":348,"target":7},{"source":355,"target":8},{"source":349,"target":32},{"source":349,"target":356},{"source":349,"target":7},{"source":356,"target":32},{"source":350,"target":17},{"source":350,"target":357},{"source":350,"target":7},{"source":357,"target":17},{"source":351,"target":4},{"source":351,"target":358},{"source":351,"target":7},{"source":358,"target":4},{"source":352,"target":4},{"source":352,"target":359},{"source":352,"target":7},{"source":359,"target":4},{"source":353,"target":36},{"source":353,"target":360},{"source":353,"target":7},{"source":360,"target":36},{"source":354,"target":1},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":12},{"source":8,"target":13},{"source":8,"target":361},{"source":8,"target":362},{"source":8,"target":363},{"source":8,"target":364},{"source":8,"target":365},{"source":8,"target":366},{"source":8,"target":367},{"source":8,"target":368},{"source":8,"target":369},{"source":361,"target":4},{"source":361,"target":370},{"source":361,"target":8},{"source":370,"target":4},{"source":362,"target":14},{"source":362,"target":371},{"source":362,"target":8},{"source":371,"target":14},{"source":363,"target":15},{"source":363,"target":372},{"source":363,"target":8},{"source":372,"target":15},{"source":364,"target":17},{"source":364,"target":373},{"source":364,"target":8},{"source":373,"target":17},{"source":365,"target":16},{"source":365,"target":374},{"source":365,"target":8},{"source":374,"target":16},{"source":366,"target":4},{"source":366,"target":375},{"source":366,"target":8},{"source":375,"target":4},{"source":367,"target":9},{"source":368,"target":12},{"source":369,"target":13},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":376},{"source":9,"target":377},{"source":9,"target":378},{"source":376,"target":11},{"source":376,"target":379},{"source":376,"target":9},{"source":379,"target":11},{"source":377,"target":11},{"source":377,"target":380},{"source":377,"target":9},{"source":380,"target":11},{"source":378,"target":10},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":381},{"source":10,"target":382},{"source":381,"target":5},{"source":381,"target":383},{"source":381,"target":10},{"source":383,"target":5},{"source":382,"target":6},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":384},{"source":384,"target":5},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":385},{"source":385,"target":1},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":386},{"source":15,"target":387},{"source":15,"target":388},{"source":386,"target":3},{"source":386,"target":389},{"source":386,"target":15},{"source":389,"target":3},{"source":387,"target":3},{"source":387,"target":390},{"source":387,"target":15},{"source":390,"target":3},{"source":388,"target":16},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":391},{"source":391,"target":1},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":5},{"source":17,"target":392},{"source":17,"target":393},{"source":17,"target":394},{"source":17,"target":395},{"source":17,"target":396},{"source":17,"target":397},{"source":17,"target":398},{"source":17,"target":399},{"source":17,"target":400},{"source":17,"target":401},{"source":17,"target":402},{"source":17,"target":403},{"source":17,"target":404},{"source":17,"target":405},{"source":17,"target":406},{"source":17,"target":407},{"source":17,"target":408},{"source":17,"target":409},{"source":17,"target":410},{"source":17,"target":411},{"source":17,"target":412},{"source":17,"target":413},{"source":392,"target":414},{"source":392,"target":17},{"source":392,"target":415},{"source":392,"target":416},{"source":415,"target":417},{"source":415,"target":392},{"source":416,"target":418},{"source":416,"target":392},{"source":418,"target":419},{"source":418,"target":420},{"source":393,"target":421},{"source":393,"target":17},{"source":393,"target":422},{"source":393,"target":423},{"source":422,"target":424},{"source":422,"target":393},{"source":423,"target":425},{"source":423,"target":393},{"source":425,"target":426},{"source":425,"target":427},{"source":394,"target":19},{"source":394,"target":428},{"source":394,"target":17},{"source":428,"target":19},{"source":395,"target":6},{"source":395,"target":429},{"source":395,"target":17},{"source":429,"target":6},{"source":396,"target":17},{"source":396,"target":430},{"source":396,"target":17},{"source":430,"target":17},{"source":397,"target":17},{"source":397,"target":431},{"source":397,"target":17},{"source":431,"target":17},{"source":398,"target":6},{"source":398,"target":432},{"source":398,"target":17},{"source":398,"target":433},{"source":432,"target":6},{"source":433,"target":17},{"source":433,"target":434},{"source":433,"target":398},{"source":434,"target":17},{"source":399,"target":4},{"source":399,"target":435},{"source":399,"target":17},{"source":399,"target":436},{"source":435,"target":4},{"source":436,"target":6},{"source":436,"target":437},{"source":436,"target":399},{"source":437,"target":6},{"source":400,"target":6},{"source":400,"target":438},{"source":400,"target":17},{"source":400,"target":439},{"source":438,"target":6},{"source":439,"target":6},{"source":439,"target":440},{"source":439,"target":400},{"source":440,"target":6},{"source":401,"target":4},{"source":401,"target":441},{"source":401,"target":17},{"source":401,"target":442},{"source":441,"target":4},{"source":442,"target":17},{"source":442,"target":443},{"source":442,"target":401},{"source":443,"target":17},{"source":402,"target":19},{"source":402,"target":444},{"source":402,"target":17},{"source":402,"target":445},{"source":444,"target":19},{"source":403,"target":6},{"source":403,"target":446},{"source":403,"target":17},{"source":446,"target":6},{"source":404,"target":20},{"source":404,"target":447},{"source":404,"target":17},{"source":404,"target":448},{"source":447,"target":20},{"source":405,"target":17},{"source":405,"target":449},{"source":405,"target":17},{"source":449,"target":17},{"source":406,"target":23},{"source":406,"target":450},{"source":406,"target":17},{"source":450,"target":23},{"source":407,"target":27},{"source":407,"target":451},{"source":407,"target":17},{"source":451,"target":27},{"source":408,"target":31},{"source":408,"target":452},{"source":408,"target":17},{"source":452,"target":31},{"source":409,"target":4},{"source":409,"target":453},{"source":409,"target":17},{"source":453,"target":4},{"source":410,"target":4},{"source":410,"target":454},{"source":410,"target":17},{"source":454,"target":4},{"source":411,"target":4},{"source":411,"target":455},{"source":411,"target":17},{"source":455,"target":4},{"source":412,"target":18},{"source":413,"target":5},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":456},{"source":18,"target":457},{"source":18,"target":458},{"source":18,"target":459},{"source":18,"target":460},{"source":18,"target":461},{"source":456,"target":462},{"source":456,"target":18},{"source":456,"target":463},{"source":456,"target":464},{"source":463,"target":465},{"source":463,"target":456},{"source":464,"target":466},{"source":464,"target":456},{"source":466,"target":467},{"source":466,"target":468},{"source":457,"target":3},{"source":457,"target":469},{"source":457,"target":18},{"source":457,"target":470},{"source":469,"target":3},{"source":470,"target":6},{"source":470,"target":471},{"source":470,"target":457},{"source":471,"target":6},{"source":458,"target":4},{"source":458,"target":472},{"source":458,"target":18},{"source":472,"target":4},{"source":459,"target":6},{"source":459,"target":473},{"source":459,"target":18},{"source":473,"target":6},{"source":460,"target":6},{"source":460,"target":474},{"source":460,"target":18},{"source":474,"target":6},{"source":461,"target":6},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":445},{"source":19,"target":475},{"source":445,"target":17},{"source":445,"target":476},{"source":445,"target":19},{"source":445,"target":402},{"source":476,"target":17},{"source":475,"target":6},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":477},{"source":20,"target":448},{"source":20,"target":478},{"source":477,"target":17},{"source":477,"target":479},{"source":477,"target":20},{"source":479,"target":17},{"source":448,"target":17},{"source":448,"target":480},{"source":448,"target":20},{"source":448,"target":404},{"source":480,"target":17},{"source":478,"target":21},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":481},{"source":21,"target":482},{"source":21,"target":483},{"source":481,"target":1},{"source":481,"target":484},{"source":481,"target":21},{"source":484,"target":1},{"source":482,"target":1},{"source":482,"target":485},{"source":482,"target":21},{"source":485,"target":1},{"source":483,"target":22},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":486},{"source":22,"target":487},{"source":486,"target":1},{"source":486,"target":488},{"source":486,"target":22},{"source":488,"target":1},{"source":487,"target":1},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":489},{"source":489,"target":24},{"source":24,"target":0},{"source":24,"target":6},{"source":24,"target":490},{"source":24,"target":491},{"source":24,"target":492},{"source":490,"target":25},{"source":490,"target":493},{"source":490,"target":24},{"source":493,"target":25},{"source":491,"target":25},{"source":491,"target":494},{"source":491,"target":24},{"source":494,"target":25},{"source":492,"target":6},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":495},{"source":25,"target":496},{"source":25,"target":497},{"source":495,"target":4},{"source":495,"target":498},{"source":495,"target":25},{"source":498,"target":4},{"source":496,"target":4},{"source":496,"target":499},{"source":496,"target":25},{"source":499,"target":4},{"source":497,"target":26},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":500},{"source":500,"target":19},{"source":27,"target":0},{"source":27,"target":28},{"source":27,"target":30},{"source":27,"target":501},{"source":27,"target":502},{"source":27,"target":503},{"source":27,"target":504},{"source":501,"target":505},{"source":501,"target":27},{"source":501,"target":506},{"source":501,"target":507},{"source":506,"target":508},{"source":506,"target":501},{"source":507,"target":509},{"source":507,"target":501},{"source":509,"target":510},{"source":509,"target":511},{"source":502,"target":27},{"source":502,"target":512},{"source":502,"target":27},{"source":512,"target":27},{"source":503,"target":28},{"source":504,"target":30},{"source":28,"target":0},{"source":28,"target":29},{"source":28,"target":19},{"source":28,"target":513},{"source":28,"target":514},{"source":513,"target":29},{"source":514,"target":19},{"source":29,"target":0},{"source":29,"target":6},{"source":29,"target":515},{"source":29,"target":516},{"source":29,"target":517},{"source":515,"target":17},{"source":515,"target":518},{"source":515,"target":29},{"source":518,"target":17},{"source":516,"target":29},{"source":516,"target":519},{"source":516,"target":29},{"source":519,"target":29},{"source":517,"target":6},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":520},{"source":31,"target":521},{"source":520,"target":27},{"source":520,"target":522},{"source":520,"target":31},{"source":522,"target":27},{"source":521,"target":1},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":523},{"source":32,"target":524},{"source":523,"target":33},{"source":523,"target":525},{"source":523,"target":32},{"source":525,"target":33},{"source":524,"target":1},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":526},{"source":33,"target":527},{"source":33,"target":528},{"source":33,"target":529},{"source":526,"target":34},{"source":526,"target":530},{"source":526,"target":33},{"source":530,"target":34},{"source":527,"target":6},{"source":527,"target":531},{"source":527,"target":33},{"source":531,"target":6},{"source":528,"target":3},{"source":528,"target":532},{"source":528,"target":33},{"source":532,"target":3},{"source":529,"target":1},{"source":34,"target":0},{"source":34,"target":1},{"source":34,"target":533},{"source":34,"target":534},{"source":34,"target":535},{"source":533,"target":35},{"source":533,"target":536},{"source":533,"target":34},{"source":536,"target":35},{"source":534,"target":35},{"source":534,"target":537},{"source":534,"target":34},{"source":537,"target":35},{"source":535,"target":1},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":24},{"source":36,"target":538},{"source":36,"target":539},{"source":538,"target":14},{"source":538,"target":540},{"source":538,"target":36},{"source":540,"target":14},{"source":539,"target":24},{"source":37,"target":0},{"source":37,"target":19},{"source":37,"target":541},{"source":541,"target":19},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":542},{"source":39,"target":543},{"source":542,"target":40},{"source":542,"target":544},{"source":542,"target":39},{"source":544,"target":40},{"source":543,"target":1},{"source":40,"target":0},{"source":40,"target":1},{"source":40,"target":545},{"source":40,"target":546},{"source":40,"target":547},{"source":545,"target":35},{"source":545,"target":548},{"source":545,"target":40},{"source":548,"target":35},{"source":546,"target":13},{"source":546,"target":549},{"source":546,"target":40},{"source":549,"target":13},{"source":547,"target":1},{"source":41,"target":0},{"source":41,"target":1},{"source":41,"target":550},{"source":41,"target":551},{"source":550,"target":39},{"source":550,"target":552},{"source":550,"target":41},{"source":552,"target":39},{"source":551,"target":1},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":553},{"source":42,"target":554},{"source":42,"target":555},{"source":553,"target":43},{"source":553,"target":556},{"source":553,"target":42},{"source":556,"target":43},{"source":554,"target":31},{"source":554,"target":557},{"source":554,"target":42},{"source":557,"target":31},{"source":555,"target":1},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":558},{"source":43,"target":559},{"source":43,"target":560},{"source":43,"target":561},{"source":43,"target":562},{"source":43,"target":563},{"source":43,"target":564},{"source":43,"target":565},{"source":43,"target":566},{"source":43,"target":567},{"source":43,"target":568},{"source":43,"target":569},{"source":43,"target":570},{"source":43,"target":571},{"source":43,"target":572},{"source":43,"target":573},{"source":43,"target":574},{"source":43,"target":575},{"source":43,"target":576},{"source":43,"target":577},{"source":43,"target":578},{"source":43,"target":579},{"source":43,"target":580},{"source":43,"target":581},{"source":43,"target":582},{"source":558,"target":100},{"source":558,"target":583},{"source":558,"target":43},{"source":583,"target":100},{"source":559,"target":51},{"source":559,"target":584},{"source":559,"target":43},{"source":584,"target":51},{"source":560,"target":100},{"source":560,"target":585},{"source":560,"target":43},{"source":585,"target":100},{"source":561,"target":43},{"source":561,"target":586},{"source":561,"target":43},{"source":586,"target":43},{"source":562,"target":102},{"source":562,"target":587},{"source":562,"target":43},{"source":587,"target":102},{"source":563,"target":104},{"source":563,"target":588},{"source":563,"target":43},{"source":588,"target":104},{"source":564,"target":106},{"source":564,"target":589},{"source":564,"target":43},{"source":589,"target":106},{"source":565,"target":107},{"source":565,"target":590},{"source":565,"target":43},{"source":590,"target":107},{"source":566,"target":108},{"source":566,"target":591},{"source":566,"target":43},{"source":591,"target":108},{"source":567,"target":110},{"source":567,"target":592},{"source":567,"target":43},{"source":592,"target":110},{"source":568,"target":113},{"source":568,"target":593},{"source":568,"target":43},{"source":593,"target":113},{"source":569,"target":114},{"source":569,"target":594},{"source":569,"target":43},{"source":594,"target":114},{"source":570,"target":115},{"source":570,"target":595},{"source":570,"target":43},{"source":595,"target":115},{"source":571,"target":116},{"source":571,"target":596},{"source":571,"target":43},{"source":596,"target":116},{"source":572,"target":117},{"source":572,"target":597},{"source":572,"target":43},{"source":597,"target":117},{"source":573,"target":4},{"source":573,"target":598},{"source":573,"target":43},{"source":598,"target":4},{"source":574,"target":4},{"source":574,"target":599},{"source":574,"target":43},{"source":599,"target":4},{"source":575,"target":4},{"source":575,"target":600},{"source":575,"target":43},{"source":600,"target":4},{"source":576,"target":118},{"source":576,"target":601},{"source":576,"target":43},{"source":601,"target":118},{"source":577,"target":119},{"source":577,"target":602},{"source":577,"target":43},{"source":602,"target":119},{"source":578,"target":120},{"source":578,"target":603},{"source":578,"target":43},{"source":603,"target":120},{"source":579,"target":121},{"source":579,"target":604},{"source":579,"target":43},{"source":604,"target":121},{"source":580,"target":123},{"source":580,"target":605},{"source":580,"target":43},{"source":605,"target":123},{"source":581,"target":124},{"source":581,"target":606},{"source":581,"target":43},{"source":606,"target":124},{"source":582,"target":44},{"source":44,"target":0},{"source":44,"target":17},{"source":44,"target":45},{"source":44,"target":46},{"source":44,"target":607},{"source":44,"target":608},{"source":44,"target":609},{"source":44,"target":610},{"source":44,"target":611},{"source":44,"target":612},{"source":44,"target":613},{"source":44,"target":614},{"source":607,"target":25},{"source":607,"target":615},{"source":607,"target":44},{"source":615,"target":25},{"source":608,"target":47},{"source":608,"target":616},{"source":608,"target":44},{"source":616,"target":47},{"source":609,"target":4},{"source":609,"target":617},{"source":609,"target":44},{"source":617,"target":4},{"source":610,"target":4},{"source":610,"target":618},{"source":610,"target":44},{"source":618,"target":4},{"source":611,"target":4},{"source":611,"target":619},{"source":611,"target":44},{"source":619,"target":4},{"source":612,"target":17},{"source":613,"target":45},{"source":614,"target":46},{"source":45,"target":0},{"source":45,"target":5},{"source":45,"target":620},{"source":620,"target":5},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":26},{"source":47,"target":621},{"source":47,"target":622},{"source":47,"target":623},{"source":47,"target":624},{"source":621,"target":25},{"source":621,"target":625},{"source":621,"target":47},{"source":625,"target":25},{"source":622,"target":25},{"source":622,"target":626},{"source":622,"target":47},{"source":626,"target":25},{"source":623,"target":48},{"source":623,"target":627},{"source":623,"target":47},{"source":627,"target":48},{"source":624,"target":26},{"source":48,"target":0},{"source":48,"target":1},{"source":48,"target":628},{"source":48,"target":629},{"source":48,"target":630},{"source":628,"target":49},{"source":628,"target":631},{"source":628,"target":48},{"source":631,"target":49},{"source":629,"target":50},{"source":629,"target":632},{"source":629,"target":48},{"source":632,"target":50},{"source":630,"target":1},{"source":49,"target":0},{"source":49,"target":6},{"source":49,"target":633},{"source":633,"target":6},{"source":50,"target":0},{"source":50,"target":6},{"source":50,"target":634},{"source":634,"target":6},{"source":51,"target":0},{"source":51,"target":44},{"source":51,"target":635},{"source":51,"target":636},{"source":51,"target":637},{"source":51,"target":638},{"source":51,"target":639},{"source":51,"target":640},{"source":51,"target":641},{"source":51,"target":642},{"source":635,"target":52},{"source":635,"target":643},{"source":635,"target":51},{"source":643,"target":52},{"source":636,"target":51},{"source":636,"target":644},{"source":636,"target":51},{"source":644,"target":51},{"source":637,"target":56},{"source":637,"target":645},{"source":637,"target":51},{"source":645,"target":56},{"source":638,"target":64},{"source":638,"target":646},{"source":638,"target":51},{"source":646,"target":64},{"source":639,"target":65},{"source":639,"target":647},{"source":639,"target":51},{"source":647,"target":65},{"source":640,"target":97},{"source":640,"target":648},{"source":640,"target":51},{"source":648,"target":97},{"source":641,"target":4},{"source":641,"target":649},{"source":641,"target":51},{"source":649,"target":4},{"source":642,"target":44},{"source":52,"target":0},{"source":52,"target":28},{"source":52,"target":53},{"source":52,"target":41},{"source":52,"target":650},{"source":52,"target":651},{"source":52,"target":652},{"source":52,"target":653},{"source":52,"target":654},{"source":52,"target":655},{"source":52,"target":656},{"source":650,"target":55},{"source":650,"target":657},{"source":650,"target":52},{"source":657,"target":55},{"source":651,"target":46},{"source":651,"target":658},{"source":651,"target":52},{"source":658,"target":46},{"source":652,"target":52},{"source":652,"target":659},{"source":652,"target":52},{"source":659,"target":52},{"source":653,"target":17},{"source":653,"target":660},{"source":653,"target":52},{"source":660,"target":17},{"source":654,"target":28},{"source":655,"target":53},{"source":656,"target":41},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":661},{"source":661,"target":54},{"source":54,"target":0},{"source":54,"target":6},{"source":54,"target":662},{"source":662,"target":6},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":45},{"source":55,"target":46},{"source":55,"target":663},{"source":55,"target":664},{"source":55,"target":665},{"source":55,"target":666},{"source":55,"target":667},{"source":663,"target":4},{"source":663,"target":668},{"source":663,"target":55},{"source":668,"target":4},{"source":664,"target":44},{"source":664,"target":669},{"source":664,"target":55},{"source":669,"target":44},{"source":665,"target":27},{"source":666,"target":45},{"source":667,"target":46},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":59},{"source":56,"target":60},{"source":56,"target":670},{"source":56,"target":671},{"source":56,"target":672},{"source":56,"target":673},{"source":56,"target":674},{"source":56,"target":675},{"source":56,"target":676},{"source":670,"target":56},{"source":670,"target":677},{"source":670,"target":56},{"source":677,"target":56},{"source":671,"target":62},{"source":671,"target":678},{"source":671,"target":56},{"source":678,"target":62},{"source":672,"target":63},{"source":672,"target":679},{"source":672,"target":56},{"source":679,"target":63},{"source":673,"target":63},{"source":673,"target":680},{"source":673,"target":56},{"source":680,"target":63},{"source":674,"target":57},{"source":675,"target":59},{"source":676,"target":60},{"source":57,"target":0},{"source":57,"target":28},{"source":57,"target":58},{"source":57,"target":681},{"source":57,"target":682},{"source":681,"target":28},{"source":682,"target":58},{"source":58,"target":0},{"source":58,"target":6},{"source":58,"target":683},{"source":683,"target":6},{"source":59,"target":0},{"source":59,"target":24},{"source":59,"target":684},{"source":59,"target":685},{"source":59,"target":686},{"source":59,"target":687},{"source":59,"target":688},{"source":689,"target":25},{"source":689,"target":690},{"source":690,"target":25},{"source":684,"target":25},{"source":684,"target":691},{"source":684,"target":59},{"source":691,"target":25},{"source":685,"target":47},{"source":685,"target":692},{"source":685,"target":59},{"source":692,"target":47},{"source":686,"target":47},{"source":686,"target":693},{"source":686,"target":59},{"source":693,"target":47},{"source":687,"target":26},{"source":687,"target":694},{"source":687,"target":59},{"source":694,"target":26},{"source":688,"target":24},{"source":60,"target":0},{"source":60,"target":61},{"source":60,"target":695},{"source":695,"target":61},{"source":61,"target":0},{"source":61,"target":6},{"source":61,"target":696},{"source":696,"target":6},{"source":62,"target":0},{"source":62,"target":697},{"source":62,"target":698},{"source":62,"target":699},{"source":697,"target":62},{"source":698,"target":62},{"source":699,"target":62},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":700},{"source":63,"target":701},{"source":63,"target":702},{"source":700,"target":49},{"source":700,"target":703},{"source":700,"target":63},{"source":703,"target":49},{"source":701,"target":52},{"source":701,"target":704},{"source":701,"target":63},{"source":704,"target":52},{"source":702,"target":1},{"source":64,"target":0},{"source":64,"target":20},{"source":64,"target":705},{"source":64,"target":706},{"source":705,"target":51},{"source":705,"target":707},{"source":705,"target":64},{"source":707,"target":51},{"source":706,"target":20},{"source":65,"target":0},{"source":65,"target":67},{"source":65,"target":49},{"source":65,"target":69},{"source":65,"target":66},{"source":65,"target":708},{"source":65,"target":709},{"source":65,"target":710},{"source":65,"target":711},{"source":65,"target":712},{"source":65,"target":713},{"source":65,"target":714},{"source":65,"target":715},{"source":708,"target":4},{"source":708,"target":716},{"source":708,"target":65},{"source":716,"target":4},{"source":709,"target":70},{"source":709,"target":717},{"source":709,"target":65},{"source":717,"target":70},{"source":710,"target":71},{"source":710,"target":718},{"source":710,"target":65},{"source":718,"target":71},{"source":711,"target":99},{"source":711,"target":719},{"source":711,"target":65},{"source":719,"target":99},{"source":712,"target":67},{"source":713,"target":49},{"source":714,"target":69},{"source":715,"target":66},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":52},{"source":67,"target":720},{"source":67,"target":721},{"source":720,"target":68},{"source":720,"target":722},{"source":720,"target":67},{"source":722,"target":68},{"source":721,"target":52},{"source":68,"target":0},{"source":68,"target":723},{"source":68,"target":724},{"source":68,"target":725},{"source":723,"target":68},{"source":724,"target":68},{"source":725,"target":68},{"source":69,"target":0},{"source":69,"target":54},{"source":69,"target":726},{"source":726,"target":54},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":17},{"source":71,"target":70},{"source":71,"target":727},{"source":71,"target":728},{"source":71,"target":729},{"source":71,"target":730},{"source":71,"target":731},{"source":71,"target":732},{"source":71,"target":733},{"source":71,"target":734},{"source":71,"target":735},{"source":71,"target":736},{"source":71,"target":737},{"source":71,"target":738},{"source":71,"target":739},{"source":71,"target":740},{"source":71,"target":741},{"source":71,"target":742},{"source":727,"target":52},{"source":727,"target":743},{"source":727,"target":71},{"source":743,"target":52},{"source":728,"target":71},{"source":728,"target":744},{"source":728,"target":71},{"source":744,"target":71},{"source":729,"target":71},{"source":729,"target":745},{"source":729,"target":71},{"source":745,"target":71},{"source":730,"target":72},{"source":730,"target":746},{"source":730,"target":71},{"source":746,"target":72},{"source":731,"target":73},{"source":731,"target":747},{"source":731,"target":71},{"source":747,"target":73},{"source":732,"target":80},{"source":732,"target":748},{"source":732,"target":71},{"source":748,"target":80},{"source":733,"target":85},{"source":733,"target":749},{"source":733,"target":71},{"source":749,"target":85},{"source":734,"target":88},{"source":734,"target":750},{"source":734,"target":71},{"source":750,"target":88},{"source":735,"target":89},{"source":735,"target":751},{"source":735,"target":71},{"source":751,"target":89},{"source":736,"target":65},{"source":736,"target":752},{"source":736,"target":71},{"source":752,"target":65},{"source":737,"target":90},{"source":737,"target":753},{"source":737,"target":71},{"source":753,"target":90},{"source":738,"target":91},{"source":738,"target":754},{"source":738,"target":71},{"source":754,"target":91},{"source":739,"target":94},{"source":739,"target":755},{"source":739,"target":71},{"source":755,"target":94},{"source":740,"target":97},{"source":740,"target":756},{"source":740,"target":71},{"source":756,"target":97},{"source":741,"target":17},{"source":742,"target":70},{"source":72,"target":0},{"source":72,"target":20},{"source":72,"target":757},{"source":72,"target":758},{"source":757,"target":71},{"source":757,"target":759},{"source":757,"target":72},{"source":759,"target":71},{"source":758,"target":20},{"source":73,"target":0},{"source":73,"target":74},{"source":73,"target":78},{"source":73,"target":760},{"source":73,"target":761},{"source":73,"target":762},{"source":760,"target":79},{"source":760,"target":763},{"source":760,"target":73},{"source":763,"target":79},{"source":761,"target":74},{"source":762,"target":78},{"source":74,"target":0},{"source":74,"target":52},{"source":74,"target":75},{"source":74,"target":764},{"source":74,"target":765},{"source":74,"target":766},{"source":74,"target":767},{"source":764,"target":76},{"source":764,"target":768},{"source":764,"target":74},{"source":768,"target":76},{"source":765,"target":77},{"source":765,"target":769},{"source":765,"target":74},{"source":769,"target":77},{"source":766,"target":52},{"source":767,"target":75},{"source":75,"target":0},{"source":75,"target":54},{"source":75,"target":770},{"source":770,"target":54},{"source":76,"target":0},{"source":76,"target":771},{"source":76,"target":772},{"source":771,"target":76},{"source":772,"target":76},{"source":77,"target":0},{"source":77,"target":773},{"source":77,"target":774},{"source":77,"target":775},{"source":77,"target":776},{"source":773,"target":77},{"source":774,"target":77},{"source":775,"target":77},{"source":776,"target":77},{"source":78,"target":0},{"source":78,"target":6},{"source":78,"target":777},{"source":777,"target":6},{"source":79,"target":0},{"source":79,"target":78},{"source":79,"target":45},{"source":79,"target":46},{"source":79,"target":778},{"source":79,"target":779},{"source":79,"target":780},{"source":778,"target":78},{"source":779,"target":45},{"source":780,"target":46},{"source":80,"target":0},{"source":80,"target":74},{"source":80,"target":83},{"source":80,"target":60},{"source":80,"target":81},{"source":80,"target":82},{"source":80,"target":781},{"source":80,"target":782},{"source":80,"target":783},{"source":80,"target":784},{"source":80,"target":785},{"source":80,"target":786},{"source":781,"target":84},{"source":781,"target":787},{"source":781,"target":80},{"source":787,"target":84},{"source":782,"target":74},{"source":783,"target":83},{"source":784,"target":60},{"source":785,"target":81},{"source":786,"target":82},{"source":81,"target":0},{"source":81,"target":54},{"source":81,"target":788},{"source":788,"target":54},{"source":82,"target":0},{"source":82,"target":54},{"source":82,"target":789},{"source":789,"target":54},{"source":83,"target":0},{"source":83,"target":6},{"source":83,"target":790},{"source":790,"target":6},{"source":84,"target":0},{"source":84,"target":83},{"source":84,"target":45},{"source":84,"target":46},{"source":84,"target":791},{"source":84,"target":792},{"source":84,"target":793},{"source":791,"target":83},{"source":792,"target":45},{"source":793,"target":46},{"source":85,"target":0},{"source":85,"target":86},{"source":85,"target":49},{"source":85,"target":83},{"source":85,"target":81},{"source":85,"target":794},{"source":85,"target":795},{"source":85,"target":796},{"source":85,"target":797},{"source":85,"target":798},{"source":794,"target":84},{"source":794,"target":799},{"source":794,"target":85},{"source":799,"target":84},{"source":795,"target":86},{"source":796,"target":49},{"source":797,"target":83},{"source":798,"target":81},{"source":86,"target":0},{"source":86,"target":67},{"source":86,"target":82},{"source":86,"target":50},{"source":86,"target":800},{"source":86,"target":801},{"source":86,"target":802},{"source":86,"target":803},{"source":800,"target":87},{"source":800,"target":804},{"source":800,"target":86},{"source":804,"target":87},{"source":801,"target":67},{"source":802,"target":82},{"source":803,"target":50},{"source":87,"target":0},{"source":87,"target":805},{"source":87,"target":806},{"source":87,"target":807},{"source":805,"target":87},{"source":806,"target":87},{"source":807,"target":87},{"source":88,"target":0},{"source":88,"target":86},{"source":88,"target":49},{"source":88,"target":83},{"source":88,"target":81},{"source":88,"target":808},{"source":88,"target":809},{"source":88,"target":810},{"source":88,"target":811},{"source":88,"target":812},{"source":808,"target":84},{"source":808,"target":813},{"source":808,"target":88},{"source":813,"target":84},{"source":809,"target":86},{"source":810,"target":49},{"source":811,"target":83},{"source":812,"target":81},{"source":89,"target":0},{"source":89,"target":86},{"source":89,"target":814},{"source":814,"target":86},{"source":90,"target":0},{"source":90,"target":67},{"source":90,"target":49},{"source":90,"target":81},{"source":90,"target":815},{"source":90,"target":816},{"source":90,"target":817},{"source":90,"target":818},{"source":815,"target":84},{"source":815,"target":819},{"source":815,"target":90},{"source":819,"target":84},{"source":816,"target":67},{"source":817,"target":49},{"source":818,"target":81},{"source":91,"target":0},{"source":91,"target":74},{"source":91,"target":92},{"source":91,"target":820},{"source":91,"target":821},{"source":91,"target":822},{"source":820,"target":93},{"source":820,"target":823},{"source":820,"target":91},{"source":823,"target":93},{"source":821,"target":74},{"source":822,"target":92},{"source":92,"target":0},{"source":92,"target":6},{"source":92,"target":30},{"source":92,"target":824},{"source":92,"target":825},{"source":824,"target":6},{"source":825,"target":30},{"source":93,"target":0},{"source":93,"target":45},{"source":93,"target":92},{"source":93,"target":46},{"source":93,"target":826},{"source":93,"target":827},{"source":93,"target":828},{"source":826,"target":45},{"source":827,"target":92},{"source":828,"target":46},{"source":94,"target":0},{"source":94,"target":74},{"source":94,"target":95},{"source":94,"target":66},{"source":94,"target":829},{"source":94,"target":830},{"source":94,"target":831},{"source":94,"target":832},{"source":829,"target":96},{"source":829,"target":833},{"source":829,"target":94},{"source":833,"target":96},{"source":830,"target":74},{"source":831,"target":95},{"source":832,"target":66},{"source":95,"target":0},{"source":95,"target":6},{"source":95,"target":834},{"source":834,"target":6},{"source":96,"target":0},{"source":96,"target":45},{"source":96,"target":95},{"source":96,"target":46},{"source":96,"target":835},{"source":96,"target":836},{"source":96,"target":837},{"source":835,"target":45},{"source":836,"target":95},{"source":837,"target":46},{"source":97,"target":0},{"source":97,"target":67},{"source":97,"target":50},{"source":97,"target":838},{"source":97,"target":839},{"source":97,"target":840},{"source":838,"target":98},{"source":838,"target":841},{"source":838,"target":97},{"source":841,"target":98},{"source":839,"target":67},{"source":840,"target":50},{"source":98,"target":0},{"source":98,"target":27},{"source":98,"target":842},{"source":98,"target":843},{"source":98,"target":844},{"source":842,"target":68},{"source":842,"target":845},{"source":842,"target":98},{"source":845,"target":68},{"source":843,"target":44},{"source":843,"target":846},{"source":843,"target":98},{"source":846,"target":44},{"source":844,"target":27},{"source":99,"target":0},{"source":99,"target":27},{"source":99,"target":70},{"source":99,"target":847},{"source":99,"target":848},{"source":99,"target":849},{"source":847,"target":71},{"source":847,"target":850},{"source":847,"target":99},{"source":850,"target":71},{"source":848,"target":27},{"source":849,"target":70},{"source":100,"target":0},{"source":100,"target":28},{"source":100,"target":24},{"source":100,"target":49},{"source":100,"target":60},{"source":100,"target":41},{"source":100,"target":851},{"source":100,"target":852},{"source":100,"target":853},{"source":100,"target":854},{"source":100,"target":855},{"source":100,"target":856},{"source":100,"target":857},{"source":100,"target":858},{"source":100,"target":859},{"source":100,"target":860},{"source":100,"target":861},{"source":100,"target":862},{"source":100,"target":863},{"source":864,"target":25},{"source":864,"target":865},{"source":865,"target":25},{"source":851,"target":45},{"source":851,"target":866},{"source":851,"target":100},{"source":866,"target":45},{"source":852,"target":31},{"source":852,"target":867},{"source":852,"target":100},{"source":867,"target":31},{"source":853,"target":55},{"source":853,"target":868},{"source":853,"target":100},{"source":868,"target":55},{"source":854,"target":101},{"source":854,"target":869},{"source":854,"target":100},{"source":869,"target":101},{"source":855,"target":4},{"source":855,"target":870},{"source":855,"target":100},{"source":870,"target":4},{"source":856,"target":42},{"source":856,"target":871},{"source":856,"target":100},{"source":871,"target":42},{"source":857,"target":100},{"source":857,"target":872},{"source":857,"target":100},{"source":872,"target":100},{"source":858,"target":44},{"source":858,"target":873},{"source":858,"target":100},{"source":873,"target":44},{"source":859,"target":28},{"source":860,"target":24},{"source":861,"target":49},{"source":862,"target":60},{"source":863,"target":41},{"source":101,"target":0},{"source":101,"target":1},{"source":101,"target":874},{"source":101,"target":875},{"source":101,"target":876},{"source":874,"target":25},{"source":874,"target":877},{"source":874,"target":101},{"source":877,"target":25},{"source":875,"target":25},{"source":875,"target":878},{"source":875,"target":101},{"source":878,"target":25},{"source":876,"target":1},{"source":102,"target":0},{"source":102,"target":59},{"source":102,"target":19},{"source":102,"target":58},{"source":102,"target":879},{"source":102,"target":880},{"source":102,"target":881},{"source":102,"target":882},{"source":102,"target":883},{"source":102,"target":884},{"source":879,"target":62},{"source":879,"target":885},{"source":879,"target":102},{"source":885,"target":62},{"source":880,"target":56},{"source":880,"target":886},{"source":880,"target":102},{"source":886,"target":56},{"source":881,"target":103},{"source":881,"target":887},{"source":881,"target":102},{"source":887,"target":103},{"source":882,"target":59},{"source":883,"target":19},{"source":884,"target":58},{"source":103,"target":0},{"source":103,"target":1},{"source":103,"target":888},{"source":103,"target":889},{"source":103,"target":890},{"source":888,"target":60},{"source":888,"target":891},{"source":888,"target":103},{"source":891,"target":60},{"source":889,"target":49},{"source":889,"target":892},{"source":889,"target":103},{"source":892,"target":49},{"source":890,"target":1},{"source":104,"target":0},{"source":104,"target":28},{"source":104,"target":59},{"source":104,"target":60},{"source":104,"target":893},{"source":104,"target":894},{"source":104,"target":895},{"source":104,"target":896},{"source":104,"target":897},{"source":104,"target":898},{"source":104,"target":899},{"source":893,"target":105},{"source":893,"target":900},{"source":893,"target":104},{"source":900,"target":105},{"source":894,"target":105},{"source":894,"target":901},{"source":894,"target":104},{"source":901,"target":105},{"source":895,"target":4},{"source":895,"target":902},{"source":895,"target":104},{"source":902,"target":4},{"source":896,"target":104},{"source":896,"target":903},{"source":896,"target":104},{"source":903,"target":104},{"source":897,"target":28},{"source":898,"target":59},{"source":899,"target":60},{"source":105,"target":0},{"source":105,"target":1},{"source":105,"target":904},{"source":105,"target":905},{"source":105,"target":906},{"source":904,"target":49},{"source":904,"target":907},{"source":904,"target":105},{"source":907,"target":49},{"source":905,"target":54},{"source":905,"target":908},{"source":905,"target":105},{"source":908,"target":54},{"source":906,"target":1},{"source":106,"target":0},{"source":106,"target":20},{"source":106,"target":909},{"source":106,"target":910},{"source":909,"target":43},{"source":909,"target":911},{"source":909,"target":106},{"source":911,"target":43},{"source":910,"target":20},{"source":107,"target":0},{"source":107,"target":20},{"source":107,"target":912},{"source":107,"target":913},{"source":912,"target":51},{"source":912,"target":914},{"source":912,"target":107},{"source":914,"target":51},{"source":913,"target":20},{"source":108,"target":0},{"source":108,"target":57},{"source":108,"target":59},{"source":108,"target":61},{"source":108,"target":915},{"source":108,"target":916},{"source":108,"target":917},{"source":108,"target":918},{"source":108,"target":919},{"source":915,"target":108},{"source":915,"target":920},{"source":915,"target":108},{"source":920,"target":108},{"source":916,"target":109},{"source":916,"target":921},{"source":916,"target":108},{"source":921,"target":109},{"source":917,"target":57},{"source":918,"target":59},{"source":919,"target":61},{"source":109,"target":0},{"source":109,"target":1},{"source":109,"target":922},{"source":109,"target":923},{"source":109,"target":924},{"source":922,"target":61},{"source":922,"target":925},{"source":922,"target":109},{"source":925,"target":61},{"source":923,"target":49},{"source":923,"target":926},{"source":923,"target":109},{"source":926,"target":49},{"source":924,"target":1},{"source":110,"target":0},{"source":110,"target":100},{"source":110,"target":111},{"source":110,"target":927},{"source":110,"target":928},{"source":110,"target":929},{"source":927,"target":112},{"source":927,"target":930},{"source":927,"target":110},{"source":930,"target":112},{"source":928,"target":100},{"source":929,"target":111},{"source":111,"target":0},{"source":111,"target":6},{"source":111,"target":931},{"source":931,"target":6},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":45},{"source":112,"target":932},{"source":112,"target":933},{"source":932,"target":111},{"source":933,"target":45},{"source":113,"target":0},{"source":113,"target":104},{"source":113,"target":934},{"source":113,"target":935},{"source":934,"target":77},{"source":934,"target":936},{"source":934,"target":113},{"source":936,"target":77},{"source":935,"target":104},{"source":114,"target":0},{"source":114,"target":104},{"source":114,"target":937},{"source":937,"target":104},{"source":115,"target":0},{"source":115,"target":104},{"source":115,"target":938},{"source":938,"target":104},{"source":116,"target":0},{"source":116,"target":104},{"source":116,"target":939},{"source":939,"target":104},{"source":117,"target":0},{"source":117,"target":104},{"source":117,"target":940},{"source":940,"target":104},{"source":118,"target":0},{"source":118,"target":28},{"source":118,"target":24},{"source":118,"target":941},{"source":118,"target":942},{"source":941,"target":28},{"source":942,"target":24},{"source":119,"target":0},{"source":119,"target":28},{"source":119,"target":24},{"source":119,"target":53},{"source":119,"target":82},{"source":119,"target":50},{"source":119,"target":943},{"source":119,"target":944},{"source":119,"target":945},{"source":119,"target":946},{"source":119,"target":947},{"source":119,"target":948},{"source":943,"target":68},{"source":943,"target":949},{"source":943,"target":119},{"source":949,"target":68},{"source":944,"target":28},{"source":945,"target":24},{"source":946,"target":53},{"source":947,"target":82},{"source":948,"target":50},{"source":120,"target":0},{"source":120,"target":119},{"source":120,"target":950},{"source":950,"target":119},{"source":121,"target":0},{"source":121,"target":119},{"source":121,"target":951},{"source":121,"target":952},{"source":951,"target":122},{"source":951,"target":953},{"source":951,"target":121},{"source":953,"target":122},{"source":952,"target":119},{"source":122,"target":0},{"source":122,"target":44},{"source":122,"target":84},{"source":122,"target":954},{"source":122,"target":955},{"source":954,"target":44},{"source":955,"target":84},{"source":123,"target":0},{"source":123,"target":118},{"source":123,"target":53},{"source":123,"target":82},{"source":123,"target":50},{"source":123,"target":956},{"source":123,"target":957},{"source":123,"target":958},{"source":123,"target":959},{"source":123,"target":960},{"source":123,"target":961},{"source":956,"target":68},{"source":956,"target":962},{"source":956,"target":123},{"source":962,"target":68},{"source":957,"target":122},{"source":957,"target":963},{"source":957,"target":123},{"source":963,"target":122},{"source":958,"target":118},{"source":959,"target":53},{"source":960,"target":82},{"source":961,"target":50},{"source":124,"target":0},{"source":124,"target":118},{"source":124,"target":75},{"source":124,"target":30},{"source":124,"target":964},{"source":124,"target":965},{"source":124,"target":966},{"source":124,"target":967},{"source":964,"target":125},{"source":964,"target":968},{"source":964,"target":124},{"source":968,"target":125},{"source":965,"target":118},{"source":966,"target":75},{"source":967,"target":30},{"source":125,"target":0},{"source":125,"target":44},{"source":125,"target":93},{"source":125,"target":969},{"source":125,"target":970},{"source":969,"target":44},{"source":970,"target":93},{"source":126,"target":0},{"source":126,"target":971},{"source":126,"target":972},{"source":126,"target":973},{"source":126,"target":974},{"source":126,"target":975},{"source":126,"target":976},{"source":126,"target":977},{"source":126,"target":978},{"source":126,"target":979},{"source":126,"target":980},{"source":126,"target":981},{"source":126,"target":982},{"source":126,"target":983},{"source":126,"target":984},{"source":971,"target":126},{"source":972,"target":126},{"source":973,"target":126},{"source":974,"target":126},{"source":975,"target":126},{"source":976,"target":126},{"source":977,"target":126},{"source":978,"target":126},{"source":979,"target":126},{"source":980,"target":126},{"source":981,"target":126},{"source":982,"target":126},{"source":983,"target":126},{"source":984,"target":126},{"source":127,"target":0},{"source":127,"target":6},{"source":127,"target":985},{"source":985,"target":6},{"source":128,"target":0},{"source":128,"target":127},{"source":128,"target":986},{"source":128,"target":987},{"source":128,"target":988},{"source":986,"target":3},{"source":986,"target":989},{"source":986,"target":128},{"source":989,"target":3},{"source":987,"target":127},{"source":987,"target":990},{"source":987,"target":128},{"source":990,"target":127},{"source":988,"target":127},{"source":129,"target":0},{"source":129,"target":23},{"source":129,"target":991},{"source":129,"target":992},{"source":129,"target":993},{"source":991,"target":3},{"source":991,"target":994},{"source":991,"target":129},{"source":994,"target":3},{"source":992,"target":23},{"source":992,"target":995},{"source":992,"target":129},{"source":995,"target":23},{"source":993,"target":23},{"source":130,"target":0},{"source":130,"target":131},{"source":130,"target":996},{"source":130,"target":997},{"source":996,"target":135},{"source":996,"target":998},{"source":996,"target":130},{"source":996,"target":999},{"source":998,"target":135},{"source":997,"target":131},{"source":131,"target":0},{"source":131,"target":18},{"source":131,"target":1000},{"source":131,"target":1001},{"source":131,"target":1002},{"source":131,"target":1003},{"source":131,"target":1004},{"source":131,"target":1005},{"source":131,"target":1006},{"source":131,"target":1007},{"source":131,"target":1008},{"source":1009,"target":3},{"source":1009,"target":1010},{"source":1010,"target":3},{"source":1000,"target":132},{"source":1000,"target":1011},{"source":1000,"target":131},{"source":1011,"target":132},{"source":1001,"target":136},{"source":1001,"target":1012},{"source":1001,"target":131},{"source":1012,"target":136},{"source":1002,"target":17},{"source":1002,"target":1013},{"source":1002,"target":131},{"source":1013,"target":17},{"source":1003,"target":137},{"source":1003,"target":1014},{"source":1003,"target":131},{"source":1014,"target":137},{"source":1004,"target":127},{"source":1004,"target":1015},{"source":1004,"target":131},{"source":1015,"target":127},{"source":1005,"target":134},{"source":1005,"target":1016},{"source":1005,"target":131},{"source":1016,"target":134},{"source":1006,"target":4},{"source":1006,"target":1017},{"source":1006,"target":131},{"source":1017,"target":4},{"source":1007,"target":4},{"source":1007,"target":1018},{"source":1007,"target":131},{"source":1018,"target":4},{"source":1008,"target":18},{"source":132,"target":0},{"source":132,"target":6},{"source":132,"target":1019},{"source":132,"target":1020},{"source":132,"target":1021},{"source":1019,"target":133},{"source":1019,"target":1022},{"source":1019,"target":132},{"source":1022,"target":133},{"source":1020,"target":4},{"source":1020,"target":1023},{"source":1020,"target":132},{"source":1023,"target":4},{"source":1021,"target":6},{"source":133,"target":0},{"source":133,"target":134},{"source":133,"target":1024},{"source":133,"target":1025},{"source":133,"target":1026},{"source":133,"target":1027},{"source":133,"target":1028},{"source":1024,"target":130},{"source":1024,"target":1029},{"source":1024,"target":133},{"source":1029,"target":130},{"source":1025,"target":135},{"source":1025,"target":1030},{"source":1025,"target":133},{"source":1030,"target":135},{"source":1026,"target":130},{"source":1026,"target":1031},{"source":1026,"target":133},{"source":1031,"target":130},{"source":1027,"target":135},{"source":1027,"target":1032},{"source":1027,"target":133},{"source":1032,"target":135},{"source":1028,"target":134},{"source":134,"target":0},{"source":134,"target":6},{"source":134,"target":1033},{"source":1033,"target":6},{"source":135,"target":0},{"source":135,"target":131},{"source":135,"target":999},{"source":135,"target":1034},{"source":999,"target":130},{"source":999,"target":1035},{"source":999,"target":135},{"source":999,"target":996},{"source":1035,"target":130},{"source":1034,"target":131},{"source":136,"target":0},{"source":136,"target":6},{"source":136,"target":1036},{"source":136,"target":1037},{"source":136,"target":1038},{"source":1036,"target":126},{"source":1036,"target":1039},{"source":1036,"target":136},{"source":1039,"target":126},{"source":1037,"target":51},{"source":1037,"target":1040},{"source":1037,"target":136},{"source":1040,"target":51},{"source":1038,"target":6},{"source":137,"target":0},{"source":137,"target":6},{"source":137,"target":1041},{"source":137,"target":1042},{"source":1041,"target":71},{"source":1041,"target":1043},{"source":1041,"target":137},{"source":1043,"target":71},{"source":1042,"target":6},{"source":138,"target":0},{"source":138,"target":31},{"source":138,"target":1044},{"source":138,"target":1045},{"source":1046,"target":27},{"source":1046,"target":1047},{"source":1047,"target":27},{"source":1044,"target":139},{"source":1044,"target":1048},{"source":1044,"target":138},{"source":1048,"target":139},{"source":1045,"target":31},{"source":139,"target":0},{"source":139,"target":41},{"source":139,"target":1049},{"source":139,"target":1050},{"source":139,"target":1051},{"source":139,"target":1052},{"source":1049,"target":126},{"source":1049,"target":1053},{"source":1049,"target":139},{"source":1053,"target":126},{"source":1050,"target":31},{"source":1050,"target":1054},{"source":1050,"target":139},{"source":1054,"target":31},{"source":1051,"target":45},{"source":1051,"target":1055},{"source":1051,"target":139},{"source":1055,"target":45},{"source":1052,"target":41},{"source":140,"target":0},{"source":140,"target":31},{"source":140,"target":1056},{"source":140,"target":1057},{"source":1058,"target":27},{"source":1058,"target":1059},{"source":1059,"target":27},{"source":1056,"target":141},{"source":1056,"target":1060},{"source":1056,"target":140},{"source":1060,"target":141},{"source":1057,"target":31},{"source":141,"target":0},{"source":141,"target":142},{"source":141,"target":1061},{"source":141,"target":1062},{"source":141,"target":1063},{"source":1061,"target":31},{"source":1061,"target":1064},{"source":1061,"target":141},{"source":1064,"target":31},{"source":1062,"target":70},{"source":1062,"target":1065},{"source":1062,"target":141},{"source":1065,"target":70},{"source":1063,"target":142},{"source":142,"target":0},{"source":142,"target":41},{"source":142,"target":1066},{"source":1066,"target":41},{"source":143,"target":0},{"source":143,"target":31},{"source":143,"target":1067},{"source":143,"target":1068},{"source":1069,"target":27},{"source":1069,"target":1070},{"source":1070,"target":27},{"source":1067,"target":142},{"source":1067,"target":1071},{"source":1067,"target":143},{"source":1071,"target":142},{"source":1068,"target":31},{"source":144,"target":0},{"source":144,"target":142},{"source":144,"target":1072},{"source":144,"target":1073},{"source":144,"target":1074},{"source":144,"target":1075},{"source":144,"target":1076},{"source":1072,"target":76},{"source":1072,"target":1077},{"source":1072,"target":144},{"source":1077,"target":76},{"source":1073,"target":77},{"source":1073,"target":1078},{"source":1073,"target":144},{"source":1078,"target":77},{"source":1074,"target":44},{"source":1074,"target":1079},{"source":1074,"target":144},{"source":1079,"target":44},{"source":1075,"target":55},{"source":1075,"target":1080},{"source":1075,"target":144},{"source":1080,"target":55},{"source":1076,"target":142},{"source":145,"target":0},{"source":145,"target":142},{"source":145,"target":1081},{"source":145,"target":1082},{"source":145,"target":1083},{"source":145,"target":1084},{"source":145,"target":1085},{"source":1081,"target":68},{"source":1081,"target":1086},{"source":1081,"target":145},{"source":1086,"target":68},{"source":1082,"target":87},{"source":1082,"target":1087},{"source":1082,"target":145},{"source":1087,"target":87},{"source":1083,"target":44},{"source":1083,"target":1088},{"source":1083,"target":145},{"source":1088,"target":44},{"source":1084,"target":55},{"source":1084,"target":1089},{"source":1084,"target":145},{"source":1089,"target":55},{"source":1085,"target":142},{"source":146,"target":0},{"source":146,"target":142},{"source":146,"target":1090},{"source":146,"target":1091},{"source":146,"target":1092},{"source":1090,"target":68},{"source":1090,"target":1093},{"source":1090,"target":146},{"source":1093,"target":68},{"source":1091,"target":98},{"source":1091,"target":1094},{"source":1091,"target":146},{"source":1094,"target":98},{"source":1092,"target":142},{"source":147,"target":0},{"source":147,"target":37},{"source":147,"target":24},{"source":147,"target":1095},{"source":147,"target":1096},{"source":147,"target":1097},{"source":1095,"target":148},{"source":1095,"target":1098},{"source":1095,"target":147},{"source":1098,"target":148},{"source":1096,"target":37},{"source":1097,"target":24},{"source":148,"target":0},{"source":148,"target":37},{"source":148,"target":49},{"source":148,"target":1099},{"source":148,"target":1100},{"source":148,"target":1101},{"source":148,"target":1102},{"source":1099,"target":30},{"source":1099,"target":1103},{"source":1099,"target":148},{"source":1103,"target":30},{"source":1100,"target":66},{"source":1100,"target":1104},{"source":1100,"target":148},{"source":1104,"target":66},{"source":1101,"target":37},{"source":1102,"target":49},{"source":149,"target":0},{"source":149,"target":43},{"source":149,"target":1105},{"source":149,"target":1106},{"source":149,"target":1107},{"source":149,"target":1108},{"source":1105,"target":148},{"source":1105,"target":1109},{"source":1105,"target":149},{"source":1109,"target":148},{"source":1106,"target":148},{"source":1106,"target":1110},{"source":1106,"target":149},{"source":1110,"target":148},{"source":1107,"target":147},{"source":1107,"target":1111},{"source":1107,"target":149},{"source":1111,"target":147},{"source":1108,"target":43},{"source":150,"target":0},{"source":150,"target":51},{"source":150,"target":151},{"source":150,"target":66},{"source":150,"target":1112},{"source":150,"target":1113},{"source":150,"target":1114},{"source":150,"target":1115},{"source":150,"target":1116},{"source":150,"target":1117},{"source":150,"target":1118},{"source":150,"target":1119},{"source":150,"target":1120},{"source":150,"target":1121},{"source":1112,"target":73},{"source":1112,"target":1122},{"source":1112,"target":150},{"source":1122,"target":73},{"source":1113,"target":80},{"source":1113,"target":1123},{"source":1113,"target":150},{"source":1123,"target":80},{"source":1114,"target":91},{"source":1114,"target":1124},{"source":1114,"target":150},{"source":1124,"target":91},{"source":1115,"target":85},{"source":1115,"target":1125},{"source":1115,"target":150},{"source":1125,"target":85},{"source":1116,"target":89},{"source":1116,"target":1126},{"source":1116,"target":150},{"source":1126,"target":89},{"source":1117,"target":88},{"source":1117,"target":1127},{"source":1117,"target":150},{"source":1127,"target":88},{"source":1118,"target":94},{"source":1118,"target":1128},{"source":1118,"target":150},{"source":1128,"target":94},{"source":1119,"target":51},{"source":1120,"target":151},{"source":1121,"target":66},{"source":151,"target":0},{"source":151,"target":44},{"source":151,"target":112},{"source":151,"target":79},{"source":151,"target":84},{"source":151,"target":166},{"source":151,"target":164},{"source":151,"target":168},{"source":151,"target":162},{"source":151,"target":96},{"source":151,"target":93},{"source":151,"target":160},{"source":151,"target":156},{"source":151,"target":158},{"source":151,"target":154},{"source":151,"target":152},{"source":151,"target":1129},{"source":151,"target":1130},{"source":151,"target":1131},{"source":151,"target":1132},{"source":151,"target":1133},{"source":151,"target":1134},{"source":151,"target":1135},{"source":151,"target":1136},{"source":151,"target":1137},{"source":151,"target":1138},{"source":151,"target":1139},{"source":151,"target":1140},{"source":151,"target":1141},{"source":151,"target":1142},{"source":151,"target":1143},{"source":1129,"target":44},{"source":1130,"target":112},{"source":1131,"target":79},{"source":1132,"target":84},{"source":1133,"target":166},{"source":1134,"target":164},{"source":1135,"target":168},{"source":1136,"target":162},{"source":1137,"target":96},{"source":1138,"target":93},{"source":1139,"target":160},{"source":1140,"target":156},{"source":1141,"target":158},{"source":1142,"target":154},{"source":1143,"target":152},{"source":152,"target":0},{"source":152,"target":45},{"source":152,"target":153},{"source":152,"target":1144},{"source":152,"target":1145},{"source":1144,"target":45},{"source":1145,"target":153},{"source":153,"target":0},{"source":153,"target":6},{"source":153,"target":1146},{"source":1146,"target":6},{"source":154,"target":0},{"source":154,"target":45},{"source":154,"target":155},{"source":154,"target":1147},{"source":154,"target":1148},{"source":1147,"target":45},{"source":1148,"target":155},{"source":155,"target":0},{"source":155,"target":6},{"source":155,"target":1149},{"source":1149,"target":6},{"source":156,"target":0},{"source":156,"target":45},{"source":156,"target":157},{"source":156,"target":1150},{"source":156,"target":1151},{"source":1150,"target":45},{"source":1151,"target":157},{"source":157,"target":0},{"source":157,"target":6},{"source":157,"target":1152},{"source":1152,"target":6},{"source":158,"target":0},{"source":158,"target":45},{"source":158,"target":159},{"source":158,"target":1153},{"source":158,"target":1154},{"source":1153,"target":45},{"source":1154,"target":159},{"source":159,"target":0},{"source":159,"target":6},{"source":159,"target":1155},{"source":1155,"target":6},{"source":160,"target":0},{"source":160,"target":45},{"source":160,"target":161},{"source":160,"target":1156},{"source":160,"target":1157},{"source":1156,"target":45},{"source":1157,"target":161},{"source":161,"target":0},{"source":161,"target":6},{"source":161,"target":1158},{"source":1158,"target":6},{"source":162,"target":0},{"source":162,"target":163},{"source":162,"target":45},{"source":162,"target":1159},{"source":162,"target":1160},{"source":1159,"target":163},{"source":1160,"target":45},{"source":163,"target":0},{"source":163,"target":6},{"source":163,"target":1161},{"source":1161,"target":6},{"source":164,"target":0},{"source":164,"target":165},{"source":164,"target":45},{"source":164,"target":1162},{"source":164,"target":1163},{"source":1162,"target":165},{"source":1163,"target":45},{"source":165,"target":0},{"source":165,"target":6},{"source":165,"target":1164},{"source":1164,"target":6},{"source":166,"target":0},{"source":166,"target":167},{"source":166,"target":45},{"source":166,"target":1165},{"source":166,"target":1166},{"source":1165,"target":167},{"source":1166,"target":45},{"source":167,"target":0},{"source":167,"target":6},{"source":167,"target":1167},{"source":1167,"target":6},{"source":168,"target":0},{"source":168,"target":169},{"source":168,"target":45},{"source":168,"target":1168},{"source":168,"target":1169},{"source":1168,"target":169},{"source":1169,"target":45},{"source":169,"target":0},{"source":169,"target":6},{"source":169,"target":1170},{"source":1170,"target":6},{"source":170,"target":0},{"source":170,"target":149},{"source":170,"target":151},{"source":170,"target":1171},{"source":170,"target":1172},{"source":170,"target":1173},{"source":170,"target":1174},{"source":170,"target":1175},{"source":170,"target":1176},{"source":170,"target":1177},{"source":170,"target":1178},{"source":170,"target":1179},{"source":170,"target":1180},{"source":170,"target":1181},{"source":170,"target":1182},{"source":170,"target":1183},{"source":170,"target":1184},{"source":170,"target":1185},{"source":1186,"target":51},{"source":1186,"target":1187},{"source":1187,"target":51},{"source":1171,"target":171},{"source":1171,"target":1188},{"source":1171,"target":170},{"source":1188,"target":171},{"source":1172,"target":172},{"source":1172,"target":1189},{"source":1172,"target":170},{"source":1189,"target":172},{"source":1173,"target":173},{"source":1173,"target":1190},{"source":1173,"target":170},{"source":1190,"target":173},{"source":1174,"target":174},{"source":1174,"target":1191},{"source":1174,"target":170},{"source":1191,"target":174},{"source":1175,"target":175},{"source":1175,"target":1192},{"source":1175,"target":170},{"source":1192,"target":175},{"source":1176,"target":176},{"source":1176,"target":1193},{"source":1176,"target":170},{"source":1193,"target":176},{"source":1177,"target":177},{"source":1177,"target":1194},{"source":1177,"target":170},{"source":1194,"target":177},{"source":1178,"target":178},{"source":1178,"target":1195},{"source":1178,"target":170},{"source":1195,"target":178},{"source":1179,"target":179},{"source":1179,"target":1196},{"source":1179,"target":170},{"source":1196,"target":179},{"source":1180,"target":180},{"source":1180,"target":1197},{"source":1180,"target":170},{"source":1197,"target":180},{"source":1181,"target":181},{"source":1181,"target":1198},{"source":1181,"target":170},{"source":1198,"target":181},{"source":1182,"target":182},{"source":1182,"target":1199},{"source":1182,"target":170},{"source":1199,"target":182},{"source":1183,"target":183},{"source":1183,"target":1200},{"source":1183,"target":170},{"source":1200,"target":183},{"source":1184,"target":149},{"source":1185,"target":151},{"source":171,"target":0},{"source":171,"target":100},{"source":171,"target":75},{"source":171,"target":78},{"source":171,"target":1201},{"source":171,"target":1202},{"source":171,"target":1203},{"source":171,"target":1204},{"source":1201,"target":79},{"source":1201,"target":1205},{"source":1201,"target":171},{"source":1205,"target":79},{"source":1202,"target":100},{"source":1203,"target":75},{"source":1204,"target":78},{"source":172,"target":0},{"source":172,"target":100},{"source":172,"target":75},{"source":172,"target":83},{"source":172,"target":81},{"source":172,"target":82},{"source":172,"target":1206},{"source":172,"target":1207},{"source":172,"target":1208},{"source":172,"target":1209},{"source":172,"target":1210},{"source":172,"target":1211},{"source":1206,"target":84},{"source":1206,"target":1212},{"source":1206,"target":172},{"source":1212,"target":84},{"source":1207,"target":100},{"source":1208,"target":75},{"source":1209,"target":83},{"source":1210,"target":81},{"source":1211,"target":82},{"source":173,"target":0},{"source":173,"target":100},{"source":173,"target":167},{"source":173,"target":1213},{"source":173,"target":1214},{"source":173,"target":1215},{"source":1213,"target":166},{"source":1213,"target":1216},{"source":1213,"target":173},{"source":1216,"target":166},{"source":1214,"target":100},{"source":1215,"target":167},{"source":174,"target":0},{"source":174,"target":100},{"source":174,"target":165},{"source":174,"target":1217},{"source":174,"target":1218},{"source":174,"target":1219},{"source":1217,"target":164},{"source":1217,"target":1220},{"source":1217,"target":174},{"source":1220,"target":164},{"source":1218,"target":100},{"source":1219,"target":165},{"source":175,"target":0},{"source":175,"target":100},{"source":175,"target":163},{"source":175,"target":1221},{"source":175,"target":1222},{"source":175,"target":1223},{"source":1221,"target":162},{"source":1221,"target":1224},{"source":1221,"target":175},{"source":1224,"target":162},{"source":1222,"target":100},{"source":1223,"target":163},{"source":176,"target":0},{"source":176,"target":100},{"source":176,"target":169},{"source":176,"target":1225},{"source":176,"target":1226},{"source":176,"target":1227},{"source":1225,"target":168},{"source":1225,"target":1228},{"source":1225,"target":176},{"source":1228,"target":168},{"source":1226,"target":100},{"source":1227,"target":169},{"source":177,"target":0},{"source":177,"target":100},{"source":177,"target":161},{"source":177,"target":1229},{"source":177,"target":1230},{"source":177,"target":1231},{"source":1229,"target":160},{"source":1229,"target":1232},{"source":1229,"target":177},{"source":1232,"target":160},{"source":1230,"target":100},{"source":1231,"target":161},{"source":178,"target":0},{"source":178,"target":100},{"source":178,"target":75},{"source":178,"target":92},{"source":178,"target":1233},{"source":178,"target":1234},{"source":178,"target":1235},{"source":178,"target":1236},{"source":1233,"target":93},{"source":1233,"target":1237},{"source":1233,"target":178},{"source":1237,"target":93},{"source":1234,"target":100},{"source":1235,"target":75},{"source":1236,"target":92},{"source":179,"target":0},{"source":179,"target":100},{"source":179,"target":75},{"source":179,"target":95},{"source":179,"target":66},{"source":179,"target":1238},{"source":179,"target":1239},{"source":179,"target":1240},{"source":179,"target":1241},{"source":179,"target":1242},{"source":1238,"target":96},{"source":1238,"target":1243},{"source":1238,"target":179},{"source":1243,"target":96},{"source":1239,"target":100},{"source":1240,"target":75},{"source":1241,"target":95},{"source":1242,"target":66},{"source":180,"target":0},{"source":180,"target":100},{"source":180,"target":159},{"source":180,"target":1244},{"source":180,"target":1245},{"source":180,"target":1246},{"source":1244,"target":158},{"source":1244,"target":1247},{"source":1244,"target":180},{"source":1247,"target":158},{"source":1245,"target":100},{"source":1246,"target":159},{"source":181,"target":0},{"source":181,"target":100},{"source":181,"target":157},{"source":181,"target":1248},{"source":181,"target":1249},{"source":181,"target":1250},{"source":1248,"target":156},{"source":1248,"target":1251},{"source":1248,"target":181},{"source":1251,"target":156},{"source":1249,"target":100},{"source":1250,"target":157},{"source":182,"target":0},{"source":182,"target":100},{"source":182,"target":155},{"source":182,"target":1252},{"source":182,"target":1253},{"source":182,"target":1254},{"source":1252,"target":154},{"source":1252,"target":1255},{"source":1252,"target":182},{"source":1255,"target":154},{"source":1253,"target":100},{"source":1254,"target":155},{"source":183,"target":0},{"source":183,"target":100},{"source":183,"target":153},{"source":183,"target":1256},{"source":183,"target":1257},{"source":183,"target":1258},{"source":1256,"target":152},{"source":1256,"target":1259},{"source":1256,"target":183},{"source":1259,"target":152},{"source":1257,"target":100},{"source":1258,"target":153},{"source":184,"target":0},{"source":184,"target":55},{"source":184,"target":112},{"source":184,"target":79},{"source":184,"target":84},{"source":184,"target":166},{"source":184,"target":164},{"source":184,"target":168},{"source":184,"target":162},{"source":184,"target":96},{"source":184,"target":93},{"source":184,"target":160},{"source":184,"target":156},{"source":184,"target":158},{"source":184,"target":154},{"source":184,"target":152},{"source":184,"target":1260},{"source":184,"target":1261},{"source":184,"target":1262},{"source":184,"target":1263},{"source":184,"target":1264},{"source":184,"target":1265},{"source":184,"target":1266},{"source":184,"target":1267},{"source":184,"target":1268},{"source":184,"target":1269},{"source":184,"target":1270},{"source":184,"target":1271},{"source":184,"target":1272},{"source":184,"target":1273},{"source":184,"target":1274},{"source":1260,"target":55},{"source":1261,"target":112},{"source":1262,"target":79},{"source":1263,"target":84},{"source":1264,"target":166},{"source":1265,"target":164},{"source":1266,"target":168},{"source":1267,"target":162},{"source":1268,"target":96},{"source":1269,"target":93},{"source":1270,"target":160},{"source":1271,"target":156},{"source":1272,"target":158},{"source":1273,"target":154},{"source":1274,"target":152},{"source":185,"target":0},{"source":185,"target":44},{"source":185,"target":79},{"source":185,"target":1275},{"source":185,"target":1276},{"source":1275,"target":44},{"source":1276,"target":79},{"source":186,"target":0},{"source":186,"target":51},{"source":186,"target":185},{"source":186,"target":1277},{"source":186,"target":1278},{"source":186,"target":1279},{"source":186,"target":1280},{"source":186,"target":1281},{"source":186,"target":1282},{"source":1277,"target":73},{"source":1277,"target":1283},{"source":1277,"target":186},{"source":1283,"target":73},{"source":1278,"target":85},{"source":1278,"target":1284},{"source":1278,"target":186},{"source":1284,"target":85},{"source":1279,"target":88},{"source":1279,"target":1285},{"source":1279,"target":186},{"source":1285,"target":88},{"source":1280,"target":89},{"source":1280,"target":1286},{"source":1280,"target":186},{"source":1286,"target":89},{"source":1281,"target":51},{"source":1282,"target":185},{"source":187,"target":0},{"source":187,"target":43},{"source":187,"target":185},{"source":187,"target":1287},{"source":187,"target":1288},{"source":187,"target":1289},{"source":1290,"target":51},{"source":1290,"target":1291},{"source":1291,"target":51},{"source":1287,"target":182},{"source":1287,"target":1292},{"source":1287,"target":187},{"source":1292,"target":182},{"source":1288,"target":43},{"source":1289,"target":185},{"source":188,"target":0},{"source":188,"target":55},{"source":188,"target":79},{"source":188,"target":1293},{"source":188,"target":1294},{"source":1293,"target":55},{"source":1294,"target":79},{"source":189,"target":0},{"source":189,"target":51},{"source":189,"target":122},{"source":189,"target":66},{"source":189,"target":1295},{"source":189,"target":1296},{"source":189,"target":1297},{"source":189,"target":1298},{"source":189,"target":1299},{"source":189,"target":1300},{"source":1295,"target":91},{"source":1295,"target":1301},{"source":1295,"target":189},{"source":1301,"target":91},{"source":1296,"target":80},{"source":1296,"target":1302},{"source":1296,"target":189},{"source":1302,"target":80},{"source":1297,"target":94},{"source":1297,"target":1303},{"source":1297,"target":189},{"source":1303,"target":94},{"source":1298,"target":51},{"source":1299,"target":122},{"source":1300,"target":66},{"source":190,"target":0},{"source":190,"target":43},{"source":190,"target":122},{"source":190,"target":1304},{"source":190,"target":1305},{"source":190,"target":1306},{"source":190,"target":1307},{"source":1308,"target":51},{"source":1308,"target":1309},{"source":1309,"target":51},{"source":1304,"target":172},{"source":1304,"target":1310},{"source":1304,"target":190},{"source":1310,"target":172},{"source":1305,"target":178},{"source":1305,"target":1311},{"source":1305,"target":190},{"source":1311,"target":178},{"source":1306,"target":43},{"source":1307,"target":122},{"source":191,"target":0},{"source":191,"target":55},{"source":191,"target":84},{"source":191,"target":1312},{"source":191,"target":1313},{"source":1312,"target":55},{"source":1313,"target":84},{"source":192,"target":0},{"source":192,"target":44},{"source":192,"target":166},{"source":192,"target":1314},{"source":192,"target":1315},{"source":1314,"target":44},{"source":1315,"target":166},{"source":193,"target":0},{"source":193,"target":51},{"source":193,"target":192},{"source":193,"target":1316},{"source":193,"target":1317},{"source":193,"target":1318},{"source":193,"target":1319},{"source":193,"target":1320},{"source":193,"target":1321},{"source":193,"target":1322},{"source":193,"target":1323},{"source":1316,"target":85},{"source":1316,"target":1324},{"source":1316,"target":193},{"source":1324,"target":85},{"source":1317,"target":88},{"source":1317,"target":1325},{"source":1317,"target":193},{"source":1325,"target":88},{"source":1318,"target":89},{"source":1318,"target":1326},{"source":1318,"target":193},{"source":1326,"target":89},{"source":1319,"target":73},{"source":1319,"target":1327},{"source":1319,"target":193},{"source":1327,"target":73},{"source":1320,"target":91},{"source":1320,"target":1328},{"source":1320,"target":193},{"source":1328,"target":91},{"source":1321,"target":94},{"source":1321,"target":1329},{"source":1321,"target":193},{"source":1329,"target":94},{"source":1322,"target":51},{"source":1323,"target":192},{"source":194,"target":0},{"source":194,"target":43},{"source":194,"target":192},{"source":194,"target":1330},{"source":194,"target":1331},{"source":194,"target":1332},{"source":194,"target":1333},{"source":194,"target":1334},{"source":1335,"target":51},{"source":1335,"target":1336},{"source":1336,"target":51},{"source":1330,"target":171},{"source":1330,"target":1337},{"source":1330,"target":194},{"source":1337,"target":171},{"source":1331,"target":172},{"source":1331,"target":1338},{"source":1331,"target":194},{"source":1338,"target":172},{"source":1332,"target":182},{"source":1332,"target":1339},{"source":1332,"target":194},{"source":1339,"target":182},{"source":1333,"target":43},{"source":1334,"target":192},{"source":195,"target":0},{"source":195,"target":55},{"source":195,"target":166},{"source":195,"target":1340},{"source":195,"target":1341},{"source":1340,"target":55},{"source":1341,"target":166},{"source":196,"target":0},{"source":196,"target":44},{"source":196,"target":164},{"source":196,"target":1342},{"source":196,"target":1343},{"source":1342,"target":44},{"source":1343,"target":164},{"source":197,"target":0},{"source":197,"target":51},{"source":197,"target":196},{"source":197,"target":1344},{"source":197,"target":1345},{"source":197,"target":1346},{"source":197,"target":1347},{"source":197,"target":1348},{"source":197,"target":1349},{"source":1344,"target":73},{"source":1344,"target":1350},{"source":1344,"target":197},{"source":1350,"target":73},{"source":1345,"target":85},{"source":1345,"target":1351},{"source":1345,"target":197},{"source":1351,"target":85},{"source":1346,"target":88},{"source":1346,"target":1352},{"source":1346,"target":197},{"source":1352,"target":88},{"source":1347,"target":89},{"source":1347,"target":1353},{"source":1347,"target":197},{"source":1353,"target":89},{"source":1348,"target":51},{"source":1349,"target":196},{"source":198,"target":0},{"source":198,"target":43},{"source":198,"target":196},{"source":198,"target":1354},{"source":198,"target":1355},{"source":198,"target":1356},{"source":198,"target":1357},{"source":1358,"target":51},{"source":1358,"target":1359},{"source":1359,"target":51},{"source":1354,"target":171},{"source":1354,"target":1360},{"source":1354,"target":198},{"source":1360,"target":171},{"source":1355,"target":174},{"source":1355,"target":1361},{"source":1355,"target":198},{"source":1361,"target":174},{"source":1356,"target":43},{"source":1357,"target":196},{"source":199,"target":0},{"source":199,"target":55},{"source":199,"target":164},{"source":199,"target":1362},{"source":199,"target":1363},{"source":1362,"target":55},{"source":1363,"target":164},{"source":200,"target":0},{"source":200,"target":51},{"source":200,"target":125},{"source":200,"target":66},{"source":200,"target":1364},{"source":200,"target":1365},{"source":200,"target":1366},{"source":200,"target":1367},{"source":200,"target":1368},{"source":200,"target":1369},{"source":200,"target":1370},{"source":200,"target":1371},{"source":200,"target":1372},{"source":1364,"target":88},{"source":1364,"target":1373},{"source":1364,"target":200},{"source":1373,"target":88},{"source":1365,"target":89},{"source":1365,"target":1374},{"source":1365,"target":200},{"source":1374,"target":89},{"source":1366,"target":90},{"source":1366,"target":1375},{"source":1366,"target":200},{"source":1375,"target":90},{"source":1367,"target":80},{"source":1367,"target":1376},{"source":1367,"target":200},{"source":1376,"target":80},{"source":1368,"target":91},{"source":1368,"target":1377},{"source":1368,"target":200},{"source":1377,"target":91},{"source":1369,"target":94},{"source":1369,"target":1378},{"source":1369,"target":200},{"source":1378,"target":94},{"source":1370,"target":51},{"source":1371,"target":125},{"source":1372,"target":66},{"source":201,"target":0},{"source":201,"target":149},{"source":201,"target":125},{"source":201,"target":1379},{"source":201,"target":1380},{"source":201,"target":1381},{"source":201,"target":1382},{"source":1383,"target":51},{"source":1383,"target":1384},{"source":1384,"target":51},{"source":1379,"target":172},{"source":1379,"target":1385},{"source":1379,"target":201},{"source":1385,"target":172},{"source":1380,"target":178},{"source":1380,"target":1386},{"source":1380,"target":201},{"source":1386,"target":178},{"source":1381,"target":149},{"source":1382,"target":125},{"source":202,"target":0},{"source":202,"target":55},{"source":202,"target":93},{"source":202,"target":1387},{"source":202,"target":1388},{"source":1387,"target":55},{"source":1388,"target":93},{"source":203,"target":0},{"source":203,"target":44},{"source":203,"target":96},{"source":203,"target":1389},{"source":203,"target":1390},{"source":1389,"target":44},{"source":1390,"target":96},{"source":204,"target":0},{"source":204,"target":51},{"source":204,"target":203},{"source":204,"target":66},{"source":204,"target":1391},{"source":204,"target":1392},{"source":204,"target":1393},{"source":204,"target":1394},{"source":204,"target":1395},{"source":1391,"target":91},{"source":1391,"target":1396},{"source":1391,"target":204},{"source":1396,"target":91},{"source":1392,"target":94},{"source":1392,"target":1397},{"source":1392,"target":204},{"source":1397,"target":94},{"source":1393,"target":51},{"source":1394,"target":203},{"source":1395,"target":66},{"source":205,"target":0},{"source":205,"target":43},{"source":205,"target":203},{"source":205,"target":1398},{"source":205,"target":1399},{"source":205,"target":1400},{"source":205,"target":1401},{"source":205,"target":1402},{"source":1403,"target":51},{"source":1403,"target":1404},{"source":1404,"target":51},{"source":1398,"target":178},{"source":1398,"target":1405},{"source":1398,"target":205},{"source":1405,"target":178},{"source":1399,"target":179},{"source":1399,"target":1406},{"source":1399,"target":205},{"source":1406,"target":179},{"source":1400,"target":172},{"source":1400,"target":1407},{"source":1400,"target":205},{"source":1407,"target":172},{"source":1401,"target":43},{"source":1402,"target":203},{"source":206,"target":0},{"source":206,"target":55},{"source":206,"target":96},{"source":206,"target":1408},{"source":206,"target":1409},{"source":1408,"target":55},{"source":1409,"target":96},{"source":207,"target":0},{"source":207,"target":44},{"source":207,"target":160},{"source":207,"target":1410},{"source":207,"target":1411},{"source":1410,"target":44},{"source":1411,"target":160},{"source":208,"target":0},{"source":208,"target":51},{"source":208,"target":207},{"source":208,"target":1412},{"source":208,"target":1413},{"source":208,"target":1414},{"source":208,"target":1415},{"source":208,"target":1416},{"source":208,"target":1417},{"source":208,"target":1418},{"source":208,"target":1419},{"source":208,"target":1420},{"source":1412,"target":73},{"source":1412,"target":1421},{"source":1412,"target":208},{"source":1421,"target":73},{"source":1413,"target":80},{"source":1413,"target":1422},{"source":1413,"target":208},{"source":1422,"target":80},{"source":1414,"target":85},{"source":1414,"target":1423},{"source":1414,"target":208},{"source":1423,"target":85},{"source":1415,"target":94},{"source":1415,"target":1424},{"source":1415,"target":208},{"source":1424,"target":94},{"source":1416,"target":91},{"source":1416,"target":1425},{"source":1416,"target":208},{"source":1425,"target":91},{"source":1417,"target":89},{"source":1417,"target":1426},{"source":1417,"target":208},{"source":1426,"target":89},{"source":1418,"target":88},{"source":1418,"target":1427},{"source":1418,"target":208},{"source":1427,"target":88},{"source":1419,"target":51},{"source":1420,"target":207},{"source":209,"target":0},{"source":209,"target":43},{"source":209,"target":207},{"source":209,"target":1428},{"source":209,"target":1429},{"source":209,"target":1430},{"source":209,"target":1431},{"source":209,"target":1432},{"source":209,"target":1433},{"source":209,"target":1434},{"source":209,"target":1435},{"source":209,"target":1436},{"source":209,"target":1437},{"source":209,"target":1438},{"source":209,"target":1439},{"source":209,"target":1440},{"source":1441,"target":51},{"source":1441,"target":1442},{"source":1442,"target":51},{"source":1428,"target":171},{"source":1428,"target":1443},{"source":1428,"target":209},{"source":1443,"target":171},{"source":1429,"target":172},{"source":1429,"target":1444},{"source":1429,"target":209},{"source":1444,"target":172},{"source":1430,"target":173},{"source":1430,"target":1445},{"source":1430,"target":209},{"source":1445,"target":173},{"source":1431,"target":174},{"source":1431,"target":1446},{"source":1431,"target":209},{"source":1446,"target":174},{"source":1432,"target":175},{"source":1432,"target":1447},{"source":1432,"target":209},{"source":1447,"target":175},{"source":1433,"target":176},{"source":1433,"target":1448},{"source":1433,"target":209},{"source":1448,"target":176},{"source":1434,"target":178},{"source":1434,"target":1449},{"source":1434,"target":209},{"source":1449,"target":178},{"source":1435,"target":179},{"source":1435,"target":1450},{"source":1435,"target":209},{"source":1450,"target":179},{"source":1436,"target":177},{"source":1436,"target":1451},{"source":1436,"target":209},{"source":1451,"target":177},{"source":1437,"target":182},{"source":1437,"target":1452},{"source":1437,"target":209},{"source":1452,"target":182},{"source":1438,"target":183},{"source":1438,"target":1453},{"source":1438,"target":209},{"source":1453,"target":183},{"source":1439,"target":43},{"source":1440,"target":207},{"source":210,"target":0},{"source":210,"target":55},{"source":210,"target":160},{"source":210,"target":1454},{"source":210,"target":1455},{"source":1454,"target":55},{"source":1455,"target":160},{"source":211,"target":0},{"source":211,"target":44},{"source":211,"target":168},{"source":211,"target":1456},{"source":211,"target":1457},{"source":1456,"target":44},{"source":1457,"target":168},{"source":212,"target":0},{"source":212,"target":51},{"source":212,"target":211},{"source":212,"target":1458},{"source":212,"target":1459},{"source":212,"target":1460},{"source":212,"target":1461},{"source":212,"target":1462},{"source":212,"target":1463},{"source":212,"target":1464},{"source":212,"target":1465},{"source":1458,"target":85},{"source":1458,"target":1466},{"source":1458,"target":212},{"source":1466,"target":85},{"source":1459,"target":88},{"source":1459,"target":1467},{"source":1459,"target":212},{"source":1467,"target":88},{"source":1460,"target":89},{"source":1460,"target":1468},{"source":1460,"target":212},{"source":1468,"target":89},{"source":1461,"target":73},{"source":1461,"target":1469},{"source":1461,"target":212},{"source":1469,"target":73},{"source":1462,"target":91},{"source":1462,"target":1470},{"source":1462,"target":212},{"source":1470,"target":91},{"source":1463,"target":94},{"source":1463,"target":1471},{"source":1463,"target":212},{"source":1471,"target":94},{"source":1464,"target":51},{"source":1465,"target":211},{"source":213,"target":0},{"source":213,"target":43},{"source":213,"target":211},{"source":213,"target":1472},{"source":213,"target":1473},{"source":213,"target":1474},{"source":213,"target":1475},{"source":213,"target":1476},{"source":213,"target":1477},{"source":1478,"target":51},{"source":1478,"target":1479},{"source":1479,"target":51},{"source":1472,"target":171},{"source":1472,"target":1480},{"source":1472,"target":213},{"source":1480,"target":171},{"source":1473,"target":174},{"source":1473,"target":1481},{"source":1473,"target":213},{"source":1481,"target":174},{"source":1474,"target":182},{"source":1474,"target":1482},{"source":1474,"target":213},{"source":1482,"target":182},{"source":1475,"target":183},{"source":1475,"target":1483},{"source":1475,"target":213},{"source":1483,"target":183},{"source":1476,"target":43},{"source":1477,"target":211},{"source":214,"target":0},{"source":214,"target":55},{"source":214,"target":168},{"source":214,"target":1484},{"source":214,"target":1485},{"source":1484,"target":55},{"source":1485,"target":168},{"source":215,"target":0},{"source":215,"target":44},{"source":215,"target":162},{"source":215,"target":1486},{"source":215,"target":1487},{"source":1486,"target":44},{"source":1487,"target":162},{"source":216,"target":0},{"source":216,"target":51},{"source":216,"target":215},{"source":216,"target":1488},{"source":216,"target":1489},{"source":216,"target":1490},{"source":216,"target":1491},{"source":216,"target":1492},{"source":216,"target":1493},{"source":216,"target":1494},{"source":216,"target":1495},{"source":1488,"target":85},{"source":1488,"target":1496},{"source":1488,"target":216},{"source":1496,"target":85},{"source":1489,"target":88},{"source":1489,"target":1497},{"source":1489,"target":216},{"source":1497,"target":88},{"source":1490,"target":89},{"source":1490,"target":1498},{"source":1490,"target":216},{"source":1498,"target":89},{"source":1491,"target":80},{"source":1491,"target":1499},{"source":1491,"target":216},{"source":1499,"target":80},{"source":1492,"target":91},{"source":1492,"target":1500},{"source":1492,"target":216},{"source":1500,"target":91},{"source":1493,"target":94},{"source":1493,"target":1501},{"source":1493,"target":216},{"source":1501,"target":94},{"source":1494,"target":51},{"source":1495,"target":215},{"source":217,"target":0},{"source":217,"target":43},{"source":217,"target":215},{"source":217,"target":1502},{"source":217,"target":1503},{"source":217,"target":1504},{"source":217,"target":1505},{"source":217,"target":1506},{"source":217,"target":1507},{"source":217,"target":1508},{"source":1509,"target":51},{"source":1509,"target":1510},{"source":1510,"target":51},{"source":1502,"target":172},{"source":1502,"target":1511},{"source":1502,"target":217},{"source":1511,"target":172},{"source":1503,"target":178},{"source":1503,"target":1512},{"source":1503,"target":217},{"source":1512,"target":178},{"source":1504,"target":179},{"source":1504,"target":1513},{"source":1504,"target":217},{"source":1513,"target":179},{"source":1505,"target":180},{"source":1505,"target":1514},{"source":1505,"target":217},{"source":1514,"target":180},{"source":1506,"target":181},{"source":1506,"target":1515},{"source":1506,"target":217},{"source":1515,"target":181},{"source":1507,"target":43},{"source":1508,"target":215},{"source":218,"target":0},{"source":218,"target":55},{"source":218,"target":162},{"source":218,"target":1516},{"source":218,"target":1517},{"source":1516,"target":55},{"source":1517,"target":162},{"source":219,"target":0},{"source":219,"target":44},{"source":219,"target":158},{"source":219,"target":1518},{"source":219,"target":1519},{"source":1518,"target":44},{"source":1519,"target":158},{"source":220,"target":0},{"source":220,"target":51},{"source":220,"target":219},{"source":220,"target":1520},{"source":220,"target":1521},{"source":220,"target":1522},{"source":220,"target":1523},{"source":220,"target":1524},{"source":220,"target":1525},{"source":220,"target":1526},{"source":220,"target":1527},{"source":1520,"target":85},{"source":1520,"target":1528},{"source":1520,"target":220},{"source":1528,"target":85},{"source":1521,"target":88},{"source":1521,"target":1529},{"source":1521,"target":220},{"source":1529,"target":88},{"source":1522,"target":89},{"source":1522,"target":1530},{"source":1522,"target":220},{"source":1530,"target":89},{"source":1523,"target":80},{"source":1523,"target":1531},{"source":1523,"target":220},{"source":1531,"target":80},{"source":1524,"target":91},{"source":1524,"target":1532},{"source":1524,"target":220},{"source":1532,"target":91},{"source":1525,"target":94},{"source":1525,"target":1533},{"source":1525,"target":220},{"source":1533,"target":94},{"source":1526,"target":51},{"source":1527,"target":219},{"source":221,"target":0},{"source":221,"target":149},{"source":221,"target":219},{"source":221,"target":1534},{"source":221,"target":1535},{"source":221,"target":1536},{"source":221,"target":1537},{"source":221,"target":1538},{"source":1539,"target":51},{"source":1539,"target":1540},{"source":1540,"target":51},{"source":1534,"target":179},{"source":1534,"target":1541},{"source":1534,"target":221},{"source":1541,"target":179},{"source":1535,"target":178},{"source":1535,"target":1542},{"source":1535,"target":221},{"source":1542,"target":178},{"source":1536,"target":172},{"source":1536,"target":1543},{"source":1536,"target":221},{"source":1543,"target":172},{"source":1537,"target":149},{"source":1538,"target":219},{"source":222,"target":0},{"source":222,"target":55},{"source":222,"target":158},{"source":222,"target":1544},{"source":222,"target":1545},{"source":1544,"target":55},{"source":1545,"target":158},{"source":223,"target":0},{"source":223,"target":44},{"source":223,"target":156},{"source":223,"target":1546},{"source":223,"target":1547},{"source":1546,"target":44},{"source":1547,"target":156},{"source":224,"target":0},{"source":224,"target":51},{"source":224,"target":223},{"source":224,"target":1548},{"source":224,"target":1549},{"source":224,"target":1550},{"source":224,"target":1551},{"source":224,"target":1552},{"source":224,"target":1553},{"source":224,"target":1554},{"source":224,"target":1555},{"source":1548,"target":85},{"source":1548,"target":1556},{"source":1548,"target":224},{"source":1556,"target":85},{"source":1549,"target":88},{"source":1549,"target":1557},{"source":1549,"target":224},{"source":1557,"target":88},{"source":1550,"target":89},{"source":1550,"target":1558},{"source":1550,"target":224},{"source":1558,"target":89},{"source":1551,"target":80},{"source":1551,"target":1559},{"source":1551,"target":224},{"source":1559,"target":80},{"source":1552,"target":91},{"source":1552,"target":1560},{"source":1552,"target":224},{"source":1560,"target":91},{"source":1553,"target":94},{"source":1553,"target":1561},{"source":1553,"target":224},{"source":1561,"target":94},{"source":1554,"target":51},{"source":1555,"target":223},{"source":225,"target":0},{"source":225,"target":43},{"source":225,"target":223},{"source":225,"target":1562},{"source":225,"target":1563},{"source":225,"target":1564},{"source":225,"target":1565},{"source":225,"target":1566},{"source":225,"target":1567},{"source":225,"target":1568},{"source":1569,"target":51},{"source":1569,"target":1570},{"source":1570,"target":51},{"source":1562,"target":172},{"source":1562,"target":1571},{"source":1562,"target":225},{"source":1571,"target":172},{"source":1563,"target":180},{"source":1563,"target":1572},{"source":1563,"target":225},{"source":1572,"target":180},{"source":1564,"target":181},{"source":1564,"target":1573},{"source":1564,"target":225},{"source":1573,"target":181},{"source":1565,"target":178},{"source":1565,"target":1574},{"source":1565,"target":225},{"source":1574,"target":178},{"source":1566,"target":179},{"source":1566,"target":1575},{"source":1566,"target":225},{"source":1575,"target":179},{"source":1567,"target":43},{"source":1568,"target":223},{"source":226,"target":0},{"source":226,"target":55},{"source":226,"target":156},{"source":226,"target":1576},{"source":226,"target":1577},{"source":1576,"target":55},{"source":1577,"target":156},{"source":227,"target":0},{"source":227,"target":44},{"source":227,"target":154},{"source":227,"target":1578},{"source":227,"target":1579},{"source":1578,"target":44},{"source":1579,"target":154},{"source":228,"target":0},{"source":228,"target":51},{"source":228,"target":227},{"source":228,"target":1580},{"source":228,"target":1581},{"source":228,"target":1582},{"source":228,"target":1583},{"source":228,"target":1584},{"source":1580,"target":85},{"source":1580,"target":1585},{"source":1580,"target":228},{"source":1585,"target":85},{"source":1581,"target":88},{"source":1581,"target":1586},{"source":1581,"target":228},{"source":1586,"target":88},{"source":1582,"target":89},{"source":1582,"target":1587},{"source":1582,"target":228},{"source":1587,"target":89},{"source":1583,"target":51},{"source":1584,"target":227},{"source":229,"target":0},{"source":229,"target":43},{"source":229,"target":227},{"source":229,"target":1588},{"source":229,"target":1589},{"source":229,"target":1590},{"source":1591,"target":51},{"source":1591,"target":1592},{"source":1592,"target":51},{"source":1588,"target":182},{"source":1588,"target":1593},{"source":1588,"target":229},{"source":1593,"target":182},{"source":1589,"target":43},{"source":1590,"target":227},{"source":230,"target":0},{"source":230,"target":55},{"source":230,"target":154},{"source":230,"target":1594},{"source":230,"target":1595},{"source":1594,"target":55},{"source":1595,"target":154},{"source":231,"target":0},{"source":231,"target":44},{"source":231,"target":152},{"source":231,"target":1596},{"source":231,"target":1597},{"source":1596,"target":44},{"source":1597,"target":152},{"source":232,"target":0},{"source":232,"target":51},{"source":232,"target":231},{"source":232,"target":1598},{"source":232,"target":1599},{"source":232,"target":1600},{"source":232,"target":1601},{"source":232,"target":1602},{"source":232,"target":1603},{"source":232,"target":1604},{"source":1598,"target":85},{"source":1598,"target":1605},{"source":1598,"target":232},{"source":1605,"target":85},{"source":1599,"target":88},{"source":1599,"target":1606},{"source":1599,"target":232},{"source":1606,"target":88},{"source":1600,"target":89},{"source":1600,"target":1607},{"source":1600,"target":232},{"source":1607,"target":89},{"source":1601,"target":91},{"source":1601,"target":1608},{"source":1601,"target":232},{"source":1608,"target":91},{"source":1602,"target":94},{"source":1602,"target":1609},{"source":1602,"target":232},{"source":1609,"target":94},{"source":1603,"target":51},{"source":1604,"target":231},{"source":233,"target":0},{"source":233,"target":43},{"source":233,"target":231},{"source":233,"target":1610},{"source":233,"target":1611},{"source":233,"target":1612},{"source":233,"target":1613},{"source":1614,"target":51},{"source":1614,"target":1615},{"source":1615,"target":51},{"source":1610,"target":182},{"source":1610,"target":1616},{"source":1610,"target":233},{"source":1616,"target":182},{"source":1611,"target":183},{"source":1611,"target":1617},{"source":1611,"target":233},{"source":1617,"target":183},{"source":1612,"target":43},{"source":1613,"target":231},{"source":234,"target":0},{"source":234,"target":55},{"source":234,"target":152},{"source":234,"target":1618},{"source":234,"target":1619},{"source":1618,"target":55},{"source":1619,"target":152},{"source":235,"target":0},{"source":235,"target":1},{"source":235,"target":1620},{"source":235,"target":1621},{"source":235,"target":1622},{"source":1620,"target":9},{"source":1620,"target":1623},{"source":1620,"target":235},{"source":1623,"target":9},{"source":1621,"target":14},{"source":1621,"target":1624},{"source":1621,"target":235},{"source":1624,"target":14},{"source":1622,"target":1},{"source":236,"target":0},{"source":236,"target":10},{"source":236,"target":12},{"source":236,"target":13},{"source":236,"target":1625},{"source":236,"target":1626},{"source":236,"target":1627},{"source":236,"target":1628},{"source":236,"target":1629},{"source":236,"target":1630},{"source":1625,"target":11},{"source":1625,"target":1631},{"source":1625,"target":236},{"source":1631,"target":11},{"source":1626,"target":11},{"source":1626,"target":1632},{"source":1626,"target":236},{"source":1632,"target":11},{"source":1627,"target":14},{"source":1627,"target":1633},{"source":1627,"target":236},{"source":1633,"target":14},{"source":1628,"target":10},{"source":1629,"target":12},{"source":1630,"target":13},{"source":237,"target":0},{"source":237,"target":238},{"source":237,"target":1634},{"source":237,"target":1635},{"source":1634,"target":3},{"source":1634,"target":1636},{"source":1634,"target":237},{"source":1636,"target":3},{"source":1635,"target":238},{"source":238,"target":0},{"source":238,"target":14},{"source":238,"target":1637},{"source":1637,"target":14},{"source":239,"target":0},{"source":239,"target":238},{"source":239,"target":1638},{"source":239,"target":1639},{"source":239,"target":1640},{"source":239,"target":1641},{"source":239,"target":1642},{"source":1638,"target":38},{"source":1638,"target":1643},{"source":1638,"target":239},{"source":1638,"target":1644},{"source":1643,"target":38},{"source":1644,"target":240},{"source":1644,"target":1645},{"source":1644,"target":1638},{"source":1645,"target":240},{"source":1639,"target":38},{"source":1639,"target":1646},{"source":1639,"target":239},{"source":1646,"target":38},{"source":1640,"target":38},{"source":1640,"target":1647},{"source":1640,"target":239},{"source":1640,"target":1648},{"source":1647,"target":38},{"source":1648,"target":3},{"source":1648,"target":1649},{"source":1648,"target":1640},{"source":1649,"target":3},{"source":1641,"target":240},{"source":1641,"target":1650},{"source":1641,"target":239},{"source":1650,"target":240},{"source":1642,"target":238},{"source":240,"target":0},{"source":240,"target":241},{"source":240,"target":1651},{"source":240,"target":1652},{"source":240,"target":1653},{"source":240,"target":1654},{"source":1651,"target":38},{"source":1651,"target":1655},{"source":1651,"target":240},{"source":1651,"target":1656},{"source":1655,"target":38},{"source":1656,"target":240},{"source":1656,"target":1657},{"source":1656,"target":1651},{"source":1657,"target":240},{"source":1652,"target":240},{"source":1652,"target":1658},{"source":1652,"target":240},{"source":1658,"target":240},{"source":1653,"target":239},{"source":1653,"target":1659},{"source":1653,"target":240},{"source":1659,"target":239},{"source":1654,"target":241},{"source":241,"target":0},{"source":241,"target":6},{"source":241,"target":12},{"source":241,"target":1660},{"source":241,"target":1661},{"source":1660,"target":6},{"source":1661,"target":12},{"source":242,"target":0},{"source":242,"target":16},{"source":242,"target":238},{"source":242,"target":1662},{"source":242,"target":1663},{"source":242,"target":1664},{"source":1662,"target":17},{"source":1662,"target":1665},{"source":1662,"target":242},{"source":1665,"target":17},{"source":1663,"target":16},{"source":1664,"target":238},{"source":243,"target":0},{"source":243,"target":32},{"source":243,"target":238},{"source":243,"target":1666},{"source":243,"target":1667},{"source":1666,"target":32},{"source":1667,"target":238},{"source":244,"target":0},{"source":244,"target":238},{"source":244,"target":1668},{"source":244,"target":1669},{"source":1668,"target":4},{"source":1668,"target":1670},{"source":1668,"target":244},{"source":1670,"target":4},{"source":1669,"target":238},{"source":245,"target":0},{"source":245,"target":238},{"source":245,"target":1671},{"source":245,"target":1672},{"source":245,"target":1673},{"source":245,"target":1674},{"source":1671,"target":14},{"source":1671,"target":1675},{"source":1671,"target":245},{"source":1675,"target":14},{"source":1672,"target":14},{"source":1672,"target":1676},{"source":1672,"target":245},{"source":1676,"target":14},{"source":1673,"target":14},{"source":1673,"target":1677},{"source":1673,"target":245},{"source":1677,"target":14},{"source":1674,"target":238},{"source":246,"target":0},{"source":246,"target":239},{"source":246,"target":1678},{"source":246,"target":1679},{"source":246,"target":1680},{"source":1678,"target":35},{"source":1678,"target":1681},{"source":1678,"target":246},{"source":1681,"target":35},{"source":1679,"target":35},{"source":1679,"target":1682},{"source":1679,"target":246},{"source":1682,"target":35},{"source":1680,"target":239},{"source":247,"target":0},{"source":247,"target":239},{"source":247,"target":1683},{"source":247,"target":1684},{"source":1683,"target":38},{"source":1683,"target":1685},{"source":1683,"target":247},{"source":1685,"target":38},{"source":1684,"target":239},{"source":248,"target":0},{"source":248,"target":14},{"source":248,"target":1686},{"source":248,"target":1687},{"source":248,"target":1688},{"source":1686,"target":249},{"source":1686,"target":1689},{"source":1686,"target":248},{"source":1689,"target":249},{"source":1687,"target":14},{"source":1687,"target":1690},{"source":1687,"target":248},{"source":1690,"target":14},{"source":1688,"target":14},{"source":249,"target":0},{"source":249,"target":1691},{"source":249,"target":1692},{"source":249,"target":1693},{"source":249,"target":1694},{"source":249,"target":1695},{"source":1691,"target":249},{"source":1692,"target":249},{"source":1693,"target":249},{"source":1694,"target":249},{"source":1695,"target":249},{"source":250,"target":0},{"source":250,"target":238},{"source":250,"target":1696},{"source":250,"target":1697},{"source":1696,"target":235},{"source":1696,"target":1698},{"source":1696,"target":250},{"source":1698,"target":235},{"source":1697,"target":238},{"source":251,"target":0},{"source":251,"target":238},{"source":251,"target":1699},{"source":251,"target":1700},{"source":1699,"target":3},{"source":1699,"target":1701},{"source":1699,"target":251},{"source":1701,"target":3},{"source":1700,"target":238},{"source":252,"target":0},{"source":252,"target":14},{"source":252,"target":1702},{"source":252,"target":1703},{"source":1702,"target":14},{"source":1702,"target":1704},{"source":1702,"target":252},{"source":1704,"target":14},{"source":1703,"target":14},{"source":253,"target":0},{"source":253,"target":238},{"source":253,"target":1705},{"source":253,"target":1706},{"source":1705,"target":12},{"source":1705,"target":1707},{"source":1705,"target":253},{"source":1707,"target":12},{"source":1706,"target":238},{"source":254,"target":0},{"source":254,"target":18},{"source":254,"target":134},{"source":254,"target":1708},{"source":254,"target":1709},{"source":254,"target":1710},{"source":254,"target":1711},{"source":254,"target":1712},{"source":254,"target":1713},{"source":254,"target":1714},{"source":1708,"target":11},{"source":1708,"target":1715},{"source":1708,"target":254},{"source":1715,"target":11},{"source":1709,"target":8},{"source":1709,"target":1716},{"source":1709,"target":254},{"source":1716,"target":8},{"source":1710,"target":236},{"source":1710,"target":1717},{"source":1710,"target":254},{"source":1717,"target":236},{"source":1711,"target":134},{"source":1711,"target":1718},{"source":1711,"target":254},{"source":1718,"target":134},{"source":1712,"target":23},{"source":1712,"target":1719},{"source":1712,"target":254},{"source":1719,"target":23},{"source":1713,"target":18},{"source":1714,"target":134},{"source":255,"target":0},{"source":255,"target":18},{"source":255,"target":1720},{"source":255,"target":1721},{"source":255,"target":1722},{"source":1720,"target":130},{"source":1720,"target":1723},{"source":1720,"target":255},{"source":1723,"target":130},{"source":1721,"target":254},{"source":1721,"target":1724},{"source":1721,"target":255},{"source":1724,"target":254},{"source":1722,"target":18},{"source":256,"target":0},{"source":256,"target":11},{"source":256,"target":1725},{"source":1725,"target":11},{"source":257,"target":0},{"source":257,"target":256},{"source":257,"target":1726},{"source":1726,"target":256},{"source":258,"target":0},{"source":258,"target":256},{"source":258,"target":1727},{"source":1727,"target":256},{"source":259,"target":0},{"source":259,"target":260},{"source":259,"target":1728},{"source":1728,"target":260},{"source":260,"target":0},{"source":260,"target":256},{"source":260,"target":1729},{"source":260,"target":1730},{"source":260,"target":1731},{"source":260,"target":1732},{"source":1729,"target":261},{"source":1729,"target":1733},{"source":1729,"target":260},{"source":1733,"target":261},{"source":1730,"target":261},{"source":1730,"target":1734},{"source":1730,"target":260},{"source":1734,"target":261},{"source":1731,"target":263},{"source":1731,"target":1735},{"source":1731,"target":260},{"source":1735,"target":263},{"source":1732,"target":256},{"source":261,"target":0},{"source":261,"target":262},{"source":261,"target":1736},{"source":1737,"target":240},{"source":1737,"target":1738},{"source":1738,"target":240},{"source":1736,"target":262},{"source":262,"target":0},{"source":262,"target":18},{"source":262,"target":256},{"source":262,"target":1739},{"source":262,"target":1740},{"source":262,"target":1741},{"source":1739,"target":241},{"source":1739,"target":1742},{"source":1739,"target":262},{"source":1742,"target":241},{"source":1740,"target":18},{"source":1741,"target":256},{"source":263,"target":0},{"source":263,"target":1},{"source":263,"target":1743},{"source":263,"target":1744},{"source":263,"target":1745},{"source":1743,"target":14},{"source":1743,"target":1746},{"source":1743,"target":263},{"source":1746,"target":14},{"source":1744,"target":14},{"source":1744,"target":1747},{"source":1744,"target":263},{"source":1747,"target":14},{"source":1745,"target":1},{"source":264,"target":0},{"source":264,"target":260},{"source":264,"target":1748},{"source":1748,"target":260},{"source":265,"target":0},{"source":265,"target":256},{"source":265,"target":1749},{"source":265,"target":1750},{"source":1749,"target":15},{"source":1749,"target":1751},{"source":1749,"target":265},{"source":1751,"target":15},{"source":1750,"target":256},{"source":266,"target":0},{"source":266,"target":256},{"source":266,"target":1752},{"source":266,"target":1753},{"source":266,"target":1754},{"source":1752,"target":260},{"source":1752,"target":1755},{"source":1752,"target":266},{"source":1755,"target":260},{"source":1753,"target":260},{"source":1753,"target":1756},{"source":1753,"target":266},{"source":1756,"target":260},{"source":1754,"target":256},{"source":267,"target":0},{"source":267,"target":18},{"source":267,"target":256},{"source":267,"target":1757},{"source":267,"target":1758},{"source":267,"target":1759},{"source":1757,"target":9},{"source":1757,"target":1760},{"source":1757,"target":267},{"source":1760,"target":9},{"source":1758,"target":18},{"source":1759,"target":256},{"source":268,"target":0},{"source":268,"target":9},{"source":268,"target":1761},{"source":1761,"target":9},{"source":269,"target":0},{"source":269,"target":256},{"source":269,"target":1762},{"source":269,"target":1763},{"source":1762,"target":15},{"source":1762,"target":1764},{"source":1762,"target":269},{"source":1764,"target":15},{"source":1763,"target":256},{"source":270,"target":0},{"source":270,"target":11},{"source":270,"target":1765},{"source":270,"target":1766},{"source":270,"target":1767},{"source":1765,"target":11},{"source":1765,"target":1768},{"source":1765,"target":270},{"source":1768,"target":11},{"source":1766,"target":11},{"source":1766,"target":1769},{"source":1766,"target":270},{"source":1769,"target":11},{"source":1767,"target":11}],"multigraph":true}
ecore
types
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/examples/empirical-study/puzzle.empirical.study/temp/atl_types.ecore
atl_types Type multivalued false PrimitiveType BooleanType IntegerType StringType FloatType TupleType attributes MapType keyType valueType TupleAttribute name type RefType Unknown EmptyCollection EnumType name eenum Metaclass name klass ReflectiveType UnionType possibleTypes ThisModuleType ReflectiveClass annotations AtlAnnotation HelperAnnotation helper name type BindingAnnotation rule binding name sourceType targetType ExpressionAnnotation expr 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="atl_types" nsURI="http://genericity/types/atl" nsPrefix="atl_types"> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="FloatType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//TupleAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Unknown" eSuperTypes="#//RefType"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyCollection" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eenum" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metaclass" eSuperTypes="#//RefType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="klass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="possibleTypes" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisModuleType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveClass" eSuperTypes="#//ReflectiveType"/> <eSubpackages name="annotations" nsURI="http://genericity/types/atl/annotations" nsPrefix="atl_types_annotations"> <eClassifiers xsi:type="ecore:EClass" name="AtlAnnotation" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="HelperAnnotation" eSuperTypes="#//annotations/AtlAnnotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="helper" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <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" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingAnnotation" eSuperTypes="#//annotations/AtlAnnotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceType" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionAnnotation" eSuperTypes="#//annotations/AtlAnnotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"atl_types","nsURI":"http://genericity/types/atl","name":"atl_types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"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":"IntegerType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleAttribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unknown","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyCollection","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveType","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisModuleType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClass","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"nsPrefix":"atl_types_annotations","nsURI":"http://genericity/types/atl/annotations","name":"annotations","id":19,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multivalued","changeable":true,"lowerBound":1,"iD":false,"id":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eenum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"klass","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":true,"unsettable":false,"transient":false,"unique":true,"name":"possibleTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtlAnnotation","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HelperAnnotation","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingAnnotation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionAnnotation","instanceClass":null,"abstract":false,"id":61,"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":"helper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":20,"target":21},{"source":20,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":22},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":23},{"source":23,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":24},{"source":24,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":25},{"source":25,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":26},{"source":26,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":9},{"source":27,"target":29},{"source":27,"target":7},{"source":29,"target":9},{"source":28,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":1},{"source":30,"target":33},{"source":30,"target":8},{"source":33,"target":1},{"source":31,"target":1},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":1},{"source":32,"target":1},{"source":9,"target":0},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":37},{"source":35,"target":9},{"source":36,"target":1},{"source":36,"target":38},{"source":36,"target":9},{"source":38,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":39},{"source":39,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":40},{"source":40,"target":10},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":41},{"source":41,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":42},{"source":13,"target":43},{"source":13,"target":44},{"source":42,"target":45},{"source":42,"target":13},{"source":43,"target":46},{"source":43,"target":13},{"source":44,"target":1},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":47},{"source":14,"target":48},{"source":14,"target":49},{"source":47,"target":50},{"source":47,"target":14},{"source":48,"target":51},{"source":48,"target":14},{"source":49,"target":10},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":52},{"source":52,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":53},{"source":16,"target":54},{"source":53,"target":1},{"source":53,"target":55},{"source":53,"target":16},{"source":55,"target":1},{"source":54,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":56},{"source":56,"target":1},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":57},{"source":57,"target":15},{"source":19,"target":58},{"source":19,"target":59},{"source":19,"target":60},{"source":19,"target":61},{"source":19,"target":0},{"source":58,"target":19},{"source":59,"target":19},{"source":59,"target":58},{"source":59,"target":62},{"source":59,"target":63},{"source":59,"target":64},{"source":59,"target":65},{"source":62,"target":66},{"source":62,"target":59},{"source":63,"target":67},{"source":63,"target":59},{"source":64,"target":1},{"source":64,"target":68},{"source":64,"target":59},{"source":68,"target":1},{"source":65,"target":58},{"source":60,"target":19},{"source":60,"target":58},{"source":60,"target":69},{"source":60,"target":70},{"source":60,"target":71},{"source":60,"target":72},{"source":60,"target":73},{"source":60,"target":74},{"source":69,"target":75},{"source":69,"target":60},{"source":70,"target":76},{"source":70,"target":60},{"source":71,"target":77},{"source":71,"target":60},{"source":72,"target":1},{"source":72,"target":78},{"source":72,"target":60},{"source":78,"target":1},{"source":73,"target":1},{"source":73,"target":79},{"source":73,"target":60},{"source":79,"target":1},{"source":74,"target":58},{"source":61,"target":19},{"source":61,"target":58},{"source":61,"target":80},{"source":61,"target":81},{"source":61,"target":82},{"source":80,"target":83},{"source":80,"target":61},{"source":81,"target":1},{"source":81,"target":84},{"source":81,"target":61},{"source":84,"target":1},{"source":82,"target":58}],"multigraph":true}
ecore
components
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adl201.ecore
adl201 Component name content requiredInterfaces providedInterfaces bindings subComponents Interface name signature Binding to name attributes from Content contentParent expression content class language Required Provided bindings simpleBindings BindingAttributes 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="adl201" nsURI="http://adl201" nsPrefix="_adl201"> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameUnicity"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="nameUnicity" value="bindings->isUnique(name)&#xD;&#xA;and&#xD;&#xA;components->isUnique(name)&#xD;&#xA;and&#xD;&#xA;interfaces->isUnique(name)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="label=name"/> <details key="afx=requiredInterfaces"/> <details key="afx=providedInterfaces"/> <details key="cref=content"/> <details key="cont=Component.subComponents"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" upperBound="-1" eType="#//Required" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1" eType="#//Provided" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="contingency primitive uniqueClientsForServer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="contingency" value="(self.contingency = InterfaceContingency::mandatory) &#xD;&#xA;implies &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.clientBinding &lt;> null)&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;not (self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> <details key="primitive" value="(interfaceParent.content = null)&#xD;&#xA;xor &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;implies&#xD;&#xA;&#x9;(self.clientBinding = null)&#xD;&#xA;)"/> <details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="roleCompatibility"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="roleCompatibility" value="(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::server&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component)&#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&amp;#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::client&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=name"/> <details key="ltrg=to"/> <details key="lsrc=from"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Required"/> <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="#//BindingAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Provided"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contentParent" lowerBound="1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="content class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Required" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleBindings" upperBound="-1" eType="#//Required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingAttributes"> <eAnnotations source="diagraph"> <details key="label=name"/> <details key="label=value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_adl201","nsURI":"http://adl201","name":"adl201","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":"Interface","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provided","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingAttributes","instanceClass":null,"abstract":false,"id":7,"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":8,"derived":false},{"container":false,"ordered":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":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":"requiredInterfaces","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":"providedInterfaces","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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"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":"to","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentParent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"content class","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"content class","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":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":"language","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"simpleBindings","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},{"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":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":8,"target":14},{"source":8,"target":1},{"source":9,"target":4},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":4},{"source":10,"target":5},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":5},{"source":11,"target":6},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":6},{"source":12,"target":3},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":3},{"source":13,"target":1},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":20,"target":22},{"source":20,"target":2},{"source":21,"target":23},{"source":21,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":3},{"source":28,"target":5},{"source":25,"target":29},{"source":25,"target":3},{"source":26,"target":7},{"source":26,"target":30},{"source":26,"target":3},{"source":30,"target":7},{"source":27,"target":6},{"source":27,"target":31},{"source":27,"target":3},{"source":31,"target":6},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":32,"target":1},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":1},{"source":33,"target":36},{"source":33,"target":4},{"source":34,"target":37},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":38},{"source":38,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":39,"target":3},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":3},{"source":40,"target":5},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":5},{"source":41,"target":2},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":44,"target":46},{"source":44,"target":7},{"source":45,"target":47},{"source":45,"target":7}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/ModelEngineeringBooks/MDSEBook/Chapter_7_GCS/mdse.book.swml/model/sWML.ecore
swml WebModel hypertext content name HypertextLayer pages homePage ContentLayer classes Class attributes representativeAttribute name Attribute name type Page name links IndexPage size DetailsPage DynamicPage displayedClass StaticPage Link target NCLink CLink SWMLTypes Boolean Boolean String String Integer Integer Float Float Email Email
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="swml" nsURI="http://www.mdse-book.org/swml/" nsPrefix="swml"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="WebModel"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hypertext" lowerBound="1" eType="#//HypertextLayer" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//ContentLayer" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HypertextLayer"> <eAnnotations source="gmf.node"> <details key="label" value="Hypertext"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" lowerBound="1" upperBound="-1" eType="#//Page" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="homePage" lowerBound="1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentLayer"> <eAnnotations source="gmf.node"> <details key="label" value="Content"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" lowerBound="1" upperBound="-1" eType="#//Class" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representativeAttribute" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//SWMLTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rounded"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexPage" eSuperTypes="#//DynamicPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DetailsPage" eSuperTypes="#//DynamicPage"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicPage" abstract="true" eSuperTypes="#//Page"> <eStructuralFeatures xsi:type="ecore:EReference" name="displayedClass" lowerBound="1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticPage" eSuperTypes="#//Page"/> <eClassifiers xsi:type="ecore:EClass" name="Link" abstract="true"> <eAnnotations source="gmf.link"> <details key="target" value="target"/> <details key="style" value="solid"/> <details key="target.decoration" value="filledclosedarrow"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NCLink" eSuperTypes="#//Link"/> <eClassifiers xsi:type="ecore:EClass" name="CLink" eSuperTypes="#//Link"/> <eClassifiers xsi:type="ecore:EEnum" name="SWMLTypes"> <eLiterals name="Boolean"/> <eLiterals name="String" value="1"/> <eLiterals name="Integer" value="2"/> <eLiterals name="Float" value="3"/> <eLiterals name="Email" value="4"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"swml","nsURI":"http://www.mdse-book.org/swml/","name":"swml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HypertextLayer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentLayer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexPage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetailsPage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPage","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NCLink","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CLink","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SWMLTypes","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hypertext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"homePage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representativeAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"displayedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"name":"Boolean","id":53,"value":0,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"String","id":54,"value":1,"literal":"String","eClass":"EEnumLiteral"},{"name":"Integer","id":55,"value":2,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Float","id":56,"value":3,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Email","id":57,"value":4,"literal":"Email","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":2},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":3},{"source":17,"target":20},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":21,"target":6},{"source":21,"target":23},{"source":21,"target":2},{"source":23,"target":6},{"source":22,"target":6},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":6},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":4},{"source":25,"target":26},{"source":25,"target":3},{"source":26,"target":4},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":27,"target":5},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":5},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":29,"target":32},{"source":29,"target":4},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":35},{"source":33,"target":5},{"source":34,"target":14},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":14},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":37,"target":39},{"source":37,"target":6},{"source":38,"target":11},{"source":38,"target":40},{"source":38,"target":6},{"source":40,"target":11},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":42,"target":9},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":44},{"source":44,"target":9},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":45},{"source":9,"target":46},{"source":45,"target":4},{"source":45,"target":47},{"source":45,"target":9},{"source":47,"target":4},{"source":46,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":48},{"source":48,"target":6},{"source":11,"target":0},{"source":11,"target":49},{"source":49,"target":6},{"source":49,"target":50},{"source":49,"target":11},{"source":50,"target":6},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":51},{"source":51,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":52},{"source":52,"target":11},{"source":14,"target":0},{"source":14,"target":53},{"source":14,"target":54},{"source":14,"target":55},{"source":14,"target":56},{"source":14,"target":57},{"source":53,"target":14},{"source":54,"target":14},{"source":55,"target":14},{"source":56,"target":14},{"source":57,"target":14}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/kevoree/kmf-samples/fsm/org.kevoree.modeling.sample.fsm.kt/metamodel/org.fsmsample.ecore
fsmSample FSM ownedState initialState finalState currentState name State owningFSM name outgoingTransition incomingTransition Transition source target input output action Action run sync 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="fsmSample" nsURI="http://www.kermeta.org/fsmSample" nsPrefix="fsmSample"> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalState" lowerBound="1" upperBound="-1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" lowerBound="1" eType="#//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="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/ownedState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransition" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="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="action" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eOperations name="run" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" lowerBound="1"> <eParameters name="sync" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"fsmSample","nsURI":"http://www.kermeta.org/fsmSample","name":"fsmSample","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":"Action","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":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"finalState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"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":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransition","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":"incomingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":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":"input","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":"output","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"sync","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"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":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":5,"target":11},{"source":10,"target":2},{"source":6,"target":2},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":2},{"source":7,"target":2},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":2},{"source":8,"target":2},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":2},{"source":9,"target":15},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":11,"target":1},{"source":11,"target":19},{"source":11,"target":2},{"source":11,"target":5},{"source":19,"target":1},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":3},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":3},{"source":22,"target":17},{"source":28,"target":2},{"source":24,"target":2},{"source":24,"target":29},{"source":24,"target":3},{"source":24,"target":18},{"source":29,"target":2},{"source":25,"target":30},{"source":25,"target":3},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":4},{"source":27,"target":32},{"source":27,"target":3},{"source":32,"target":4},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":33,"target":35},{"source":33,"target":4},{"source":33,"target":36},{"source":36,"target":37},{"source":36,"target":33},{"source":34,"target":38},{"source":34,"target":4}],"multigraph":true}
ecore
entities
repo-ecore-all/data/flomotlik/softwarearchitekturen/test/bin/metamodel/metamodel.ecore
metamodel Model types Type name Datatype Entity features Feature name 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="metamodel" nsURI="http://www.example.org/metamodel" nsPrefix="metamodel"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" 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="Datatype" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"metamodel","nsURI":"http://www.example.org/metamodel","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":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":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":6,"target":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":8,"target":9},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":10},{"source":10,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":11},{"source":4,"target":12},{"source":11,"target":5},{"source":11,"target":13},{"source":11,"target":4},{"source":13,"target":5},{"source":12,"target":2},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":15},{"source":14,"target":16},{"source":14,"target":5},{"source":15,"target":2},{"source":15,"target":17},{"source":15,"target":5},{"source":17,"target":2}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/Trollderim/MDSD-Lab/edu.mdsd.mpl/model/MPL.ecore
mpl MPLModel program operations FunctionalUnit name variableDeclarations functionalBody Program Operation parameters Function Procedure VariableDeclaration variable variableInitialization Variable name Block statements ComparisonOperator EQUAL EQUAL INEQUAL INEQUAL LESS_THAN LESS_THAN LESS_THAN_EQUAL LESS_THAN_EQUAL GREATER_THAN GREATER_THAN GREATER_THAN_EQUAL GREATER_THAN_EQUAL ForLoopDirection UP UP DOWN DOWN Statement Assignment rightHandSide leftHandSide IfStatement condition thenBlock elseBlock WhileLoop condition body ForLoop counter bound direction UP body Trace varToPrint ReturnStatement returnValue Expression ExpressionStatement expression AtomicExpression LiteralValue rawValue VariableReference variable ComparisonExpression leftHandSide comparisonOperator rightHandSide ArithmeticExpression operand1 operand2 AddExpression SubExpression DivExpression MulExpression UnaryExpression operand UnaryMinusExpression ParenthesisExpression OperationExpression operation parameters
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mpl" nsURI="http://mdsd.edu/mpl/1.0" nsPrefix="mpl"> <eClassifiers xsi:type="ecore:EClass" name="MPLModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="program" lowerBound="1" eType="#//Program" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionalUnit" 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="variableDeclarations" upperBound="-1" eType="#//VariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalBody" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Program" eSuperTypes="#//FunctionalUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="#//FunctionalUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Operation"/> <eClassifiers xsi:type="ecore:EClass" name="Procedure" eSuperTypes="#//Operation"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableInitialization" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <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="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator"> <eLiterals name="EQUAL"/> <eLiterals name="INEQUAL" value="1"/> <eLiterals name="LESS_THAN" value="2"/> <eLiterals name="LESS_THAN_EQUAL" value="3"/> <eLiterals name="GREATER_THAN" value="4"/> <eLiterals name="GREATER_THAN_EQUAL" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ForLoopDirection"> <eLiterals name="UP"/> <eLiterals name="DOWN" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//VariableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//ComparisonExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBlock" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//ComparisonExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="counter" lowerBound="1" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ForLoopDirection" defaultValueLiteral="UP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="varToPrint" lowerBound="1" eType="#//VariableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralValue" eSuperTypes="#//AtomicExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rawValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//AtomicExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComparisonExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comparisonOperator" lowerBound="1" eType="#//ComparisonOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand2" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddExpression" eSuperTypes="#//ArithmeticExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SubExpression" eSuperTypes="#//ArithmeticExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DivExpression" eSuperTypes="#//ArithmeticExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MulExpression" eSuperTypes="#//ArithmeticExpression"/> <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="UnaryMinusExpression" eSuperTypes="#//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ParenthesisExpression" eSuperTypes="#//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OperationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"mpl","nsURI":"http://mdsd.edu/mpl/1.0","name":"mpl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MPLModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalUnit","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","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":"Block","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ForLoopDirection","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicExpression","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralValue","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMinusExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesisExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationExpression","instanceClass":null,"abstract":false,"id":33,"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":"program","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalBody","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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":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":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableInitialization","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"name":"EQUAL","id":58,"value":0,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"INEQUAL","id":59,"value":1,"literal":"INEQUAL","eClass":"EEnumLiteral"},{"name":"LESS_THAN","id":60,"value":2,"literal":"LESS_THAN","eClass":"EEnumLiteral"},{"name":"LESS_THAN_EQUAL","id":61,"value":3,"literal":"LESS_THAN_EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":62,"value":4,"literal":"GREATER_THAN","eClass":"EEnumLiteral"},{"name":"GREATER_THAN_EQUAL","id":63,"value":5,"literal":"GREATER_THAN_EQUAL","eClass":"EEnumLiteral"},{"name":"UP","id":64,"value":0,"literal":"UP","eClass":"EEnumLiteral"},{"name":"DOWN","id":65,"value":1,"literal":"DOWN","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":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elseBlock","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"counter","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":"bound","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UP","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varToPrint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"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":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"rawValue","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comparisonOperator","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":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":1,"target":35},{"source":34,"target":3},{"source":34,"target":36},{"source":34,"target":1},{"source":36,"target":3},{"source":35,"target":4},{"source":35,"target":37},{"source":35,"target":1},{"source":37,"target":4},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":38,"target":41},{"source":38,"target":2},{"source":39,"target":7},{"source":39,"target":42},{"source":39,"target":2},{"source":42,"target":7},{"source":40,"target":9},{"source":40,"target":43},{"source":40,"target":2},{"source":43,"target":9},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":44},{"source":44,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":8},{"source":45,"target":47},{"source":45,"target":4},{"source":47,"target":8},{"source":46,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":48},{"source":48,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":49},{"source":49,"target":4},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":8},{"source":50,"target":52},{"source":50,"target":7},{"source":52,"target":8},{"source":51,"target":19},{"source":51,"target":53},{"source":51,"target":7},{"source":53,"target":19},{"source":8,"target":0},{"source":8,"target":54},{"source":54,"target":55},{"source":54,"target":8},{"source":9,"target":0},{"source":9,"target":56},{"source":56,"target":12},{"source":56,"target":57},{"source":56,"target":9},{"source":57,"target":12},{"source":10,"target":0},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":58,"target":10},{"source":59,"target":10},{"source":60,"target":10},{"source":61,"target":10},{"source":62,"target":10},{"source":63,"target":10},{"source":11,"target":0},{"source":11,"target":64},{"source":11,"target":65},{"source":64,"target":11},{"source":65,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":66,"target":19},{"source":66,"target":69},{"source":66,"target":13},{"source":69,"target":19},{"source":67,"target":23},{"source":67,"target":70},{"source":67,"target":13},{"source":70,"target":23},{"source":68,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":14,"target":74},{"source":71,"target":24},{"source":71,"target":75},{"source":71,"target":14},{"source":75,"target":24},{"source":72,"target":9},{"source":72,"target":76},{"source":72,"target":14},{"source":76,"target":9},{"source":73,"target":9},{"source":73,"target":77},{"source":73,"target":14},{"source":77,"target":9},{"source":74,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":78,"target":24},{"source":78,"target":81},{"source":78,"target":15},{"source":81,"target":24},{"source":79,"target":9},{"source":79,"target":82},{"source":79,"target":15},{"source":82,"target":9},{"source":80,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":83},{"source":16,"target":84},{"source":16,"target":85},{"source":16,"target":86},{"source":16,"target":87},{"source":83,"target":13},{"source":83,"target":88},{"source":83,"target":16},{"source":88,"target":13},{"source":84,"target":19},{"source":84,"target":89},{"source":84,"target":16},{"source":89,"target":19},{"source":85,"target":11},{"source":85,"target":90},{"source":85,"target":16},{"source":90,"target":11},{"source":86,"target":9},{"source":86,"target":91},{"source":86,"target":16},{"source":91,"target":9},{"source":87,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":92},{"source":17,"target":93},{"source":92,"target":23},{"source":92,"target":94},{"source":92,"target":17},{"source":94,"target":23},{"source":93,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":95},{"source":18,"target":96},{"source":95,"target":19},{"source":95,"target":97},{"source":95,"target":18},{"source":97,"target":19},{"source":96,"target":12},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":98},{"source":20,"target":99},{"source":98,"target":19},{"source":98,"target":100},{"source":98,"target":20},{"source":100,"target":19},{"source":99,"target":12},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":101},{"source":101,"target":19},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":102},{"source":22,"target":103},{"source":102,"target":104},{"source":102,"target":22},{"source":103,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":105},{"source":23,"target":106},{"source":105,"target":8},{"source":105,"target":107},{"source":105,"target":23},{"source":107,"target":8},{"source":106,"target":21},{"source":24,"target":0},{"source":24,"target":108},{"source":24,"target":109},{"source":24,"target":110},{"source":108,"target":19},{"source":108,"target":111},{"source":108,"target":24},{"source":111,"target":19},{"source":109,"target":10},{"source":109,"target":112},{"source":109,"target":24},{"source":112,"target":10},{"source":110,"target":19},{"source":110,"target":113},{"source":110,"target":24},{"source":113,"target":19},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":114},{"source":25,"target":115},{"source":25,"target":116},{"source":114,"target":19},{"source":114,"target":117},{"source":114,"target":25},{"source":117,"target":19},{"source":115,"target":19},{"source":115,"target":118},{"source":115,"target":25},{"source":118,"target":19},{"source":116,"target":19},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":119},{"source":119,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":120},{"source":120,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":121},{"source":121,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":122},{"source":122,"target":25},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":123},{"source":30,"target":124},{"source":123,"target":19},{"source":123,"target":125},{"source":123,"target":30},{"source":125,"target":19},{"source":124,"target":19},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":126},{"source":126,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":127},{"source":127,"target":30},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":128},{"source":33,"target":129},{"source":33,"target":130},{"source":128,"target":4},{"source":128,"target":131},{"source":128,"target":33},{"source":131,"target":4},{"source":129,"target":19},{"source":129,"target":132},{"source":129,"target":33},{"source":132,"target":19},{"source":130,"target":19}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/rewriting/tom/examples/transformation/simplepdltopetrinet/metamodels/PetriNetSemantics_updated.ecore
petrinetsemantics DDMMPetriNet PetriNet nodes arcs name Transition min_time max_time Node name net outgoings incomings Place initialMarking Arc target source net kind weight ArcKind normal normal read_arc read_arc SDMMPetriNet Node_dynamic Node_static Place_dynamic Place_static marking PetriNet_dynamic nodes PetriNet_static EDMMPetriNet PetriNetEvent FireTransitionEvent time firedTransition TM3PetriNet PNScenario traces simEvents PNTrace scenario PNSimEvent internal date 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="petrinetsemantics" nsURI="http://petrinetsemantics/1.0" nsPrefix="petrinetsemantics"> <eSubpackages name="DDMMPetriNet" nsURI="petrinet.ddmm" nsPrefix="petrinet.ddmm"> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//DDMMPetriNet/Node" containment="true" eOpposite="#//DDMMPetriNet/Node/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//DDMMPetriNet/Arc" containment="true" eOpposite="#//DDMMPetriNet/Arc/net"/> <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="Transition" eSuperTypes="#//DDMMPetriNet/Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" 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="net" lowerBound="1" eType="#//DDMMPetriNet/PetriNet" eOpposite="#//DDMMPetriNet/PetriNet/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoings" upperBound="-1" eType="#//DDMMPetriNet/Arc" eOpposite="#//DDMMPetriNet/Arc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomings" upperBound="-1" eType="#//DDMMPetriNet/Arc" eOpposite="#//DDMMPetriNet/Arc/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//DDMMPetriNet/Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialMarking" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//DDMMPetriNet/Node" eOpposite="#//DDMMPetriNet/Node/incomings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//DDMMPetriNet/Node" eOpposite="#//DDMMPetriNet/Node/outgoings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//DDMMPetriNet/PetriNet" eOpposite="#//DDMMPetriNet/PetriNet/arcs"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//DDMMPetriNet/ArcKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArcKind"> <eLiterals name="normal" value="1"/> <eLiterals name="read_arc" value="2"/> </eClassifiers> </eSubpackages> <eSubpackages name="SDMMPetriNet" nsURI="petrinet.sdmm" nsPrefix="petrinet.sdmm"> <eClassifiers xsi:type="ecore:EClass" name="Node_dynamic" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="Node_static" lowerBound="1" eType="#//DDMMPetriNet/Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place_dynamic" eSuperTypes="#//SDMMPetriNet/Node_dynamic"> <eStructuralFeatures xsi:type="ecore:EReference" name="Place_static" lowerBound="1" eType="#//DDMMPetriNet/Place"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marking" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet_dynamic"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//SDMMPetriNet/Node_dynamic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PetriNet_static" lowerBound="1" eType="#//DDMMPetriNet/PetriNet"/> </eClassifiers> </eSubpackages> <eSubpackages name="EDMMPetriNet" nsURI="petrinet.edmm" nsPrefix="petrinet.edmm"> <eClassifiers xsi:type="ecore:EClass" name="PetriNetEvent" abstract="true" eSuperTypes="#//TM3PetriNet/PNSimEvent"/> <eClassifiers xsi:type="ecore:EClass" name="FireTransitionEvent" eSuperTypes="#//EDMMPetriNet/PetriNetEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firedTransition" lowerBound="1" eType="#//DDMMPetriNet/Transition"/> </eClassifiers> </eSubpackages> <eSubpackages name="TM3PetriNet" nsURI="petrinet.tmmm" nsPrefix="petrinet.tmmm"> <eClassifiers xsi:type="ecore:EClass" name="PNScenario"> <eStructuralFeatures xsi:type="ecore:EReference" name="traces" upperBound="-1" eType="#//TM3PetriNet/PNTrace" eOpposite="#//TM3PetriNet/PNTrace/scenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simEvents" upperBound="-1" eType="#//TM3PetriNet/PNSimEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PNTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="scenario" lowerBound="1" eType="#//TM3PetriNet/PNScenario" eOpposite="#//TM3PetriNet/PNScenario/traces"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PNSimEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinetsemantics","nsURI":"http://petrinetsemantics/1.0","name":"petrinetsemantics","id":0,"eClass":"EPackage"},{"nsPrefix":"petrinet.ddmm","nsURI":"petrinet.ddmm","name":"DDMMPetriNet","id":1,"eClass":"EPackage"},{"nsPrefix":"petrinet.sdmm","nsURI":"petrinet.sdmm","name":"SDMMPetriNet","id":2,"eClass":"EPackage"},{"nsPrefix":"petrinet.edmm","nsURI":"petrinet.edmm","name":"EDMMPetriNet","id":3,"eClass":"EPackage"},{"nsPrefix":"petrinet.tmmm","nsURI":"petrinet.tmmm","name":"TM3PetriNet","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","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":"Node","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArcKind","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"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_time","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_time","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoings","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":"incomings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"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":"initialMarking","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"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":36,"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":"weight","changeable":true,"lowerBound":1,"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"},{"name":"normal","id":43,"value":1,"literal":"normal","eClass":"EEnumLiteral"},{"name":"read_arc","id":44,"value":2,"literal":"read_arc","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node_dynamic","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place_dynamic","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet_dynamic","instanceClass":null,"abstract":false,"id":47,"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":"Node_static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Place_static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"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":"marking","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PetriNet_static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetEvent","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FireTransitionEvent","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PNSimEvent","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"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":"time","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firedTransition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PNScenario","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PNTrace","instanceClass":null,"abstract":false,"id":69,"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":"traces","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":"simEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scenario","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"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":"internal","changeable":true,"lowerBound":1,"iD":false,"id":76,"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":"date","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"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":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"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":0},{"source":5,"target":1},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":11,"target":7},{"source":11,"target":14},{"source":11,"target":5},{"source":11,"target":15},{"source":14,"target":7},{"source":12,"target":9},{"source":12,"target":16},{"source":12,"target":5},{"source":12,"target":17},{"source":16,"target":9},{"source":13,"target":18},{"source":13,"target":5},{"source":6,"target":1},{"source":6,"target":7},{"source":6,"target":19},{"source":6,"target":20},{"source":6,"target":21},{"source":19,"target":22},{"source":19,"target":6},{"source":20,"target":23},{"source":20,"target":6},{"source":21,"target":7},{"source":7,"target":1},{"source":7,"target":24},{"source":7,"target":15},{"source":7,"target":25},{"source":7,"target":26},{"source":24,"target":27},{"source":24,"target":7},{"source":15,"target":5},{"source":15,"target":28},{"source":15,"target":7},{"source":15,"target":11},{"source":28,"target":5},{"source":25,"target":9},{"source":25,"target":29},{"source":25,"target":7},{"source":25,"target":30},{"source":29,"target":9},{"source":26,"target":9},{"source":26,"target":31},{"source":26,"target":7},{"source":26,"target":32},{"source":31,"target":9},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":33},{"source":8,"target":34},{"source":33,"target":35},{"source":33,"target":8},{"source":34,"target":7},{"source":9,"target":1},{"source":9,"target":32},{"source":9,"target":30},{"source":9,"target":17},{"source":9,"target":36},{"source":9,"target":37},{"source":32,"target":7},{"source":32,"target":38},{"source":32,"target":9},{"source":32,"target":26},{"source":38,"target":7},{"source":30,"target":7},{"source":30,"target":39},{"source":30,"target":9},{"source":30,"target":25},{"source":39,"target":7},{"source":17,"target":5},{"source":17,"target":40},{"source":17,"target":9},{"source":17,"target":12},{"source":40,"target":5},{"source":36,"target":10},{"source":36,"target":41},{"source":36,"target":9},{"source":41,"target":10},{"source":37,"target":42},{"source":37,"target":9},{"source":10,"target":1},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":10},{"source":44,"target":10},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":0},{"source":45,"target":2},{"source":45,"target":48},{"source":48,"target":7},{"source":48,"target":49},{"source":48,"target":45},{"source":49,"target":7},{"source":46,"target":2},{"source":46,"target":45},{"source":46,"target":50},{"source":46,"target":51},{"source":46,"target":52},{"source":50,"target":8},{"source":50,"target":53},{"source":50,"target":46},{"source":53,"target":8},{"source":51,"target":54},{"source":51,"target":46},{"source":52,"target":45},{"source":47,"target":2},{"source":47,"target":55},{"source":47,"target":56},{"source":55,"target":45},{"source":55,"target":57},{"source":55,"target":47},{"source":57,"target":45},{"source":56,"target":5},{"source":56,"target":58},{"source":56,"target":47},{"source":58,"target":5},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":0},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":62},{"source":62,"target":61},{"source":60,"target":3},{"source":60,"target":59},{"source":60,"target":63},{"source":60,"target":64},{"source":60,"target":65},{"source":63,"target":66},{"source":63,"target":60},{"source":64,"target":6},{"source":64,"target":67},{"source":64,"target":60},{"source":67,"target":6},{"source":65,"target":59},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":61},{"source":4,"target":0},{"source":68,"target":4},{"source":68,"target":70},{"source":68,"target":71},{"source":70,"target":69},{"source":70,"target":72},{"source":70,"target":68},{"source":70,"target":73},{"source":72,"target":69},{"source":71,"target":61},{"source":71,"target":74},{"source":71,"target":68},{"source":74,"target":61},{"source":69,"target":4},{"source":69,"target":73},{"source":73,"target":68},{"source":73,"target":75},{"source":73,"target":69},{"source":73,"target":70},{"source":75,"target":68},{"source":61,"target":4},{"source":61,"target":76},{"source":61,"target":77},{"source":61,"target":78},{"source":76,"target":79},{"source":76,"target":61},{"source":77,"target":80},{"source":77,"target":61},{"source":78,"target":81},{"source":78,"target":61}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/montex/CHESS-SBA/org.polarsys.chess.statebased/metamodels/placeTransition.ecore
ptnet PTMarking text containerPlace PTArcAnnotation text containerArc PositiveInteger java.lang.Integer java.lang.Integer Natural java.lang.Integer java.lang.Integer PetriNetDoc nets xmlns http://www.pnml.org/version-2009/grammar/pnml PetriNet id type pages name toolspecifics containerPetriNetDoc PNType PTNET http://www.pnml.org/version-2009/grammar/ptnet COREMODEL http://www.pnml.org/version-2009/grammar/pnmlcoremodel SYMNET http://www.pnml.org/version-2009/grammar/snnet HLPN http://www.pnml.org/version-2009/grammar/highlevelnet GSPN GSPN Page objects containerPetriNet nodegraphics PnObject id name toolspecifics containerPage Name text containerNamePetriNet containerNamePnObject ToolInfo tool version formattedXMLBuffer toolInfoGrammarURI containerPetriNet containerPnObject containerLabel toolInfoModel Label toolspecifics NodeGraphics position dimension fill line containerNode containerPage Graphics Coordinate x y Position containerArcGraphics containerPNodeGraphics Offset containerAnnotationGraphics Dimension containerDNodeGraphics AnnotationGraphics offset fill line font containerAnnotation Fill color BLACK gradientcolor BLACK gradientrotation image containerNodeGraphics containerAnnotationGraphics CSS2Color AQUA aqua BLACK black BLUE blue FUCHSIA fuchsia GRAY gray GREEN green LIME lime MAROON maroon NAVY navy OLIVE olive ORANGE orange PURPLE purple RED red SILVER silver TEAL teal WHITE white YELLOW yellow Gradient HORIZONTAL horizontal VERTICAL vertical DIAGONAL diagonal Line color BLACK shape LINE width containerNodeGraphics containerArcGraphics containerAnnotationGraphics style LineShape LINE line CURVE curve ArcGraphics positions line containerArc Arc source target arcgraphics inscription Node InArcs OutArcs nodegraphics Font align LEFT decoration UNDERLINE family VERDANA rotation size SMALL style NORMAL weight containerAnnotationGraphics FontAlign LEFT left CENTER center RIGHT right FontDecoration UNDERLINE underline OVERLINE overline LINETHROUGH linethrough CSS2FontFamily VERDANA verdana ARIAL arial TIMES times GEORGIA georgia TREBUCHET trebuchet CSS2FontSize XXSMALL xxsmall XSMALL xsmall SMALL small MEDIUM medium LARGE large XLARGE xlarge XXLARGE xxlarge CSS2FontStyle NORMAL normal ITALIC italic OBLIQUE oblique CSS2FontWeight NORMAL normal BOLD bold BOLDER bolder LIGHTER lighter PlaceNode referencingPlaces TransitionNode referencingTransitions Place initialMarking RefTransition ref Transition RefPlace ref Attribute LineStyle SOLID solid DASH dash DOT dot Annotation annotationgraphics URI java.net.URI java.net.URI LongString java.lang.StringBuffer java.lang.StringBuffer AnyObject containerToolInfo GSPNTransition Guard GSPNTransitionType immediate immediate timed timed GSPNArcType normal normal inhibitor inhibitor GSPNArc type normal MultiplicityFunction GSPNImmediateTransition Priority 1 Weight 1 GSPNTimedTransition Distribution Distribution Deterministic Value Exponential Rate Gaussian Mean Variance Uniform Lower Upper Gamma Alpha Beta Weibull Alpha Beta EvaluationList studies measures Study name vars Measure name rewardFunction evaluationType Expression ValueExpression value MarkingExpression place ArithmeticExpression ArithmeticBinaryOperator expression1 expression2 OpSum OpMinus OpMultiply OpDivide IfThenElse condition ifTrue ifFalse LogicalExpression OpTrue OpFalse ComparisonOperator expression1 expression2 BooleanExpression expression1 expression2 OpEqual OpGreater OpLess OpGreaterEqual OpLessEqual OpNot expression OpAnd OpOr EvaluationType SteadyState InstantOfTime instant IntervalOfTime intervalBegin intervalEnd IntervalOfTimeAveraged intervalBegin intervalEnd Variable name VariableValues variable values VariableExpression variable
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ptnet" nsURI="http:///ptnet.ecore" nsPrefix="ptnet"> <eClassifiers xsi:type="ecore:EClass" name="PTMarking" eSuperTypes="#//Annotation"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="markingValueRange" value="self.text >= 0"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="markingValueRange"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="#//Natural"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPlace" eType="#//Place" eOpposite="#//Place/initialMarking"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PTArcAnnotation" eSuperTypes="#//Annotation"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="inscriptionValueRange" value="self.text > 0"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="inscriptionValueRange"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="#//PositiveInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArc" eType="#//Arc" eOpposite="#//Arc/inscription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PositiveInteger" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Natural" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EClass" name="PetriNetDoc"> <eStructuralFeatures xsi:type="ecore:EReference" name="nets" ordered="false" lowerBound="1" upperBound="-1" eType="#//PetriNet" containment="true" eOpposite="#//PetriNet/containerPetriNetDoc"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" defaultValueLiteral="http://www.pnml.org/version-2009/grammar/pnml"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//PNType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" ordered="false" lowerBound="1" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/containerPetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name" containment="true" eOpposite="#//Name/containerNamePetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPetriNet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNetDoc" ordered="false" eType="#//PetriNetDoc" eOpposite="#//PetriNetDoc/nets"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PNType"> <eLiterals name="PTNET" value="1" literal="http://www.pnml.org/version-2009/grammar/ptnet"/> <eLiterals name="COREMODEL" literal="http://www.pnml.org/version-2009/grammar/pnmlcoremodel"/> <eLiterals name="SYMNET" value="2" literal="http://www.pnml.org/version-2009/grammar/snnet"/> <eLiterals name="HLPN" value="3" literal="http://www.pnml.org/version-2009/grammar/highlevelnet"/> <eLiterals name="GSPN" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//PnObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" ordered="false" upperBound="-1" eType="#//PnObject" containment="true" eOpposite="#//PnObject/containerPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false" eType="#//PetriNet" eOpposite="#//PetriNet/pages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics" containment="true" eOpposite="#//NodeGraphics/containerPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PnObject" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" eType="#//Name" containment="true" eOpposite="#//Name/containerNamePnObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerPnObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" ordered="false" eType="#//Page" eOpposite="#//Page/objects"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePetriNet" eType="#//PetriNet" eOpposite="#//PetriNet/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamePnObject" eType="#//PnObject" eOpposite="#//PnObject/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tool" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formattedXMLBuffer" ordered="false" eType="#//LongString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolInfoGrammarURI" ordered="false" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPetriNet" ordered="false" eType="#//PetriNet" eOpposite="#//PetriNet/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPnObject" ordered="false" eType="#//PnObject" eOpposite="#//PnObject/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerLabel" ordered="false" eType="#//Label" eOpposite="#//Label/toolspecifics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolInfoModel" eType="#//AnyObject" containment="true" eOpposite="#//AnyObject/containerToolInfo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="toolspecifics" ordered="false" upperBound="-1" eType="#//ToolInfo" containment="true" eOpposite="#//ToolInfo/containerLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" ordered="false" eType="#//Position" containment="true" eOpposite="#//Position/containerPNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" ordered="false" eType="#//Dimension" containment="true" eOpposite="#//Dimension/containerDNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill" containment="true" eOpposite="#//Fill/containerNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerNodeGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNode" eType="#//Node" eOpposite="#//Node/nodegraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPage" eType="#//Page" eOpposite="#//Page/nodegraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graphics" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Coordinate" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false" eType="#//ArcGraphics" eOpposite="#//ArcGraphics/positions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPNodeGraphics" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/position"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offset" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/offset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//Coordinate"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/dimension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="offset" ordered="false" eType="#//Offset" containment="true" eOpposite="#//Offset/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fill" ordered="false" eType="#//Fill" containment="true" eOpposite="#//Fill/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" eType="#//Font" containment="true" eOpposite="#//Font/containerAnnotationGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotation" eType="#//Annotation" eOpposite="#//Annotation/annotationgraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fill"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientcolor" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gradientrotation" ordered="false" eType="#//Gradient"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" ordered="false" eType="#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/fill"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/fill"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2Color"> <eLiterals name="AQUA" literal="aqua"/> <eLiterals name="BLACK" value="1" literal="black"/> <eLiterals name="BLUE" value="2" literal="blue"/> <eLiterals name="FUCHSIA" value="3" literal="fuchsia"/> <eLiterals name="GRAY" value="4" literal="gray"/> <eLiterals name="GREEN" value="5" literal="green"/> <eLiterals name="LIME" value="6" literal="lime"/> <eLiterals name="MAROON" value="7" literal="maroon"/> <eLiterals name="NAVY" value="8" literal="navy"/> <eLiterals name="OLIVE" value="9" literal="olive"/> <eLiterals name="ORANGE" value="10" literal="orange"/> <eLiterals name="PURPLE" value="11" literal="purple"/> <eLiterals name="RED" value="12" literal="red"/> <eLiterals name="SILVER" value="13" literal="silver"/> <eLiterals name="TEAL" value="14" literal="teal"/> <eLiterals name="WHITE" value="15" literal="white"/> <eLiterals name="YELLOW" value="16" literal="yellow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Gradient"> <eLiterals name="HORIZONTAL" literal="horizontal"/> <eLiterals name="VERTICAL" value="1" literal="vertical"/> <eLiterals name="DIAGONAL" value="2" literal="diagonal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Line"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" eType="#//CSS2Color" defaultValueLiteral="BLACK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" ordered="false" eType="#//LineShape" defaultValueLiteral="LINE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNodeGraphics" ordered="false" eType="#//NodeGraphics" eOpposite="#//NodeGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArcGraphics" ordered="false" eType="#//ArcGraphics" eOpposite="#//ArcGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/line"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//LineStyle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineShape"> <eLiterals name="LINE" literal="line"/> <eLiterals name="CURVE" value="1" literal="curve"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcGraphics" eSuperTypes="#//Graphics"> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true" eOpposite="#//Position/containerArcGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" ordered="false" eType="#//Line" containment="true" eOpposite="#//Line/containerArcGraphics"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerArc" eType="#//Arc" eOpposite="#//Arc/arcgraphics"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//PnObject"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="samePageSourceTarget" value="self.source.containerPage = self.target.containerPage"/> <details key="differentSourceTarget" value="(self.source.oclIsKindOf(PlaceNode) and self.target.oclIsKindOf(TransitionNode)) or (self.source.oclIsKindOf(TransitionNode) and self.target.oclIsKindOf(PlaceNode))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="samePageSourceTarget differentSourceTarget"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Node" eOpposite="#//Node/OutArcs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Node" eOpposite="#//Node/InArcs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcgraphics" ordered="false" eType="#//ArcGraphics" containment="true" eOpposite="#//ArcGraphics/containerArc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inscription" eType="#//PTArcAnnotation" containment="true" eOpposite="#//PTArcAnnotation/containerArc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//PnObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="InArcs" ordered="false" upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="OutArcs" ordered="false" upperBound="-1" eType="#//Arc" changeable="false" eOpposite="#//Arc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodegraphics" eType="#//NodeGraphics" containment="true" eOpposite="#//NodeGraphics/containerNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" eType="#//FontAlign" defaultValueLiteral="LEFT"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" ordered="false" eType="#//FontDecoration" defaultValueLiteral="UNDERLINE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="family" ordered="false" eType="#//CSS2FontFamily" defaultValueLiteral="VERDANA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" eType="#//CSS2FontSize" defaultValueLiteral="SMALL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false" eType="#//CSS2FontStyle" defaultValueLiteral="NORMAL"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" eType="#//CSS2FontWeight"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAnnotationGraphics" ordered="false" eType="#//AnnotationGraphics" eOpposite="#//AnnotationGraphics/font"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontAlign"> <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="FontDecoration"> <eLiterals name="UNDERLINE" literal="underline"/> <eLiterals name="OVERLINE" value="1" literal="overline"/> <eLiterals name="LINETHROUGH" value="2" literal="linethrough"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontFamily"> <eLiterals name="VERDANA" literal="verdana"/> <eLiterals name="ARIAL" value="1" literal="arial"/> <eLiterals name="TIMES" value="2" literal="times"/> <eLiterals name="GEORGIA" value="3" literal="georgia"/> <eLiterals name="TREBUCHET" value="4" literal="trebuchet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontSize"> <eLiterals name="XXSMALL" literal="xxsmall"/> <eLiterals name="XSMALL" value="1" literal="xsmall"/> <eLiterals name="SMALL" value="2" literal="small"/> <eLiterals name="MEDIUM" value="3" literal="medium"/> <eLiterals name="LARGE" value="4" literal="large"/> <eLiterals name="XLARGE" value="5" literal="xlarge"/> <eLiterals name="XXLARGE" value="6" literal="xxlarge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontStyle"> <eLiterals name="NORMAL" literal="normal"/> <eLiterals name="ITALIC" value="1" literal="italic"/> <eLiterals name="OBLIQUE" value="2" literal="oblique"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CSS2FontWeight"> <eLiterals name="NORMAL" literal="normal"/> <eLiterals name="BOLD" value="1" literal="bold"/> <eLiterals name="BOLDER" value="2" literal="bolder"/> <eLiterals name="LIGHTER" value="3" literal="lighter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceNode" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencingPlaces" upperBound="-1" eType="#//RefPlace" changeable="false" eOpposite="#//RefPlace/ref"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionNode" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencingTransitions" upperBound="-1" eType="#//RefTransition" changeable="false" eOpposite="#//RefTransition/ref"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//PlaceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialMarking" eType="#//PTMarking" containment="true" eOpposite="#//PTMarking/containerPlace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefTransition" eSuperTypes="#//TransitionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1" eType="#//TransitionNode" eOpposite="#//TransitionNode/referencingTransitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//TransitionNode"/> <eClassifiers xsi:type="ecore:EClass" name="RefPlace" eSuperTypes="#//PlaceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" ordered="false" lowerBound="1" eType="#//PlaceNode" eOpposite="#//PlaceNode/referencingPlaces"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" abstract="true" eSuperTypes="#//Label"/> <eClassifiers xsi:type="ecore:EEnum" name="LineStyle"> <eLiterals name="SOLID" literal="solid"/> <eLiterals name="DASH" value="1" literal="dash"/> <eLiterals name="DOT" value="2" literal="dot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#//Label"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationgraphics" ordered="false" eType="#//AnnotationGraphics" containment="true" eOpposite="#//AnnotationGraphics/containerAnnotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.net.URI"/> <eClassifiers xsi:type="ecore:EDataType" name="LongString" instanceClassName="java.lang.StringBuffer"/> <eClassifiers xsi:type="ecore:EClass" name="AnyObject" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerToolInfo" eType="#//ToolInfo" changeable="false" eOpposite="#//ToolInfo/toolInfoModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GSPNTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="Guard" eType="#//LogicalExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GSPNTransitionType"> <eLiterals name="immediate"/> <eLiterals name="timed" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GSPNArcType"> <eLiterals name="normal"/> <eLiterals name="inhibitor" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GSPNArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//GSPNArcType" defaultValueLiteral="normal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MultiplicityFunction" eType="#//ArithmeticExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GSPNImmediateTransition" eSuperTypes="#//GSPNTransition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GSPNTimedTransition" eSuperTypes="#//GSPNTransition"> <eStructuralFeatures xsi:type="ecore:EReference" name="Distribution" lowerBound="1" eType="#//Distribution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Distribution" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Deterministic" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exponential" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gaussian" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Mean" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Variance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Uniform" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Lower" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Upper" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gamma" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Alpha" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Beta" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Weibull" eSuperTypes="#//Distribution"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Alpha" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Beta" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationList"> <eStructuralFeatures xsi:type="ecore:EReference" name="studies" lowerBound="1" upperBound="-1" eType="#//Study" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="measures" lowerBound="1" upperBound="-1" eType="#//Measure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Study"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//VariableValues" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Measure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rewardFunction" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationType" lowerBound="1" eType="#//EvaluationType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ValueExpression" eSuperTypes="#//ArithmeticExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarkingExpression" eSuperTypes="#//ArithmeticExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="#//PlaceNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticBinaryOperator" abstract="true" eSuperTypes="#//ArithmeticExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpSum" eSuperTypes="#//ArithmeticBinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpMinus" eSuperTypes="#//ArithmeticBinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpMultiply" eSuperTypes="#//ArithmeticBinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpDivide" eSuperTypes="#//ArithmeticBinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//ArithmeticExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//LogicalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifTrue" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifFalse" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="OpTrue" eSuperTypes="#//LogicalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OpFalse" eSuperTypes="#//LogicalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ComparisonOperator" abstract="true" eSuperTypes="#//LogicalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//LogicalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" lowerBound="1" eType="#//LogicalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" lowerBound="1" eType="#//LogicalExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpEqual" eSuperTypes="#//ComparisonOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpGreater" eSuperTypes="#//ComparisonOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpLess" eSuperTypes="#//ComparisonOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpGreaterEqual" eSuperTypes="#//ComparisonOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpLessEqual" eSuperTypes="#//ComparisonOperator"/> <eClassifiers xsi:type="ecore:EClass" name="OpNot" eSuperTypes="#//LogicalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//LogicalExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpAnd" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OpOr" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EvaluationType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SteadyState" eSuperTypes="#//EvaluationType"/> <eClassifiers xsi:type="ecore:EClass" name="InstantOfTime" eSuperTypes="#//EvaluationType"> <eStructuralFeatures xsi:type="ecore:EReference" name="instant" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalOfTime" eSuperTypes="#//EvaluationType"> <eStructuralFeatures xsi:type="ecore:EReference" name="intervalBegin" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intervalEnd" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalOfTimeAveraged" eSuperTypes="#//EvaluationType"> <eStructuralFeatures xsi:type="ecore:EReference" name="intervalBegin" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intervalEnd" lowerBound="1" eType="#//ArithmeticExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableValues"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpression" eSuperTypes="#//ArithmeticExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"ptnet","nsURI":"http:///ptnet.ecore","name":"ptnet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTMarking","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTArcAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"PositiveInteger","instanceClass":"java.lang.Integer","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Natural","instanceClass":"java.lang.Integer","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetDoc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PNType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PnObject","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInfo","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeGraphics","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coordinate","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","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":"Fill","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2Color","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gradient","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineShape","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcGraphics","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontAlign","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontDecoration","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontFamily","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontSize","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontStyle","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CSS2FontWeight","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceNode","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionNode","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTransition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefPlace","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineStyle","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.net.URI","defaultValue":null,"instanceClassName":"java.net.URI","name":"URI","instanceClass":"java.net.URI","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.StringBuffer","defaultValue":null,"instanceClassName":"java.lang.StringBuffer","name":"LongString","instanceClass":"java.lang.StringBuffer","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyObject","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GSPNTransition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GSPNTransitionType","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GSPNArcType","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GSPNArc","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GSPNImmediateTransition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GSPNTimedTransition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Distribution","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deterministic","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponential","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gaussian","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uniform","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gamma","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Weibull","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationList","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Study","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measure","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkingExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticBinaryOperator","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpSum","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpMinus","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpMultiply","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpDivide","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpTrue","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFalse","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpEqual","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpGreater","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpLess","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpGreaterEqual","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpLessEqual","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpNot","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpAnd","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpOr","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationType","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SteadyState","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantOfTime","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalOfTime","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalOfTimeAveraged","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableValues","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpression","instanceClass":null,"abstract":false,"id":93,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":94,"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":"containerPlace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":100,"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":"containerArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"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":"nets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"http://www.pnml.org/version-2009/grammar/pnml","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.pnml.org/version-2009/grammar/pnml","unsettable":false,"transient":false,"unique":true,"name":"xmlns","changeable":false,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"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":"containerPetriNetDoc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":111,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":112,"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":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"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":"containerNamePetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"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":"containerPetriNet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"name":"PTNET","id":125,"value":1,"literal":"http://www.pnml.org/version-2009/grammar/ptnet","eClass":"EEnumLiteral"},{"name":"COREMODEL","id":126,"value":0,"literal":"http://www.pnml.org/version-2009/grammar/pnmlcoremodel","eClass":"EEnumLiteral"},{"name":"SYMNET","id":127,"value":2,"literal":"http://www.pnml.org/version-2009/grammar/snnet","eClass":"EEnumLiteral"},{"name":"HLPN","id":128,"value":3,"literal":"http://www.pnml.org/version-2009/grammar/highlevelnet","eClass":"EEnumLiteral"},{"name":"GSPN","id":129,"value":4,"literal":"GSPN","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":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"containerPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":138,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"containerNamePnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"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":"containerPnObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"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":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"tool","changeable":true,"lowerBound":1,"iD":false,"id":152,"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":"version","changeable":true,"lowerBound":1,"iD":false,"id":153,"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":"formattedXMLBuffer","changeable":true,"lowerBound":0,"iD":false,"id":154,"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":"toolInfoGrammarURI","changeable":true,"lowerBound":0,"iD":false,"id":155,"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":"containerLabel","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":"toolInfoModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"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":"toolspecifics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"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":"containerToolInfo","changeable":false,"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":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"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":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"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":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"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":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"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":"containerNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"containerPNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerDNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"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":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"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":"containerNodeGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodegraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"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":"x","changeable":true,"lowerBound":1,"iD":false,"id":186,"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":"y","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"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":"containerArcGraphics","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"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":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"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":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"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":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"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":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"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":"containerAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"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":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"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":"containerAnnotationGraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"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":"annotationgraphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"gradientcolor","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":false,"upperBound":1,"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":217,"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":"image","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"name":"AQUA","id":225,"value":0,"literal":"aqua","eClass":"EEnumLiteral"},{"name":"BLACK","id":226,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"BLUE","id":227,"value":2,"literal":"blue","eClass":"EEnumLiteral"},{"name":"FUCHSIA","id":228,"value":3,"literal":"fuchsia","eClass":"EEnumLiteral"},{"name":"GRAY","id":229,"value":4,"literal":"gray","eClass":"EEnumLiteral"},{"name":"GREEN","id":230,"value":5,"literal":"green","eClass":"EEnumLiteral"},{"name":"LIME","id":231,"value":6,"literal":"lime","eClass":"EEnumLiteral"},{"name":"MAROON","id":232,"value":7,"literal":"maroon","eClass":"EEnumLiteral"},{"name":"NAVY","id":233,"value":8,"literal":"navy","eClass":"EEnumLiteral"},{"name":"OLIVE","id":234,"value":9,"literal":"olive","eClass":"EEnumLiteral"},{"name":"ORANGE","id":235,"value":10,"literal":"orange","eClass":"EEnumLiteral"},{"name":"PURPLE","id":236,"value":11,"literal":"purple","eClass":"EEnumLiteral"},{"name":"RED","id":237,"value":12,"literal":"red","eClass":"EEnumLiteral"},{"name":"SILVER","id":238,"value":13,"literal":"silver","eClass":"EEnumLiteral"},{"name":"TEAL","id":239,"value":14,"literal":"teal","eClass":"EEnumLiteral"},{"name":"WHITE","id":240,"value":15,"literal":"white","eClass":"EEnumLiteral"},{"name":"YELLOW","id":241,"value":16,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":242,"value":0,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":243,"value":1,"literal":"vertical","eClass":"EEnumLiteral"},{"name":"DIAGONAL","id":244,"value":2,"literal":"diagonal","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BLACK","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"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":246,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArcGraphics","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":"style","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"name":"LINE","id":258,"value":0,"literal":"line","eClass":"EEnumLiteral"},{"name":"CURVE","id":259,"value":1,"literal":"curve","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerArc","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcgraphics","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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"OutArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"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":"InArcs","changeable":false,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"LEFT","unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNDERLINE","unsettable":false,"transient":false,"unique":true,"name":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"VERDANA","unsettable":false,"transient":false,"unique":true,"name":"family","changeable":true,"lowerBound":0,"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":true,"name":"rotation","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SMALL","unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":false,"upperBound":1,"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":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"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"name":"LEFT","id":294,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"CENTER","id":295,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"RIGHT","id":296,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"UNDERLINE","id":297,"value":0,"literal":"underline","eClass":"EEnumLiteral"},{"name":"OVERLINE","id":298,"value":1,"literal":"overline","eClass":"EEnumLiteral"},{"name":"LINETHROUGH","id":299,"value":2,"literal":"linethrough","eClass":"EEnumLiteral"},{"name":"VERDANA","id":300,"value":0,"literal":"verdana","eClass":"EEnumLiteral"},{"name":"ARIAL","id":301,"value":1,"literal":"arial","eClass":"EEnumLiteral"},{"name":"TIMES","id":302,"value":2,"literal":"times","eClass":"EEnumLiteral"},{"name":"GEORGIA","id":303,"value":3,"literal":"georgia","eClass":"EEnumLiteral"},{"name":"TREBUCHET","id":304,"value":4,"literal":"trebuchet","eClass":"EEnumLiteral"},{"name":"XXSMALL","id":305,"value":0,"literal":"xxsmall","eClass":"EEnumLiteral"},{"name":"XSMALL","id":306,"value":1,"literal":"xsmall","eClass":"EEnumLiteral"},{"name":"SMALL","id":307,"value":2,"literal":"small","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":308,"value":3,"literal":"medium","eClass":"EEnumLiteral"},{"name":"LARGE","id":309,"value":4,"literal":"large","eClass":"EEnumLiteral"},{"name":"XLARGE","id":310,"value":5,"literal":"xlarge","eClass":"EEnumLiteral"},{"name":"XXLARGE","id":311,"value":6,"literal":"xxlarge","eClass":"EEnumLiteral"},{"name":"NORMAL","id":312,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"ITALIC","id":313,"value":1,"literal":"italic","eClass":"EEnumLiteral"},{"name":"OBLIQUE","id":314,"value":2,"literal":"oblique","eClass":"EEnumLiteral"},{"name":"NORMAL","id":315,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"BOLD","id":316,"value":1,"literal":"bold","eClass":"EEnumLiteral"},{"name":"BOLDER","id":317,"value":2,"literal":"bolder","eClass":"EEnumLiteral"},{"name":"LIGHTER","id":318,"value":3,"literal":"lighter","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":"referencingPlaces","changeable":false,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"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":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingTransitions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"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":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"name":"SOLID","id":335,"value":0,"literal":"solid","eClass":"EEnumLiteral"},{"name":"DASH","id":336,"value":1,"literal":"dash","eClass":"EEnumLiteral"},{"name":"DOT","id":337,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"name":"immediate","id":344,"value":0,"literal":"immediate","eClass":"EEnumLiteral"},{"name":"timed","id":345,"value":1,"literal":"timed","eClass":"EEnumLiteral"},{"name":"normal","id":346,"value":0,"literal":"normal","eClass":"EEnumLiteral"},{"name":"inhibitor","id":347,"value":1,"literal":"inhibitor","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MultiplicityFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"Priority","changeable":true,"lowerBound":1,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"Weight","changeable":true,"lowerBound":1,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Distribution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Value","changeable":true,"lowerBound":1,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"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":"Rate","changeable":true,"lowerBound":1,"iD":false,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"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":"Mean","changeable":true,"lowerBound":1,"iD":false,"id":367,"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":"Variance","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"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":"Lower","changeable":true,"lowerBound":1,"iD":false,"id":372,"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":"Upper","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"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":"Alpha","changeable":true,"lowerBound":1,"iD":false,"id":377,"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":"Beta","changeable":true,"lowerBound":1,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"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":"Alpha","changeable":true,"lowerBound":1,"iD":false,"id":382,"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":"Beta","changeable":true,"lowerBound":1,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"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":"studies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"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":"measures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":391,"derived":false},{"container":false,"ordered":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":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":395,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rewardFunction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","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"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":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":417,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifTrue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifFalse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":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":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intervalBegin","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":"intervalEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intervalBegin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intervalEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":463,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"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":1,"target":0},{"source":1,"target":43},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":94,"target":4},{"source":94,"target":97},{"source":94,"target":1},{"source":97,"target":4},{"source":95,"target":37},{"source":95,"target":98},{"source":95,"target":1},{"source":95,"target":99},{"source":98,"target":37},{"source":96,"target":43},{"source":2,"target":0},{"source":2,"target":43},{"source":2,"target":100},{"source":2,"target":101},{"source":2,"target":102},{"source":100,"target":3},{"source":100,"target":103},{"source":100,"target":2},{"source":103,"target":3},{"source":101,"target":26},{"source":101,"target":104},{"source":101,"target":2},{"source":101,"target":105},{"source":104,"target":26},{"source":102,"target":43},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":106},{"source":5,"target":107},{"source":106,"target":6},{"source":106,"target":108},{"source":106,"target":5},{"source":106,"target":109},{"source":108,"target":6},{"source":107,"target":110},{"source":107,"target":5},{"source":6,"target":0},{"source":6,"target":111},{"source":6,"target":112},{"source":6,"target":113},{"source":6,"target":114},{"source":6,"target":115},{"source":6,"target":109},{"source":111,"target":116},{"source":111,"target":6},{"source":112,"target":7},{"source":112,"target":117},{"source":112,"target":6},{"source":117,"target":7},{"source":113,"target":8},{"source":113,"target":118},{"source":113,"target":6},{"source":113,"target":119},{"source":118,"target":8},{"source":114,"target":10},{"source":114,"target":120},{"source":114,"target":6},{"source":114,"target":121},{"source":120,"target":10},{"source":115,"target":11},{"source":115,"target":122},{"source":115,"target":6},{"source":115,"target":123},{"source":122,"target":11},{"source":109,"target":5},{"source":109,"target":124},{"source":109,"target":6},{"source":109,"target":106},{"source":124,"target":5},{"source":7,"target":0},{"source":7,"target":125},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":7,"target":129},{"source":125,"target":7},{"source":126,"target":7},{"source":127,"target":7},{"source":128,"target":7},{"source":129,"target":7},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":130},{"source":8,"target":119},{"source":8,"target":131},{"source":8,"target":132},{"source":130,"target":9},{"source":130,"target":133},{"source":130,"target":8},{"source":130,"target":134},{"source":133,"target":9},{"source":119,"target":6},{"source":119,"target":135},{"source":119,"target":8},{"source":119,"target":113},{"source":135,"target":6},{"source":131,"target":13},{"source":131,"target":136},{"source":131,"target":8},{"source":131,"target":137},{"source":136,"target":13},{"source":132,"target":9},{"source":9,"target":0},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":134},{"source":138,"target":141},{"source":138,"target":9},{"source":139,"target":10},{"source":139,"target":142},{"source":139,"target":9},{"source":139,"target":143},{"source":142,"target":10},{"source":140,"target":11},{"source":140,"target":144},{"source":140,"target":9},{"source":140,"target":145},{"source":144,"target":11},{"source":134,"target":8},{"source":134,"target":146},{"source":134,"target":9},{"source":134,"target":130},{"source":146,"target":8},{"source":10,"target":0},{"source":10,"target":43},{"source":10,"target":147},{"source":10,"target":121},{"source":10,"target":143},{"source":10,"target":148},{"source":147,"target":149},{"source":147,"target":10},{"source":121,"target":6},{"source":121,"target":150},{"source":121,"target":10},{"source":121,"target":114},{"source":150,"target":6},{"source":143,"target":9},{"source":143,"target":151},{"source":143,"target":10},{"source":143,"target":139},{"source":151,"target":9},{"source":148,"target":43},{"source":11,"target":0},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":123},{"source":11,"target":145},{"source":11,"target":156},{"source":11,"target":157},{"source":152,"target":158},{"source":152,"target":11},{"source":153,"target":159},{"source":153,"target":11},{"source":154,"target":45},{"source":154,"target":160},{"source":154,"target":11},{"source":160,"target":45},{"source":155,"target":44},{"source":155,"target":161},{"source":155,"target":11},{"source":161,"target":44},{"source":123,"target":6},{"source":123,"target":162},{"source":123,"target":11},{"source":123,"target":115},{"source":162,"target":6},{"source":145,"target":9},{"source":145,"target":163},{"source":145,"target":11},{"source":145,"target":140},{"source":163,"target":9},{"source":156,"target":12},{"source":156,"target":164},{"source":156,"target":11},{"source":156,"target":165},{"source":164,"target":12},{"source":157,"target":46},{"source":157,"target":166},{"source":157,"target":11},{"source":157,"target":167},{"source":166,"target":46},{"source":12,"target":0},{"source":12,"target":165},{"source":165,"target":11},{"source":165,"target":168},{"source":165,"target":12},{"source":165,"target":156},{"source":168,"target":11},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":169},{"source":13,"target":170},{"source":13,"target":171},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":137},{"source":13,"target":174},{"source":169,"target":16},{"source":169,"target":175},{"source":169,"target":13},{"source":169,"target":176},{"source":175,"target":16},{"source":170,"target":18},{"source":170,"target":177},{"source":170,"target":13},{"source":170,"target":178},{"source":177,"target":18},{"source":171,"target":20},{"source":171,"target":179},{"source":171,"target":13},{"source":171,"target":180},{"source":179,"target":20},{"source":172,"target":23},{"source":172,"target":181},{"source":172,"target":13},{"source":172,"target":182},{"source":181,"target":23},{"source":173,"target":27},{"source":173,"target":183},{"source":173,"target":13},{"source":173,"target":184},{"source":183,"target":27},{"source":137,"target":8},{"source":137,"target":185},{"source":137,"target":13},{"source":137,"target":131},{"source":185,"target":8},{"source":174,"target":14},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":186},{"source":15,"target":187},{"source":186,"target":188},{"source":186,"target":15},{"source":187,"target":189},{"source":187,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":190},{"source":16,"target":176},{"source":16,"target":191},{"source":190,"target":25},{"source":190,"target":192},{"source":190,"target":16},{"source":190,"target":193},{"source":192,"target":25},{"source":176,"target":13},{"source":176,"target":194},{"source":176,"target":16},{"source":176,"target":169},{"source":194,"target":13},{"source":191,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":195},{"source":17,"target":196},{"source":195,"target":19},{"source":195,"target":197},{"source":195,"target":17},{"source":195,"target":198},{"source":197,"target":19},{"source":196,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":178},{"source":18,"target":199},{"source":178,"target":13},{"source":178,"target":200},{"source":178,"target":18},{"source":178,"target":170},{"source":200,"target":13},{"source":199,"target":15},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":198},{"source":19,"target":201},{"source":19,"target":202},{"source":19,"target":203},{"source":19,"target":204},{"source":19,"target":205},{"source":198,"target":17},{"source":198,"target":206},{"source":198,"target":19},{"source":198,"target":195},{"source":206,"target":17},{"source":201,"target":20},{"source":201,"target":207},{"source":201,"target":19},{"source":201,"target":208},{"source":207,"target":20},{"source":202,"target":23},{"source":202,"target":209},{"source":202,"target":19},{"source":202,"target":210},{"source":209,"target":23},{"source":203,"target":28},{"source":203,"target":211},{"source":203,"target":19},{"source":203,"target":212},{"source":211,"target":28},{"source":204,"target":43},{"source":204,"target":213},{"source":204,"target":19},{"source":204,"target":214},{"source":213,"target":43},{"source":205,"target":14},{"source":20,"target":0},{"source":20,"target":215},{"source":20,"target":216},{"source":20,"target":217},{"source":20,"target":218},{"source":20,"target":180},{"source":20,"target":208},{"source":215,"target":21},{"source":215,"target":219},{"source":215,"target":20},{"source":219,"target":21},{"source":216,"target":21},{"source":216,"target":220},{"source":216,"target":20},{"source":220,"target":21},{"source":217,"target":22},{"source":217,"target":221},{"source":217,"target":20},{"source":221,"target":22},{"source":218,"target":44},{"source":218,"target":222},{"source":218,"target":20},{"source":222,"target":44},{"source":180,"target":13},{"source":180,"target":223},{"source":180,"target":20},{"source":180,"target":171},{"source":223,"target":13},{"source":208,"target":19},{"source":208,"target":224},{"source":208,"target":20},{"source":208,"target":201},{"source":224,"target":19},{"source":21,"target":0},{"source":21,"target":225},{"source":21,"target":226},{"source":21,"target":227},{"source":21,"target":228},{"source":21,"target":229},{"source":21,"target":230},{"source":21,"target":231},{"source":21,"target":232},{"source":21,"target":233},{"source":21,"target":234},{"source":21,"target":235},{"source":21,"target":236},{"source":21,"target":237},{"source":21,"target":238},{"source":21,"target":239},{"source":21,"target":240},{"source":21,"target":241},{"source":225,"target":21},{"source":226,"target":21},{"source":227,"target":21},{"source":228,"target":21},{"source":229,"target":21},{"source":230,"target":21},{"source":231,"target":21},{"source":232,"target":21},{"source":233,"target":21},{"source":234,"target":21},{"source":235,"target":21},{"source":236,"target":21},{"source":237,"target":21},{"source":238,"target":21},{"source":239,"target":21},{"source":240,"target":21},{"source":241,"target":21},{"source":22,"target":0},{"source":22,"target":242},{"source":22,"target":243},{"source":22,"target":244},{"source":242,"target":22},{"source":243,"target":22},{"source":244,"target":22},{"source":23,"target":0},{"source":23,"target":245},{"source":23,"target":246},{"source":23,"target":247},{"source":23,"target":182},{"source":23,"target":248},{"source":23,"target":210},{"source":23,"target":249},{"source":245,"target":21},{"source":245,"target":250},{"source":245,"target":23},{"source":250,"target":21},{"source":246,"target":24},{"source":246,"target":251},{"source":246,"target":23},{"source":251,"target":24},{"source":247,"target":252},{"source":247,"target":23},{"source":182,"target":13},{"source":182,"target":253},{"source":182,"target":23},{"source":182,"target":172},{"source":253,"target":13},{"source":248,"target":25},{"source":248,"target":254},{"source":248,"target":23},{"source":248,"target":255},{"source":254,"target":25},{"source":210,"target":19},{"source":210,"target":256},{"source":210,"target":23},{"source":210,"target":202},{"source":256,"target":19},{"source":249,"target":42},{"source":249,"target":257},{"source":249,"target":23},{"source":257,"target":42},{"source":24,"target":0},{"source":24,"target":258},{"source":24,"target":259},{"source":258,"target":24},{"source":259,"target":24},{"source":25,"target":0},{"source":25,"target":14},{"source":25,"target":193},{"source":25,"target":255},{"source":25,"target":260},{"source":25,"target":261},{"source":193,"target":16},{"source":193,"target":262},{"source":193,"target":25},{"source":193,"target":190},{"source":262,"target":16},{"source":255,"target":23},{"source":255,"target":263},{"source":255,"target":25},{"source":255,"target":248},{"source":263,"target":23},{"source":260,"target":26},{"source":260,"target":264},{"source":260,"target":25},{"source":260,"target":265},{"source":264,"target":26},{"source":261,"target":14},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":266},{"source":26,"target":267},{"source":26,"target":265},{"source":26,"target":105},{"source":26,"target":268},{"source":266,"target":27},{"source":266,"target":269},{"source":266,"target":26},{"source":266,"target":270},{"source":269,"target":27},{"source":267,"target":27},{"source":267,"target":271},{"source":267,"target":26},{"source":267,"target":272},{"source":271,"target":27},{"source":265,"target":25},{"source":265,"target":273},{"source":265,"target":26},{"source":265,"target":260},{"source":273,"target":25},{"source":105,"target":2},{"source":105,"target":274},{"source":105,"target":26},{"source":105,"target":101},{"source":274,"target":2},{"source":268,"target":9},{"source":27,"target":0},{"source":27,"target":9},{"source":27,"target":272},{"source":27,"target":270},{"source":27,"target":184},{"source":27,"target":275},{"source":272,"target":26},{"source":272,"target":276},{"source":272,"target":27},{"source":272,"target":267},{"source":276,"target":26},{"source":270,"target":26},{"source":270,"target":277},{"source":270,"target":27},{"source":270,"target":266},{"source":277,"target":26},{"source":184,"target":13},{"source":184,"target":278},{"source":184,"target":27},{"source":184,"target":173},{"source":278,"target":13},{"source":275,"target":9},{"source":28,"target":0},{"source":28,"target":279},{"source":28,"target":280},{"source":28,"target":281},{"source":28,"target":282},{"source":28,"target":283},{"source":28,"target":284},{"source":28,"target":285},{"source":28,"target":212},{"source":279,"target":29},{"source":279,"target":286},{"source":279,"target":28},{"source":286,"target":29},{"source":280,"target":30},{"source":280,"target":287},{"source":280,"target":28},{"source":287,"target":30},{"source":281,"target":31},{"source":281,"target":288},{"source":281,"target":28},{"source":288,"target":31},{"source":282,"target":289},{"source":282,"target":28},{"source":283,"target":32},{"source":283,"target":290},{"source":283,"target":28},{"source":290,"target":32},{"source":284,"target":33},{"source":284,"target":291},{"source":284,"target":28},{"source":291,"target":33},{"source":285,"target":34},{"source":285,"target":292},{"source":285,"target":28},{"source":292,"target":34},{"source":212,"target":19},{"source":212,"target":293},{"source":212,"target":28},{"source":212,"target":203},{"source":293,"target":19},{"source":29,"target":0},{"source":29,"target":294},{"source":29,"target":295},{"source":29,"target":296},{"source":294,"target":29},{"source":295,"target":29},{"source":296,"target":29},{"source":30,"target":0},{"source":30,"target":297},{"source":30,"target":298},{"source":30,"target":299},{"source":297,"target":30},{"source":298,"target":30},{"source":299,"target":30},{"source":31,"target":0},{"source":31,"target":300},{"source":31,"target":301},{"source":31,"target":302},{"source":31,"target":303},{"source":31,"target":304},{"source":300,"target":31},{"source":301,"target":31},{"source":302,"target":31},{"source":303,"target":31},{"source":304,"target":31},{"source":32,"target":0},{"source":32,"target":305},{"source":32,"target":306},{"source":32,"target":307},{"source":32,"target":308},{"source":32,"target":309},{"source":32,"target":310},{"source":32,"target":311},{"source":305,"target":32},{"source":306,"target":32},{"source":307,"target":32},{"source":308,"target":32},{"source":309,"target":32},{"source":310,"target":32},{"source":311,"target":32},{"source":33,"target":0},{"source":33,"target":312},{"source":33,"target":313},{"source":33,"target":314},{"source":312,"target":33},{"source":313,"target":33},{"source":314,"target":33},{"source":34,"target":0},{"source":34,"target":315},{"source":34,"target":316},{"source":34,"target":317},{"source":34,"target":318},{"source":315,"target":34},{"source":316,"target":34},{"source":317,"target":34},{"source":318,"target":34},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":319},{"source":35,"target":320},{"source":319,"target":40},{"source":319,"target":321},{"source":319,"target":35},{"source":319,"target":322},{"source":321,"target":40},{"source":320,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":323},{"source":36,"target":324},{"source":323,"target":38},{"source":323,"target":325},{"source":323,"target":36},{"source":323,"target":326},{"source":325,"target":38},{"source":324,"target":27},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":99},{"source":37,"target":327},{"source":99,"target":1},{"source":99,"target":328},{"source":99,"target":37},{"source":99,"target":95},{"source":328,"target":1},{"source":327,"target":35},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":326},{"source":38,"target":329},{"source":326,"target":36},{"source":326,"target":330},{"source":326,"target":38},{"source":326,"target":323},{"source":330,"target":36},{"source":329,"target":36},{"source":39,"target":0},{"source":39,"target":36},{"source":39,"target":331},{"source":331,"target":36},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":322},{"source":40,"target":332},{"source":322,"target":35},{"source":322,"target":333},{"source":322,"target":40},{"source":322,"target":319},{"source":333,"target":35},{"source":332,"target":35},{"source":41,"target":0},{"source":41,"target":12},{"source":41,"target":334},{"source":334,"target":12},{"source":42,"target":0},{"source":42,"target":335},{"source":42,"target":336},{"source":42,"target":337},{"source":335,"target":42},{"source":336,"target":42},{"source":337,"target":42},{"source":43,"target":0},{"source":43,"target":12},{"source":43,"target":214},{"source":43,"target":338},{"source":214,"target":19},{"source":214,"target":339},{"source":214,"target":43},{"source":214,"target":204},{"source":339,"target":19},{"source":338,"target":12},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":167},{"source":167,"target":11},{"source":167,"target":340},{"source":167,"target":46},{"source":167,"target":157},{"source":340,"target":11},{"source":47,"target":0},{"source":47,"target":39},{"source":47,"target":341},{"source":47,"target":342},{"source":341,"target":73},{"source":341,"target":343},{"source":341,"target":47},{"source":343,"target":73},{"source":342,"target":39},{"source":48,"target":0},{"source":48,"target":344},{"source":48,"target":345},{"source":344,"target":48},{"source":345,"target":48},{"source":49,"target":0},{"source":49,"target":346},{"source":49,"target":347},{"source":346,"target":49},{"source":347,"target":49},{"source":50,"target":0},{"source":50,"target":26},{"source":50,"target":348},{"source":50,"target":349},{"source":50,"target":350},{"source":348,"target":49},{"source":348,"target":351},{"source":348,"target":50},{"source":351,"target":49},{"source":349,"target":66},{"source":349,"target":352},{"source":349,"target":50},{"source":352,"target":66},{"source":350,"target":26},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":353},{"source":51,"target":354},{"source":51,"target":355},{"source":353,"target":356},{"source":353,"target":51},{"source":354,"target":357},{"source":354,"target":51},{"source":355,"target":47},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":358},{"source":52,"target":359},{"source":358,"target":53},{"source":358,"target":360},{"source":358,"target":52},{"source":360,"target":53},{"source":359,"target":47},{"source":53,"target":0},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":361},{"source":54,"target":362},{"source":361,"target":363},{"source":361,"target":54},{"source":362,"target":53},{"source":55,"target":0},{"source":55,"target":53},{"source":55,"target":364},{"source":55,"target":365},{"source":364,"target":366},{"source":364,"target":55},{"source":365,"target":53},{"source":56,"target":0},{"source":56,"target":53},{"source":56,"target":367},{"source":56,"target":368},{"source":56,"target":369},{"source":367,"target":370},{"source":367,"target":56},{"source":368,"target":371},{"source":368,"target":56},{"source":369,"target":53},{"source":57,"target":0},{"source":57,"target":53},{"source":57,"target":372},{"source":57,"target":373},{"source":57,"target":374},{"source":372,"target":375},{"source":372,"target":57},{"source":373,"target":376},{"source":373,"target":57},{"source":374,"target":53},{"source":58,"target":0},{"source":58,"target":53},{"source":58,"target":377},{"source":58,"target":378},{"source":58,"target":379},{"source":377,"target":380},{"source":377,"target":58},{"source":378,"target":381},{"source":378,"target":58},{"source":379,"target":53},{"source":59,"target":0},{"source":59,"target":53},{"source":59,"target":382},{"source":59,"target":383},{"source":59,"target":384},{"source":382,"target":385},{"source":382,"target":59},{"source":383,"target":386},{"source":383,"target":59},{"source":384,"target":53},{"source":60,"target":0},{"source":60,"target":387},{"source":60,"target":388},{"source":387,"target":61},{"source":387,"target":389},{"source":387,"target":60},{"source":389,"target":61},{"source":388,"target":62},{"source":388,"target":390},{"source":388,"target":60},{"source":390,"target":62},{"source":61,"target":0},{"source":61,"target":391},{"source":61,"target":392},{"source":391,"target":393},{"source":391,"target":61},{"source":392,"target":92},{"source":392,"target":394},{"source":392,"target":61},{"source":394,"target":92},{"source":62,"target":0},{"source":62,"target":395},{"source":62,"target":396},{"source":62,"target":397},{"source":395,"target":398},{"source":395,"target":62},{"source":396,"target":66},{"source":396,"target":399},{"source":396,"target":62},{"source":399,"target":66},{"source":397,"target":86},{"source":397,"target":400},{"source":397,"target":62},{"source":400,"target":86},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":66},{"source":64,"target":401},{"source":64,"target":402},{"source":401,"target":403},{"source":401,"target":64},{"source":402,"target":66},{"source":65,"target":0},{"source":65,"target":66},{"source":65,"target":404},{"source":65,"target":405},{"source":404,"target":35},{"source":404,"target":406},{"source":404,"target":65},{"source":406,"target":35},{"source":405,"target":66},{"source":66,"target":0},{"source":66,"target":63},{"source":66,"target":407},{"source":407,"target":63},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":408},{"source":67,"target":409},{"source":67,"target":410},{"source":408,"target":66},{"source":408,"target":411},{"source":408,"target":67},{"source":411,"target":66},{"source":409,"target":66},{"source":409,"target":412},{"source":409,"target":67},{"source":412,"target":66},{"source":410,"target":66},{"source":68,"target":0},{"source":68,"target":67},{"source":68,"target":413},{"source":413,"target":67},{"source":69,"target":0},{"source":69,"target":67},{"source":69,"target":414},{"source":414,"target":67},{"source":70,"target":0},{"source":70,"target":67},{"source":70,"target":415},{"source":415,"target":67},{"source":71,"target":0},{"source":71,"target":67},{"source":71,"target":416},{"source":416,"target":67},{"source":72,"target":0},{"source":72,"target":66},{"source":72,"target":417},{"source":72,"target":418},{"source":72,"target":419},{"source":72,"target":420},{"source":417,"target":73},{"source":417,"target":421},{"source":417,"target":72},{"source":421,"target":73},{"source":418,"target":66},{"source":418,"target":422},{"source":418,"target":72},{"source":422,"target":66},{"source":419,"target":66},{"source":419,"target":423},{"source":419,"target":72},{"source":423,"target":66},{"source":420,"target":66},{"source":73,"target":0},{"source":73,"target":63},{"source":73,"target":424},{"source":424,"target":63},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":425},{"source":425,"target":73},{"source":75,"target":0},{"source":75,"target":73},{"source":75,"target":426},{"source":426,"target":73},{"source":76,"target":0},{"source":76,"target":73},{"source":76,"target":427},{"source":76,"target":428},{"source":76,"target":429},{"source":427,"target":66},{"source":427,"target":430},{"source":427,"target":76},{"source":430,"target":66},{"source":428,"target":66},{"source":428,"target":431},{"source":428,"target":76},{"source":431,"target":66},{"source":429,"target":73},{"source":77,"target":0},{"source":77,"target":73},{"source":77,"target":432},{"source":77,"target":433},{"source":77,"target":434},{"source":432,"target":73},{"source":432,"target":435},{"source":432,"target":77},{"source":435,"target":73},{"source":433,"target":73},{"source":433,"target":436},{"source":433,"target":77},{"source":436,"target":73},{"source":434,"target":73},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":437},{"source":437,"target":76},{"source":79,"target":0},{"source":79,"target":76},{"source":79,"target":438},{"source":438,"target":76},{"source":80,"target":0},{"source":80,"target":76},{"source":80,"target":439},{"source":439,"target":76},{"source":81,"target":0},{"source":81,"target":76},{"source":81,"target":440},{"source":440,"target":76},{"source":82,"target":0},{"source":82,"target":76},{"source":82,"target":441},{"source":441,"target":76},{"source":83,"target":0},{"source":83,"target":73},{"source":83,"target":442},{"source":83,"target":443},{"source":442,"target":73},{"source":442,"target":444},{"source":442,"target":83},{"source":444,"target":73},{"source":443,"target":73},{"source":84,"target":0},{"source":84,"target":77},{"source":84,"target":445},{"source":445,"target":77},{"source":85,"target":0},{"source":85,"target":77},{"source":85,"target":446},{"source":446,"target":77},{"source":86,"target":0},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":447},{"source":447,"target":86},{"source":88,"target":0},{"source":88,"target":86},{"source":88,"target":448},{"source":88,"target":449},{"source":448,"target":66},{"source":448,"target":450},{"source":448,"target":88},{"source":450,"target":66},{"source":449,"target":86},{"source":89,"target":0},{"source":89,"target":86},{"source":89,"target":451},{"source":89,"target":452},{"source":89,"target":453},{"source":451,"target":66},{"source":451,"target":454},{"source":451,"target":89},{"source":454,"target":66},{"source":452,"target":66},{"source":452,"target":455},{"source":452,"target":89},{"source":455,"target":66},{"source":453,"target":86},{"source":90,"target":0},{"source":90,"target":86},{"source":90,"target":456},{"source":90,"target":457},{"source":90,"target":458},{"source":456,"target":66},{"source":456,"target":459},{"source":456,"target":90},{"source":459,"target":66},{"source":457,"target":66},{"source":457,"target":460},{"source":457,"target":90},{"source":460,"target":66},{"source":458,"target":86},{"source":91,"target":0},{"source":91,"target":461},{"source":461,"target":462},{"source":461,"target":91},{"source":92,"target":0},{"source":92,"target":463},{"source":92,"target":464},{"source":463,"target":91},{"source":463,"target":465},{"source":463,"target":92},{"source":465,"target":91},{"source":464,"target":466},{"source":464,"target":92},{"source":93,"target":0},{"source":93,"target":66},{"source":93,"target":467},{"source":93,"target":468},{"source":467,"target":91},{"source":467,"target":469},{"source":467,"target":93},{"source":469,"target":91},{"source":468,"target":66}],"multigraph":true}
ecore
families
repo-ecore-all/data/jreimone/refactory/Lässig/dk.itu.sdg.language.epsilon.families/model/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" unique="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":false,"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
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2WithIDInsHTMLbc1.ecore
UML2WithID Stereotype Component Collaboration UseCase Node Interaction Reception Behavior specification BehavioralFeature StateMachine BehavioredClassifier ownedBehavior classifierBehavior Device Operation ProtocolStateMachine Activity ExecutionEnvironment AssociationClass Class Element ID
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2WithID" nsURI="http:///UML2WithID.ecore" nsPrefix="UML2WithID"> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class #//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//BehavioralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2WithID","nsURI":"http:///UML2WithID.ecore","name":"UML2WithID","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","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":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"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":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":20,"target":18},{"source":21,"target":19},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":18},{"source":23,"target":19},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":19},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":11},{"source":25,"target":19},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":19},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":11},{"source":27,"target":19},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":18},{"source":29,"target":19},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":19},{"source":6,"target":30},{"source":6,"target":31},{"source":30,"target":8},{"source":31,"target":19},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":19},{"source":7,"target":32},{"source":7,"target":33},{"source":32,"target":9},{"source":33,"target":19},{"source":8,"target":0},{"source":8,"target":18},{"source":8,"target":19},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":34,"target":9},{"source":34,"target":37},{"source":34,"target":8},{"source":37,"target":9},{"source":35,"target":18},{"source":36,"target":19},{"source":9,"target":0},{"source":9,"target":19},{"source":9,"target":38},{"source":38,"target":19},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":19},{"source":10,"target":39},{"source":10,"target":40},{"source":39,"target":8},{"source":40,"target":19},{"source":11,"target":0},{"source":11,"target":19},{"source":11,"target":41},{"source":11,"target":42},{"source":11,"target":43},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":11},{"source":44,"target":8},{"source":42,"target":8},{"source":42,"target":45},{"source":42,"target":11},{"source":45,"target":8},{"source":43,"target":19},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":19},{"source":12,"target":46},{"source":12,"target":47},{"source":46,"target":5},{"source":47,"target":19},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":19},{"source":13,"target":48},{"source":13,"target":49},{"source":48,"target":9},{"source":49,"target":19},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":19},{"source":14,"target":50},{"source":14,"target":51},{"source":50,"target":10},{"source":51,"target":19},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":19},{"source":15,"target":52},{"source":15,"target":53},{"source":52,"target":8},{"source":53,"target":19},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":54},{"source":16,"target":55},{"source":54,"target":5},{"source":55,"target":19},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":19},{"source":17,"target":56},{"source":17,"target":57},{"source":56,"target":18},{"source":57,"target":19},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":19},{"source":18,"target":58},{"source":18,"target":59},{"source":58,"target":11},{"source":59,"target":19},{"source":19,"target":0},{"source":19,"target":60},{"source":60,"target":61},{"source":60,"target":19}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsER2MOFbc1.ecore
UML2 UseCase ExecutionEnvironment Behavior specification Device Reception Stereotype Component StateMachine Operation AssociationClass Interaction ProtocolStateMachine Collaboration Node Activity BehavioredClassifier ownedBehavior classifierBehavior BehavioralFeature 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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//BehavioralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier"/> </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":"UseCase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","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":"AssociationClass","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"id":19,"eClass":"EGenericType"},{"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":"specification","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"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"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":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":16},{"source":1,"target":19},{"source":19,"target":16},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":20},{"source":20,"target":14},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":21},{"source":3,"target":22},{"source":21,"target":17},{"source":21,"target":23},{"source":21,"target":3},{"source":23,"target":17},{"source":22,"target":18},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":24},{"source":24,"target":14},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":25},{"source":25,"target":17},{"source":6,"target":0},{"source":6,"target":18},{"source":6,"target":26},{"source":26,"target":18},{"source":7,"target":0},{"source":7,"target":18},{"source":7,"target":27},{"source":27,"target":18},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":28},{"source":28,"target":3},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":29},{"source":29,"target":17},{"source":10,"target":0},{"source":10,"target":18},{"source":10,"target":30},{"source":30,"target":18},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":31},{"source":31,"target":3},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":32},{"source":32,"target":8},{"source":13,"target":0},{"source":13,"target":16},{"source":13,"target":33},{"source":33,"target":16},{"source":14,"target":0},{"source":14,"target":18},{"source":14,"target":34},{"source":34,"target":18},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":35},{"source":35,"target":3},{"source":16,"target":0},{"source":16,"target":36},{"source":16,"target":37},{"source":36,"target":3},{"source":36,"target":38},{"source":36,"target":16},{"source":38,"target":3},{"source":37,"target":3},{"source":37,"target":39},{"source":37,"target":16},{"source":39,"target":3},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":40},{"source":40,"target":16}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/gssi/metamodelsdataset-ECMFA2020/ClassDiagram.ecore
classdiagram Diagram classes associations types generalizations Association name source target sourceMultiplicity targetMultiplicity Class name attribute is_persistent true method Aggregation Composition Dependency Generalization source target Interface name attribute method InterfaceRealization source target Realization source target Attribute type name is_primary true PrimitiveDataType name AttributeValue Method 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="classdiagram" nsURI="http://classdiagram.ecore" nsPrefix="classdiagram"> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" lowerBound="1" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//Association" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//PrimitiveDataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalizations" upperBound="-1" eType="#//Generalization" containment="true"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//AttributeValue"> <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="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_persistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <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="Interface"> <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="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRealization"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//AttributeValue"/> <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="is_primary" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//AttributeValue"> <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="AttributeValue" abstract="true"/> <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"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"classdiagram","nsURI":"http://classdiagram.ecore","name":"classdiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":14,"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":"classes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalizations","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"is_persistent","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","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},{"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":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":64,"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":"is_primary","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":3},{"source":16,"target":2},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":2},{"source":17,"target":12},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":12},{"source":18,"target":7},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":7},{"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":23,"target":28},{"source":23,"target":2},{"source":24,"target":3},{"source":24,"target":29},{"source":24,"target":2},{"source":29,"target":3},{"source":25,"target":3},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":3},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":33,"target":38},{"source":33,"target":3},{"source":34,"target":11},{"source":34,"target":39},{"source":34,"target":3},{"source":39,"target":11},{"source":35,"target":40},{"source":35,"target":3},{"source":36,"target":14},{"source":36,"target":41},{"source":36,"target":3},{"source":41,"target":14},{"source":37,"target":13},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":42},{"source":42,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":43},{"source":43,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":44},{"source":44,"target":2},{"source":7,"target":0},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":3},{"source":45,"target":47},{"source":45,"target":7},{"source":47,"target":3},{"source":46,"target":3},{"source":46,"target":48},{"source":46,"target":7},{"source":48,"target":3},{"source":8,"target":0},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":11},{"source":50,"target":53},{"source":50,"target":8},{"source":53,"target":11},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":14},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":56},{"source":55,"target":8},{"source":55,"target":57},{"source":55,"target":9},{"source":57,"target":8},{"source":56,"target":3},{"source":56,"target":58},{"source":56,"target":9},{"source":58,"target":3},{"source":10,"target":0},{"source":10,"target":59},{"source":10,"target":60},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":10},{"source":61,"target":3},{"source":60,"target":3},{"source":60,"target":62},{"source":60,"target":10},{"source":62,"target":3},{"source":11,"target":0},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":63,"target":13},{"source":63,"target":66},{"source":63,"target":11},{"source":66,"target":13},{"source":64,"target":67},{"source":64,"target":11},{"source":65,"target":68},{"source":65,"target":11},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":71},{"source":69,"target":12},{"source":70,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":72},{"source":72,"target":73},{"source":72,"target":14}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dstrueber/bigtrafo/de.bigtrafo.benchmark/ocl/reference/03/PetriNetWithOCLPaper.ecore
PetriNetModel PetriNet transition arcPT arcTP place name Transition name preArc postArc ArcPT inscription transition place ArcTP inscription place transition Place name preArc token postArc
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNetModel" nsURI="http://www.example.org/PetriNetModelWithOCL" nsPrefix="pnocl"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcPT" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcTP" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TransitionIsNamed"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="TransitionIsNamed" value="self.name &lt;> ''"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcPT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcTP"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"pnocl","nsURI":"http://www.example.org/PetriNetModelWithOCL","name":"PetriNetModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcPT","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcTP","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcPT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcTP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":11},{"source":6,"target":1},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":27},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":33},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":39},{"source":35,"target":5},{"source":36,"target":40},{"source":36,"target":5},{"source":37,"target":41},{"source":37,"target":5}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/LieberLieber/QvtCodeGenerator/QvtMetamodelCodeGeneration/LL.MDE.Components.Qvt.Metamodel.Generator/model/QVT.ecore
PrimitiveTypes Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer Real java.lang.Float java.lang.Float String java.lang.String java.lang.String UnlimitedNatural java.lang.Integer java.lang.Integer EMOF Class isAbstract false ownedAttribute ownedOperation superClass Comment annotatedElement body DataType Element container equals object get property getMetaClass isSet property set property object unset property ownedComment Enumeration ownedLiteral EnumerationLiteral enumeration Extent elements useContainment Factory convertToString dataType object create metaClass createFromString dataType string package MultiplicityElement isOrdered false isUnique true lower 1 upper 1 NamedElement name Object Operation class ownedParameter raisedException Package nestedPackage nestingPackage ownedType uri Parameter operation PrimitiveType Property class default isComposite false isDerived false isID isReadOnly false opposite ReflectiveCollection add object addAll objects clear remove object size ReflectiveSequence add index object get index remove index set index object Tag element name value Type isInstance object package TypedElement type URIExtent contextURI element uri uri element EssentialOCL AnyType BagType BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Collection Collection CollectionLiteralExp kind part CollectionLiteralPart collectionLiteralExp CollectionRange first last CollectionType elementType EnumLiteralExp referredEnumLiteral ExpressionInOcl bodyExpression contextVariable generatedType parameterVariable resultVariable FeatureCallExp IfExp condition elseExpression thenExpression IntegerLiteralExp integerSymbol InvalidLiteralExp InvalidType IterateExp result IteratorExp LetExp in variable LiteralExp LoopExp body iterator NavigationCallExp NullLiteralExp NumericLiteralExp OclExpression OperationCallExp argument referredOperation OrderedSetType PrimitiveLiteralExp PropertyCallExp referredProperty RealLiteralExp realSymbol SequenceType SetType StringLiteralExp stringSymbol TemplateParameterType specification TupleLiteralExp part TupleLiteralPart attribute tupleLiteralExp value TupleType TypeExp referredType UnlimitedNaturalExp symbol Variable initExpression letExp representedParameter VariableExp referredVariable VoidType QVTBase Domain isCheckable isEnforceable rule typedModel Function queryExpression FunctionParameter Pattern bindsTo predicate Predicate conditionExpression pattern Rule domain overrides transformation Transformation extends modelParameter ownedTag rule TypedModel dependsOn transformation usedPackage QVTCore Area bottomPattern guardPattern Assignment bottomPattern isDefault value BottomPattern area assignment enforcementOperation realizedVariable CoreDomain CorePattern variable EnforcementMode Creation Creation Deletion Deletion EnforcementOperation bottomPattern enforcementMode operationCallExp GuardPattern area Mapping context local refinement specification PropertyAssignment slotExpression targetProperty RealizedVariable bottomPattern VariableAssignment targetVariable QVTTemplate CollectionTemplateExp member referredCollectionType rest ObjectTemplateExp part referredClass PropertyTemplateItem isOpposite false objContainer referredProperty value TemplateExp bindsTo where QVTRelation DomainPattern relationDomain templateExpression Key identifies oppositePart part transformation OppositePropertyCallExp Relation isTopLevel operationalImpl variable when where RelationCallExp argument referredRelation RelationDomain defaultAssignment pattern rootVariable RelationDomainAssignment owner valueExp variable RelationImplementation impl inDirectionOf relation RelationalTransformation ownedKey ImperativeOCL AltExp body condition AssertExp assertion log severity error AssignExp defaultValue isReset left value BlockExp body BreakExp CatchExp body exception exceptionVariable ComputeExp body returnedElement ContinueExp DictLiteralExp part DictLiteralPart key value partOwner DictionaryType keyType ForExp ImperativeExpression ImperativeIterateExp target ImperativeLoopExp condition InstantiationExp argument extent instantiatedClass initializationOperation ListLiteralExp element ListType LogExp condition RaiseExp argument exception ReturnExp value SeverityKind error error warning warning fatal fatal SwitchExp alternativePart elsePart TryExp exceptClause tryBody Typedef base condition UnlinkExp item target VariableInitExp referredVariable withResult false WhileExp body condition QVTOperational Constructor ConstructorBody ContextualProperty context initExpression overridden DirectionKind in in inout inout out out EntryOperation Helper isQuery ImperativeCallExp isVirtual true ImperativeOperation body context isBlackbox overridden result ImportKind extension extension access access Library MappingBody endSection initSection MappingCallExp isStrict MappingOperation disjunct inherited merged refinedRelation when where MappingParameter extent referredDomain ModelParameter module ModelType additionalCondition conformanceKind effective metamodel Module configProperty entry isBlackbox moduleImport ownedTag ownedVariable usedModelType ModuleImport binding importedModule kind module ObjectExp body referredObject OperationBody content operation variable OperationalTransformation intermediateClass intermediateProperty modelParameter refined relation ResolveExp condition isDeferred isInverse one target ResolveInExp inMapping VarParameter ctxOwner kind resOwner
<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes" nsURI="http://www.omg.org/spec/QVT/20140401/PrimitiveTypes" nsPrefix="primitivetypes"> <eClassifiers xmi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xmi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xmi:type="ecore:EDataType" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xmi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xmi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> </ecore:EPackage> <ecore:EPackage name="EMOF" nsURI="http://www.omg.org/spec/QVT/20140401/EMOF" nsPrefix="emof"> <eClassifiers xmi:type="ecore:EClass" name="Class" eSuperTypes="#/1/Type"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isAbstract" eType="#/0/Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#/1/Property" containment="true" resolveProxies="false" eOpposite="#/1/Property/class"/> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#/1/Operation" containment="true" resolveProxies="false" eOpposite="#/1/Operation/class"/> <eStructuralFeatures xmi:type="ecore:EReference" name="superClass" ordered="false" upperBound="-1" eType="#/1/Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="class"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Comment" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="annotatedElement" ordered="false" upperBound="-1" eType="#/1/NamedElement"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="comment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="body" eType="#/0/String"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="DataType" eSuperTypes="#/1/Type"/> <eClassifiers xmi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#/1/Object"> <eOperations name="container" eType="#/1/Element"/> <eOperations name="equals" eType="#/0/Boolean"> <eParameters name="object" eType="#/1/Object"/> </eOperations> <eOperations name="get" eType="#/1/Object"> <eParameters name="property" eType="#/1/Property"/> </eOperations> <eOperations name="getMetaClass" eType="#/1/Class"/> <eOperations name="isSet" eType="#/0/Boolean"> <eParameters name="property" eType="#/1/Property"/> </eOperations> <eOperations name="set"> <eParameters name="property" eType="#/1/Property"/> <eParameters name="object" eType="#/1/Object"/> </eOperations> <eOperations name="unset"> <eParameters name="property" eType="#/1/Property"/> </eOperations> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#/1/Comment" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Enumeration" eSuperTypes="#/1/DataType"> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#/1/EnumerationLiteral" containment="true" resolveProxies="false" eOpposite="#/1/EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="enumeration" eType="#/1/Enumeration" transient="true" resolveProxies="false" eOpposite="#/1/Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Extent" eSuperTypes="#/1/Object"> <eOperations name="elements" eType="#/1/ReflectiveSequence"/> <eOperations name="useContainment" eType="#/0/Boolean"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Factory" eSuperTypes="#/1/Element"> <eOperations name="convertToString" eType="#/0/String"> <eParameters name="dataType" eType="#/1/DataType"/> <eParameters name="object" eType="#/1/Object"/> </eOperations> <eOperations name="create" eType="#/1/Element"> <eParameters name="metaClass" eType="#/1/Class"/> </eOperations> <eOperations name="createFromString" eType="#/1/Object"> <eParameters name="dataType" eType="#/1/DataType"/> <eParameters name="string" eType="#/0/String"/> </eOperations> <eStructuralFeatures xmi:type="ecore:EReference" name="package" lowerBound="1" eType="#/1/Package"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="factory"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isOrdered" eType="#/0/Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isUnique" eType="#/0/Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="lower" eType="#/0/Integer" defaultValueLiteral="1"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="upper" eType="#/0/UnlimitedNatural" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="name" eType="#/0/String"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Object"/> <eClassifiers xmi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/TypedElement #/1/MultiplicityElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="class" eType="#/1/Class" transient="true" resolveProxies="false" eOpposite="#/1/Class/ownedOperation"/> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#/1/Parameter" containment="true" resolveProxies="false" eOpposite="#/1/Parameter/operation"/> <eStructuralFeatures xmi:type="ecore:EReference" name="raisedException" ordered="false" upperBound="-1" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="operation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Package" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="nestedPackage" ordered="false" upperBound="-1" eType="#/1/Package" containment="true" resolveProxies="false" eOpposite="#/1/Package/nestingPackage"/> <eStructuralFeatures xmi:type="ecore:EReference" name="nestingPackage" eType="#/1/Package" transient="true" resolveProxies="false" eOpposite="#/1/Package/nestedPackage"/> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedType" ordered="false" upperBound="-1" eType="#/1/Type" containment="true" resolveProxies="false" eOpposite="#/1/Type/package"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="uri" eType="#/0/String"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/TypedElement #/1/MultiplicityElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="operation" eType="#/1/Operation" transient="true" resolveProxies="false" eOpposite="#/1/Operation/ownedParameter"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#/1/DataType"/> <eClassifiers xmi:type="ecore:EClass" name="Property" eSuperTypes="#/1/TypedElement #/1/MultiplicityElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="class" eType="#/1/Class" transient="true" resolveProxies="false" eOpposite="#/1/Class/ownedAttribute"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="default" eType="#/0/String"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isComposite" eType="#/0/Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isDerived" eType="#/0/Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isID" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isReadOnly" eType="#/0/Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xmi:type="ecore:EReference" name="opposite" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="property"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ReflectiveCollection" eSuperTypes="#/1/Object"> <eOperations name="add" eType="#/0/Boolean"> <eParameters name="object" eType="#/1/Object"/> </eOperations> <eOperations name="addAll" eType="#/0/Boolean"> <eParameters name="objects" eType="#/1/ReflectiveSequence"/> </eOperations> <eOperations name="clear"/> <eOperations name="remove" eType="#/0/Boolean"> <eParameters name="object" eType="#/1/Object"/> </eOperations> <eOperations name="size" eType="#/0/Integer"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ReflectiveSequence" eSuperTypes="#/1/ReflectiveCollection"> <eOperations name="add"> <eParameters name="index" eType="#/0/Integer"/> <eParameters name="object" eType="#/1/Object"/> </eOperations> <eOperations name="get" eType="#/1/Object"> <eParameters name="index" eType="#/0/Integer"/> </eOperations> <eOperations name="remove" eType="#/1/Object"> <eParameters name="index" eType="#/0/Integer"/> </eOperations> <eOperations name="set" eType="#/1/Object"> <eParameters name="index" eType="#/0/Integer"/> <eParameters name="object" eType="#/1/Object"/> </eOperations> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Tag" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="element" ordered="false" upperBound="-1" eType="#/1/Element"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="name" eType="#/0/String"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="value" eType="#/0/String"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#/1/NamedElement"> <eOperations name="isInstance" eType="#/0/Boolean"> <eParameters name="object" eType="#/1/Object"/> </eOperations> <eStructuralFeatures xmi:type="ecore:EReference" name="package" eType="#/1/Package" transient="true" resolveProxies="false" eOpposite="#/1/Package/ownedType"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="type" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="URIExtent" eSuperTypes="#/1/Extent"> <eOperations name="contextURI" eType="#/0/String"/> <eOperations name="element" eType="#/1/Element"> <eParameters name="uri" eType="#/0/String"/> </eOperations> <eOperations name="uri" eType="#/0/String"> <eParameters name="element" eType="#/1/Element"/> </eOperations> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="EssentialOCL" nsURI="http://www.omg.org/spec/QVT/20140401/EssentialOCL" nsPrefix="essentialocl"> <eClassifiers xmi:type="ecore:EClass" name="AnyType" eSuperTypes="#/1/Type"/> <eClassifiers xmi:type="ecore:EClass" name="BagType" eSuperTypes="#/2/CollectionType"/> <eClassifiers xmi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="#/2/PrimitiveLiteralExp"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="booleanSymbol" eType="#/0/Boolean"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="#/2/OclExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="source" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="appliedElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#/2/CollectionLiteralPart"> <eStructuralFeatures xmi:type="ecore:EReference" name="item" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="collectionItem"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="Set"/> <eLiterals name="OrderedSet" value="1"/> <eLiterals name="Bag" value="2"/> <eLiterals name="Sequence" value="3"/> <eLiterals name="Collection" value="4"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="CollectionLiteralExp" eSuperTypes="#/2/LiteralExp"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="kind" eType="#/2/CollectionKind"/> <eStructuralFeatures xmi:type="ecore:EReference" name="part" ordered="false" upperBound="-1" eType="#/2/CollectionLiteralPart" containment="true" resolveProxies="false" eOpposite="#/2/CollectionLiteralPart/collectionLiteralExp"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="CollectionLiteralPart" abstract="true" eSuperTypes="#/1/TypedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="collectionLiteralExp" lowerBound="1" eType="#/2/CollectionLiteralExp" transient="true" resolveProxies="false" eOpposite="#/2/CollectionLiteralExp/part"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#/2/CollectionLiteralPart"> <eStructuralFeatures xmi:type="ecore:EReference" name="first" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="firstOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="last" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="lastOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/DataType"> <eStructuralFeatures xmi:type="ecore:EReference" name="elementType" lowerBound="1" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="collectionType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/2/LiteralExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="referredEnumLiteral" eType="#/1/EnumerationLiteral"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="literalExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ExpressionInOcl" eSuperTypes="#/1/TypedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="bodyExpression" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="topExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="contextVariable" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="selfOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="generatedType" ordered="false" upperBound="-1" eType="#/1/Type" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="parameterVariable" ordered="false" upperBound="-1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="varOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="resultVariable" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resultOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="FeatureCallExp" abstract="true" eSuperTypes="#/2/CallExp"/> <eClassifiers xmi:type="ecore:EClass" name="IfExp" eSuperTypes="#/2/OclExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="condition" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ifOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elseOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="thenOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="IntegerLiteralExp" eSuperTypes="#/2/NumericLiteralExp"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="integerSymbol" eType="#/0/Integer"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="InvalidLiteralExp" eSuperTypes="#/2/LiteralExp"/> <eClassifiers xmi:type="ecore:EClass" name="InvalidType" eSuperTypes="#/1/Type"/> <eClassifiers xmi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/2/LoopExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="result" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="baseExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/2/LoopExp"/> <eClassifiers xmi:type="ecore:EClass" name="LetExp" eSuperTypes="#/2/OclExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="in" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="letExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="variable" lowerBound="1" eType="#/2/Variable" containment="true" resolveProxies="false" eOpposite="#/2/Variable/letExp"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="#/2/OclExpression"/> <eClassifiers xmi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/2/CallExp #/2/OclExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="iterator" upperBound="-1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="NavigationCallExp" eSuperTypes="#/2/FeatureCallExp"/> <eClassifiers xmi:type="ecore:EClass" name="NullLiteralExp" eSuperTypes="#/2/LiteralExp"/> <eClassifiers xmi:type="ecore:EClass" name="NumericLiteralExp" abstract="true" eSuperTypes="#/2/PrimitiveLiteralExp"/> <eClassifiers xmi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/1/TypedElement"/> <eClassifiers xmi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/2/FeatureCallExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="argument" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parentCall"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="referredOperation" eType="#/1/Operation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/2/CollectionType"/> <eClassifiers xmi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#/2/LiteralExp"/> <eClassifiers xmi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#/2/NavigationCallExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="referredProperty" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RealLiteralExp" eSuperTypes="#/2/NumericLiteralExp"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="realSymbol" eType="#/0/Real"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/2/CollectionType"/> <eClassifiers xmi:type="ecore:EClass" name="SetType" eSuperTypes="#/2/CollectionType"/> <eClassifiers xmi:type="ecore:EClass" name="StringLiteralExp" eSuperTypes="#/2/PrimitiveLiteralExp"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="stringSymbol" eType="#/0/String"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TemplateParameterType" eSuperTypes="#/1/Type"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="specification" eType="#/0/String"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="#/2/LiteralExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="part" ordered="false" upperBound="-1" eType="#/2/TupleLiteralPart" containment="true" resolveProxies="false" eOpposite="#/2/TupleLiteralPart/tupleLiteralExp"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TupleLiteralPart" eSuperTypes="#/1/TypedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="attribute" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupleLiteralPart"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="tupleLiteralExp" eType="#/2/TupleLiteralExp" transient="true" resolveProxies="false" eOpposite="#/2/TupleLiteralExp/part"/> <eStructuralFeatures xmi:type="ecore:EReference" name="value" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupleLiteralPart"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/Class #/1/DataType"/> <eClassifiers xmi:type="ecore:EClass" name="TypeExp" eSuperTypes="#/2/OclExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="referredType" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typeExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="UnlimitedNaturalExp" eSuperTypes="#/2/NumericLiteralExp"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="symbol" eType="#/0/UnlimitedNatural"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Variable" eSuperTypes="#/1/TypedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="initExpression" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initializedElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="letExp" eType="#/2/LetExp" transient="true" resolveProxies="false" eOpposite="#/2/LetExp/variable"/> <eStructuralFeatures xmi:type="ecore:EReference" name="representedParameter" eType="#/1/Parameter"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="variable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/2/OclExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="referredVariable" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="VoidType" eSuperTypes="#/1/Type"/> </ecore:EPackage> <ecore:EPackage name="QVTBase" nsURI="http://www.omg.org/spec/QVT/20140401/QVTBase" nsPrefix="qvtbase"> <eClassifiers xmi:type="ecore:EClass" name="Domain" abstract="true" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isCheckable" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isEnforceable" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EReference" name="rule" lowerBound="1" eType="#/3/Rule" transient="true" resolveProxies="false" eOpposite="#/3/Rule/domain"/> <eStructuralFeatures xmi:type="ecore:EReference" name="typedModel" eType="#/3/TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domain"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Function" eSuperTypes="#/1/Operation"> <eStructuralFeatures xmi:type="ecore:EReference" name="queryExpression" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="function"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="FunctionParameter" eSuperTypes="#/2/Variable #/1/Parameter"/> <eClassifiers xmi:type="ecore:EClass" name="Pattern" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="bindsTo" ordered="false" upperBound="-1" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="pattern"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="predicate" ordered="false" upperBound="-1" eType="#/3/Predicate" containment="true" resolveProxies="false" eOpposite="#/3/Predicate/pattern"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Predicate" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="conditionExpression" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="predicate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#/3/Pattern" transient="true" resolveProxies="false" eOpposite="#/3/Pattern/predicate"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="domain" upperBound="-1" eType="#/3/Domain" containment="true" resolveProxies="false" eOpposite="#/3/Domain/rule"/> <eStructuralFeatures xmi:type="ecore:EReference" name="overrides" eType="#/3/Rule"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overridden"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="transformation" eType="#/3/Transformation" transient="true" resolveProxies="false" eOpposite="#/3/Transformation/rule"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Transformation" eSuperTypes="#/1/Class #/1/Package"> <eStructuralFeatures xmi:type="ecore:EReference" name="extends" eType="#/3/Transformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="extendedBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="modelParameter" ordered="false" upperBound="-1" eType="#/3/TypedModel" containment="true" resolveProxies="false" eOpposite="#/3/TypedModel/transformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="transformation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedTag" ordered="false" upperBound="-1" eType="#/1/Tag" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="transformation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="rule" ordered="false" upperBound="-1" eType="#/3/Rule" containment="true" resolveProxies="false" eOpposite="#/3/Rule/transformation"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TypedModel" eSuperTypes="#/1/NamedElement"> <eStructuralFeatures xmi:type="ecore:EReference" name="dependsOn" ordered="false" upperBound="-1" eType="#/3/TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="dependent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#/3/Transformation" transient="true" resolveProxies="false" eOpposite="#/3/Transformation/modelParameter"/> <eStructuralFeatures xmi:type="ecore:EReference" name="usedPackage" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/Package"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedModel"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="QVTCore" nsURI="http://www.omg.org/spec/QVT/20140401/QVTCore" nsPrefix="qvtcore"> <eClassifiers xmi:type="ecore:EClass" name="Area" abstract="true"> <eStructuralFeatures xmi:type="ecore:EReference" name="bottomPattern" lowerBound="1" eType="#/4/BottomPattern" containment="true" resolveProxies="false" eOpposite="#/4/BottomPattern/area"/> <eStructuralFeatures xmi:type="ecore:EReference" name="guardPattern" lowerBound="1" eType="#/4/GuardPattern" containment="true" resolveProxies="false" eOpposite="#/4/GuardPattern/area"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Assignment" abstract="true" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="bottomPattern" lowerBound="1" eType="#/4/BottomPattern" transient="true" resolveProxies="false" eOpposite="#/4/BottomPattern/assignment"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isDefault" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EReference" name="value" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueAssignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="BottomPattern" eSuperTypes="#/4/CorePattern"> <eStructuralFeatures xmi:type="ecore:EReference" name="area" lowerBound="1" eType="#/4/Area" transient="true" resolveProxies="false" eOpposite="#/4/Area/bottomPattern"/> <eStructuralFeatures xmi:type="ecore:EReference" name="assignment" ordered="false" upperBound="-1" eType="#/4/Assignment" containment="true" resolveProxies="false" eOpposite="#/4/Assignment/bottomPattern"/> <eStructuralFeatures xmi:type="ecore:EReference" name="enforcementOperation" ordered="false" upperBound="-1" eType="#/4/EnforcementOperation" containment="true" resolveProxies="false" eOpposite="#/4/EnforcementOperation/bottomPattern"/> <eStructuralFeatures xmi:type="ecore:EReference" name="realizedVariable" ordered="false" upperBound="-1" eType="#/4/RealizedVariable" containment="true" resolveProxies="false" eOpposite="#/4/RealizedVariable/bottomPattern"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="bottomPattern"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="CoreDomain" eSuperTypes="#/3/Domain #/4/Area"/> <eClassifiers xmi:type="ecore:EClass" name="CorePattern" eSuperTypes="#/3/Pattern"> <eStructuralFeatures xmi:type="ecore:EReference" name="variable" ordered="false" upperBound="-1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="corePattern"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EEnum" name="EnforcementMode"> <eLiterals name="Creation"/> <eLiterals name="Deletion" value="1"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="EnforcementOperation" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="bottomPattern" lowerBound="1" eType="#/4/BottomPattern" transient="true" resolveProxies="false" eOpposite="#/4/BottomPattern/enforcementOperation"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="enforcementMode" eType="#/4/EnforcementMode"/> <eStructuralFeatures xmi:type="ecore:EReference" name="operationCallExp" lowerBound="1" eType="#/2/OperationCallExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="enforcementOperation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="GuardPattern" eSuperTypes="#/4/CorePattern"> <eStructuralFeatures xmi:type="ecore:EReference" name="area" lowerBound="1" eType="#/4/Area" transient="true" resolveProxies="false" eOpposite="#/4/Area/guardPattern"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Mapping" eSuperTypes="#/3/Rule #/4/Area"> <eStructuralFeatures xmi:type="ecore:EReference" name="context" eType="#/4/Mapping" transient="true" resolveProxies="false" eOpposite="#/4/Mapping/local"/> <eStructuralFeatures xmi:type="ecore:EReference" name="local" ordered="false" upperBound="-1" eType="#/4/Mapping" containment="true" resolveProxies="false" eOpposite="#/4/Mapping/context"/> <eStructuralFeatures xmi:type="ecore:EReference" name="refinement" ordered="false" upperBound="-1" eType="#/4/Mapping" eOpposite="#/4/Mapping/specification"/> <eStructuralFeatures xmi:type="ecore:EReference" name="specification" ordered="false" upperBound="-1" eType="#/4/Mapping" eOpposite="#/4/Mapping/refinement"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="PropertyAssignment" eSuperTypes="#/4/Assignment"> <eStructuralFeatures xmi:type="ecore:EReference" name="slotExpression" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="slotAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="targetProperty" lowerBound="1" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RealizedVariable" eSuperTypes="#/2/Variable"> <eStructuralFeatures xmi:type="ecore:EReference" name="bottomPattern" lowerBound="1" eType="#/4/BottomPattern" transient="true" resolveProxies="false" eOpposite="#/4/BottomPattern/realizedVariable"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="#/4/Assignment"> <eStructuralFeatures xmi:type="ecore:EReference" name="targetVariable" lowerBound="1" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="QVTTemplate" nsURI="http://www.omg.org/spec/QVT/20140401/QVTTemplate" nsPrefix="qvttemplate"> <eClassifiers xmi:type="ecore:EClass" name="CollectionTemplateExp" eSuperTypes="#/5/TemplateExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="member" ordered="false" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="listContainer"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="referredCollectionType" lowerBound="1" eType="#/2/CollectionType"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="collectionTemplateExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="rest" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="matchingExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ObjectTemplateExp" eSuperTypes="#/5/TemplateExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="part" ordered="false" upperBound="-1" eType="#/5/PropertyTemplateItem" containment="true" resolveProxies="false" eOpposite="#/5/PropertyTemplateItem/objContainer"/> <eStructuralFeatures xmi:type="ecore:EReference" name="referredClass" lowerBound="1" eType="#/1/Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="objectTemplateExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="PropertyTemplateItem" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isOpposite" eType="#/0/Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xmi:type="ecore:EReference" name="objContainer" lowerBound="1" eType="#/5/ObjectTemplateExp" transient="true" resolveProxies="false" eOpposite="#/5/ObjectTemplateExp/part"/> <eStructuralFeatures xmi:type="ecore:EReference" name="referredProperty" lowerBound="1" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="propertyItem"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="value" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="propertyItem"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TemplateExp" abstract="true" eSuperTypes="#/2/LiteralExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="bindsTo" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="templateExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="where" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="QVTRelation" nsURI="http://www.omg.org/spec/QVT/20140401/QVTRelation" nsPrefix="qvtrelation"> <eClassifiers xmi:type="ecore:EClass" name="DomainPattern" eSuperTypes="#/3/Pattern"> <eStructuralFeatures xmi:type="ecore:EReference" name="relationDomain" lowerBound="1" eType="#/6/RelationDomain" eOpposite="#/6/RelationDomain/pattern"/> <eStructuralFeatures xmi:type="ecore:EReference" name="templateExpression" eType="#/5/TemplateExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainPattern"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Key" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="identifies" lowerBound="1" eType="#/1/Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="oppositePart" ordered="false" upperBound="-1" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="oppKey"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="part" ordered="false" upperBound="-1" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="transformation" eType="#/6/RelationalTransformation" transient="true" resolveProxies="false" eOpposite="#/6/RelationalTransformation/ownedKey"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="OppositePropertyCallExp" eSuperTypes="#/2/PropertyCallExp"/> <eClassifiers xmi:type="ecore:EClass" name="Relation" eSuperTypes="#/3/Rule"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isTopLevel" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EReference" name="operationalImpl" ordered="false" upperBound="-1" eType="#/6/RelationImplementation" containment="true" resolveProxies="false" eOpposite="#/6/RelationImplementation/relation"/> <eStructuralFeatures xmi:type="ecore:EReference" name="variable" ordered="false" upperBound="-1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="relation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="when" eType="#/3/Pattern" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="where" eType="#/3/Pattern" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RelationCallExp" eSuperTypes="#/2/OclExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="argument" lowerBound="2" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="relationCallExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="referredRelation" lowerBound="1" eType="#/6/Relation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="relationCallExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RelationDomain" eSuperTypes="#/3/Domain"> <eStructuralFeatures xmi:type="ecore:EReference" name="defaultAssignment" ordered="false" upperBound="-1" eType="#/6/RelationDomainAssignment" containment="true" resolveProxies="false" eOpposite="#/6/RelationDomainAssignment/owner"/> <eStructuralFeatures xmi:type="ecore:EReference" name="pattern" eType="#/6/DomainPattern" containment="true" resolveProxies="false" eOpposite="#/6/DomainPattern/relationDomain"/> <eStructuralFeatures xmi:type="ecore:EReference" name="rootVariable" lowerBound="1" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="relationDomain"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RelationDomainAssignment" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="owner" lowerBound="1" eType="#/6/RelationDomain" eOpposite="#/6/RelationDomain/defaultAssignment"/> <eStructuralFeatures xmi:type="ecore:EReference" name="valueExp" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="variable" lowerBound="1" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RelationImplementation" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="impl" lowerBound="1" eType="#/1/Operation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="relationImplementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="inDirectionOf" lowerBound="1" eType="#/3/TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="relationImplementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="relation" lowerBound="1" eType="#/6/Relation" transient="true" resolveProxies="false" eOpposite="#/6/Relation/operationalImpl"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RelationalTransformation" eSuperTypes="#/3/Transformation"> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedKey" ordered="false" upperBound="-1" eType="#/6/Key" containment="true" resolveProxies="false" eOpposite="#/6/Key/transformation"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="ImperativeOCL" nsURI="http://www.omg.org/spec/QVT/20140401/ImperativeOCL" nsPrefix="imperativeocl"> <eClassifiers xmi:type="ecore:EClass" name="AltExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="condition" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="AssertExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="assertion" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assertOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="log" eType="#/7/LogExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assertExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="severity" eType="#/7/SeverityKind" defaultValueLiteral="error"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="AssignExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="defaultValue" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="defaultOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isReset" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EReference" name="left" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="leftOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="value" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="BlockExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="blockOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="BreakExp" eSuperTypes="#/7/ImperativeExpression"/> <eClassifiers xmi:type="ecore:EClass" name="CatchExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="catchExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="exception" lowerBound="1" upperBound="-1" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="catchExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="exceptionVariable" eType="#/2/Variable" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="catchExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ComputeExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="returnedElement" lowerBound="1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ContinueExp" eSuperTypes="#/7/ImperativeExpression"/> <eClassifiers xmi:type="ecore:EClass" name="DictLiteralExp" eSuperTypes="#/2/LiteralExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="part" ordered="false" upperBound="-1" eType="#/7/DictLiteralPart" containment="true" resolveProxies="false" eOpposite="#/7/DictLiteralPart/partOwner"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="DictLiteralPart" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="key" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="value" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="partOwner" lowerBound="1" eType="#/7/DictLiteralExp" eOpposite="#/7/DictLiteralExp/part"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="DictionaryType" eSuperTypes="#/2/CollectionType"> <eStructuralFeatures xmi:type="ecore:EReference" name="keyType" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyDict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ForExp" eSuperTypes="#/7/ImperativeLoopExp"/> <eClassifiers xmi:type="ecore:EClass" name="ImperativeExpression" abstract="true" eSuperTypes="#/2/OclExpression"/> <eClassifiers xmi:type="ecore:EClass" name="ImperativeIterateExp" eSuperTypes="#/7/ImperativeLoopExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="target" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ImperativeLoopExp" abstract="true" eSuperTypes="#/2/LoopExp #/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="condition" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="InstantiationExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="argument" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="argOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="extent" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="instantiationExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="instantiatedClass" lowerBound="1" eType="#/1/Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="instantiationExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="initializationOperation" eType="#/1/Operation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="instantiationExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ListLiteralExp" eSuperTypes="#/2/LiteralExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="element" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="listLiteralExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ListType" eSuperTypes="#/2/CollectionType"/> <eClassifiers xmi:type="ecore:EClass" name="LogExp" eSuperTypes="#/2/OperationCallExp #/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="condition" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="logOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="RaiseExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="argument" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="raiseExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="exception" lowerBound="1" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="raiseExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ReturnExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="value" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="returnExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EEnum" name="SeverityKind"> <eLiterals name="error"/> <eLiterals name="warning" value="1"/> <eLiterals name="fatal" value="2"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="SwitchExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="alternativePart" upperBound="-1" eType="#/7/AltExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="elsePart" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elsePartOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="TryExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="exceptClause" upperBound="-1" eType="#/7/CatchExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="exceptOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="tryBody" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tryBodyOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Typedef" eSuperTypes="#/1/Class"> <eStructuralFeatures xmi:type="ecore:EReference" name="base" lowerBound="1" eType="#/1/Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="condition" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="UnlinkExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="item" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="itemUnlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="target" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtUnlink"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="VariableInitExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="referredVariable" lowerBound="1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="declaration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="withResult" eType="#/0/Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="WhileExp" eSuperTypes="#/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="condition" lowerBound="1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="QVTOperational" nsURI="http://www.omg.org/spec/QVT/20140401/QVTOperational" nsPrefix="qvtoperational"> <eClassifiers xmi:type="ecore:EClass" name="Constructor" eSuperTypes="#/8/ImperativeOperation"/> <eClassifiers xmi:type="ecore:EClass" name="ConstructorBody" eSuperTypes="#/8/OperationBody"/> <eClassifiers xmi:type="ecore:EClass" name="ContextualProperty" eSuperTypes="#/1/Property"> <eStructuralFeatures xmi:type="ecore:EReference" name="context" lowerBound="1" eType="#/1/Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="contextualProperty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="initExpression" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ownerProperty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="overridden" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EEnum" name="DirectionKind"> <eLiterals name="in"/> <eLiterals name="inout" value="1"/> <eLiterals name="out" value="2"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="EntryOperation" eSuperTypes="#/8/ImperativeOperation"/> <eClassifiers xmi:type="ecore:EClass" name="Helper" eSuperTypes="#/8/ImperativeOperation"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isQuery" eType="#/0/Boolean"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ImperativeCallExp" eSuperTypes="#/2/OperationCallExp #/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isVirtual" eType="#/0/Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ImperativeOperation" eSuperTypes="#/1/Operation"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" eType="#/8/OperationBody" containment="true" resolveProxies="false" eOpposite="#/8/OperationBody/operation"/> <eStructuralFeatures xmi:type="ecore:EReference" name="context" eType="#/8/VarParameter" containment="true" resolveProxies="false" eOpposite="#/8/VarParameter/ctxOwner"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isBlackbox" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EReference" name="overridden" eType="#/8/ImperativeOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="result" upperBound="-1" eType="#/8/VarParameter" containment="true" resolveProxies="false" eOpposite="#/8/VarParameter/resOwner"/> </eClassifiers> <eClassifiers xmi:type="ecore:EEnum" name="ImportKind"> <eLiterals name="extension"/> <eLiterals name="access" value="1"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Library" eSuperTypes="#/8/Module"/> <eClassifiers xmi:type="ecore:EClass" name="MappingBody" eSuperTypes="#/8/OperationBody"> <eStructuralFeatures xmi:type="ecore:EReference" name="endSection" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="endOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="initSection" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="MappingCallExp" eSuperTypes="#/8/ImperativeCallExp"> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isStrict" eType="#/0/Boolean"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="MappingOperation" eSuperTypes="#/8/ImperativeOperation"> <eStructuralFeatures xmi:type="ecore:EReference" name="disjunct" upperBound="-1" eType="#/8/MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="disjuncter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="inherited" upperBound="-1" eType="#/8/MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="inheriting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="merged" upperBound="-1" eType="#/8/MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="merging"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="refinedRelation" eType="#/6/Relation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refiningOperation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="when" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="where" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="MappingParameter" eSuperTypes="#/8/VarParameter"> <eStructuralFeatures xmi:type="ecore:EReference" name="extent" eType="#/8/ModelParameter"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="mappingParameter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="referredDomain" eType="#/6/RelationDomain"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringParameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ModelParameter" eSuperTypes="#/8/VarParameter"> <eStructuralFeatures xmi:type="ecore:EReference" name="module" lowerBound="1" eType="#/8/OperationalTransformation" eOpposite="#/8/OperationalTransformation/modelParameter"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ModelType" eSuperTypes="#/1/Class"> <eStructuralFeatures xmi:type="ecore:EReference" name="additionalCondition" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="condOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="conformanceKind" eType="#/0/String" defaultValueLiteral="effective"/> <eStructuralFeatures xmi:type="ecore:EReference" name="metamodel" lowerBound="1" upperBound="-1" eType="#/1/Package"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="modelType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="Module" eSuperTypes="#/1/Class #/1/Package"> <eStructuralFeatures xmi:type="ecore:EReference" name="configProperty" upperBound="-1" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="module"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="entry" eType="#/8/EntryOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="entryContext"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isBlackbox" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EReference" name="moduleImport" upperBound="-1" eType="#/8/ModuleImport" containment="true" resolveProxies="false" eOpposite="#/8/ModuleImport/module"/> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedTag" upperBound="-1" eType="#/1/Tag" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="ownedVariable" ordered="false" upperBound="-1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="variableOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="usedModelType" upperBound="-1" eType="#/8/ModelType"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="module"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ModuleImport" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="binding" upperBound="-1" eType="#/8/ModelType"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="moduleImport"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="importedModule" lowerBound="1" eType="#/8/Module"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="importingElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="kind" eType="#/8/ImportKind"/> <eStructuralFeatures xmi:type="ecore:EReference" name="module" eType="#/8/Module" transient="true" resolveProxies="false" eOpposite="#/8/Module/moduleImport"/> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ObjectExp" eSuperTypes="#/7/InstantiationExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="body" lowerBound="1" eType="#/8/ConstructorBody" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="objectExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="referredObject" lowerBound="1" eType="#/2/Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="objectExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="OperationBody" eSuperTypes="#/1/Element"> <eStructuralFeatures xmi:type="ecore:EReference" name="content" upperBound="-1" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="contentOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="operation" eType="#/8/ImperativeOperation" transient="true" resolveProxies="false" eOpposite="#/8/ImperativeOperation/body"/> <eStructuralFeatures xmi:type="ecore:EReference" name="variable" ordered="false" upperBound="-1" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="opBody"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="OperationalTransformation" eSuperTypes="#/8/Module"> <eStructuralFeatures xmi:type="ecore:EReference" name="intermediateClass" upperBound="-1" eType="#/1/Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="transfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="intermediateProperty" upperBound="-1" eType="#/1/Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="transfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="modelParameter" upperBound="-1" eType="#/8/ModelParameter" containment="true" resolveProxies="false" eOpposite="#/8/ModelParameter/module"/> <eStructuralFeatures xmi:type="ecore:EReference" name="refined" eType="#/6/RelationalTransformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refinement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EReference" name="relation" upperBound="-1" eType="#/6/Relation" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ResolveExp" eSuperTypes="#/2/CallExp #/7/ImperativeExpression"> <eStructuralFeatures xmi:type="ecore:EReference" name="condition" eType="#/2/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resolveExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isDeferred" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="isInverse" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="one" eType="#/0/Boolean"/> <eStructuralFeatures xmi:type="ecore:EReference" name="target" eType="#/2/Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resolveExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="ResolveInExp" eSuperTypes="#/8/ResolveExp"> <eStructuralFeatures xmi:type="ecore:EReference" name="inMapping" eType="#/8/MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resolveExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xmi:type="ecore:EClass" name="VarParameter" eSuperTypes="#/2/Variable #/1/Parameter"> <eStructuralFeatures xmi:type="ecore:EReference" name="ctxOwner" eType="#/8/ImperativeOperation" transient="true" resolveProxies="false" eOpposite="#/8/ImperativeOperation/context"/> <eStructuralFeatures xmi:type="ecore:EAttribute" name="kind" eType="#/8/DirectionKind"/> <eStructuralFeatures xmi:type="ecore:EReference" name="resOwner" eType="#/8/ImperativeOperation" transient="true" resolveProxies="false" eOpposite="#/8/ImperativeOperation/result"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"primitivetypes","nsURI":"http://www.omg.org/spec/QVT/20140401/PrimitiveTypes","name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":5,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"emof","nsURI":"http://www.omg.org/spec/QVT/20140401/EMOF","name":"EMOF","id":6,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveCollection","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveSequence","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":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":"ownedAttribute","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":"ownedOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"body","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMetaClass","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSet","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unset","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","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":"property","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":false,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elements","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"useContainment","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metaClass","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"string","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":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":"isID","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":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAll","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EOperation"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EParameter"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":177,"many":false,"required":false,"eClass":"EParameter"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EParameter"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextURI","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"nsPrefix":"essentialocl","nsURI":"http://www.omg.org/spec/QVT/20140401/EssentialOCL","name":"EssentialOCL","id":214,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":220,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"name":"Set","id":269,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":270,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":271,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":272,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":273,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"collectionLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"letExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"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"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"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":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tupleLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"nsPrefix":"qvtbase","nsURI":"http://www.omg.org/spec/QVT/20140401/QVTBase","name":"QVTBase","id":387,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":true,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParameter","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCheckable","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEnforceable","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rule","changeable":true,"resolveProxies":false,"lowerBound":1,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedModel","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":false,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":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":428,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"nsPrefix":"qvtcore","nsURI":"http://www.omg.org/spec/QVT/20140401/QVTCore","name":"QVTCore","id":444,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":true,"id":445,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BottomPattern","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreDomain","instanceClass":null,"abstract":false,"id":448,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorePattern","instanceClass":null,"abstract":false,"id":449,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnforcementMode","instanceClass":null,"id":450,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnforcementOperation","instanceClass":null,"abstract":false,"id":451,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardPattern","instanceClass":null,"abstract":false,"id":452,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":453,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssignment","instanceClass":null,"abstract":false,"id":454,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizedVariable","instanceClass":null,"abstract":false,"id":455,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":456,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"area","changeable":true,"resolveProxies":false,"lowerBound":1,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"area","changeable":true,"resolveProxies":false,"lowerBound":1,"id":462,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":463,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDefault","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enforcementOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realizedVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"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":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":477,"derived":false},{"id":478,"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":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"name":"Creation","id":485,"value":0,"literal":"Creation","eClass":"EEnumLiteral"},{"name":"Deletion","id":486,"value":1,"literal":"Deletion","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enforcementMode","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCallExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"local","changeable":true,"resolveProxies":false,"lowerBound":0,"id":496,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slotExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":505,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"nsPrefix":"qvttemplate","nsURI":"http://www.omg.org/spec/QVT/20140401/QVTTemplate","name":"QVTTemplate","id":515,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTemplateExp","instanceClass":null,"abstract":false,"id":516,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTemplateExp","instanceClass":null,"abstract":false,"id":517,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTemplateItem","instanceClass":null,"abstract":false,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateExp","instanceClass":null,"abstract":true,"id":519,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":false,"lowerBound":0,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredCollectionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":527,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"objContainer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOpposite","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":534,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"nsPrefix":"qvtrelation","nsURI":"http://www.omg.org/spec/QVT/20140401/QVTRelation","name":"QVTRelation","id":546,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPattern","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCallExp","instanceClass":null,"abstract":false,"id":549,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationCallExp","instanceClass":null,"abstract":false,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomain","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomainAssignment","instanceClass":null,"abstract":false,"id":553,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationImplementation","instanceClass":null,"abstract":false,"id":554,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalTransformation","instanceClass":null,"abstract":false,"id":555,"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":"relationDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"container":false,"ordered":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":562,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oppositePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTopLevel","changeable":true,"lowerBound":0,"iD":false,"id":573,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationalImpl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":574,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":575,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":false,"lowerBound":0,"id":576,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"lowerBound":0,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"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":"relation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":2,"id":585,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredRelation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":586,"derived":false},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultAssignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":590,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rootVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":597,"derived":false},{"container":false,"ordered":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":598,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"impl","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inDirectionOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"nsPrefix":"imperativeocl","nsURI":"http://www.omg.org/spec/QVT/20140401/ImperativeOCL","name":"ImperativeOCL","id":611,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltExp","instanceClass":null,"abstract":false,"id":612,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExp","instanceClass":null,"abstract":false,"id":613,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExp","instanceClass":null,"abstract":false,"id":614,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExp","instanceClass":null,"abstract":false,"id":615,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExp","instanceClass":null,"abstract":false,"id":616,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchExp","instanceClass":null,"abstract":false,"id":617,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExp","instanceClass":null,"abstract":false,"id":618,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExp","instanceClass":null,"abstract":false,"id":619,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExp","instanceClass":null,"abstract":false,"id":620,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPart","instanceClass":null,"abstract":false,"id":621,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryType","instanceClass":null,"abstract":false,"id":622,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExp","instanceClass":null,"abstract":false,"id":623,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeExpression","instanceClass":null,"abstract":true,"id":624,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExp","instanceClass":null,"abstract":false,"id":625,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExp","instanceClass":null,"abstract":true,"id":626,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExp","instanceClass":null,"abstract":false,"id":627,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteralExp","instanceClass":null,"abstract":false,"id":628,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":629,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExp","instanceClass":null,"abstract":false,"id":630,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExp","instanceClass":null,"abstract":false,"id":631,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExp","instanceClass":null,"abstract":false,"id":632,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeverityKind","instanceClass":null,"id":633,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExp","instanceClass":null,"abstract":false,"id":634,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExp","instanceClass":null,"abstract":false,"id":635,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":636,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlinkExp","instanceClass":null,"abstract":false,"id":637,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitExp","instanceClass":null,"abstract":false,"id":638,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExp","instanceClass":null,"abstract":false,"id":639,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":640,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":false,"lowerBound":1,"id":645,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":false,"lowerBound":0,"id":646,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"error","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":652,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReset","changeable":true,"lowerBound":0,"iD":false,"id":653,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":654,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":665,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":666,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":667,"derived":false},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":672,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"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":"partOwner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":681,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":false,"lowerBound":1,"id":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":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":683,"derived":false},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":693,"derived":false},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":700,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instantiatedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":702,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializationOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":703,"derived":false},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":false,"lowerBound":0,"id":709,"derived":false},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":713,"derived":false},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":717,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"name":"error","id":725,"value":0,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":726,"value":1,"literal":"warning","eClass":"EEnumLiteral"},{"name":"fatal","id":727,"value":2,"literal":"fatal","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternativePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":728,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":729,"derived":false},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptClause","changeable":true,"resolveProxies":false,"lowerBound":0,"id":733,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryBody","changeable":true,"resolveProxies":false,"lowerBound":0,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":738,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":739,"derived":false},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"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":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":743,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":1,"id":744,"derived":false},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":748,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"withResult","changeable":true,"lowerBound":0,"iD":false,"id":749,"derived":false},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":753,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":754,"derived":false},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"nsPrefix":"qvtoperational","nsURI":"http://www.omg.org/spec/QVT/20140401/QVTOperational","name":"QVTOperational","id":758,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":759,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":760,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":761,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":762,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":763,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":764,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":765,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":766,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":767,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":768,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":769,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":770,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":771,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":772,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":773,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":774,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":775,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":776,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":777,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":778,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":779,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":780,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":781,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":782,"interface":false,"eClass":"EClass"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":785,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":786,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":787,"derived":false},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"name":"in","id":792,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":793,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":794,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"id":795,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":796,"derived":false},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":799,"derived":false},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":803,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":804,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":805,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":806,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":810,"derived":false},{"id":811,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ctxOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":812,"derived":false},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":816,"derived":false},{"name":"extension","id":817,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":818,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"id":819,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endSection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":820,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":828,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":829,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":830,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedRelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":831,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":false,"lowerBound":0,"id":832,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"lowerBound":0,"id":833,"derived":false},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":841,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":842,"derived":false},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":846,"derived":false},{"id":847,"eClass":"EGenericType"},{"id":848,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":849,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":850,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"effective","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"effective","unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":851,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":852,"derived":false},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":857,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":859,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":false,"lowerBound":0,"id":860,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":861,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":862,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":863,"derived":false},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":false,"lowerBound":0,"id":870,"derived":false},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"},{"id":873,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":874,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":875,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":876,"derived":false},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":882,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":883,"derived":false},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":887,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":888,"derived":false},{"id":889,"eClass":"EGenericType"},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":893,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":894,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":903,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":904,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":0,"iD":false,"id":905,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":0,"iD":false,"id":906,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":907,"derived":false},{"id":908,"eClass":"EGenericType"},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":915,"derived":false},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":918,"derived":false},{"id":919,"eClass":"EGenericType"},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"id":922,"eClass":"EGenericType"},{"id":923,"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":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":7},{"source":6,"target":8},{"source":6,"target":9},{"source":6,"target":10},{"source":6,"target":11},{"source":6,"target":12},{"source":6,"target":13},{"source":6,"target":14},{"source":6,"target":15},{"source":6,"target":16},{"source":6,"target":17},{"source":6,"target":18},{"source":6,"target":19},{"source":6,"target":20},{"source":6,"target":21},{"source":6,"target":22},{"source":6,"target":23},{"source":6,"target":24},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":7,"target":6},{"source":7,"target":26},{"source":7,"target":29},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":7,"target":33},{"source":29,"target":1},{"source":29,"target":34},{"source":29,"target":7},{"source":34,"target":1},{"source":30,"target":22},{"source":30,"target":35},{"source":30,"target":7},{"source":30,"target":36},{"source":35,"target":22},{"source":31,"target":18},{"source":31,"target":37},{"source":31,"target":7},{"source":31,"target":38},{"source":37,"target":18},{"source":32,"target":7},{"source":32,"target":39},{"source":32,"target":7},{"source":39,"target":7},{"source":33,"target":26},{"source":8,"target":6},{"source":8,"target":10},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":40,"target":16},{"source":40,"target":43},{"source":40,"target":8},{"source":43,"target":16},{"source":41,"target":4},{"source":41,"target":44},{"source":41,"target":8},{"source":44,"target":4},{"source":42,"target":10},{"source":9,"target":6},{"source":9,"target":26},{"source":9,"target":45},{"source":45,"target":26},{"source":10,"target":6},{"source":10,"target":17},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":46,"target":10},{"source":46,"target":55},{"source":46,"target":10},{"source":55,"target":10},{"source":47,"target":1},{"source":47,"target":56},{"source":47,"target":10},{"source":47,"target":57},{"source":56,"target":1},{"source":57,"target":17},{"source":57,"target":58},{"source":57,"target":47},{"source":58,"target":17},{"source":48,"target":17},{"source":48,"target":59},{"source":48,"target":10},{"source":48,"target":60},{"source":59,"target":17},{"source":60,"target":22},{"source":60,"target":61},{"source":60,"target":48},{"source":61,"target":22},{"source":49,"target":7},{"source":49,"target":62},{"source":49,"target":10},{"source":62,"target":7},{"source":50,"target":1},{"source":50,"target":63},{"source":50,"target":10},{"source":50,"target":64},{"source":63,"target":1},{"source":64,"target":22},{"source":64,"target":65},{"source":64,"target":50},{"source":65,"target":22},{"source":51,"target":10},{"source":51,"target":66},{"source":51,"target":67},{"source":66,"target":22},{"source":66,"target":68},{"source":66,"target":51},{"source":68,"target":22},{"source":67,"target":17},{"source":67,"target":69},{"source":67,"target":51},{"source":69,"target":17},{"source":52,"target":10},{"source":52,"target":70},{"source":70,"target":22},{"source":70,"target":71},{"source":70,"target":52},{"source":71,"target":22},{"source":53,"target":8},{"source":53,"target":72},{"source":53,"target":10},{"source":72,"target":8},{"source":54,"target":17},{"source":11,"target":6},{"source":11,"target":9},{"source":11,"target":73},{"source":11,"target":74},{"source":73,"target":12},{"source":73,"target":75},{"source":73,"target":11},{"source":73,"target":76},{"source":75,"target":12},{"source":74,"target":9},{"source":12,"target":6},{"source":12,"target":16},{"source":12,"target":76},{"source":12,"target":77},{"source":76,"target":11},{"source":76,"target":78},{"source":76,"target":12},{"source":76,"target":73},{"source":78,"target":11},{"source":77,"target":16},{"source":13,"target":6},{"source":13,"target":17},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":79,"target":24},{"source":79,"target":82},{"source":79,"target":13},{"source":82,"target":24},{"source":80,"target":1},{"source":80,"target":83},{"source":80,"target":13},{"source":83,"target":1},{"source":81,"target":17},{"source":14,"target":6},{"source":14,"target":10},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":14,"target":88},{"source":84,"target":4},{"source":84,"target":89},{"source":84,"target":14},{"source":84,"target":90},{"source":84,"target":91},{"source":89,"target":4},{"source":90,"target":9},{"source":90,"target":92},{"source":90,"target":84},{"source":92,"target":9},{"source":91,"target":17},{"source":91,"target":93},{"source":91,"target":84},{"source":93,"target":17},{"source":85,"target":10},{"source":85,"target":94},{"source":85,"target":14},{"source":85,"target":95},{"source":94,"target":10},{"source":95,"target":7},{"source":95,"target":96},{"source":95,"target":85},{"source":96,"target":7},{"source":86,"target":17},{"source":86,"target":97},{"source":86,"target":14},{"source":86,"target":98},{"source":86,"target":99},{"source":97,"target":17},{"source":98,"target":9},{"source":98,"target":100},{"source":98,"target":86},{"source":100,"target":9},{"source":99,"target":4},{"source":99,"target":101},{"source":99,"target":86},{"source":101,"target":4},{"source":87,"target":19},{"source":87,"target":102},{"source":87,"target":14},{"source":102,"target":19},{"source":88,"target":10},{"source":15,"target":6},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":103,"target":1},{"source":103,"target":107},{"source":103,"target":15},{"source":107,"target":1},{"source":104,"target":1},{"source":104,"target":108},{"source":104,"target":15},{"source":108,"target":1},{"source":105,"target":2},{"source":105,"target":109},{"source":105,"target":15},{"source":109,"target":2},{"source":106,"target":5},{"source":106,"target":110},{"source":106,"target":15},{"source":110,"target":5},{"source":16,"target":6},{"source":16,"target":10},{"source":16,"target":111},{"source":16,"target":112},{"source":111,"target":4},{"source":111,"target":113},{"source":111,"target":16},{"source":113,"target":4},{"source":112,"target":10},{"source":17,"target":6},{"source":18,"target":6},{"source":18,"target":27},{"source":18,"target":15},{"source":18,"target":38},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":116},{"source":18,"target":117},{"source":38,"target":7},{"source":38,"target":118},{"source":38,"target":18},{"source":38,"target":31},{"source":118,"target":7},{"source":114,"target":20},{"source":114,"target":119},{"source":114,"target":18},{"source":114,"target":120},{"source":119,"target":20},{"source":115,"target":26},{"source":115,"target":121},{"source":115,"target":18},{"source":121,"target":26},{"source":116,"target":27},{"source":117,"target":15},{"source":19,"target":6},{"source":19,"target":16},{"source":19,"target":122},{"source":19,"target":123},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":122,"target":19},{"source":122,"target":127},{"source":122,"target":19},{"source":122,"target":123},{"source":127,"target":19},{"source":123,"target":19},{"source":123,"target":128},{"source":123,"target":19},{"source":123,"target":122},{"source":128,"target":19},{"source":124,"target":26},{"source":124,"target":129},{"source":124,"target":19},{"source":124,"target":130},{"source":129,"target":26},{"source":125,"target":4},{"source":125,"target":131},{"source":125,"target":19},{"source":131,"target":4},{"source":126,"target":16},{"source":20,"target":6},{"source":20,"target":27},{"source":20,"target":15},{"source":20,"target":120},{"source":20,"target":132},{"source":20,"target":133},{"source":120,"target":18},{"source":120,"target":134},{"source":120,"target":20},{"source":120,"target":114},{"source":134,"target":18},{"source":132,"target":27},{"source":133,"target":15},{"source":21,"target":6},{"source":21,"target":9},{"source":21,"target":135},{"source":135,"target":9},{"source":22,"target":6},{"source":22,"target":27},{"source":22,"target":15},{"source":22,"target":36},{"source":22,"target":136},{"source":22,"target":137},{"source":22,"target":138},{"source":22,"target":139},{"source":22,"target":140},{"source":22,"target":141},{"source":22,"target":142},{"source":22,"target":143},{"source":36,"target":7},{"source":36,"target":144},{"source":36,"target":22},{"source":36,"target":30},{"source":144,"target":7},{"source":136,"target":4},{"source":136,"target":145},{"source":136,"target":22},{"source":145,"target":4},{"source":137,"target":1},{"source":137,"target":146},{"source":137,"target":22},{"source":146,"target":1},{"source":138,"target":1},{"source":138,"target":147},{"source":138,"target":22},{"source":147,"target":1},{"source":139,"target":1},{"source":139,"target":148},{"source":139,"target":22},{"source":148,"target":1},{"source":140,"target":1},{"source":140,"target":149},{"source":140,"target":22},{"source":149,"target":1},{"source":141,"target":22},{"source":141,"target":150},{"source":141,"target":22},{"source":150,"target":22},{"source":142,"target":27},{"source":143,"target":15},{"source":23,"target":6},{"source":23,"target":17},{"source":23,"target":151},{"source":23,"target":152},{"source":23,"target":153},{"source":23,"target":154},{"source":23,"target":155},{"source":23,"target":156},{"source":151,"target":1},{"source":151,"target":157},{"source":151,"target":23},{"source":151,"target":158},{"source":157,"target":1},{"source":158,"target":17},{"source":158,"target":159},{"source":158,"target":151},{"source":159,"target":17},{"source":152,"target":1},{"source":152,"target":160},{"source":152,"target":23},{"source":152,"target":161},{"source":160,"target":1},{"source":161,"target":24},{"source":161,"target":162},{"source":161,"target":152},{"source":162,"target":24},{"source":153,"target":23},{"source":154,"target":1},{"source":154,"target":163},{"source":154,"target":23},{"source":154,"target":164},{"source":163,"target":1},{"source":164,"target":17},{"source":164,"target":165},{"source":164,"target":154},{"source":165,"target":17},{"source":155,"target":2},{"source":155,"target":166},{"source":155,"target":23},{"source":166,"target":2},{"source":156,"target":17},{"source":24,"target":6},{"source":24,"target":23},{"source":24,"target":167},{"source":24,"target":168},{"source":24,"target":169},{"source":24,"target":170},{"source":24,"target":171},{"source":167,"target":24},{"source":167,"target":172},{"source":167,"target":173},{"source":172,"target":2},{"source":172,"target":174},{"source":172,"target":167},{"source":174,"target":2},{"source":173,"target":17},{"source":173,"target":175},{"source":173,"target":167},{"source":175,"target":17},{"source":168,"target":17},{"source":168,"target":176},{"source":168,"target":24},{"source":168,"target":177},{"source":176,"target":17},{"source":177,"target":2},{"source":177,"target":178},{"source":177,"target":168},{"source":178,"target":2},{"source":169,"target":17},{"source":169,"target":179},{"source":169,"target":24},{"source":169,"target":180},{"source":179,"target":17},{"source":180,"target":2},{"source":180,"target":181},{"source":180,"target":169},{"source":181,"target":2},{"source":170,"target":17},{"source":170,"target":182},{"source":170,"target":24},{"source":170,"target":183},{"source":170,"target":184},{"source":182,"target":17},{"source":183,"target":2},{"source":183,"target":185},{"source":183,"target":170},{"source":185,"target":2},{"source":184,"target":17},{"source":184,"target":186},{"source":184,"target":170},{"source":186,"target":17},{"source":171,"target":23},{"source":25,"target":6},{"source":25,"target":10},{"source":25,"target":187},{"source":25,"target":188},{"source":25,"target":189},{"source":25,"target":190},{"source":187,"target":10},{"source":187,"target":191},{"source":187,"target":25},{"source":191,"target":10},{"source":188,"target":4},{"source":188,"target":192},{"source":188,"target":25},{"source":192,"target":4},{"source":189,"target":4},{"source":189,"target":193},{"source":189,"target":25},{"source":193,"target":4},{"source":190,"target":10},{"source":26,"target":6},{"source":26,"target":16},{"source":26,"target":194},{"source":26,"target":130},{"source":26,"target":195},{"source":194,"target":1},{"source":194,"target":196},{"source":194,"target":26},{"source":194,"target":197},{"source":196,"target":1},{"source":197,"target":17},{"source":197,"target":198},{"source":197,"target":194},{"source":198,"target":17},{"source":130,"target":19},{"source":130,"target":199},{"source":130,"target":26},{"source":130,"target":124},{"source":199,"target":19},{"source":195,"target":16},{"source":27,"target":6},{"source":27,"target":16},{"source":27,"target":200},{"source":27,"target":201},{"source":200,"target":26},{"source":200,"target":202},{"source":200,"target":27},{"source":202,"target":26},{"source":201,"target":16},{"source":28,"target":6},{"source":28,"target":13},{"source":28,"target":203},{"source":28,"target":204},{"source":28,"target":205},{"source":28,"target":206},{"source":203,"target":4},{"source":203,"target":207},{"source":203,"target":28},{"source":207,"target":4},{"source":204,"target":10},{"source":204,"target":208},{"source":204,"target":28},{"source":204,"target":209},{"source":208,"target":10},{"source":209,"target":4},{"source":209,"target":210},{"source":209,"target":204},{"source":210,"target":4},{"source":205,"target":4},{"source":205,"target":211},{"source":205,"target":28},{"source":205,"target":212},{"source":211,"target":4},{"source":212,"target":10},{"source":212,"target":213},{"source":212,"target":205},{"source":213,"target":10},{"source":206,"target":13},{"source":214,"target":215},{"source":214,"target":216},{"source":214,"target":217},{"source":214,"target":218},{"source":214,"target":219},{"source":214,"target":220},{"source":214,"target":221},{"source":214,"target":222},{"source":214,"target":223},{"source":214,"target":224},{"source":214,"target":225},{"source":214,"target":226},{"source":214,"target":227},{"source":214,"target":228},{"source":214,"target":229},{"source":214,"target":230},{"source":214,"target":231},{"source":214,"target":232},{"source":214,"target":233},{"source":214,"target":234},{"source":214,"target":235},{"source":214,"target":236},{"source":214,"target":237},{"source":214,"target":238},{"source":214,"target":239},{"source":214,"target":240},{"source":214,"target":241},{"source":214,"target":242},{"source":214,"target":243},{"source":214,"target":244},{"source":214,"target":245},{"source":214,"target":246},{"source":214,"target":247},{"source":214,"target":248},{"source":214,"target":249},{"source":214,"target":250},{"source":214,"target":251},{"source":214,"target":252},{"source":214,"target":253},{"source":214,"target":254},{"source":214,"target":255},{"source":214,"target":256},{"source":214,"target":257},{"source":215,"target":214},{"source":215,"target":26},{"source":215,"target":258},{"source":258,"target":26},{"source":216,"target":214},{"source":216,"target":224},{"source":216,"target":259},{"source":259,"target":224},{"source":217,"target":214},{"source":217,"target":243},{"source":217,"target":260},{"source":217,"target":261},{"source":260,"target":1},{"source":260,"target":262},{"source":260,"target":217},{"source":262,"target":1},{"source":261,"target":243},{"source":218,"target":214},{"source":218,"target":240},{"source":218,"target":263},{"source":218,"target":264},{"source":263,"target":240},{"source":263,"target":265},{"source":263,"target":218},{"source":265,"target":240},{"source":264,"target":240},{"source":219,"target":214},{"source":219,"target":222},{"source":219,"target":266},{"source":219,"target":267},{"source":266,"target":240},{"source":266,"target":268},{"source":266,"target":219},{"source":268,"target":240},{"source":267,"target":222},{"source":220,"target":214},{"source":220,"target":269},{"source":220,"target":270},{"source":220,"target":271},{"source":220,"target":272},{"source":220,"target":273},{"source":269,"target":220},{"source":270,"target":220},{"source":271,"target":220},{"source":272,"target":220},{"source":273,"target":220},{"source":221,"target":214},{"source":221,"target":235},{"source":221,"target":274},{"source":221,"target":275},{"source":221,"target":276},{"source":274,"target":220},{"source":274,"target":277},{"source":274,"target":221},{"source":277,"target":220},{"source":275,"target":222},{"source":275,"target":278},{"source":275,"target":221},{"source":275,"target":279},{"source":278,"target":222},{"source":276,"target":235},{"source":222,"target":214},{"source":222,"target":27},{"source":222,"target":279},{"source":222,"target":280},{"source":279,"target":221},{"source":279,"target":281},{"source":279,"target":222},{"source":279,"target":275},{"source":281,"target":221},{"source":280,"target":27},{"source":223,"target":214},{"source":223,"target":222},{"source":223,"target":282},{"source":223,"target":283},{"source":223,"target":284},{"source":282,"target":240},{"source":282,"target":285},{"source":282,"target":223},{"source":285,"target":240},{"source":283,"target":240},{"source":283,"target":286},{"source":283,"target":223},{"source":286,"target":240},{"source":284,"target":222},{"source":224,"target":214},{"source":224,"target":9},{"source":224,"target":287},{"source":224,"target":288},{"source":287,"target":26},{"source":287,"target":289},{"source":287,"target":224},{"source":289,"target":26},{"source":288,"target":9},{"source":225,"target":214},{"source":225,"target":235},{"source":225,"target":290},{"source":225,"target":291},{"source":290,"target":12},{"source":290,"target":292},{"source":290,"target":225},{"source":292,"target":12},{"source":291,"target":235},{"source":226,"target":214},{"source":226,"target":27},{"source":226,"target":293},{"source":226,"target":294},{"source":226,"target":295},{"source":226,"target":296},{"source":226,"target":297},{"source":226,"target":298},{"source":293,"target":240},{"source":293,"target":299},{"source":293,"target":226},{"source":299,"target":240},{"source":294,"target":255},{"source":294,"target":300},{"source":294,"target":226},{"source":300,"target":255},{"source":295,"target":26},{"source":295,"target":301},{"source":295,"target":226},{"source":301,"target":26},{"source":296,"target":255},{"source":296,"target":302},{"source":296,"target":226},{"source":302,"target":255},{"source":297,"target":255},{"source":297,"target":303},{"source":297,"target":226},{"source":303,"target":255},{"source":298,"target":27},{"source":227,"target":214},{"source":227,"target":218},{"source":227,"target":304},{"source":304,"target":218},{"source":228,"target":214},{"source":228,"target":240},{"source":228,"target":305},{"source":228,"target":306},{"source":228,"target":307},{"source":228,"target":308},{"source":305,"target":240},{"source":305,"target":309},{"source":305,"target":228},{"source":309,"target":240},{"source":306,"target":240},{"source":306,"target":310},{"source":306,"target":228},{"source":310,"target":240},{"source":307,"target":240},{"source":307,"target":311},{"source":307,"target":228},{"source":311,"target":240},{"source":308,"target":240},{"source":229,"target":214},{"source":229,"target":239},{"source":229,"target":312},{"source":229,"target":313},{"source":312,"target":2},{"source":312,"target":314},{"source":312,"target":229},{"source":314,"target":2},{"source":313,"target":239},{"source":230,"target":214},{"source":230,"target":235},{"source":230,"target":315},{"source":315,"target":235},{"source":231,"target":214},{"source":231,"target":26},{"source":231,"target":316},{"source":316,"target":26},{"source":232,"target":214},{"source":232,"target":236},{"source":232,"target":317},{"source":232,"target":318},{"source":317,"target":255},{"source":317,"target":319},{"source":317,"target":232},{"source":319,"target":255},{"source":318,"target":236},{"source":233,"target":214},{"source":233,"target":236},{"source":233,"target":320},{"source":320,"target":236},{"source":234,"target":214},{"source":234,"target":240},{"source":234,"target":321},{"source":234,"target":322},{"source":234,"target":323},{"source":321,"target":240},{"source":321,"target":324},{"source":321,"target":234},{"source":324,"target":240},{"source":322,"target":255},{"source":322,"target":325},{"source":322,"target":234},{"source":322,"target":326},{"source":325,"target":255},{"source":323,"target":240},{"source":235,"target":214},{"source":235,"target":240},{"source":235,"target":327},{"source":327,"target":240},{"source":236,"target":214},{"source":236,"target":218},{"source":236,"target":240},{"source":236,"target":328},{"source":236,"target":329},{"source":236,"target":330},{"source":236,"target":331},{"source":328,"target":240},{"source":328,"target":332},{"source":328,"target":236},{"source":332,"target":240},{"source":329,"target":255},{"source":329,"target":333},{"source":329,"target":236},{"source":333,"target":255},{"source":330,"target":218},{"source":331,"target":240},{"source":237,"target":214},{"source":237,"target":227},{"source":237,"target":334},{"source":334,"target":227},{"source":238,"target":214},{"source":238,"target":235},{"source":238,"target":335},{"source":335,"target":235},{"source":239,"target":214},{"source":239,"target":243},{"source":239,"target":336},{"source":336,"target":243},{"source":240,"target":214},{"source":240,"target":27},{"source":240,"target":337},{"source":337,"target":27},{"source":241,"target":214},{"source":241,"target":227},{"source":241,"target":338},{"source":241,"target":339},{"source":241,"target":340},{"source":338,"target":240},{"source":338,"target":341},{"source":338,"target":241},{"source":341,"target":240},{"source":339,"target":18},{"source":339,"target":342},{"source":339,"target":241},{"source":342,"target":18},{"source":340,"target":227},{"source":242,"target":214},{"source":242,"target":224},{"source":242,"target":343},{"source":343,"target":224},{"source":243,"target":214},{"source":243,"target":235},{"source":243,"target":344},{"source":344,"target":235},{"source":244,"target":214},{"source":244,"target":237},{"source":244,"target":345},{"source":244,"target":346},{"source":345,"target":22},{"source":345,"target":347},{"source":345,"target":244},{"source":347,"target":22},{"source":346,"target":237},{"source":245,"target":214},{"source":245,"target":239},{"source":245,"target":348},{"source":245,"target":349},{"source":348,"target":3},{"source":348,"target":350},{"source":348,"target":245},{"source":350,"target":3},{"source":349,"target":239},{"source":246,"target":214},{"source":246,"target":224},{"source":246,"target":351},{"source":351,"target":224},{"source":247,"target":214},{"source":247,"target":224},{"source":247,"target":352},{"source":352,"target":224},{"source":248,"target":214},{"source":248,"target":243},{"source":248,"target":353},{"source":248,"target":354},{"source":353,"target":4},{"source":353,"target":355},{"source":353,"target":248},{"source":355,"target":4},{"source":354,"target":243},{"source":249,"target":214},{"source":249,"target":26},{"source":249,"target":356},{"source":249,"target":357},{"source":356,"target":4},{"source":356,"target":358},{"source":356,"target":249},{"source":358,"target":4},{"source":357,"target":26},{"source":250,"target":214},{"source":250,"target":235},{"source":250,"target":359},{"source":250,"target":360},{"source":359,"target":251},{"source":359,"target":361},{"source":359,"target":250},{"source":359,"target":362},{"source":361,"target":251},{"source":360,"target":235},{"source":251,"target":214},{"source":251,"target":27},{"source":251,"target":363},{"source":251,"target":362},{"source":251,"target":364},{"source":251,"target":365},{"source":363,"target":22},{"source":363,"target":366},{"source":363,"target":251},{"source":366,"target":22},{"source":362,"target":250},{"source":362,"target":367},{"source":362,"target":251},{"source":362,"target":359},{"source":367,"target":250},{"source":364,"target":240},{"source":364,"target":368},{"source":364,"target":251},{"source":368,"target":240},{"source":365,"target":27},{"source":252,"target":214},{"source":252,"target":7},{"source":252,"target":9},{"source":252,"target":369},{"source":252,"target":370},{"source":369,"target":7},{"source":370,"target":9},{"source":253,"target":214},{"source":253,"target":240},{"source":253,"target":371},{"source":253,"target":372},{"source":371,"target":26},{"source":371,"target":373},{"source":371,"target":253},{"source":373,"target":26},{"source":372,"target":240},{"source":254,"target":214},{"source":254,"target":239},{"source":254,"target":374},{"source":254,"target":375},{"source":374,"target":5},{"source":374,"target":376},{"source":374,"target":254},{"source":376,"target":5},{"source":375,"target":239},{"source":255,"target":214},{"source":255,"target":27},{"source":255,"target":377},{"source":255,"target":326},{"source":255,"target":378},{"source":255,"target":379},{"source":377,"target":240},{"source":377,"target":380},{"source":377,"target":255},{"source":380,"target":240},{"source":326,"target":234},{"source":326,"target":381},{"source":326,"target":255},{"source":326,"target":322},{"source":381,"target":234},{"source":378,"target":20},{"source":378,"target":382},{"source":378,"target":255},{"source":382,"target":20},{"source":379,"target":27},{"source":256,"target":214},{"source":256,"target":240},{"source":256,"target":383},{"source":256,"target":384},{"source":383,"target":255},{"source":383,"target":385},{"source":383,"target":256},{"source":385,"target":255},{"source":384,"target":240},{"source":257,"target":214},{"source":257,"target":26},{"source":257,"target":386},{"source":386,"target":26},{"source":387,"target":388},{"source":387,"target":389},{"source":387,"target":390},{"source":387,"target":391},{"source":387,"target":392},{"source":387,"target":393},{"source":387,"target":394},{"source":387,"target":395},{"source":388,"target":387},{"source":388,"target":16},{"source":388,"target":396},{"source":388,"target":397},{"source":388,"target":398},{"source":388,"target":399},{"source":388,"target":400},{"source":396,"target":1},{"source":396,"target":401},{"source":396,"target":388},{"source":401,"target":1},{"source":397,"target":1},{"source":397,"target":402},{"source":397,"target":388},{"source":402,"target":1},{"source":398,"target":393},{"source":398,"target":403},{"source":398,"target":388},{"source":398,"target":404},{"source":403,"target":393},{"source":399,"target":395},{"source":399,"target":405},{"source":399,"target":388},{"source":405,"target":395},{"source":400,"target":16},{"source":389,"target":387},{"source":389,"target":18},{"source":389,"target":406},{"source":389,"target":407},{"source":406,"target":240},{"source":406,"target":408},{"source":406,"target":389},{"source":408,"target":240},{"source":407,"target":18},{"source":390,"target":387},{"source":390,"target":255},{"source":390,"target":20},{"source":390,"target":409},{"source":390,"target":410},{"source":409,"target":255},{"source":410,"target":20},{"source":391,"target":387},{"source":391,"target":10},{"source":391,"target":411},{"source":391,"target":412},{"source":391,"target":413},{"source":411,"target":255},{"source":411,"target":414},{"source":411,"target":391},{"source":414,"target":255},{"source":412,"target":392},{"source":412,"target":415},{"source":412,"target":391},{"source":412,"target":416},{"source":415,"target":392},{"source":413,"target":10},{"source":392,"target":387},{"source":392,"target":10},{"source":392,"target":417},{"source":392,"target":416},{"source":392,"target":418},{"source":417,"target":240},{"source":417,"target":419},{"source":417,"target":392},{"source":419,"target":240},{"source":416,"target":391},{"source":416,"target":420},{"source":416,"target":392},{"source":416,"target":412},{"source":420,"target":391},{"source":418,"target":10},{"source":393,"target":387},{"source":393,"target":16},{"source":393,"target":404},{"source":393,"target":421},{"source":393,"target":422},{"source":393,"target":423},{"source":404,"target":388},{"source":404,"target":424},{"source":404,"target":393},{"source":404,"target":398},{"source":424,"target":388},{"source":421,"target":393},{"source":421,"target":425},{"source":421,"target":393},{"source":425,"target":393},{"source":422,"target":394},{"source":422,"target":426},{"source":422,"target":393},{"source":422,"target":427},{"source":426,"target":394},{"source":423,"target":16},{"source":394,"target":387},{"source":394,"target":7},{"source":394,"target":19},{"source":394,"target":428},{"source":394,"target":429},{"source":394,"target":430},{"source":394,"target":427},{"source":394,"target":431},{"source":394,"target":432},{"source":428,"target":394},{"source":428,"target":433},{"source":428,"target":394},{"source":433,"target":394},{"source":429,"target":395},{"source":429,"target":434},{"source":429,"target":394},{"source":429,"target":435},{"source":434,"target":395},{"source":430,"target":25},{"source":430,"target":436},{"source":430,"target":394},{"source":436,"target":25},{"source":427,"target":393},{"source":427,"target":437},{"source":427,"target":394},{"source":427,"target":422},{"source":437,"target":393},{"source":431,"target":7},{"source":432,"target":19},{"source":395,"target":387},{"source":395,"target":16},{"source":395,"target":438},{"source":395,"target":435},{"source":395,"target":439},{"source":395,"target":440},{"source":438,"target":395},{"source":438,"target":441},{"source":438,"target":395},{"source":441,"target":395},{"source":435,"target":394},{"source":435,"target":442},{"source":435,"target":395},{"source":435,"target":429},{"source":442,"target":394},{"source":439,"target":19},{"source":439,"target":443},{"source":439,"target":395},{"source":443,"target":19},{"source":440,"target":16},{"source":444,"target":445},{"source":444,"target":446},{"source":444,"target":447},{"source":444,"target":448},{"source":444,"target":449},{"source":444,"target":450},{"source":444,"target":451},{"source":444,"target":452},{"source":444,"target":453},{"source":444,"target":454},{"source":444,"target":455},{"source":444,"target":456},{"source":445,"target":444},{"source":445,"target":457},{"source":445,"target":458},{"source":457,"target":447},{"source":457,"target":459},{"source":457,"target":445},{"source":457,"target":460},{"source":459,"target":447},{"source":458,"target":452},{"source":458,"target":461},{"source":458,"target":445},{"source":458,"target":462},{"source":461,"target":452},{"source":446,"target":444},{"source":446,"target":10},{"source":446,"target":463},{"source":446,"target":464},{"source":446,"target":465},{"source":446,"target":466},{"source":463,"target":447},{"source":463,"target":467},{"source":463,"target":446},{"source":463,"target":468},{"source":467,"target":447},{"source":464,"target":1},{"source":464,"target":469},{"source":464,"target":446},{"source":469,"target":1},{"source":465,"target":240},{"source":465,"target":470},{"source":465,"target":446},{"source":470,"target":240},{"source":466,"target":10},{"source":447,"target":444},{"source":447,"target":449},{"source":447,"target":460},{"source":447,"target":468},{"source":447,"target":471},{"source":447,"target":472},{"source":447,"target":473},{"source":460,"target":445},{"source":460,"target":474},{"source":460,"target":447},{"source":460,"target":457},{"source":474,"target":445},{"source":468,"target":446},{"source":468,"target":475},{"source":468,"target":447},{"source":468,"target":463},{"source":475,"target":446},{"source":471,"target":451},{"source":471,"target":476},{"source":471,"target":447},{"source":471,"target":477},{"source":476,"target":451},{"source":472,"target":455},{"source":472,"target":478},{"source":472,"target":447},{"source":472,"target":479},{"source":478,"target":455},{"source":473,"target":449},{"source":448,"target":444},{"source":448,"target":388},{"source":448,"target":445},{"source":448,"target":480},{"source":448,"target":481},{"source":480,"target":388},{"source":481,"target":445},{"source":449,"target":444},{"source":449,"target":391},{"source":449,"target":482},{"source":449,"target":483},{"source":482,"target":255},{"source":482,"target":484},{"source":482,"target":449},{"source":484,"target":255},{"source":483,"target":391},{"source":450,"target":444},{"source":450,"target":485},{"source":450,"target":486},{"source":485,"target":450},{"source":486,"target":450},{"source":451,"target":444},{"source":451,"target":10},{"source":451,"target":477},{"source":451,"target":487},{"source":451,"target":488},{"source":451,"target":489},{"source":477,"target":447},{"source":477,"target":490},{"source":477,"target":451},{"source":477,"target":471},{"source":490,"target":447},{"source":487,"target":450},{"source":487,"target":491},{"source":487,"target":451},{"source":491,"target":450},{"source":488,"target":241},{"source":488,"target":492},{"source":488,"target":451},{"source":492,"target":241},{"source":489,"target":10},{"source":452,"target":444},{"source":452,"target":449},{"source":452,"target":462},{"source":452,"target":493},{"source":462,"target":445},{"source":462,"target":494},{"source":462,"target":452},{"source":462,"target":458},{"source":494,"target":445},{"source":493,"target":449},{"source":453,"target":444},{"source":453,"target":393},{"source":453,"target":445},{"source":453,"target":495},{"source":453,"target":496},{"source":453,"target":497},{"source":453,"target":498},{"source":453,"target":499},{"source":453,"target":500},{"source":495,"target":453},{"source":495,"target":501},{"source":495,"target":453},{"source":495,"target":496},{"source":501,"target":453},{"source":496,"target":453},{"source":496,"target":502},{"source":496,"target":453},{"source":496,"target":495},{"source":502,"target":453},{"source":497,"target":453},{"source":497,"target":503},{"source":497,"target":453},{"source":497,"target":498},{"source":503,"target":453},{"source":498,"target":453},{"source":498,"target":504},{"source":498,"target":453},{"source":498,"target":497},{"source":504,"target":453},{"source":499,"target":393},{"source":500,"target":445},{"source":454,"target":444},{"source":454,"target":446},{"source":454,"target":505},{"source":454,"target":506},{"source":454,"target":507},{"source":505,"target":240},{"source":505,"target":508},{"source":505,"target":454},{"source":508,"target":240},{"source":506,"target":22},{"source":506,"target":509},{"source":506,"target":454},{"source":509,"target":22},{"source":507,"target":446},{"source":455,"target":444},{"source":455,"target":255},{"source":455,"target":479},{"source":455,"target":510},{"source":479,"target":447},{"source":479,"target":511},{"source":479,"target":455},{"source":479,"target":472},{"source":511,"target":447},{"source":510,"target":255},{"source":456,"target":444},{"source":456,"target":446},{"source":456,"target":512},{"source":456,"target":513},{"source":512,"target":255},{"source":512,"target":514},{"source":512,"target":456},{"source":514,"target":255},{"source":513,"target":446},{"source":515,"target":516},{"source":515,"target":517},{"source":515,"target":518},{"source":515,"target":519},{"source":516,"target":515},{"source":516,"target":519},{"source":516,"target":520},{"source":516,"target":521},{"source":516,"target":522},{"source":516,"target":523},{"source":520,"target":240},{"source":520,"target":524},{"source":520,"target":516},{"source":524,"target":240},{"source":521,"target":224},{"source":521,"target":525},{"source":521,"target":516},{"source":525,"target":224},{"source":522,"target":255},{"source":522,"target":526},{"source":522,"target":516},{"source":526,"target":255},{"source":523,"target":519},{"source":517,"target":515},{"source":517,"target":519},{"source":517,"target":527},{"source":517,"target":528},{"source":517,"target":529},{"source":527,"target":518},{"source":527,"target":530},{"source":527,"target":517},{"source":527,"target":531},{"source":530,"target":518},{"source":528,"target":7},{"source":528,"target":532},{"source":528,"target":517},{"source":532,"target":7},{"source":529,"target":519},{"source":518,"target":515},{"source":518,"target":10},{"source":518,"target":533},{"source":518,"target":531},{"source":518,"target":534},{"source":518,"target":535},{"source":518,"target":536},{"source":533,"target":1},{"source":533,"target":537},{"source":533,"target":518},{"source":537,"target":1},{"source":531,"target":517},{"source":531,"target":538},{"source":531,"target":518},{"source":531,"target":527},{"source":538,"target":517},{"source":534,"target":22},{"source":534,"target":539},{"source":534,"target":518},{"source":539,"target":22},{"source":535,"target":240},{"source":535,"target":540},{"source":535,"target":518},{"source":540,"target":240},{"source":536,"target":10},{"source":519,"target":515},{"source":519,"target":235},{"source":519,"target":541},{"source":519,"target":542},{"source":519,"target":543},{"source":541,"target":255},{"source":541,"target":544},{"source":541,"target":519},{"source":544,"target":255},{"source":542,"target":240},{"source":542,"target":545},{"source":542,"target":519},{"source":545,"target":240},{"source":543,"target":235},{"source":546,"target":547},{"source":546,"target":548},{"source":546,"target":549},{"source":546,"target":550},{"source":546,"target":551},{"source":546,"target":552},{"source":546,"target":553},{"source":546,"target":554},{"source":546,"target":555},{"source":547,"target":546},{"source":547,"target":391},{"source":547,"target":556},{"source":547,"target":557},{"source":547,"target":558},{"source":556,"target":552},{"source":556,"target":559},{"source":556,"target":547},{"source":556,"target":560},{"source":559,"target":552},{"source":557,"target":519},{"source":557,"target":561},{"source":557,"target":547},{"source":561,"target":519},{"source":558,"target":391},{"source":548,"target":546},{"source":548,"target":10},{"source":548,"target":562},{"source":548,"target":563},{"source":548,"target":564},{"source":548,"target":565},{"source":548,"target":566},{"source":562,"target":7},{"source":562,"target":567},{"source":562,"target":548},{"source":567,"target":7},{"source":563,"target":22},{"source":563,"target":568},{"source":563,"target":548},{"source":568,"target":22},{"source":564,"target":22},{"source":564,"target":569},{"source":564,"target":548},{"source":569,"target":22},{"source":565,"target":555},{"source":565,"target":570},{"source":565,"target":548},{"source":565,"target":571},{"source":570,"target":555},{"source":566,"target":10},{"source":549,"target":546},{"source":549,"target":244},{"source":549,"target":572},{"source":572,"target":244},{"source":550,"target":546},{"source":550,"target":393},{"source":550,"target":573},{"source":550,"target":574},{"source":550,"target":575},{"source":550,"target":576},{"source":550,"target":577},{"source":550,"target":578},{"source":573,"target":1},{"source":573,"target":579},{"source":573,"target":550},{"source":579,"target":1},{"source":574,"target":554},{"source":574,"target":580},{"source":574,"target":550},{"source":574,"target":581},{"source":580,"target":554},{"source":575,"target":255},{"source":575,"target":582},{"source":575,"target":550},{"source":582,"target":255},{"source":576,"target":391},{"source":576,"target":583},{"source":576,"target":550},{"source":583,"target":391},{"source":577,"target":391},{"source":577,"target":584},{"source":577,"target":550},{"source":584,"target":391},{"source":578,"target":393},{"source":551,"target":546},{"source":551,"target":240},{"source":551,"target":585},{"source":551,"target":586},{"source":551,"target":587},{"source":585,"target":240},{"source":585,"target":588},{"source":585,"target":551},{"source":588,"target":240},{"source":586,"target":550},{"source":586,"target":589},{"source":586,"target":551},{"source":589,"target":550},{"source":587,"target":240},{"source":552,"target":546},{"source":552,"target":388},{"source":552,"target":590},{"source":552,"target":560},{"source":552,"target":591},{"source":552,"target":592},{"source":590,"target":553},{"source":590,"target":593},{"source":590,"target":552},{"source":590,"target":594},{"source":593,"target":553},{"source":560,"target":547},{"source":560,"target":595},{"source":560,"target":552},{"source":560,"target":556},{"source":595,"target":547},{"source":591,"target":255},{"source":591,"target":596},{"source":591,"target":552},{"source":596,"target":255},{"source":592,"target":388},{"source":553,"target":546},{"source":553,"target":10},{"source":553,"target":594},{"source":553,"target":597},{"source":553,"target":598},{"source":553,"target":599},{"source":594,"target":552},{"source":594,"target":600},{"source":594,"target":553},{"source":594,"target":590},{"source":600,"target":552},{"source":597,"target":240},{"source":597,"target":601},{"source":597,"target":553},{"source":601,"target":240},{"source":598,"target":255},{"source":598,"target":602},{"source":598,"target":553},{"source":602,"target":255},{"source":599,"target":10},{"source":554,"target":546},{"source":554,"target":10},{"source":554,"target":603},{"source":554,"target":604},{"source":554,"target":581},{"source":554,"target":605},{"source":603,"target":18},{"source":603,"target":606},{"source":603,"target":554},{"source":606,"target":18},{"source":604,"target":395},{"source":604,"target":607},{"source":604,"target":554},{"source":607,"target":395},{"source":581,"target":550},{"source":581,"target":608},{"source":581,"target":554},{"source":581,"target":574},{"source":608,"target":550},{"source":605,"target":10},{"source":555,"target":546},{"source":555,"target":394},{"source":555,"target":571},{"source":555,"target":609},{"source":571,"target":548},{"source":571,"target":610},{"source":571,"target":555},{"source":571,"target":565},{"source":610,"target":548},{"source":609,"target":394},{"source":611,"target":612},{"source":611,"target":613},{"source":611,"target":614},{"source":611,"target":615},{"source":611,"target":616},{"source":611,"target":617},{"source":611,"target":618},{"source":611,"target":619},{"source":611,"target":620},{"source":611,"target":621},{"source":611,"target":622},{"source":611,"target":623},{"source":611,"target":624},{"source":611,"target":625},{"source":611,"target":626},{"source":611,"target":627},{"source":611,"target":628},{"source":611,"target":629},{"source":611,"target":630},{"source":611,"target":631},{"source":611,"target":632},{"source":611,"target":633},{"source":611,"target":634},{"source":611,"target":635},{"source":611,"target":636},{"source":611,"target":637},{"source":611,"target":638},{"source":611,"target":639},{"source":612,"target":611},{"source":612,"target":624},{"source":612,"target":640},{"source":612,"target":641},{"source":612,"target":642},{"source":640,"target":240},{"source":640,"target":643},{"source":640,"target":612},{"source":643,"target":240},{"source":641,"target":240},{"source":641,"target":644},{"source":641,"target":612},{"source":644,"target":240},{"source":642,"target":624},{"source":613,"target":611},{"source":613,"target":624},{"source":613,"target":645},{"source":613,"target":646},{"source":613,"target":647},{"source":613,"target":648},{"source":645,"target":240},{"source":645,"target":649},{"source":645,"target":613},{"source":649,"target":240},{"source":646,"target":630},{"source":646,"target":650},{"source":646,"target":613},{"source":650,"target":630},{"source":647,"target":633},{"source":647,"target":651},{"source":647,"target":613},{"source":651,"target":633},{"source":648,"target":624},{"source":614,"target":611},{"source":614,"target":624},{"source":614,"target":652},{"source":614,"target":653},{"source":614,"target":654},{"source":614,"target":655},{"source":614,"target":656},{"source":652,"target":240},{"source":652,"target":657},{"source":652,"target":614},{"source":657,"target":240},{"source":653,"target":1},{"source":653,"target":658},{"source":653,"target":614},{"source":658,"target":1},{"source":654,"target":240},{"source":654,"target":659},{"source":654,"target":614},{"source":659,"target":240},{"source":655,"target":240},{"source":655,"target":660},{"source":655,"target":614},{"source":660,"target":240},{"source":656,"target":624},{"source":615,"target":611},{"source":615,"target":624},{"source":615,"target":661},{"source":615,"target":662},{"source":661,"target":240},{"source":661,"target":663},{"source":661,"target":615},{"source":663,"target":240},{"source":662,"target":624},{"source":616,"target":611},{"source":616,"target":624},{"source":616,"target":664},{"source":664,"target":624},{"source":617,"target":611},{"source":617,"target":624},{"source":617,"target":665},{"source":617,"target":666},{"source":617,"target":667},{"source":617,"target":668},{"source":665,"target":240},{"source":665,"target":669},{"source":665,"target":617},{"source":669,"target":240},{"source":666,"target":26},{"source":666,"target":670},{"source":666,"target":617},{"source":670,"target":26},{"source":667,"target":255},{"source":667,"target":671},{"source":667,"target":617},{"source":671,"target":255},{"source":668,"target":624},{"source":618,"target":611},{"source":618,"target":624},{"source":618,"target":672},{"source":618,"target":673},{"source":618,"target":674},{"source":672,"target":240},{"source":672,"target":675},{"source":672,"target":618},{"source":675,"target":240},{"source":673,"target":255},{"source":673,"target":676},{"source":673,"target":618},{"source":676,"target":255},{"source":674,"target":624},{"source":619,"target":611},{"source":619,"target":624},{"source":619,"target":677},{"source":677,"target":624},{"source":620,"target":611},{"source":620,"target":235},{"source":620,"target":678},{"source":620,"target":679},{"source":678,"target":621},{"source":678,"target":680},{"source":678,"target":620},{"source":678,"target":681},{"source":680,"target":621},{"source":679,"target":235},{"source":621,"target":611},{"source":621,"target":10},{"source":621,"target":682},{"source":621,"target":683},{"source":621,"target":681},{"source":621,"target":684},{"source":682,"target":240},{"source":682,"target":685},{"source":682,"target":621},{"source":685,"target":240},{"source":683,"target":240},{"source":683,"target":686},{"source":683,"target":621},{"source":686,"target":240},{"source":681,"target":620},{"source":681,"target":687},{"source":681,"target":621},{"source":681,"target":678},{"source":687,"target":620},{"source":684,"target":10},{"source":622,"target":611},{"source":622,"target":224},{"source":622,"target":688},{"source":622,"target":689},{"source":688,"target":26},{"source":688,"target":690},{"source":688,"target":622},{"source":690,"target":26},{"source":689,"target":224},{"source":623,"target":611},{"source":623,"target":626},{"source":623,"target":691},{"source":691,"target":626},{"source":624,"target":611},{"source":624,"target":240},{"source":624,"target":692},{"source":692,"target":240},{"source":625,"target":611},{"source":625,"target":626},{"source":625,"target":693},{"source":625,"target":694},{"source":693,"target":255},{"source":693,"target":695},{"source":693,"target":625},{"source":695,"target":255},{"source":694,"target":626},{"source":626,"target":611},{"source":626,"target":236},{"source":626,"target":624},{"source":626,"target":696},{"source":626,"target":697},{"source":626,"target":698},{"source":696,"target":240},{"source":696,"target":699},{"source":696,"target":626},{"source":699,"target":240},{"source":697,"target":236},{"source":698,"target":624},{"source":627,"target":611},{"source":627,"target":624},{"source":627,"target":700},{"source":627,"target":701},{"source":627,"target":702},{"source":627,"target":703},{"source":627,"target":704},{"source":700,"target":240},{"source":700,"target":705},{"source":700,"target":627},{"source":705,"target":240},{"source":701,"target":255},{"source":701,"target":706},{"source":701,"target":627},{"source":706,"target":255},{"source":702,"target":7},{"source":702,"target":707},{"source":702,"target":627},{"source":707,"target":7},{"source":703,"target":18},{"source":703,"target":708},{"source":703,"target":627},{"source":708,"target":18},{"source":704,"target":624},{"source":628,"target":611},{"source":628,"target":235},{"source":628,"target":709},{"source":628,"target":710},{"source":709,"target":240},{"source":709,"target":711},{"source":709,"target":628},{"source":711,"target":240},{"source":710,"target":235},{"source":629,"target":611},{"source":629,"target":224},{"source":629,"target":712},{"source":712,"target":224},{"source":630,"target":611},{"source":630,"target":241},{"source":630,"target":624},{"source":630,"target":713},{"source":630,"target":714},{"source":630,"target":715},{"source":713,"target":240},{"source":713,"target":716},{"source":713,"target":630},{"source":716,"target":240},{"source":714,"target":241},{"source":715,"target":624},{"source":631,"target":611},{"source":631,"target":624},{"source":631,"target":717},{"source":631,"target":718},{"source":631,"target":719},{"source":717,"target":240},{"source":717,"target":720},{"source":717,"target":631},{"source":720,"target":240},{"source":718,"target":26},{"source":718,"target":721},{"source":718,"target":631},{"source":721,"target":26},{"source":719,"target":624},{"source":632,"target":611},{"source":632,"target":624},{"source":632,"target":722},{"source":632,"target":723},{"source":722,"target":240},{"source":722,"target":724},{"source":722,"target":632},{"source":724,"target":240},{"source":723,"target":624},{"source":633,"target":611},{"source":633,"target":725},{"source":633,"target":726},{"source":633,"target":727},{"source":725,"target":633},{"source":726,"target":633},{"source":727,"target":633},{"source":634,"target":611},{"source":634,"target":624},{"source":634,"target":728},{"source":634,"target":729},{"source":634,"target":730},{"source":728,"target":612},{"source":728,"target":731},{"source":728,"target":634},{"source":731,"target":612},{"source":729,"target":240},{"source":729,"target":732},{"source":729,"target":634},{"source":732,"target":240},{"source":730,"target":624},{"source":635,"target":611},{"source":635,"target":624},{"source":635,"target":733},{"source":635,"target":734},{"source":635,"target":735},{"source":733,"target":617},{"source":733,"target":736},{"source":733,"target":635},{"source":736,"target":617},{"source":734,"target":240},{"source":734,"target":737},{"source":734,"target":635},{"source":737,"target":240},{"source":735,"target":624},{"source":636,"target":611},{"source":636,"target":7},{"source":636,"target":738},{"source":636,"target":739},{"source":636,"target":740},{"source":738,"target":26},{"source":738,"target":741},{"source":738,"target":636},{"source":741,"target":26},{"source":739,"target":240},{"source":739,"target":742},{"source":739,"target":636},{"source":742,"target":240},{"source":740,"target":7},{"source":637,"target":611},{"source":637,"target":624},{"source":637,"target":743},{"source":637,"target":744},{"source":637,"target":745},{"source":743,"target":240},{"source":743,"target":746},{"source":743,"target":637},{"source":746,"target":240},{"source":744,"target":240},{"source":744,"target":747},{"source":744,"target":637},{"source":747,"target":240},{"source":745,"target":624},{"source":638,"target":611},{"source":638,"target":624},{"source":638,"target":748},{"source":638,"target":749},{"source":638,"target":750},{"source":748,"target":255},{"source":748,"target":751},{"source":748,"target":638},{"source":751,"target":255},{"source":749,"target":1},{"source":749,"target":752},{"source":749,"target":638},{"source":752,"target":1},{"source":750,"target":624},{"source":639,"target":611},{"source":639,"target":624},{"source":639,"target":753},{"source":639,"target":754},{"source":639,"target":755},{"source":753,"target":240},{"source":753,"target":756},{"source":753,"target":639},{"source":756,"target":240},{"source":754,"target":240},{"source":754,"target":757},{"source":754,"target":639},{"source":757,"target":240},{"source":755,"target":624},{"source":758,"target":759},{"source":758,"target":760},{"source":758,"target":761},{"source":758,"target":762},{"source":758,"target":763},{"source":758,"target":764},{"source":758,"target":765},{"source":758,"target":766},{"source":758,"target":767},{"source":758,"target":768},{"source":758,"target":769},{"source":758,"target":770},{"source":758,"target":771},{"source":758,"target":772},{"source":758,"target":773},{"source":758,"target":774},{"source":758,"target":775},{"source":758,"target":776},{"source":758,"target":777},{"source":758,"target":778},{"source":758,"target":779},{"source":758,"target":780},{"source":758,"target":781},{"source":758,"target":782},{"source":759,"target":758},{"source":759,"target":766},{"source":759,"target":783},{"source":783,"target":766},{"source":760,"target":758},{"source":760,"target":778},{"source":760,"target":784},{"source":784,"target":778},{"source":761,"target":758},{"source":761,"target":22},{"source":761,"target":785},{"source":761,"target":786},{"source":761,"target":787},{"source":761,"target":788},{"source":785,"target":7},{"source":785,"target":789},{"source":785,"target":761},{"source":789,"target":7},{"source":786,"target":240},{"source":786,"target":790},{"source":786,"target":761},{"source":790,"target":240},{"source":787,"target":22},{"source":787,"target":791},{"source":787,"target":761},{"source":791,"target":22},{"source":788,"target":22},{"source":762,"target":758},{"source":762,"target":792},{"source":762,"target":793},{"source":762,"target":794},{"source":792,"target":762},{"source":793,"target":762},{"source":794,"target":762},{"source":763,"target":758},{"source":763,"target":766},{"source":763,"target":795},{"source":795,"target":766},{"source":764,"target":758},{"source":764,"target":766},{"source":764,"target":796},{"source":764,"target":797},{"source":796,"target":1},{"source":796,"target":798},{"source":796,"target":764},{"source":798,"target":1},{"source":797,"target":766},{"source":765,"target":758},{"source":765,"target":241},{"source":765,"target":624},{"source":765,"target":799},{"source":765,"target":800},{"source":765,"target":801},{"source":799,"target":1},{"source":799,"target":802},{"source":799,"target":765},{"source":802,"target":1},{"source":800,"target":241},{"source":801,"target":624},{"source":766,"target":758},{"source":766,"target":18},{"source":766,"target":803},{"source":766,"target":804},{"source":766,"target":805},{"source":766,"target":806},{"source":766,"target":807},{"source":766,"target":808},{"source":803,"target":778},{"source":803,"target":809},{"source":803,"target":766},{"source":803,"target":810},{"source":809,"target":778},{"source":804,"target":782},{"source":804,"target":811},{"source":804,"target":766},{"source":804,"target":812},{"source":811,"target":782},{"source":805,"target":1},{"source":805,"target":813},{"source":805,"target":766},{"source":813,"target":1},{"source":806,"target":766},{"source":806,"target":814},{"source":806,"target":766},{"source":814,"target":766},{"source":807,"target":782},{"source":807,"target":815},{"source":807,"target":766},{"source":807,"target":816},{"source":815,"target":782},{"source":808,"target":18},{"source":767,"target":758},{"source":767,"target":817},{"source":767,"target":818},{"source":817,"target":767},{"source":818,"target":767},{"source":768,"target":758},{"source":768,"target":775},{"source":768,"target":819},{"source":819,"target":775},{"source":769,"target":758},{"source":769,"target":778},{"source":769,"target":820},{"source":769,"target":821},{"source":769,"target":822},{"source":820,"target":240},{"source":820,"target":823},{"source":820,"target":769},{"source":823,"target":240},{"source":821,"target":240},{"source":821,"target":824},{"source":821,"target":769},{"source":824,"target":240},{"source":822,"target":778},{"source":770,"target":758},{"source":770,"target":765},{"source":770,"target":825},{"source":770,"target":826},{"source":825,"target":1},{"source":825,"target":827},{"source":825,"target":770},{"source":827,"target":1},{"source":826,"target":765},{"source":771,"target":758},{"source":771,"target":766},{"source":771,"target":828},{"source":771,"target":829},{"source":771,"target":830},{"source":771,"target":831},{"source":771,"target":832},{"source":771,"target":833},{"source":771,"target":834},{"source":828,"target":771},{"source":828,"target":835},{"source":828,"target":771},{"source":835,"target":771},{"source":829,"target":771},{"source":829,"target":836},{"source":829,"target":771},{"source":836,"target":771},{"source":830,"target":771},{"source":830,"target":837},{"source":830,"target":771},{"source":837,"target":771},{"source":831,"target":550},{"source":831,"target":838},{"source":831,"target":771},{"source":838,"target":550},{"source":832,"target":240},{"source":832,"target":839},{"source":832,"target":771},{"source":839,"target":240},{"source":833,"target":240},{"source":833,"target":840},{"source":833,"target":771},{"source":840,"target":240},{"source":834,"target":766},{"source":772,"target":758},{"source":772,"target":782},{"source":772,"target":841},{"source":772,"target":842},{"source":772,"target":843},{"source":841,"target":773},{"source":841,"target":844},{"source":841,"target":772},{"source":844,"target":773},{"source":842,"target":552},{"source":842,"target":845},{"source":842,"target":772},{"source":845,"target":552},{"source":843,"target":782},{"source":773,"target":758},{"source":773,"target":782},{"source":773,"target":846},{"source":773,"target":847},{"source":846,"target":779},{"source":846,"target":848},{"source":846,"target":773},{"source":846,"target":849},{"source":848,"target":779},{"source":847,"target":782},{"source":774,"target":758},{"source":774,"target":7},{"source":774,"target":850},{"source":774,"target":851},{"source":774,"target":852},{"source":774,"target":853},{"source":850,"target":240},{"source":850,"target":854},{"source":850,"target":774},{"source":854,"target":240},{"source":851,"target":4},{"source":851,"target":855},{"source":851,"target":774},{"source":855,"target":4},{"source":852,"target":19},{"source":852,"target":856},{"source":852,"target":774},{"source":856,"target":19},{"source":853,"target":7},{"source":775,"target":758},{"source":775,"target":7},{"source":775,"target":19},{"source":775,"target":857},{"source":775,"target":858},{"source":775,"target":859},{"source":775,"target":860},{"source":775,"target":861},{"source":775,"target":862},{"source":775,"target":863},{"source":775,"target":864},{"source":775,"target":865},{"source":857,"target":22},{"source":857,"target":866},{"source":857,"target":775},{"source":866,"target":22},{"source":858,"target":763},{"source":858,"target":867},{"source":858,"target":775},{"source":867,"target":763},{"source":859,"target":1},{"source":859,"target":868},{"source":859,"target":775},{"source":868,"target":1},{"source":860,"target":776},{"source":860,"target":869},{"source":860,"target":775},{"source":860,"target":870},{"source":869,"target":776},{"source":861,"target":25},{"source":861,"target":871},{"source":861,"target":775},{"source":871,"target":25},{"source":862,"target":255},{"source":862,"target":872},{"source":862,"target":775},{"source":872,"target":255},{"source":863,"target":774},{"source":863,"target":873},{"source":863,"target":775},{"source":873,"target":774},{"source":864,"target":7},{"source":865,"target":19},{"source":776,"target":758},{"source":776,"target":10},{"source":776,"target":874},{"source":776,"target":875},{"source":776,"target":876},{"source":776,"target":870},{"source":776,"target":877},{"source":874,"target":774},{"source":874,"target":878},{"source":874,"target":776},{"source":878,"target":774},{"source":875,"target":775},{"source":875,"target":879},{"source":875,"target":776},{"source":879,"target":775},{"source":876,"target":767},{"source":876,"target":880},{"source":876,"target":776},{"source":880,"target":767},{"source":870,"target":775},{"source":870,"target":881},{"source":870,"target":776},{"source":870,"target":860},{"source":881,"target":775},{"source":877,"target":10},{"source":777,"target":758},{"source":777,"target":627},{"source":777,"target":882},{"source":777,"target":883},{"source":777,"target":884},{"source":882,"target":760},{"source":882,"target":885},{"source":882,"target":777},{"source":885,"target":760},{"source":883,"target":255},{"source":883,"target":886},{"source":883,"target":777},{"source":886,"target":255},{"source":884,"target":627},{"source":778,"target":758},{"source":778,"target":10},{"source":778,"target":887},{"source":778,"target":810},{"source":778,"target":888},{"source":778,"target":889},{"source":887,"target":240},{"source":887,"target":890},{"source":887,"target":778},{"source":890,"target":240},{"source":810,"target":766},{"source":810,"target":891},{"source":810,"target":778},{"source":810,"target":803},{"source":891,"target":766},{"source":888,"target":255},{"source":888,"target":892},{"source":888,"target":778},{"source":892,"target":255},{"source":889,"target":10},{"source":779,"target":758},{"source":779,"target":775},{"source":779,"target":893},{"source":779,"target":894},{"source":779,"target":849},{"source":779,"target":895},{"source":779,"target":896},{"source":779,"target":897},{"source":893,"target":7},{"source":893,"target":898},{"source":893,"target":779},{"source":898,"target":7},{"source":894,"target":22},{"source":894,"target":899},{"source":894,"target":779},{"source":899,"target":22},{"source":849,"target":773},{"source":849,"target":900},{"source":849,"target":779},{"source":849,"target":846},{"source":900,"target":773},{"source":895,"target":555},{"source":895,"target":901},{"source":895,"target":779},{"source":901,"target":555},{"source":896,"target":550},{"source":896,"target":902},{"source":896,"target":779},{"source":902,"target":550},{"source":897,"target":775},{"source":780,"target":758},{"source":780,"target":218},{"source":780,"target":624},{"source":780,"target":903},{"source":780,"target":904},{"source":780,"target":905},{"source":780,"target":906},{"source":780,"target":907},{"source":780,"target":908},{"source":780,"target":909},{"source":903,"target":240},{"source":903,"target":910},{"source":903,"target":780},{"source":910,"target":240},{"source":904,"target":1},{"source":904,"target":911},{"source":904,"target":780},{"source":911,"target":1},{"source":905,"target":1},{"source":905,"target":912},{"source":905,"target":780},{"source":912,"target":1},{"source":906,"target":1},{"source":906,"target":913},{"source":906,"target":780},{"source":913,"target":1},{"source":907,"target":255},{"source":907,"target":914},{"source":907,"target":780},{"source":914,"target":255},{"source":908,"target":218},{"source":909,"target":624},{"source":781,"target":758},{"source":781,"target":780},{"source":781,"target":915},{"source":781,"target":916},{"source":915,"target":771},{"source":915,"target":917},{"source":915,"target":781},{"source":917,"target":771},{"source":916,"target":780},{"source":782,"target":758},{"source":782,"target":255},{"source":782,"target":20},{"source":782,"target":812},{"source":782,"target":918},{"source":782,"target":816},{"source":782,"target":919},{"source":782,"target":920},{"source":812,"target":766},{"source":812,"target":921},{"source":812,"target":782},{"source":812,"target":804},{"source":921,"target":766},{"source":918,"target":762},{"source":918,"target":922},{"source":918,"target":782},{"source":922,"target":762},{"source":816,"target":766},{"source":816,"target":923},{"source":816,"target":782},{"source":816,"target":807},{"source":923,"target":766},{"source":919,"target":255},{"source":920,"target":20}],"multigraph":true}
ecore
purchases
repo-ecore-all/data/goshi-f-a/OCLTest/ExtendedPO2/model/epo2.ecore
epo2 SKU java.lang.String java.lang.String OrderStatus Pending Pending BackOrder BackOrder Complete Complete Supplier name orders pendingOrders shippedOrders customers PurchaseOrder comment orderDate status totalAmount customer previousOrder items billTo shipTo Customer customerID orders Item productName quantity usPrice comment shipDate partNum order Address name country USAddress street city state zip GlobalAddress location GlobalLocation countryCode
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="epo2" nsURI="http:///epo2.ecore" nsPrefix="epo2"> <eClassifiers xsi:type="ecore:EDataType" name="SKU" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EEnum" name="OrderStatus"> <eLiterals name="Pending"/> <eLiterals name="BackOrder" value="1"/> <eLiterals name="Complete" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Supplier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orders" ordered="false" upperBound="-1" eType="#//PurchaseOrder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pendingOrders" ordered="false" upperBound="-1" eType="#//PurchaseOrder"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shippedOrders" ordered="false" upperBound="-1" eType="#//PurchaseOrder"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customers" ordered="false" upperBound="-1" eType="#//Customer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PurchaseOrder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orderDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" ordered="false" lowerBound="1" eType="#//OrderStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalAmount" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" ordered="false" lowerBound="1" eType="#//Customer" eOpposite="#//Customer/orders"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousOrder" ordered="false" eType="#//PurchaseOrder"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" ordered="false" upperBound="-1" eType="#//Item" containment="true" eOpposite="#//Item/order"/> <eStructuralFeatures xsi:type="ecore:EReference" name="billTo" ordered="false" lowerBound="1" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shipTo" ordered="false" lowerBound="1" eType="#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customerID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orders" ordered="false" upperBound="-1" eType="#//PurchaseOrder" eOpposite="#//PurchaseOrder/customer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usPrice" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shipDate" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="partNum" ordered="false" lowerBound="1" eType="#//SKU"/> <eStructuralFeatures xsi:type="ecore:EReference" name="order" ordered="false" lowerBound="1" eType="#//PurchaseOrder" eOpposite="#//PurchaseOrder/items"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="USAddress" eSuperTypes="#//Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zip" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalAddress" eSuperTypes="#//Address #//GlobalLocation"> <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="GlobalLocation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countryCode" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"epo2","nsURI":"http:///epo2.ecore","name":"epo2","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SKU","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderStatus","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supplier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PurchaseOrder","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USAddress","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalAddress","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalLocation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"name":"Pending","id":11,"value":0,"literal":"Pending","eClass":"EEnumLiteral"},{"name":"BackOrder","id":12,"value":1,"literal":"BackOrder","eClass":"EEnumLiteral"},{"name":"Complete","id":13,"value":2,"literal":"Complete","eClass":"EEnumLiteral"},{"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":14,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orders","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":false,"unsettable":false,"transient":false,"unique":true,"name":"pendingOrders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"shippedOrders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","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"},{"id":23,"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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orderDate","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"totalAmount","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"customer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"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":"previousOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":false,"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":30,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"billTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shipTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"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":"orders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"customerID","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"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":"productName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usPrice","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":"shipDate","changeable":true,"lowerBound":0,"iD":false,"id":51,"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":"partNum","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"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":60,"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":"country","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":1,"iD":false,"id":65,"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":"state","changeable":true,"lowerBound":1,"iD":false,"id":66,"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":"zip","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"countryCode","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":2},{"source":12,"target":2},{"source":13,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":14,"target":19},{"source":14,"target":3},{"source":15,"target":4},{"source":15,"target":20},{"source":15,"target":3},{"source":20,"target":4},{"source":16,"target":4},{"source":16,"target":21},{"source":16,"target":3},{"source":21,"target":4},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":3},{"source":22,"target":4},{"source":18,"target":5},{"source":18,"target":23},{"source":18,"target":3},{"source":23,"target":5},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":24,"target":33},{"source":24,"target":4},{"source":25,"target":34},{"source":25,"target":4},{"source":26,"target":2},{"source":26,"target":35},{"source":26,"target":4},{"source":35,"target":2},{"source":27,"target":36},{"source":27,"target":4},{"source":28,"target":5},{"source":28,"target":37},{"source":28,"target":4},{"source":28,"target":38},{"source":37,"target":5},{"source":29,"target":4},{"source":29,"target":39},{"source":29,"target":4},{"source":39,"target":4},{"source":30,"target":6},{"source":30,"target":40},{"source":30,"target":4},{"source":30,"target":41},{"source":40,"target":6},{"source":31,"target":7},{"source":31,"target":42},{"source":31,"target":4},{"source":42,"target":7},{"source":32,"target":7},{"source":32,"target":43},{"source":32,"target":4},{"source":43,"target":7},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":38},{"source":44,"target":45},{"source":44,"target":5},{"source":38,"target":4},{"source":38,"target":46},{"source":38,"target":5},{"source":38,"target":28},{"source":46,"target":4},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":41},{"source":47,"target":53},{"source":47,"target":6},{"source":48,"target":54},{"source":48,"target":6},{"source":49,"target":55},{"source":49,"target":6},{"source":50,"target":56},{"source":50,"target":6},{"source":51,"target":57},{"source":51,"target":6},{"source":52,"target":1},{"source":52,"target":58},{"source":52,"target":6},{"source":58,"target":1},{"source":41,"target":4},{"source":41,"target":59},{"source":41,"target":6},{"source":41,"target":30},{"source":59,"target":4},{"source":7,"target":0},{"source":7,"target":60},{"source":7,"target":61},{"source":60,"target":62},{"source":60,"target":7},{"source":61,"target":63},{"source":61,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":64,"target":69},{"source":64,"target":8},{"source":65,"target":70},{"source":65,"target":8},{"source":66,"target":71},{"source":66,"target":8},{"source":67,"target":72},{"source":67,"target":8},{"source":68,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":10},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":73,"target":76},{"source":73,"target":9},{"source":74,"target":7},{"source":75,"target":10},{"source":10,"target":0},{"source":10,"target":77},{"source":77,"target":78},{"source":77,"target":10}],"multigraph":true}
ecore
relational
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/dantexier/Tesis/fase3/Thesis/RDBMS.ecore
PT String java.lang.String java.lang.String RDBMS Table name fkeys pkey cols tipo Column name type FKey references cols Schema name tables
<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PT" nsURI="http://ISO.PT/2.0" nsPrefix="PT"> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage> <ecore:EPackage name="RDBMS" nsURI="http://ISO.RDBMS/2.0" nsPrefix="RDBMS"> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fkeys" ordered="false" upperBound="-1" eType="#/1/FKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pkey" ordered="false" upperBound="-1" eType="#/1/Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cols" ordered="false" upperBound="-1" eType="#/1/Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipo" eType="#/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="references" ordered="false" lowerBound="1" eType="#/1/Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cols" ordered="false" upperBound="-1" eType="#/1/Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#/1/Table" containment="true"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"PT","nsURI":"http://ISO.PT/2.0","name":"PT","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"RDBMS","nsURI":"http://ISO.RDBMS/2.0","name":"RDBMS","id":2,"eClass":"EPackage"},{"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":"Column","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FKey","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fkeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pkey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"tipo","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":6},{"source":3,"target":2},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":7,"target":3},{"source":12,"target":1},{"source":8,"target":5},{"source":8,"target":13},{"source":8,"target":3},{"source":13,"target":5},{"source":9,"target":4},{"source":9,"target":14},{"source":9,"target":3},{"source":14,"target":4},{"source":10,"target":4},{"source":10,"target":15},{"source":10,"target":3},{"source":15,"target":4},{"source":11,"target":1},{"source":11,"target":16},{"source":11,"target":3},{"source":16,"target":1},{"source":4,"target":2},{"source":4,"target":17},{"source":4,"target":18},{"source":17,"target":1},{"source":17,"target":19},{"source":17,"target":4},{"source":19,"target":1},{"source":18,"target":1},{"source":18,"target":20},{"source":18,"target":4},{"source":20,"target":1},{"source":5,"target":2},{"source":5,"target":21},{"source":5,"target":22},{"source":21,"target":3},{"source":21,"target":23},{"source":21,"target":5},{"source":23,"target":3},{"source":22,"target":4},{"source":22,"target":24},{"source":22,"target":5},{"source":24,"target":4},{"source":6,"target":2},{"source":6,"target":25},{"source":6,"target":26},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":6},{"source":27,"target":1},{"source":26,"target":3},{"source":26,"target":28},{"source":26,"target":6},{"source":28,"target":3}],"multigraph":true}
ecore
fault-tree
repo-ecore-all/data/mallampatisuresh/hello/eclipse/sirius/com.ponta027.fta.model/model/fta.ecore
fta FTA diagrams Diagram name detail id Hazard conditions Event BaseEvent condition Condition events GateKind GateType ORGate ORGate ANDGate ANDGate
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fta" nsURI="http://com.ponta027.fta" nsPrefix="com.ponta027.fta"> <eClassifiers xsi:type="ecore:EClass" name="FTA"> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="#//Diagram" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="detail" 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#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hazard" eSuperTypes="#//Diagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//Condition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Diagram"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="BaseEvent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Diagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="GateKind" lowerBound="1" eType="#//GateType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GateType"> <eLiterals name="ORGate"/> <eLiterals name="ANDGate" value="1" literal="ANDGate"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"com.ponta027.fta","nsURI":"http://com.ponta027.fta","name":"fta","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTA","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hazard","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GateType","instanceClass":null,"id":6,"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":"diagrams","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"detail","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":"id","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":false,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":null,"unsettable":false,"transient":false,"unique":true,"name":"BaseEvent","changeable":true,"lowerBound":1,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GateKind","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"name":"ORGate","id":28,"value":0,"literal":"ORGate","eClass":"EEnumLiteral"},{"name":"ANDGate","id":29,"value":1,"literal":"ANDGate","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":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":2,"target":11},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":14},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":5},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":5},{"source":16,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":18,"target":21},{"source":18,"target":4},{"source":19,"target":5},{"source":19,"target":22},{"source":19,"target":4},{"source":22,"target":5},{"source":20,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":23,"target":4},{"source":23,"target":26},{"source":23,"target":5},{"source":26,"target":4},{"source":24,"target":6},{"source":24,"target":27},{"source":24,"target":5},{"source":27,"target":6},{"source":25,"target":2},{"source":6,"target":0},{"source":6,"target":28},{"source":6,"target":29},{"source":28,"target":6},{"source":29,"target":6}],"multigraph":true}
ecore
entities
repo-ecore-all/data/naixinWang/SmallUML/org.xtext.example.eaa/model/generated/MyDsl.ecore
myDsl Domainmodel elements Type name DataType Association attribute role Entity superType attribute role Attribute many name type Role many name 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="myDsl" nsURI="http://www.xtext.org/example/eaa/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Domainmodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" upperBound="-1" eType="#//Role" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" upperBound="-1" eType="#//Role" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" 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="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" 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="type" eType="#//Type"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/eaa/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domainmodel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"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":"attribute","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":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","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":"attribute","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":"role","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":2},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":10,"target":11},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":12},{"source":12,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":13,"target":6},{"source":13,"target":16},{"source":13,"target":4},{"source":16,"target":6},{"source":14,"target":7},{"source":14,"target":17},{"source":14,"target":4},{"source":17,"target":7},{"source":15,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":18,"target":5},{"source":18,"target":22},{"source":18,"target":5},{"source":22,"target":5},{"source":19,"target":6},{"source":19,"target":23},{"source":19,"target":5},{"source":23,"target":6},{"source":20,"target":7},{"source":20,"target":24},{"source":20,"target":5},{"source":24,"target":7},{"source":21,"target":2},{"source":6,"target":0},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":25,"target":28},{"source":25,"target":6},{"source":26,"target":29},{"source":26,"target":6},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":6},{"source":30,"target":2},{"source":7,"target":0},{"source":7,"target":31},{"source":7,"target":32},{"source":7,"target":33},{"source":31,"target":34},{"source":31,"target":7},{"source":32,"target":35},{"source":32,"target":7},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":7},{"source":36,"target":2}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/pcdavid/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 DRepresentationDescriptor name description target representation DRepresentation ownedRepresentationElements representationElements name ownedAnnotationEntries uiState DRepresentationElement name semanticElements DView viewpoint ownedRepresentationDescriptors 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 decorationImage 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 distributionDirection preconditionExpression imageExpression tooltipExpression 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 DecorationDistributionDirection VERTICAL VERTICAL HORIZONTAL HORIZONTAL SemanticBasedDecoration domainClass GenericDecorationDescription 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 Let variableName instance valueExpression 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.&#xA;&#xA;"/> <details key="to be renamed" value="Anything tagged &quot;to be renamed&quot; will be renamed, at least in the UI&#xA;"/> </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="DRepresentationDescriptor"> <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="description" lowerBound="1" eType="#//description/RepresentationDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The description of the representation targeted by this descriptor."/> </eAnnotations> </eStructuralFeatures> <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> <eStructuralFeatures xsi:type="ecore:EReference" name="representation" lowerBound="1" eType="#//DRepresentation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The representation targeted by this descriptor."/> </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="ownedRepresentationDescriptors" upperBound="-1" eType="#//DRepresentationDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The representation descriptors that are owned by this DView&#xA;."/> </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.&#xD;&#xA;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.&#xD;&#xA;"/> </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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decorationImage" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This map associates a Decoration to its computed image (Object as value) which can be either an Image or an IFigure."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap"> <eTypeArguments eClassifier="#//Decoration"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eStructuralFeatures> </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 &quot;way of looking at your model&quot;, you could make an analogy with &quot;What is your current concern about your analysis&quot;. 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 &quot;ecore&quot;"/> </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="distributionDirection" lowerBound="1" eType="#//description/DecorationDistributionDirection"/> <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.DSemanticDiagram | (deprecated) the current diagram."/> <details key="diagram" value="diagram.DSemanticDiagram | the current diagram."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imageExpression" lowerBound="1" eType="#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Expression that provides the decoration as the following choices :&#xD;&#xA;* a path to an image in the form of /myProjectID/path/to/image.png&#xD;&#xA;* an expression that gives a path to an image&#xD;&#xA;* an expression that provides an instance of org.eclipse.swt.graphics.Image&#xD;&#xA;* an expression that provides an instance of org.eclipse.draw2d.IFigure"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a String, an Image or an IFigure"/> </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="diagram" value="diagram.DDiagram | the current diagram."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tooltipExpression" eType="#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Expression that provides the tool-tip as the following choices :&#xD;&#xA;* a fixed tool-tip string&#xD;&#xA;* an expression that provides a tool-tip string&#xD;&#xA;* an expression that provides an instance of org.eclipse.draw2d.IFigure"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a String, an Image or an IFigure"/> </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="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:EEnum" name="DecorationDistributionDirection"> <eLiterals name="VERTICAL"/> <eLiterals name="HORIZONTAL"/> </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="GenericDecorationDescription" eSuperTypes="#//description/DecorationDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A GenericDecorationDescription applies decoration on views targeting an element that fulfill the preconditionExpression."/> </eAnnotations> </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&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="diagram" value="diagram.DSemanticDiagram | 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&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="diagram" value="diagram.DSemanticDiagram | 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&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="diagram" value="diagram.DSemanticDiagram | 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.&#xA;Graphical elements which only support colors from the system&#xA;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.&#xD;&#xA;&#xD;&#xA;@Deprecated : Describes a color which varies between two extremes (red and green)&#xD;&#xA;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).&#xD;&#xA;"/> </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.DSemanticDiagram | 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.DSemanticDiagram | 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&lt;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&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="diagram" value="diagram.DSemanticDiagram | 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&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="diagram" value="diagram.DSemanticDiagram | 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&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="diagram" value="diagram.DSemanticDiagram | 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&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="diagram" value="diagram.DSemanticDiagram | 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&lt;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 &quot;load resource&quot; 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&lt;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&lt;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> <eClassifiers xsi:type="ecore:EClass" name="Let" eSuperTypes="#//description/tool/ContainerModelOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This operation allows the creation of a new variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" lowerBound="1" 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 variable is created, it will be bound with the name given here and will be available to any contained operation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" lowerBound="1" eType="#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="contentassist" value=""/> <details key="documentation" value="Expression used to initialize the value of the new variable."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="any kind of value which can be manipulated by a Sirius interpreter"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> </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" eKeys="#//description/IdentifiedElement/name"> <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" eKeys="#//description/IdentifiedElement/name"> <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" eKeys="#//description/IdentifiedElement/name"> <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":"DRepresentationDescriptor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRepresentation","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DRepresentationElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DView","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModelExtension","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decoration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysisCustomData","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelStyle","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontFormat","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LabelAlignment","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.sirius.viewpoint.RGBValues","defaultValue":null,"instanceClassName":"org.eclipse.sirius.viewpoint.RGBValues","name":"RGBValues","instanceClass":null,"id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnalysisSessionEObject","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SyncStatus","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionManagerEObject","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DResource","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFile","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DResourceContainer","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DProject","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFolder","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModel","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLabelStyle","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customizable","instanceClass":null,"abstract":true,"id":29,"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":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIState","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/description/1.1.0","name":"description","id":32,"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":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":"semanticResources","changeable":true,"lowerBound":0,"iD":false,"id":34,"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":35,"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":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":"ownedViews","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":"selectedViews","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":"ownedFeatureExtensions","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnnotationEntry","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureExtensionDescription","instanceClass":null,"abstract":true,"id":51,"interface":true,"eClass":"EClass"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStyle","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EOperation"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMapping","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationElementMapping","instanceClass":null,"abstract":true,"id":57,"interface":false,"eClass":"EClass"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"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":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationDescription","instanceClass":null,"abstract":true,"id":66,"interface":true,"eClass":"EClass"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedElement","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DModelElement","instanceClass":null,"abstract":true,"id":71,"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":72,"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":73,"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":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":"ownedAnnotationEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"uiState","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationEntry","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"id":84,"eClass":"EGenericType"},{"id":85,"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":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","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"},{"container":false,"ordered":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":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":"ownedRepresentationDescriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"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":97,"derived":true},{"id":98,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Viewpoint","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":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":106,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationDescription","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"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":"key","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":"data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"italic","id":116,"value":0,"literal":"italic","eClass":"EEnumLiteral"},{"name":"bold","id":117,"value":1,"literal":"bold","eClass":"EEnumLiteral"},{"name":"underline","id":118,"value":2,"literal":"underline","eClass":"EEnumLiteral"},{"name":"strike_through","id":119,"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":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleDescription","instanceClass":null,"abstract":true,"id":123,"interface":true,"eClass":"EClass"},{"id":124,"eClass":"EGenericType"},{"name":"CENTER","id":125,"value":0,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"LEFT","id":126,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"RIGHT","id":127,"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":128,"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":129,"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":130,"derived":false},{"container":false,"ordered":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":131,"derived":false},{"container":false,"ordered":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":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"name":"dirty","id":140,"value":0,"literal":"dirty","eClass":"EEnumLiteral"},{"name":"sync","id":141,"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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":144,"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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":155,"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":156,"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":157,"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":158,"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"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":166,"derived":false},{"id":167,"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":168,"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":169,"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":"decorationImage","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":true,"id":177,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":178,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationTemplate","instanceClass":null,"abstract":true,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationImportDescription","instanceClass":null,"abstract":true,"id":180,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationExtensionDescription","instanceClass":null,"abstract":true,"id":181,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelExtensionSetting","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaExtension","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMappingImport","instanceClass":null,"abstract":true,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DAnnotation","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalStyleDescription","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TypeName","instanceClass":"java.lang.String","id":187,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"InterpretedExpression","instanceClass":"java.lang.String","id":188,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"FeatureName","instanceClass":"java.lang.String","id":189,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ImagePath","instanceClass":"java.lang.String","id":190,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasteTargetDescription","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationDescriptionsSet","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Position","instanceClass":null,"id":193,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DecorationDistributionDirection","instanceClass":null,"id":194,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticBasedDecoration","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericDecorationDescription","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customization","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IVSMElementCustomization","instanceClass":null,"abstract":true,"id":198,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSMElementCustomization","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VSMElementCustomizationReuse","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeatureCustomization","instanceClass":null,"abstract":true,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttributeCustomization","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReferenceCustomization","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionDescription","instanceClass":null,"abstract":true,"id":204,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorDescription","instanceClass":null,"abstract":true,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemColor","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterpolatedColor","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorStep","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedColor","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserFixedColor","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserColor","instanceClass":null,"abstract":true,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemColors","instanceClass":null,"id":212,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SytemColorsPalette","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserColorsPalette","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndUserDocumentedElement","instanceClass":null,"abstract":true,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiedElement","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedColor","instanceClass":null,"abstract":false,"id":218,"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":219,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariable","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubVariable","instanceClass":null,"abstract":true,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractiveVariableDescription","instanceClass":null,"abstract":true,"id":222,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedVariable","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TranslatableMessage","instanceClass":"java.lang.String","id":224,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"style","nsURI":"http://www.eclipse.org/sirius/description/style/1.1.0","name":"style","id":225,"eClass":"EPackage"},{"nsPrefix":"tool","nsURI":"http://www.eclipse.org/sirius/description/tool/1.1.0","name":"tool","id":226,"eClass":"EPackage"},{"nsPrefix":"validation","nsURI":"http://www.eclipse.org/sirius/description/validation/1.1.0","name":"validation","id":227,"eClass":"EPackage"},{"nsPrefix":"audit","nsURI":"http://www.eclipse.org/sirius/description/audit/1.1.0","name":"audit","id":228,"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":229,"derived":false},{"container":false,"ordered":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":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":true,"unique":true,"name":"systemColorsPalette","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userColorsPalettes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":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":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":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initView","lowerBound":0,"id":245,"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":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validationSet","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentations","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":false,"transient":false,"unique":true,"name":"ownedRepresentationExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ownedJavaExtensions","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMMExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFeatureExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTemplates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"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":255,"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":256,"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":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"model","lowerBound":0,"id":262,"many":false,"required":false,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationSet","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"id":266,"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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"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":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":"initialisation","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},{"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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"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":295,"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":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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"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":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"detailDescriptions","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":"navigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationCreationDescription","instanceClass":null,"abstract":true,"id":309,"interface":false,"eClass":"EClass"},{"id":310,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationNavigationDescription","instanceClass":null,"abstract":true,"id":311,"interface":false,"eClass":"EClass"},{"id":312,"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":313,"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":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDAnnotation","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"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":325,"derived":false},{"container":false,"ordered":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":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkPredicate","lowerBound":0,"id":329,"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":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"modelElement","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"viewVariable","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"containerVariable","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"},{"container":false,"ordered":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":339,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PasteDescription","instanceClass":null,"abstract":false,"id":340,"interface":false,"eClass":"EClass"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decorationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"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":344,"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":345,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distributionDirection","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":347,"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":"imageExpression","changeable":true,"lowerBound":1,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tooltipExpression","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"name":"NORTH","id":356,"value":0,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"WEST","id":357,"value":1,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"SOUTH","id":358,"value":2,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"EAST","id":359,"value":3,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":360,"value":4,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":361,"value":5,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":362,"value":6,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":363,"value":7,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"CENTER","id":364,"value":8,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"VERTICAL","id":365,"value":0,"literal":"VERTICAL","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":366,"value":0,"literal":"HORIZONTAL","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":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vsmElementCustomizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":0,"iD":false,"id":373,"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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reuse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"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":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"applyOnAll","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"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":"attributeName","changeable":true,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"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":392,"derived":false},{"container":false,"ordered":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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"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":397,"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":398,"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":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootExpression","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"childrenExpression","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"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":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"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":412,"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":413,"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":414,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colorSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"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":422,"derived":false},{"container":false,"ordered":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":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"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":426,"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":427,"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":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"},{"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"name":"black","id":437,"value":0,"literal":"black","eClass":"EEnumLiteral"},{"name":"blue","id":438,"value":1,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":439,"value":2,"literal":"red","eClass":"EEnumLiteral"},{"name":"green","id":440,"value":3,"literal":"green","eClass":"EEnumLiteral"},{"name":"yellow","id":441,"value":4,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"purple","id":442,"value":5,"literal":"purple","eClass":"EEnumLiteral"},{"name":"orange","id":443,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"chocolate","id":444,"value":7,"literal":"chocolate","eClass":"EEnumLiteral"},{"name":"gray","id":445,"value":8,"literal":"gray","eClass":"EEnumLiteral"},{"name":"white","id":446,"value":9,"literal":"white","eClass":"EEnumLiteral"},{"name":"dark_blue","id":447,"value":11,"literal":"dark_blue","eClass":"EEnumLiteral"},{"name":"dark_red","id":448,"value":12,"literal":"dark_red","eClass":"EEnumLiteral"},{"name":"dark_green","id":449,"value":13,"literal":"dark_green","eClass":"EEnumLiteral"},{"name":"dark_yellow","id":450,"value":14,"literal":"dark_yellow","eClass":"EEnumLiteral"},{"name":"dark_purple","id":451,"value":15,"literal":"dark_purple","eClass":"EEnumLiteral"},{"name":"dark_orange","id":452,"value":16,"literal":"dark_orange","eClass":"EEnumLiteral"},{"name":"dark_chocolate","id":453,"value":17,"literal":"dark_chocolate","eClass":"EEnumLiteral"},{"name":"dark_gray","id":454,"value":18,"literal":"dark_gray","eClass":"EEnumLiteral"},{"name":"light_blue","id":455,"value":21,"literal":"light_blue","eClass":"EEnumLiteral"},{"name":"light_red","id":456,"value":22,"literal":"light_red","eClass":"EEnumLiteral"},{"name":"light_green","id":457,"value":23,"literal":"light_green","eClass":"EEnumLiteral"},{"name":"light_yellow","id":458,"value":24,"literal":"light_yellow","eClass":"EEnumLiteral"},{"name":"light_purple","id":459,"value":25,"literal":"light_purple","eClass":"EEnumLiteral"},{"name":"light_orange","id":460,"value":26,"literal":"light_orange","eClass":"EEnumLiteral"},{"name":"light_chocolate","id":461,"value":27,"literal":"light_chocolate","eClass":"EEnumLiteral"},{"name":"light_gray","id":462,"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":463,"derived":false},{"container":false,"ordered":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":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBorderStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolEntry","instanceClass":null,"abstract":true,"id":467,"interface":true,"eClass":"EClass"},{"id":468,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBorderStyles","instanceClass":null,"abstract":false,"id":469,"interface":false,"eClass":"EClass"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"container":false,"ordered":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":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"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":480,"derived":false},{"id":481,"eClass":"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":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"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":485,"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":486,"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":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":493,"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":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDocumentation","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"id":501,"eClass":"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":502,"derived":false},{"container":false,"ordered":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":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLabelStyleDescription","instanceClass":null,"abstract":false,"id":508,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelStyleDescription","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelBorderStyleDescription","instanceClass":null,"abstract":false,"id":510,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TooltipStyleDescription","instanceClass":null,"abstract":false,"id":511,"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":512,"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":513,"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":514,"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":515,"derived":false},{"container":false,"ordered":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":516,"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":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"},{"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":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelBorderStyleDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"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":529,"derived":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":530,"derived":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":531,"derived":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":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"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":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractToolDescription","instanceClass":null,"abstract":true,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBasedToolDescription","instanceClass":null,"abstract":true,"id":540,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolDescription","instanceClass":null,"abstract":false,"id":541,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionWizardDescription","instanceClass":null,"abstract":false,"id":542,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaneBasedSelectionWizardDescription","instanceClass":null,"abstract":false,"id":543,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemOrRef","instanceClass":null,"abstract":true,"id":544,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemDescription","instanceClass":null,"abstract":true,"id":545,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItemDescriptionReference","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationAction","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaAction","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaActionCall","instanceClass":null,"abstract":false,"id":549,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopupMenu","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableContainer","instanceClass":null,"abstract":true,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceleoVariable","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogVariable","instanceClass":null,"abstract":true,"id":553,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDropVariable","instanceClass":null,"abstract":false,"id":554,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementSelectVariable","instanceClass":null,"abstract":false,"id":555,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementVariable","instanceClass":null,"abstract":false,"id":556,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementViewVariable","instanceClass":null,"abstract":false,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDeleteVariable","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropContainerVariable","instanceClass":null,"abstract":false,"id":559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectContainerVariable","instanceClass":null,"abstract":false,"id":560,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerViewVariable","instanceClass":null,"abstract":false,"id":561,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectModelElementVariable","instanceClass":null,"abstract":false,"id":562,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditMaskVariables","instanceClass":null,"abstract":false,"id":563,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerModelOperation","instanceClass":null,"abstract":true,"id":564,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelOperation","instanceClass":null,"abstract":true,"id":565,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNodeCreationOperation","instanceClass":null,"abstract":false,"id":566,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialOperation","instanceClass":null,"abstract":false,"id":567,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitEdgeCreationOperation","instanceClass":null,"abstract":false,"id":568,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialContainerDropOperation","instanceClass":null,"abstract":false,"id":569,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateInstance","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeContext","instanceClass":null,"abstract":false,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValue","instanceClass":null,"abstract":false,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetObject","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unset","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoveElement","instanceClass":null,"abstract":false,"id":575,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveElement","instanceClass":null,"abstract":false,"id":576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For","instanceClass":null,"abstract":false,"id":577,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DragSource","instanceClass":null,"id":578,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":579,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteView","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameVariable","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalJavaActionParameter","instanceClass":null,"abstract":false,"id":582,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolFilterDescription","instanceClass":null,"abstract":false,"id":583,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureChangeListener","instanceClass":null,"abstract":false,"id":584,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":585,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchChild","instanceClass":null,"abstract":true,"id":586,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Default","instanceClass":null,"abstract":false,"id":587,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Let","instanceClass":null,"abstract":false,"id":589,"interface":false,"eClass":"EClass"},{"id":590,"eClass":"EGenericType"},{"id":591,"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":592,"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":593,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"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":595,"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":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"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":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":"element","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":"elementView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":606,"derived":false},{"container":false,"ordered":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":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getContainers","lowerBound":0,"id":613,"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":614,"derived":false},{"container":false,"ordered":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":615,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copiedView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":616,"derived":false},{"container":false,"ordered":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":617,"derived":false},{"container":false,"ordered":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":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":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":626,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containerView","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"derived":false},{"container":false,"ordered":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":628,"derived":false},{"container":false,"ordered":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":629,"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":630,"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":631,"derived":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":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":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":642,"derived":false},{"container":false,"ordered":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":643,"derived":false},{"container":false,"ordered":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":644,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":645,"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":646,"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":647,"derived":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":648,"derived":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":649,"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":650,"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":651,"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":652,"derived":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":653,"derived":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":654,"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":655,"derived":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":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"},{"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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":673,"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":674,"derived":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":675,"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":676,"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":677,"derived":false},{"container":false,"ordered":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":678,"derived":false},{"container":false,"ordered":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":679,"derived":false},{"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"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMappings","lowerBound":1,"id":688,"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":689,"derived":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":690,"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":691,"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":692,"derived":false},{"container":false,"ordered":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":693,"derived":false},{"container":false,"ordered":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":694,"derived":false},{"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"},{"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":703,"derived":false},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"container":false,"ordered":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":707,"derived":false},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":1,"id":710,"derived":false},{"container":false,"ordered":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":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":715,"derived":false},{"container":false,"ordered":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":716,"derived":false},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"container":false,"ordered":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":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"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":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"container":false,"ordered":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":728,"derived":false},{"id":729,"eClass":"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":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"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":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"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"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":755,"derived":false},{"id":756,"eClass":"EGenericType"},{"container":false,"ordered":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":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"container":false,"ordered":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":760,"derived":false},{"id":761,"eClass":"EGenericType"},{"container":false,"ordered":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":762,"derived":false},{"id":763,"eClass":"EGenericType"},{"container":false,"ordered":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":764,"derived":false},{"id":765,"eClass":"EGenericType"},{"container":false,"ordered":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":766,"derived":false},{"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":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":768,"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":769,"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":770,"derived":false},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"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":775,"derived":false},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"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":778,"derived":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":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"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":783,"derived":false},{"container":false,"ordered":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":784,"derived":false},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"id":787,"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":788,"derived":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":789,"derived":false},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"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":793,"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":794,"derived":false},{"id":795,"eClass":"EGenericType"},{"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":"expression","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":"i","unsettable":false,"transient":false,"unique":true,"name":"iteratorName","changeable":true,"lowerBound":1,"iD":false,"id":800,"derived":false},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"name":"DIAGRAM","id":804,"value":1,"literal":"DIAGRAM","eClass":"EEnumLiteral"},{"name":"PROJECT_EXPLORER","id":805,"value":2,"literal":"PROJECT_EXPLORER","eClass":"EEnumLiteral"},{"name":"BOTH","id":806,"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":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"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":812,"derived":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":813,"derived":false},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"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":816,"derived":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":817,"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":818,"derived":false},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"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":822,"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":823,"derived":false},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"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":826,"derived":false},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"container":false,"ordered":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":829,"derived":false},{"id":830,"eClass":"EGenericType"},{"id":831,"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":832,"derived":false},{"container":false,"ordered":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":833,"derived":false},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"instance","unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":1,"iD":false,"id":837,"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":"valueExpression","changeable":true,"lowerBound":1,"iD":false,"id":838,"derived":false},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationRule","instanceClass":null,"abstract":true,"id":842,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemanticValidationRule","instanceClass":null,"abstract":false,"id":843,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewValidationRule","instanceClass":null,"abstract":false,"id":844,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleAudit","instanceClass":null,"abstract":false,"id":845,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ERROR_LEVEL","instanceClass":null,"id":846,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValidationFix","instanceClass":null,"abstract":false,"id":847,"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":848,"derived":false},{"container":false,"ordered":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":849,"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":850,"derived":true},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkRule","lowerBound":0,"id":856,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":0,"id":857,"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":858,"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":859,"derived":false},{"container":false,"ordered":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":860,"derived":false},{"container":false,"ordered":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":861,"derived":false},{"id":862,"eClass":"EGenericType"},{"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"},{"id":866,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":867,"many":false,"required":false,"eClass":"EParameter"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"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":873,"derived":false},{"id":874,"eClass":"EGenericType"},{"id":875,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":876,"derived":false},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"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":879,"derived":false},{"id":880,"eClass":"EGenericType"},{"name":"INFO","id":881,"value":0,"literal":"INFO","eClass":"EEnumLiteral"},{"name":"WARNING","id":882,"value":1,"literal":"WARNING","eClass":"EEnumLiteral"},{"name":"ERROR","id":883,"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":884,"derived":false},{"container":false,"ordered":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":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationSection","instanceClass":null,"abstract":true,"id":888,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateInformationSection","instanceClass":null,"abstract":false,"id":889,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContent","lowerBound":0,"id":890,"many":false,"required":false,"eClass":"EOperation"},{"id":891,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObj","lowerBound":0,"id":892,"many":false,"required":false,"eClass":"EParameter"},{"id":893,"eClass":"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":894,"derived":false},{"id":895,"eClass":"EGenericType"},{"id":896,"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":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":33,"target":1},{"source":33,"target":41},{"source":33,"target":1},{"source":41,"target":1},{"source":34,"target":30},{"source":34,"target":42},{"source":34,"target":1},{"source":42,"target":30},{"source":35,"target":43},{"source":35,"target":1},{"source":36,"target":44},{"source":36,"target":45},{"source":36,"target":1},{"source":45,"target":44},{"source":37,"target":10},{"source":37,"target":46},{"source":37,"target":1},{"source":46,"target":10},{"source":38,"target":10},{"source":38,"target":47},{"source":38,"target":1},{"source":47,"target":10},{"source":39,"target":2},{"source":39,"target":48},{"source":39,"target":1},{"source":48,"target":2},{"source":40,"target":49},{"source":40,"target":1},{"source":2,"target":0},{"source":2,"target":50},{"source":50,"target":51},{"source":50,"target":52},{"source":50,"target":2},{"source":52,"target":51},{"source":3,"target":0},{"source":3,"target":53},{"source":53,"target":16},{"source":53,"target":54},{"source":53,"target":3},{"source":54,"target":16},{"source":4,"target":0},{"source":4,"target":55},{"source":55,"target":4},{"source":5,"target":0},{"source":5,"target":56},{"source":56,"target":57},{"source":56,"target":58},{"source":56,"target":5},{"source":58,"target":57},{"source":6,"target":0},{"source":6,"target":59},{"source":59,"target":60},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":61,"target":65},{"source":61,"target":7},{"source":62,"target":66},{"source":62,"target":67},{"source":62,"target":7},{"source":67,"target":66},{"source":63,"target":68},{"source":63,"target":7},{"source":64,"target":8},{"source":64,"target":69},{"source":64,"target":7},{"source":69,"target":8},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":4},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":72,"target":9},{"source":72,"target":80},{"source":72,"target":8},{"source":80,"target":9},{"source":73,"target":9},{"source":73,"target":81},{"source":73,"target":8},{"source":81,"target":9},{"source":74,"target":82},{"source":74,"target":8},{"source":75,"target":83},{"source":75,"target":84},{"source":75,"target":8},{"source":84,"target":83},{"source":76,"target":31},{"source":76,"target":85},{"source":76,"target":8},{"source":85,"target":31},{"source":77,"target":70},{"source":78,"target":4},{"source":79,"target":71},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":3},{"source":9,"target":4},{"source":9,"target":6},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":86,"target":92},{"source":86,"target":9},{"source":87,"target":93},{"source":87,"target":9},{"source":88,"target":5},{"source":89,"target":3},{"source":90,"target":4},{"source":91,"target":6},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":94,"target":99},{"source":94,"target":100},{"source":94,"target":10},{"source":100,"target":99},{"source":95,"target":7},{"source":95,"target":101},{"source":95,"target":10},{"source":101,"target":7},{"source":96,"target":11},{"source":96,"target":102},{"source":96,"target":10},{"source":102,"target":11},{"source":97,"target":103},{"source":97,"target":10},{"source":98,"target":4},{"source":11,"target":0},{"source":11,"target":104},{"source":104,"target":105},{"source":104,"target":11},{"source":12,"target":0},{"source":12,"target":106},{"source":106,"target":107},{"source":106,"target":108},{"source":106,"target":12},{"source":108,"target":107},{"source":13,"target":0},{"source":13,"target":109},{"source":13,"target":110},{"source":109,"target":111},{"source":109,"target":13},{"source":110,"target":112},{"source":110,"target":13},{"source":14,"target":0},{"source":14,"target":28},{"source":14,"target":113},{"source":14,"target":114},{"source":113,"target":17},{"source":113,"target":115},{"source":113,"target":14},{"source":115,"target":17},{"source":114,"target":28},{"source":15,"target":0},{"source":15,"target":116},{"source":15,"target":117},{"source":15,"target":118},{"source":15,"target":119},{"source":116,"target":15},{"source":117,"target":15},{"source":118,"target":15},{"source":119,"target":15},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":29},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":120,"target":123},{"source":120,"target":124},{"source":120,"target":16},{"source":124,"target":123},{"source":121,"target":4},{"source":122,"target":29},{"source":17,"target":0},{"source":17,"target":125},{"source":17,"target":126},{"source":17,"target":127},{"source":125,"target":17},{"source":126,"target":17},{"source":127,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":128},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":132},{"source":19,"target":133},{"source":128,"target":134},{"source":128,"target":19},{"source":129,"target":135},{"source":129,"target":19},{"source":130,"target":136},{"source":130,"target":19},{"source":131,"target":99},{"source":131,"target":137},{"source":131,"target":19},{"source":137,"target":99},{"source":132,"target":1},{"source":132,"target":138},{"source":132,"target":19},{"source":138,"target":1},{"source":133,"target":20},{"source":133,"target":139},{"source":133,"target":19},{"source":139,"target":20},{"source":20,"target":0},{"source":20,"target":140},{"source":20,"target":141},{"source":140,"target":20},{"source":141,"target":20},{"source":21,"target":0},{"source":21,"target":142},{"source":142,"target":19},{"source":142,"target":143},{"source":142,"target":21},{"source":143,"target":19},{"source":22,"target":0},{"source":22,"target":144},{"source":22,"target":145},{"source":144,"target":146},{"source":144,"target":22},{"source":145,"target":147},{"source":145,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":148},{"source":148,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":149},{"source":24,"target":150},{"source":149,"target":22},{"source":149,"target":151},{"source":149,"target":24},{"source":151,"target":22},{"source":150,"target":22},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":152},{"source":152,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":153},{"source":153,"target":24},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":154},{"source":154,"target":23},{"source":28,"target":0},{"source":28,"target":29},{"source":28,"target":155},{"source":28,"target":156},{"source":28,"target":157},{"source":28,"target":158},{"source":28,"target":159},{"source":28,"target":160},{"source":155,"target":161},{"source":155,"target":28},{"source":156,"target":15},{"source":156,"target":162},{"source":156,"target":28},{"source":162,"target":15},{"source":157,"target":163},{"source":157,"target":28},{"source":158,"target":164},{"source":158,"target":28},{"source":159,"target":18},{"source":159,"target":165},{"source":159,"target":28},{"source":165,"target":18},{"source":160,"target":29},{"source":29,"target":0},{"source":29,"target":166},{"source":166,"target":167},{"source":166,"target":29},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":168},{"source":31,"target":169},{"source":31,"target":170},{"source":168,"target":171},{"source":168,"target":31},{"source":169,"target":172},{"source":169,"target":31},{"source":170,"target":173},{"source":170,"target":31},{"source":173,"target":174},{"source":173,"target":175},{"source":174,"target":12},{"source":32,"target":176},{"source":32,"target":177},{"source":32,"target":178},{"source":32,"target":99},{"source":32,"target":51},{"source":32,"target":66},{"source":32,"target":179},{"source":32,"target":180},{"source":32,"target":181},{"source":32,"target":182},{"source":32,"target":183},{"source":32,"target":57},{"source":32,"target":184},{"source":32,"target":70},{"source":32,"target":71},{"source":32,"target":185},{"source":32,"target":186},{"source":32,"target":187},{"source":32,"target":188},{"source":32,"target":189},{"source":32,"target":190},{"source":32,"target":191},{"source":32,"target":192},{"source":32,"target":107},{"source":32,"target":193},{"source":32,"target":194},{"source":32,"target":195},{"source":32,"target":196},{"source":32,"target":197},{"source":32,"target":198},{"source":32,"target":199},{"source":32,"target":200},{"source":32,"target":201},{"source":32,"target":202},{"source":32,"target":203},{"source":32,"target":204},{"source":32,"target":205},{"source":32,"target":206},{"source":32,"target":207},{"source":32,"target":208},{"source":32,"target":209},{"source":32,"target":210},{"source":32,"target":211},{"source":32,"target":212},{"source":32,"target":213},{"source":32,"target":214},{"source":32,"target":215},{"source":32,"target":83},{"source":32,"target":216},{"source":32,"target":217},{"source":32,"target":218},{"source":32,"target":44},{"source":32,"target":219},{"source":32,"target":220},{"source":32,"target":221},{"source":32,"target":222},{"source":32,"target":223},{"source":32,"target":224},{"source":32,"target":225},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":228},{"source":32,"target":0},{"source":176,"target":32},{"source":176,"target":71},{"source":176,"target":70},{"source":176,"target":229},{"source":176,"target":230},{"source":176,"target":231},{"source":176,"target":232},{"source":176,"target":233},{"source":176,"target":234},{"source":176,"target":235},{"source":176,"target":236},{"source":229,"target":237},{"source":229,"target":176},{"source":230,"target":99},{"source":230,"target":238},{"source":230,"target":176},{"source":230,"target":239},{"source":238,"target":99},{"source":231,"target":214},{"source":231,"target":240},{"source":231,"target":176},{"source":240,"target":214},{"source":232,"target":215},{"source":232,"target":241},{"source":232,"target":176},{"source":232,"target":242},{"source":241,"target":215},{"source":233,"target":243},{"source":233,"target":176},{"source":234,"target":177},{"source":234,"target":244},{"source":234,"target":176},{"source":244,"target":177},{"source":235,"target":71},{"source":236,"target":70},{"source":177,"target":32},{"source":178,"target":32},{"source":99,"target":32},{"source":99,"target":70},{"source":99,"target":178},{"source":99,"target":216},{"source":99,"target":217},{"source":99,"target":245},{"source":99,"target":246},{"source":99,"target":247},{"source":99,"target":248},{"source":99,"target":249},{"source":99,"target":250},{"source":99,"target":251},{"source":99,"target":252},{"source":99,"target":253},{"source":99,"target":254},{"source":99,"target":255},{"source":99,"target":256},{"source":99,"target":257},{"source":99,"target":258},{"source":99,"target":259},{"source":99,"target":260},{"source":99,"target":261},{"source":245,"target":99},{"source":245,"target":262},{"source":262,"target":263},{"source":262,"target":245},{"source":246,"target":264},{"source":246,"target":99},{"source":247,"target":265},{"source":247,"target":266},{"source":247,"target":99},{"source":247,"target":267},{"source":266,"target":265},{"source":248,"target":66},{"source":248,"target":268},{"source":248,"target":99},{"source":248,"target":239},{"source":268,"target":66},{"source":249,"target":181},{"source":249,"target":269},{"source":249,"target":99},{"source":249,"target":270},{"source":269,"target":181},{"source":250,"target":183},{"source":250,"target":271},{"source":250,"target":99},{"source":271,"target":183},{"source":251,"target":182},{"source":251,"target":272},{"source":251,"target":99},{"source":272,"target":182},{"source":252,"target":51},{"source":252,"target":273},{"source":252,"target":99},{"source":273,"target":51},{"source":253,"target":190},{"source":253,"target":274},{"source":253,"target":99},{"source":274,"target":190},{"source":254,"target":179},{"source":254,"target":275},{"source":254,"target":99},{"source":254,"target":276},{"source":275,"target":179},{"source":255,"target":219},{"source":255,"target":277},{"source":255,"target":99},{"source":277,"target":219},{"source":256,"target":219},{"source":256,"target":278},{"source":256,"target":99},{"source":278,"target":219},{"source":257,"target":219},{"source":257,"target":279},{"source":257,"target":99},{"source":279,"target":219},{"source":258,"target":70},{"source":259,"target":178},{"source":260,"target":216},{"source":261,"target":217},{"source":51,"target":32},{"source":66,"target":32},{"source":66,"target":70},{"source":66,"target":216},{"source":66,"target":217},{"source":66,"target":280},{"source":66,"target":281},{"source":66,"target":282},{"source":66,"target":283},{"source":66,"target":284},{"source":66,"target":285},{"source":66,"target":286},{"source":280,"target":188},{"source":280,"target":287},{"source":280,"target":66},{"source":287,"target":188},{"source":281,"target":288},{"source":281,"target":66},{"source":282,"target":289},{"source":282,"target":66},{"source":283,"target":290},{"source":283,"target":66},{"source":284,"target":70},{"source":285,"target":216},{"source":286,"target":217},{"source":179,"target":32},{"source":179,"target":276},{"source":179,"target":291},{"source":276,"target":292},{"source":276,"target":179},{"source":291,"target":66},{"source":291,"target":293},{"source":291,"target":179},{"source":293,"target":66},{"source":180,"target":32},{"source":180,"target":66},{"source":180,"target":294},{"source":294,"target":66},{"source":181,"target":32},{"source":181,"target":270},{"source":181,"target":295},{"source":181,"target":296},{"source":181,"target":297},{"source":270,"target":298},{"source":270,"target":181},{"source":295,"target":299},{"source":295,"target":181},{"source":296,"target":300},{"source":296,"target":181},{"source":297,"target":301},{"source":297,"target":181},{"source":182,"target":32},{"source":182,"target":302},{"source":302,"target":303},{"source":302,"target":182},{"source":183,"target":32},{"source":183,"target":304},{"source":304,"target":305},{"source":304,"target":183},{"source":57,"target":32},{"source":57,"target":217},{"source":57,"target":306},{"source":57,"target":307},{"source":57,"target":308},{"source":306,"target":309},{"source":306,"target":310},{"source":306,"target":57},{"source":310,"target":309},{"source":307,"target":311},{"source":307,"target":312},{"source":307,"target":57},{"source":312,"target":311},{"source":308,"target":217},{"source":184,"target":32},{"source":184,"target":313},{"source":184,"target":314},{"source":313,"target":315},{"source":313,"target":184},{"source":314,"target":316},{"source":314,"target":184},{"source":70,"target":32},{"source":70,"target":317},{"source":317,"target":318},{"source":317,"target":70},{"source":71,"target":32},{"source":71,"target":319},{"source":71,"target":320},{"source":319,"target":185},{"source":319,"target":321},{"source":319,"target":71},{"source":319,"target":322},{"source":321,"target":185},{"source":322,"target":323},{"source":322,"target":319},{"source":320,"target":185},{"source":320,"target":324},{"source":320,"target":71},{"source":324,"target":185},{"source":185,"target":32},{"source":185,"target":325},{"source":185,"target":326},{"source":325,"target":327},{"source":325,"target":185},{"source":326,"target":328},{"source":326,"target":185},{"source":186,"target":32},{"source":186,"target":329},{"source":186,"target":330},{"source":329,"target":331},{"source":329,"target":186},{"source":329,"target":332},{"source":329,"target":333},{"source":329,"target":334},{"source":332,"target":335},{"source":332,"target":329},{"source":333,"target":336},{"source":333,"target":329},{"source":334,"target":337},{"source":334,"target":329},{"source":330,"target":188},{"source":330,"target":338},{"source":330,"target":186},{"source":338,"target":188},{"source":187,"target":32},{"source":188,"target":32},{"source":189,"target":32},{"source":190,"target":32},{"source":191,"target":32},{"source":191,"target":339},{"source":339,"target":340},{"source":339,"target":341},{"source":339,"target":191},{"source":341,"target":340},{"source":192,"target":32},{"source":192,"target":342},{"source":342,"target":107},{"source":342,"target":343},{"source":342,"target":192},{"source":342,"target":344},{"source":343,"target":107},{"source":107,"target":32},{"source":107,"target":344},{"source":107,"target":345},{"source":107,"target":346},{"source":107,"target":347},{"source":107,"target":348},{"source":107,"target":349},{"source":344,"target":350},{"source":344,"target":107},{"source":345,"target":193},{"source":345,"target":351},{"source":345,"target":107},{"source":351,"target":193},{"source":346,"target":194},{"source":346,"target":352},{"source":346,"target":107},{"source":352,"target":194},{"source":347,"target":188},{"source":347,"target":353},{"source":347,"target":107},{"source":353,"target":188},{"source":348,"target":188},{"source":348,"target":354},{"source":348,"target":107},{"source":354,"target":188},{"source":349,"target":188},{"source":349,"target":355},{"source":349,"target":107},{"source":355,"target":188},{"source":193,"target":32},{"source":193,"target":356},{"source":193,"target":357},{"source":193,"target":358},{"source":193,"target":359},{"source":193,"target":360},{"source":193,"target":361},{"source":193,"target":362},{"source":193,"target":363},{"source":193,"target":364},{"source":356,"target":193},{"source":357,"target":193},{"source":358,"target":193},{"source":359,"target":193},{"source":360,"target":193},{"source":361,"target":193},{"source":362,"target":193},{"source":363,"target":193},{"source":364,"target":193},{"source":194,"target":32},{"source":194,"target":365},{"source":194,"target":366},{"source":365,"target":194},{"source":366,"target":194},{"source":195,"target":32},{"source":195,"target":107},{"source":195,"target":367},{"source":195,"target":368},{"source":367,"target":187},{"source":367,"target":369},{"source":367,"target":195},{"source":369,"target":187},{"source":368,"target":107},{"source":196,"target":32},{"source":196,"target":107},{"source":196,"target":370},{"source":370,"target":107},{"source":197,"target":32},{"source":197,"target":371},{"source":371,"target":198},{"source":371,"target":372},{"source":371,"target":197},{"source":372,"target":198},{"source":198,"target":32},{"source":199,"target":32},{"source":199,"target":198},{"source":199,"target":373},{"source":199,"target":374},{"source":199,"target":375},{"source":373,"target":188},{"source":373,"target":376},{"source":373,"target":199},{"source":376,"target":188},{"source":374,"target":201},{"source":374,"target":377},{"source":374,"target":199},{"source":377,"target":201},{"source":375,"target":198},{"source":200,"target":32},{"source":200,"target":198},{"source":200,"target":378},{"source":200,"target":379},{"source":200,"target":380},{"source":378,"target":201},{"source":378,"target":381},{"source":378,"target":200},{"source":381,"target":201},{"source":379,"target":382},{"source":379,"target":200},{"source":380,"target":198},{"source":201,"target":32},{"source":201,"target":383},{"source":201,"target":384},{"source":383,"target":385},{"source":383,"target":201},{"source":384,"target":386},{"source":384,"target":201},{"source":202,"target":32},{"source":202,"target":201},{"source":202,"target":387},{"source":202,"target":388},{"source":202,"target":389},{"source":387,"target":390},{"source":387,"target":202},{"source":388,"target":188},{"source":388,"target":391},{"source":388,"target":202},{"source":391,"target":188},{"source":389,"target":201},{"source":203,"target":32},{"source":203,"target":201},{"source":203,"target":392},{"source":203,"target":393},{"source":203,"target":394},{"source":392,"target":395},{"source":392,"target":203},{"source":393,"target":396},{"source":393,"target":203},{"source":394,"target":201},{"source":204,"target":32},{"source":204,"target":397},{"source":204,"target":398},{"source":204,"target":399},{"source":204,"target":400},{"source":204,"target":401},{"source":204,"target":402},{"source":397,"target":188},{"source":397,"target":403},{"source":397,"target":204},{"source":403,"target":188},{"source":398,"target":404},{"source":398,"target":204},{"source":399,"target":405},{"source":399,"target":204},{"source":400,"target":188},{"source":400,"target":406},{"source":400,"target":204},{"source":406,"target":188},{"source":401,"target":188},{"source":401,"target":407},{"source":401,"target":204},{"source":407,"target":188},{"source":402,"target":224},{"source":402,"target":408},{"source":402,"target":204},{"source":408,"target":224},{"source":205,"target":32},{"source":206,"target":32},{"source":206,"target":209},{"source":206,"target":409},{"source":206,"target":410},{"source":409,"target":411},{"source":409,"target":206},{"source":410,"target":209},{"source":207,"target":32},{"source":207,"target":205},{"source":207,"target":211},{"source":207,"target":412},{"source":207,"target":413},{"source":207,"target":414},{"source":207,"target":415},{"source":207,"target":416},{"source":207,"target":417},{"source":412,"target":188},{"source":412,"target":418},{"source":412,"target":207},{"source":418,"target":188},{"source":413,"target":188},{"source":413,"target":419},{"source":413,"target":207},{"source":419,"target":188},{"source":414,"target":188},{"source":414,"target":420},{"source":414,"target":207},{"source":420,"target":188},{"source":415,"target":208},{"source":415,"target":421},{"source":415,"target":207},{"source":421,"target":208},{"source":416,"target":205},{"source":417,"target":211},{"source":208,"target":32},{"source":208,"target":422},{"source":208,"target":423},{"source":422,"target":188},{"source":422,"target":424},{"source":422,"target":208},{"source":424,"target":188},{"source":423,"target":209},{"source":423,"target":425},{"source":423,"target":208},{"source":425,"target":209},{"source":209,"target":32},{"source":209,"target":205},{"source":209,"target":426},{"source":209,"target":427},{"source":209,"target":428},{"source":209,"target":429},{"source":426,"target":430},{"source":426,"target":209},{"source":427,"target":431},{"source":427,"target":209},{"source":428,"target":432},{"source":428,"target":209},{"source":429,"target":205},{"source":210,"target":32},{"source":210,"target":209},{"source":210,"target":211},{"source":210,"target":433},{"source":210,"target":434},{"source":433,"target":209},{"source":434,"target":211},{"source":211,"target":32},{"source":211,"target":435},{"source":435,"target":436},{"source":435,"target":211},{"source":212,"target":32},{"source":212,"target":437},{"source":212,"target":438},{"source":212,"target":439},{"source":212,"target":440},{"source":212,"target":441},{"source":212,"target":442},{"source":212,"target":443},{"source":212,"target":444},{"source":212,"target":445},{"source":212,"target":446},{"source":212,"target":447},{"source":212,"target":448},{"source":212,"target":449},{"source":212,"target":450},{"source":212,"target":451},{"source":212,"target":452},{"source":212,"target":453},{"source":212,"target":454},{"source":212,"target":455},{"source":212,"target":456},{"source":212,"target":457},{"source":212,"target":458},{"source":212,"target":459},{"source":212,"target":460},{"source":212,"target":461},{"source":212,"target":462},{"source":437,"target":212},{"source":438,"target":212},{"source":439,"target":212},{"source":440,"target":212},{"source":441,"target":212},{"source":442,"target":212},{"source":443,"target":212},{"source":444,"target":212},{"source":445,"target":212},{"source":446,"target":212},{"source":447,"target":212},{"source":448,"target":212},{"source":449,"target":212},{"source":450,"target":212},{"source":451,"target":212},{"source":452,"target":212},{"source":453,"target":212},{"source":454,"target":212},{"source":455,"target":212},{"source":456,"target":212},{"source":457,"target":212},{"source":458,"target":212},{"source":459,"target":212},{"source":460,"target":212},{"source":461,"target":212},{"source":462,"target":212},{"source":213,"target":32},{"source":213,"target":463},{"source":213,"target":464},{"source":213,"target":465},{"source":463,"target":214},{"source":463,"target":466},{"source":463,"target":213},{"source":466,"target":214},{"source":464,"target":467},{"source":464,"target":468},{"source":464,"target":213},{"source":468,"target":467},{"source":465,"target":469},{"source":465,"target":470},{"source":465,"target":213},{"source":470,"target":469},{"source":214,"target":32},{"source":214,"target":471},{"source":471,"target":206},{"source":471,"target":472},{"source":471,"target":214},{"source":471,"target":409},{"source":472,"target":206},{"source":215,"target":32},{"source":215,"target":242},{"source":215,"target":473},{"source":242,"target":474},{"source":242,"target":215},{"source":473,"target":211},{"source":473,"target":475},{"source":473,"target":215},{"source":473,"target":435},{"source":475,"target":211},{"source":83,"target":32},{"source":83,"target":476},{"source":83,"target":477},{"source":476,"target":478},{"source":476,"target":83},{"source":477,"target":479},{"source":477,"target":83},{"source":216,"target":32},{"source":216,"target":480},{"source":480,"target":481},{"source":480,"target":216},{"source":217,"target":32},{"source":217,"target":239},{"source":217,"target":482},{"source":239,"target":483},{"source":239,"target":217},{"source":482,"target":224},{"source":482,"target":484},{"source":482,"target":217},{"source":484,"target":224},{"source":218,"target":32},{"source":218,"target":211},{"source":218,"target":205},{"source":218,"target":485},{"source":218,"target":486},{"source":218,"target":487},{"source":218,"target":488},{"source":218,"target":489},{"source":485,"target":188},{"source":485,"target":490},{"source":485,"target":218},{"source":490,"target":188},{"source":486,"target":188},{"source":486,"target":491},{"source":486,"target":218},{"source":491,"target":188},{"source":487,"target":188},{"source":487,"target":492},{"source":487,"target":218},{"source":492,"target":188},{"source":488,"target":211},{"source":489,"target":205},{"source":44,"target":32},{"source":44,"target":493},{"source":44,"target":494},{"source":493,"target":495},{"source":493,"target":44},{"source":494,"target":496},{"source":494,"target":44},{"source":219,"target":32},{"source":220,"target":32},{"source":220,"target":497},{"source":497,"target":498},{"source":497,"target":220},{"source":221,"target":32},{"source":221,"target":220},{"source":221,"target":499},{"source":499,"target":220},{"source":222,"target":32},{"source":222,"target":500},{"source":500,"target":501},{"source":500,"target":222},{"source":223,"target":32},{"source":223,"target":222},{"source":223,"target":221},{"source":223,"target":502},{"source":223,"target":503},{"source":223,"target":504},{"source":223,"target":505},{"source":502,"target":188},{"source":502,"target":506},{"source":502,"target":223},{"source":506,"target":188},{"source":503,"target":507},{"source":503,"target":223},{"source":504,"target":222},{"source":505,"target":221},{"source":224,"target":32},{"source":225,"target":123},{"source":225,"target":508},{"source":225,"target":509},{"source":225,"target":469},{"source":225,"target":510},{"source":225,"target":511},{"source":225,"target":32},{"source":123,"target":225},{"source":508,"target":225},{"source":508,"target":512},{"source":508,"target":513},{"source":508,"target":514},{"source":508,"target":515},{"source":508,"target":516},{"source":508,"target":517},{"source":512,"target":518},{"source":512,"target":508},{"source":513,"target":15},{"source":513,"target":519},{"source":513,"target":508},{"source":519,"target":15},{"source":514,"target":520},{"source":514,"target":508},{"source":515,"target":188},{"source":515,"target":521},{"source":515,"target":508},{"source":521,"target":188},{"source":516,"target":205},{"source":516,"target":522},{"source":516,"target":508},{"source":522,"target":205},{"source":517,"target":190},{"source":517,"target":523},{"source":517,"target":508},{"source":523,"target":190},{"source":509,"target":225},{"source":509,"target":508},{"source":509,"target":524},{"source":509,"target":525},{"source":524,"target":17},{"source":524,"target":526},{"source":524,"target":509},{"source":526,"target":17},{"source":525,"target":508},{"source":469,"target":225},{"source":469,"target":527},{"source":527,"target":510},{"source":527,"target":528},{"source":527,"target":469},{"source":528,"target":510},{"source":510,"target":225},{"source":510,"target":529},{"source":510,"target":530},{"source":510,"target":531},{"source":510,"target":532},{"source":529,"target":533},{"source":529,"target":510},{"source":530,"target":534},{"source":530,"target":510},{"source":531,"target":535},{"source":531,"target":510},{"source":532,"target":536},{"source":532,"target":510},{"source":511,"target":225},{"source":511,"target":537},{"source":537,"target":188},{"source":537,"target":538},{"source":537,"target":511},{"source":538,"target":188},{"source":226,"target":467},{"source":226,"target":539},{"source":226,"target":540},{"source":226,"target":541},{"source":226,"target":340},{"source":226,"target":542},{"source":226,"target":543},{"source":226,"target":309},{"source":226,"target":311},{"source":226,"target":544},{"source":226,"target":545},{"source":226,"target":546},{"source":226,"target":547},{"source":226,"target":548},{"source":226,"target":549},{"source":226,"target":550},{"source":226,"target":551},{"source":226,"target":552},{"source":226,"target":553},{"source":226,"target":554},{"source":226,"target":555},{"source":226,"target":556},{"source":226,"target":557},{"source":226,"target":558},{"source":226,"target":559},{"source":226,"target":560},{"source":226,"target":561},{"source":226,"target":562},{"source":226,"target":563},{"source":226,"target":564},{"source":226,"target":565},{"source":226,"target":566},{"source":226,"target":567},{"source":226,"target":568},{"source":226,"target":569},{"source":226,"target":570},{"source":226,"target":571},{"source":226,"target":572},{"source":226,"target":573},{"source":226,"target":574},{"source":226,"target":575},{"source":226,"target":576},{"source":226,"target":577},{"source":226,"target":578},{"source":226,"target":579},{"source":226,"target":580},{"source":226,"target":581},{"source":226,"target":582},{"source":226,"target":583},{"source":226,"target":584},{"source":226,"target":585},{"source":226,"target":586},{"source":226,"target":587},{"source":226,"target":588},{"source":226,"target":589},{"source":226,"target":32},{"source":467,"target":226},{"source":467,"target":70},{"source":467,"target":217},{"source":467,"target":590},{"source":467,"target":591},{"source":590,"target":70},{"source":591,"target":217},{"source":539,"target":226},{"source":539,"target":467},{"source":539,"target":592},{"source":539,"target":593},{"source":539,"target":594},{"source":539,"target":595},{"source":539,"target":596},{"source":539,"target":597},{"source":592,"target":188},{"source":592,"target":598},{"source":592,"target":539},{"source":598,"target":188},{"source":593,"target":599},{"source":593,"target":539},{"source":594,"target":583},{"source":594,"target":600},{"source":594,"target":539},{"source":600,"target":583},{"source":595,"target":188},{"source":595,"target":601},{"source":595,"target":539},{"source":601,"target":188},{"source":596,"target":602},{"source":596,"target":539},{"source":597,"target":467},{"source":540,"target":226},{"source":540,"target":539},{"source":540,"target":603},{"source":603,"target":539},{"source":541,"target":226},{"source":541,"target":540},{"source":541,"target":604},{"source":541,"target":605},{"source":541,"target":606},{"source":541,"target":607},{"source":541,"target":608},{"source":604,"target":190},{"source":604,"target":609},{"source":604,"target":541},{"source":609,"target":190},{"source":605,"target":556},{"source":605,"target":610},{"source":605,"target":541},{"source":610,"target":556},{"source":606,"target":557},{"source":606,"target":611},{"source":606,"target":541},{"source":611,"target":557},{"source":607,"target":567},{"source":607,"target":612},{"source":607,"target":541},{"source":612,"target":567},{"source":608,"target":540},{"source":340,"target":226},{"source":340,"target":540},{"source":340,"target":613},{"source":340,"target":614},{"source":340,"target":615},{"source":340,"target":616},{"source":340,"target":617},{"source":340,"target":618},{"source":340,"target":619},{"source":613,"target":191},{"source":613,"target":620},{"source":613,"target":340},{"source":620,"target":191},{"source":614,"target":559},{"source":614,"target":621},{"source":614,"target":340},{"source":621,"target":559},{"source":615,"target":561},{"source":615,"target":622},{"source":615,"target":340},{"source":622,"target":561},{"source":616,"target":557},{"source":616,"target":623},{"source":616,"target":340},{"source":623,"target":557},{"source":617,"target":556},{"source":617,"target":624},{"source":617,"target":340},{"source":624,"target":556},{"source":618,"target":567},{"source":618,"target":625},{"source":618,"target":340},{"source":625,"target":567},{"source":619,"target":540},{"source":542,"target":226},{"source":542,"target":539},{"source":542,"target":204},{"source":542,"target":626},{"source":542,"target":627},{"source":542,"target":628},{"source":542,"target":629},{"source":542,"target":630},{"source":542,"target":631},{"source":542,"target":632},{"source":542,"target":633},{"source":542,"target":634},{"source":626,"target":555},{"source":626,"target":635},{"source":626,"target":542},{"source":635,"target":555},{"source":627,"target":561},{"source":627,"target":636},{"source":627,"target":542},{"source":636,"target":561},{"source":628,"target":560},{"source":628,"target":637},{"source":628,"target":542},{"source":637,"target":560},{"source":629,"target":567},{"source":629,"target":638},{"source":629,"target":542},{"source":638,"target":567},{"source":630,"target":190},{"source":630,"target":639},{"source":630,"target":542},{"source":639,"target":190},{"source":631,"target":224},{"source":631,"target":640},{"source":631,"target":542},{"source":640,"target":224},{"source":632,"target":190},{"source":632,"target":641},{"source":632,"target":542},{"source":641,"target":190},{"source":633,"target":539},{"source":634,"target":204},{"source":543,"target":226},{"source":543,"target":539},{"source":543,"target":642},{"source":543,"target":643},{"source":543,"target":644},{"source":543,"target":645},{"source":543,"target":646},{"source":543,"target":647},{"source":543,"target":648},{"source":543,"target":649},{"source":543,"target":650},{"source":543,"target":651},{"source":543,"target":652},{"source":543,"target":653},{"source":543,"target":654},{"source":543,"target":655},{"source":543,"target":656},{"source":543,"target":657},{"source":642,"target":555},{"source":642,"target":658},{"source":642,"target":543},{"source":658,"target":555},{"source":643,"target":561},{"source":643,"target":659},{"source":643,"target":543},{"source":659,"target":561},{"source":644,"target":560},{"source":644,"target":660},{"source":644,"target":543},{"source":660,"target":560},{"source":645,"target":567},{"source":645,"target":661},{"source":645,"target":543},{"source":661,"target":567},{"source":646,"target":190},{"source":646,"target":662},{"source":646,"target":543},{"source":662,"target":190},{"source":647,"target":224},{"source":647,"target":663},{"source":647,"target":543},{"source":663,"target":224},{"source":648,"target":190},{"source":648,"target":664},{"source":648,"target":543},{"source":664,"target":190},{"source":649,"target":224},{"source":649,"target":665},{"source":649,"target":543},{"source":665,"target":224},{"source":650,"target":224},{"source":650,"target":666},{"source":650,"target":543},{"source":666,"target":224},{"source":651,"target":188},{"source":651,"target":667},{"source":651,"target":543},{"source":667,"target":188},{"source":652,"target":668},{"source":652,"target":543},{"source":653,"target":188},{"source":653,"target":669},{"source":653,"target":543},{"source":669,"target":188},{"source":654,"target":188},{"source":654,"target":670},{"source":654,"target":543},{"source":670,"target":188},{"source":655,"target":224},{"source":655,"target":671},{"source":655,"target":543},{"source":671,"target":224},{"source":656,"target":188},{"source":656,"target":672},{"source":656,"target":543},{"source":672,"target":188},{"source":657,"target":539},{"source":309,"target":226},{"source":309,"target":539},{"source":309,"target":673},{"source":309,"target":674},{"source":309,"target":675},{"source":309,"target":676},{"source":309,"target":677},{"source":309,"target":678},{"source":309,"target":679},{"source":309,"target":680},{"source":673,"target":57},{"source":673,"target":681},{"source":673,"target":309},{"source":681,"target":57},{"source":674,"target":188},{"source":674,"target":682},{"source":674,"target":309},{"source":682,"target":188},{"source":675,"target":188},{"source":675,"target":683},{"source":675,"target":309},{"source":683,"target":188},{"source":676,"target":66},{"source":676,"target":684},{"source":676,"target":309},{"source":684,"target":66},{"source":677,"target":567},{"source":677,"target":685},{"source":677,"target":309},{"source":685,"target":567},{"source":678,"target":561},{"source":678,"target":686},{"source":678,"target":309},{"source":686,"target":561},{"source":679,"target":581},{"source":679,"target":687},{"source":679,"target":309},{"source":687,"target":581},{"source":680,"target":539},{"source":311,"target":226},{"source":311,"target":539},{"source":311,"target":688},{"source":311,"target":689},{"source":311,"target":690},{"source":311,"target":691},{"source":311,"target":692},{"source":311,"target":693},{"source":311,"target":694},{"source":311,"target":695},{"source":688,"target":57},{"source":688,"target":696},{"source":688,"target":311},{"source":696,"target":57},{"source":689,"target":188},{"source":689,"target":697},{"source":689,"target":311},{"source":697,"target":188},{"source":690,"target":188},{"source":690,"target":698},{"source":690,"target":311},{"source":698,"target":188},{"source":691,"target":66},{"source":691,"target":699},{"source":691,"target":311},{"source":699,"target":66},{"source":692,"target":561},{"source":692,"target":700},{"source":692,"target":311},{"source":700,"target":561},{"source":693,"target":555},{"source":693,"target":701},{"source":693,"target":311},{"source":701,"target":555},{"source":694,"target":581},{"source":694,"target":702},{"source":694,"target":311},{"source":702,"target":581},{"source":695,"target":539},{"source":544,"target":226},{"source":545,"target":226},{"source":545,"target":539},{"source":545,"target":544},{"source":545,"target":703},{"source":545,"target":704},{"source":545,"target":705},{"source":703,"target":190},{"source":703,"target":706},{"source":703,"target":545},{"source":706,"target":190},{"source":704,"target":539},{"source":705,"target":544},{"source":546,"target":226},{"source":546,"target":544},{"source":546,"target":707},{"source":546,"target":708},{"source":707,"target":545},{"source":707,"target":709},{"source":707,"target":546},{"source":709,"target":545},{"source":708,"target":544},{"source":547,"target":226},{"source":547,"target":545},{"source":547,"target":710},{"source":547,"target":711},{"source":547,"target":712},{"source":710,"target":561},{"source":710,"target":713},{"source":710,"target":547},{"source":713,"target":561},{"source":711,"target":567},{"source":711,"target":714},{"source":711,"target":547},{"source":714,"target":567},{"source":712,"target":545},{"source":548,"target":226},{"source":548,"target":545},{"source":548,"target":564},{"source":548,"target":715},{"source":548,"target":716},{"source":548,"target":717},{"source":548,"target":718},{"source":715,"target":719},{"source":715,"target":548},{"source":716,"target":582},{"source":716,"target":720},{"source":716,"target":548},{"source":720,"target":582},{"source":717,"target":545},{"source":718,"target":564},{"source":549,"target":226},{"source":549,"target":545},{"source":549,"target":564},{"source":549,"target":721},{"source":549,"target":722},{"source":549,"target":723},{"source":721,"target":548},{"source":721,"target":724},{"source":721,"target":549},{"source":724,"target":548},{"source":722,"target":545},{"source":723,"target":564},{"source":550,"target":226},{"source":550,"target":539},{"source":550,"target":725},{"source":550,"target":726},{"source":725,"target":545},{"source":725,"target":727},{"source":725,"target":550},{"source":727,"target":545},{"source":726,"target":539},{"source":551,"target":226},{"source":551,"target":728},{"source":728,"target":221},{"source":728,"target":729},{"source":728,"target":551},{"source":729,"target":221},{"source":552,"target":226},{"source":552,"target":551},{"source":552,"target":221},{"source":552,"target":730},{"source":552,"target":731},{"source":552,"target":732},{"source":730,"target":188},{"source":730,"target":733},{"source":730,"target":552},{"source":733,"target":188},{"source":731,"target":551},{"source":732,"target":221},{"source":553,"target":226},{"source":553,"target":220},{"source":553,"target":734},{"source":553,"target":735},{"source":734,"target":736},{"source":734,"target":553},{"source":735,"target":220},{"source":554,"target":226},{"source":554,"target":220},{"source":554,"target":551},{"source":554,"target":737},{"source":554,"target":738},{"source":737,"target":220},{"source":738,"target":551},{"source":555,"target":226},{"source":555,"target":220},{"source":555,"target":739},{"source":739,"target":220},{"source":556,"target":226},{"source":556,"target":220},{"source":556,"target":551},{"source":556,"target":740},{"source":556,"target":741},{"source":740,"target":220},{"source":741,"target":551},{"source":557,"target":226},{"source":557,"target":220},{"source":557,"target":551},{"source":557,"target":742},{"source":557,"target":743},{"source":742,"target":220},{"source":743,"target":551},{"source":558,"target":226},{"source":558,"target":220},{"source":558,"target":551},{"source":558,"target":744},{"source":558,"target":745},{"source":744,"target":220},{"source":745,"target":551},{"source":559,"target":226},{"source":559,"target":220},{"source":559,"target":551},{"source":559,"target":746},{"source":559,"target":747},{"source":746,"target":220},{"source":747,"target":551},{"source":560,"target":226},{"source":560,"target":220},{"source":560,"target":551},{"source":560,"target":748},{"source":560,"target":749},{"source":748,"target":220},{"source":749,"target":551},{"source":561,"target":226},{"source":561,"target":220},{"source":561,"target":551},{"source":561,"target":750},{"source":561,"target":751},{"source":750,"target":220},{"source":751,"target":551},{"source":562,"target":226},{"source":562,"target":221},{"source":562,"target":204},{"source":562,"target":222},{"source":562,"target":752},{"source":562,"target":753},{"source":562,"target":754},{"source":752,"target":221},{"source":753,"target":204},{"source":754,"target":222},{"source":563,"target":226},{"source":563,"target":755},{"source":755,"target":756},{"source":755,"target":563},{"source":564,"target":226},{"source":564,"target":565},{"source":564,"target":757},{"source":564,"target":758},{"source":757,"target":565},{"source":757,"target":759},{"source":757,"target":564},{"source":759,"target":565},{"source":758,"target":565},{"source":565,"target":226},{"source":566,"target":226},{"source":566,"target":760},{"source":760,"target":565},{"source":760,"target":761},{"source":760,"target":566},{"source":761,"target":565},{"source":567,"target":226},{"source":567,"target":762},{"source":762,"target":565},{"source":762,"target":763},{"source":762,"target":567},{"source":763,"target":565},{"source":568,"target":226},{"source":568,"target":764},{"source":764,"target":565},{"source":764,"target":765},{"source":764,"target":568},{"source":765,"target":565},{"source":569,"target":226},{"source":569,"target":766},{"source":766,"target":565},{"source":766,"target":767},{"source":766,"target":569},{"source":767,"target":565},{"source":570,"target":226},{"source":570,"target":564},{"source":570,"target":768},{"source":570,"target":769},{"source":570,"target":770},{"source":570,"target":771},{"source":768,"target":187},{"source":768,"target":772},{"source":768,"target":570},{"source":772,"target":187},{"source":769,"target":189},{"source":769,"target":773},{"source":769,"target":570},{"source":773,"target":189},{"source":770,"target":774},{"source":770,"target":570},{"source":771,"target":564},{"source":571,"target":226},{"source":571,"target":564},{"source":571,"target":775},{"source":571,"target":776},{"source":775,"target":188},{"source":775,"target":777},{"source":775,"target":571},{"source":777,"target":188},{"source":776,"target":564},{"source":572,"target":226},{"source":572,"target":564},{"source":572,"target":778},{"source":572,"target":779},{"source":572,"target":780},{"source":778,"target":189},{"source":778,"target":781},{"source":778,"target":572},{"source":781,"target":189},{"source":779,"target":188},{"source":779,"target":782},{"source":779,"target":572},{"source":782,"target":188},{"source":780,"target":564},{"source":573,"target":226},{"source":573,"target":564},{"source":573,"target":783},{"source":573,"target":784},{"source":573,"target":785},{"source":783,"target":189},{"source":783,"target":786},{"source":783,"target":573},{"source":786,"target":189},{"source":784,"target":787},{"source":784,"target":573},{"source":785,"target":564},{"source":574,"target":226},{"source":574,"target":564},{"source":574,"target":788},{"source":574,"target":789},{"source":574,"target":790},{"source":788,"target":189},{"source":788,"target":791},{"source":788,"target":574},{"source":791,"target":189},{"source":789,"target":188},{"source":789,"target":792},{"source":789,"target":574},{"source":792,"target":188},{"source":790,"target":564},{"source":575,"target":226},{"source":575,"target":564},{"source":575,"target":793},{"source":575,"target":794},{"source":575,"target":795},{"source":793,"target":188},{"source":793,"target":796},{"source":793,"target":575},{"source":796,"target":188},{"source":794,"target":189},{"source":794,"target":797},{"source":794,"target":575},{"source":797,"target":189},{"source":795,"target":564},{"source":576,"target":226},{"source":576,"target":564},{"source":576,"target":798},{"source":798,"target":564},{"source":577,"target":226},{"source":577,"target":564},{"source":577,"target":799},{"source":577,"target":800},{"source":577,"target":801},{"source":799,"target":188},{"source":799,"target":802},{"source":799,"target":577},{"source":802,"target":188},{"source":800,"target":803},{"source":800,"target":577},{"source":801,"target":564},{"source":578,"target":226},{"source":578,"target":804},{"source":578,"target":805},{"source":578,"target":806},{"source":804,"target":578},{"source":805,"target":578},{"source":806,"target":578},{"source":579,"target":226},{"source":579,"target":564},{"source":579,"target":807},{"source":579,"target":808},{"source":807,"target":188},{"source":807,"target":809},{"source":807,"target":579},{"source":809,"target":188},{"source":808,"target":564},{"source":580,"target":226},{"source":580,"target":564},{"source":580,"target":810},{"source":810,"target":564},{"source":581,"target":226},{"source":581,"target":220},{"source":581,"target":811},{"source":811,"target":220},{"source":582,"target":226},{"source":582,"target":812},{"source":582,"target":813},{"source":812,"target":814},{"source":812,"target":582},{"source":813,"target":188},{"source":813,"target":815},{"source":813,"target":582},{"source":815,"target":188},{"source":583,"target":226},{"source":583,"target":816},{"source":583,"target":817},{"source":583,"target":818},{"source":816,"target":188},{"source":816,"target":819},{"source":816,"target":583},{"source":819,"target":188},{"source":817,"target":188},{"source":817,"target":820},{"source":817,"target":583},{"source":820,"target":188},{"source":818,"target":584},{"source":818,"target":821},{"source":818,"target":583},{"source":821,"target":584},{"source":584,"target":226},{"source":584,"target":822},{"source":584,"target":823},{"source":822,"target":187},{"source":822,"target":824},{"source":822,"target":584},{"source":824,"target":187},{"source":823,"target":189},{"source":823,"target":825},{"source":823,"target":584},{"source":825,"target":189},{"source":585,"target":226},{"source":585,"target":586},{"source":585,"target":826},{"source":585,"target":827},{"source":826,"target":188},{"source":826,"target":828},{"source":826,"target":585},{"source":828,"target":188},{"source":827,"target":586},{"source":586,"target":226},{"source":586,"target":829},{"source":829,"target":565},{"source":829,"target":830},{"source":829,"target":586},{"source":830,"target":565},{"source":587,"target":226},{"source":587,"target":586},{"source":587,"target":831},{"source":831,"target":586},{"source":588,"target":226},{"source":588,"target":565},{"source":588,"target":832},{"source":588,"target":833},{"source":588,"target":834},{"source":832,"target":585},{"source":832,"target":835},{"source":832,"target":588},{"source":835,"target":585},{"source":833,"target":587},{"source":833,"target":836},{"source":833,"target":588},{"source":836,"target":587},{"source":834,"target":565},{"source":589,"target":226},{"source":589,"target":564},{"source":589,"target":837},{"source":589,"target":838},{"source":589,"target":839},{"source":837,"target":840},{"source":837,"target":589},{"source":838,"target":188},{"source":838,"target":841},{"source":838,"target":589},{"source":841,"target":188},{"source":839,"target":564},{"source":227,"target":265},{"source":227,"target":842},{"source":227,"target":843},{"source":227,"target":844},{"source":227,"target":845},{"source":227,"target":846},{"source":227,"target":847},{"source":227,"target":32},{"source":265,"target":227},{"source":265,"target":70},{"source":265,"target":267},{"source":265,"target":848},{"source":265,"target":849},{"source":265,"target":850},{"source":265,"target":851},{"source":267,"target":852},{"source":267,"target":265},{"source":848,"target":842},{"source":848,"target":853},{"source":848,"target":265},{"source":848,"target":239},{"source":853,"target":842},{"source":849,"target":842},{"source":849,"target":854},{"source":849,"target":265},{"source":849,"target":239},{"source":854,"target":842},{"source":850,"target":842},{"source":850,"target":855},{"source":850,"target":265},{"source":850,"target":239},{"source":855,"target":842},{"source":851,"target":70},{"source":842,"target":227},{"source":842,"target":217},{"source":842,"target":856},{"source":842,"target":857},{"source":842,"target":858},{"source":842,"target":859},{"source":842,"target":860},{"source":842,"target":861},{"source":842,"target":862},{"source":856,"target":863},{"source":856,"target":842},{"source":856,"target":864},{"source":864,"target":865},{"source":864,"target":856},{"source":857,"target":866},{"source":857,"target":842},{"source":857,"target":867},{"source":867,"target":868},{"source":867,"target":857},{"source":858,"target":846},{"source":858,"target":869},{"source":858,"target":842},{"source":869,"target":846},{"source":859,"target":188},{"source":859,"target":870},{"source":859,"target":842},{"source":870,"target":188},{"source":860,"target":845},{"source":860,"target":871},{"source":860,"target":842},{"source":871,"target":845},{"source":861,"target":847},{"source":861,"target":872},{"source":861,"target":842},{"source":872,"target":847},{"source":862,"target":217},{"source":843,"target":227},{"source":843,"target":842},{"source":843,"target":873},{"source":843,"target":874},{"source":873,"target":187},{"source":873,"target":875},{"source":873,"target":843},{"source":875,"target":187},{"source":874,"target":842},{"source":844,"target":227},{"source":844,"target":842},{"source":844,"target":876},{"source":844,"target":877},{"source":876,"target":57},{"source":876,"target":878},{"source":876,"target":844},{"source":878,"target":57},{"source":877,"target":842},{"source":845,"target":227},{"source":845,"target":879},{"source":879,"target":188},{"source":879,"target":880},{"source":879,"target":845},{"source":880,"target":188},{"source":846,"target":227},{"source":846,"target":881},{"source":846,"target":882},{"source":846,"target":883},{"source":881,"target":846},{"source":882,"target":846},{"source":883,"target":846},{"source":847,"target":227},{"source":847,"target":884},{"source":847,"target":885},{"source":884,"target":886},{"source":884,"target":847},{"source":885,"target":567},{"source":885,"target":887},{"source":885,"target":847},{"source":887,"target":567},{"source":228,"target":888},{"source":228,"target":889},{"source":228,"target":32},{"source":888,"target":228},{"source":888,"target":890},{"source":890,"target":891},{"source":890,"target":888},{"source":890,"target":892},{"source":892,"target":893},{"source":892,"target":890},{"source":889,"target":228},{"source":889,"target":888},{"source":889,"target":894},{"source":889,"target":895},{"source":894,"target":896},{"source":894,"target":889},{"source":895,"target":888}],"multigraph":true}
ecore
relational
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/SqliteModel.ecore
sqliteModel Model packageName database DatabaseBlock name config init migrations ConfigBlock statements InitBlock statements ConfigurationStatement name FunctionArg type name ContentUri type segments ContentUriSegment name MigrationBlock statements Expression Case whenExpression thenExpression SelectStatement core orderby limit limitOffset OrderingTermList orderingTerms SelectCoreExpression SelectList resultColumns WhereExpressions expression GroupByExpressions groupByExpressions HavingExpressions expression CompoundOperator unionall union all union union intersect intersect except except OrderingTerm expression asc desc JoinSource source joinStatements SingleSource SelectSource name SingleSourceJoin joinSource JoinStatement natural left outer inner cross singleSource expression ColumnSource name LiteralValue SqliteDataType text text integer integer real real blob blob none none numeric numeric DDLStatement TableDefinition name CreateTriggerStatement temporary name when eventType updateColumnNames table forEachRow whenExpression statements AlterTableAddColumnStatement table columnDef DropTableStatement ifExists table DropTriggerStatement ifExists trigger DropViewStatement ifExists view CreateIndexStatement unique name table columns DropIndexStatement ifExists index ColumnConstraint TableConstraint name UniqueTableConstraint columns conflictClause PrimaryConstraint columns conflictClause CheckTableConstraint expression IndexedColumn columnReference collationName asc desc DefaultValue ConflictClause resolution ColumnType text text integer integer real real blob blob boolean boolean ConflictResolution rollback rollback abort abort fail fail ignore ignore replace replace DMLStatement DeleteStatement table expression InsertStatement conflictResolution table columnNames expressions selectStatement UpdateStatement conflictResolution table updateColumnExpressions whereExpression UpdateColumnExpression columnName expression ActionStatement uri Function args body all arguments ContentUriParamSegment num text ExprConcat left op right ExprMult left op right ExprAdd left op right ExprBit left op right ExprRelate left op right ExprEqual left op right ExprAnd left op right ExprOr left op right NullCheckExpression left right IsNull NotNull NewColumn column OldColumn column ColumnSourceRef source all column Literal literalValue NestedExpression expression SelectStatementExpression not exists select CaseExpression caseExpression cases elseExpression CastExpression expression type FunctionArgument arg SelectCore left op right SelectExpression distinct all allColumns selectList source where groupBy having SingleSourceTable tableReference SingleSourceSelectStatement selectStatement ResultColumn expression NumericLiteral number StringLiteral literal NullLiteral literal CurrentTimeLiteral literal CurrentDateLiteral literal CurrentTimeStampLiteral literal CreateTableStatement temporary columnDefs constraints CreateViewStatement temporary selectStatement AlterTableRenameStatement table ColumnDef type constraints PrimaryKeyColumnConstraint asc desc autoincrement NotNullConstraint conflictClause UniqueConstraint conflictClause DefaultConstraint defaultValue LiteralDefaultValue literal ExpressionDefaultValue expression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sqliteModel" nsURI="http://www.robotoworks.com/mechanoid/db/SqliteModel" nsPrefix="sqliteModel"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="database" eType="#//DatabaseBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseBlock"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//InitBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="migrations" upperBound="-1" eType="#//MigrationBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ConfigurationStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//DDLStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationStatement"> <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="FunctionArg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ColumnType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentUri"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1" eType="#//ContentUriSegment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentUriSegment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MigrationBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//DDLStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Case"> <eStructuralFeatures xsi:type="ecore:EReference" name="whenExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectStatement" eSuperTypes="#//DMLStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="core" eType="#//SelectCoreExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderby" eType="#//OrderingTermList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="limitOffset" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderingTermList"> <eStructuralFeatures xsi:type="ecore:EReference" name="orderingTerms" upperBound="-1" eType="#//OrderingTerm" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectCoreExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SelectList"> <eStructuralFeatures xsi:type="ecore:EReference" name="resultColumns" upperBound="-1" eType="#//ColumnSource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhereExpressions"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupByExpressions"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupByExpressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HavingExpressions"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompoundOperator"> <eLiterals name="unionall" literal="union all"/> <eLiterals name="union" value="1" literal="union"/> <eLiterals name="intersect" value="2" literal="intersect"/> <eLiterals name="except" value="3" literal="except"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderingTerm"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//SingleSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinStatements" upperBound="-1" eType="#//JoinStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleSource"/> <eClassifiers xsi:type="ecore:EClass" name="SelectSource" eSuperTypes="#//SingleSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleSourceJoin" eSuperTypes="#//SingleSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="joinSource" eType="#//JoinSource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natural" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cross" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleSource" eType="#//SingleSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralValue"/> <eClassifiers xsi:type="ecore:EEnum" name="SqliteDataType"> <eLiterals name="text" literal="text"/> <eLiterals name="integer" value="1" literal="integer"/> <eLiterals name="real" value="2" literal="real"/> <eLiterals name="blob" value="3" literal="blob"/> <eLiterals name="none" value="4" literal="none"/> <eLiterals name="numeric" value="5" literal="numeric"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DDLStatement"/> <eClassifiers xsi:type="ecore:EClass" name="TableDefinition" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateTriggerStatement" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="temporary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="when" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateColumnNames" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forEachRow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//DMLStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterTableAddColumnStatement" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnDef" eType="#//ColumnSource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropTableStatement" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropTriggerStatement" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//CreateTriggerStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropViewStatement" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//CreateViewStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateIndexStatement" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//IndexedColumn" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropIndexStatement" eSuperTypes="#//DDLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//CreateIndexStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="TableConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueTableConstraint" eSuperTypes="#//TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//IndexedColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryConstraint" eSuperTypes="#//TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//IndexedColumn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckTableConstraint" eSuperTypes="#//TableConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexedColumn"> <eStructuralFeatures xsi:type="ecore:EReference" name="columnReference" eType="#//ColumnDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultValue"/> <eClassifiers xsi:type="ecore:EClass" name="ConflictClause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="#//ConflictResolution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColumnType"> <eLiterals name="text" literal="text"/> <eLiterals name="integer" value="1" literal="integer"/> <eLiterals name="real" value="2" literal="real"/> <eLiterals name="blob" value="3" literal="blob"/> <eLiterals name="boolean" value="4" literal="boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConflictResolution"> <eLiterals name="rollback" literal="rollback"/> <eLiterals name="abort" value="1" literal="abort"/> <eLiterals name="fail" value="2" literal="fail"/> <eLiterals name="ignore" value="3" literal="ignore"/> <eLiterals name="replace" value="4" literal="replace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DMLStatement"/> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//DMLStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InsertStatement" eSuperTypes="#//DMLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conflictResolution" eType="#//ConflictResolution"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnNames" unique="false" upperBound="-1" eType="#//ColumnDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectStatement" eType="#//SelectStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateStatement" eSuperTypes="#//DMLStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conflictResolution" eType="#//ConflictResolution"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updateColumnExpressions" upperBound="-1" eType="#//UpdateColumnExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateColumnExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="columnName" eType="#//ColumnDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionStatement" eSuperTypes="#//ConfigurationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="uri" eType="#//ContentUri" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//ConfigurationStatement #//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//FunctionArg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//SelectStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentUriParamSegment" eSuperTypes="#//ContentUriSegment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="num" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprConcat" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprMult" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprAdd" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprBit" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprRelate" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprEqual" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprAnd" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExprOr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullCheckExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsNull" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NotNull" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NewColumn" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OldColumn" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnSourceRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//SelectSource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="literalValue" eType="#//LiteralValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectStatementExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="select" eType="#//SelectStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="caseExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//Case" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SqliteDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionArgument" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//FunctionArg"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectCore" eSuperTypes="#//SelectCoreExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SelectCoreExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//CompoundOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SelectCoreExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectExpression" eSuperTypes="#//SelectCoreExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allColumns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectList" eType="#//SelectList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//JoinSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//WhereExpressions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupBy" eType="#//GroupByExpressions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="having" eType="#//HavingExpressions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleSourceTable" eSuperTypes="#//SelectSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="tableReference" eType="#//TableDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleSourceSelectStatement" eSuperTypes="#//SelectSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="selectStatement" eType="#//SelectStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultColumn" eSuperTypes="#//ColumnSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" eSuperTypes="#//LiteralValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//LiteralValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//LiteralValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentTimeLiteral" eSuperTypes="#//LiteralValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentDateLiteral" eSuperTypes="#//LiteralValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentTimeStampLiteral" eSuperTypes="#//LiteralValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateTableStatement" eSuperTypes="#//TableDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="temporary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnDefs" upperBound="-1" eType="#//ColumnSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//TableConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateViewStatement" eSuperTypes="#//TableDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="temporary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectStatement" eType="#//SelectStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterTableRenameStatement" eSuperTypes="#//TableDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnDef" eSuperTypes="#//ColumnSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ColumnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//ColumnConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKeyColumnConstraint" eSuperTypes="#//ColumnConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoincrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotNullConstraint" eSuperTypes="#//ColumnConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueConstraint" eSuperTypes="#//ColumnConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultConstraint" eSuperTypes="#//ColumnConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//DefaultValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralDefaultValue" eSuperTypes="#//DefaultValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//LiteralValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionDefaultValue" eSuperTypes="#//DefaultValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"sqliteModel","nsURI":"http://www.robotoworks.com/mechanoid/db/SqliteModel","name":"sqliteModel","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":"DatabaseBlock","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigBlock","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitBlock","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionArg","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentUri","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentUriSegment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MigrationBlock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderingTermList","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectCoreExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectList","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereExpressions","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupByExpressions","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HavingExpressions","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompoundOperator","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderingTerm","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinSource","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSource","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectSource","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSourceJoin","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSource","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralValue","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SqliteDataType","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDLStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTriggerStatement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterTableAddColumnStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropTableStatement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropTriggerStatement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropViewStatement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateIndexStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropIndexStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnConstraint","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableConstraint","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueTableConstraint","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryConstraint","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckTableConstraint","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexedColumn","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultValue","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConflictClause","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColumnType","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConflictResolution","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMLStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertStatement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateColumnExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentUriParamSegment","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprConcat","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprMult","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprAdd","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprBit","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprRelate","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprEqual","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprAnd","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprOr","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullCheckExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsNull","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNull","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewColumn","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OldColumn","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSourceRef","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStatementExpression","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionArgument","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectCore","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSourceTable","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSourceSelectStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultColumn","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentTimeLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentDateLiteral","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentTimeStampLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTableStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateViewStatement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterTableRenameStatement","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnDef","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKeyColumnConstraint","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNullConstraint","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueConstraint","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultConstraint","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralDefaultValue","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionDefaultValue","instanceClass":null,"abstract":false,"id":96,"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":"packageName","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":"database","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":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":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"migrations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"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":"whenExpression","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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"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":"core","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderby","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limitOffset","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderingTerms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupByExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"name":"unionall","id":150,"value":0,"literal":"union all","eClass":"EEnumLiteral"},{"name":"union","id":151,"value":1,"literal":"union","eClass":"EEnumLiteral"},{"name":"intersect","id":152,"value":2,"literal":"intersect","eClass":"EEnumLiteral"},{"name":"except","id":153,"value":3,"literal":"except","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asc","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"natural","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outer","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cross","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleSource","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":"expression","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"name":"text","id":186,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"integer","id":187,"value":1,"literal":"integer","eClass":"EEnumLiteral"},{"name":"real","id":188,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"blob","id":189,"value":3,"literal":"blob","eClass":"EEnumLiteral"},{"name":"none","id":190,"value":4,"literal":"none","eClass":"EEnumLiteral"},{"name":"numeric","id":191,"value":5,"literal":"numeric","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":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"temporary","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"when","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":"eventType","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"updateColumnNames","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forEachRow","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"columnDef","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":"ifExists","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":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ifExists","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ifExists","changeable":true,"lowerBound":0,"iD":false,"id":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":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":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":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":"table","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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ifExists","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","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":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collationName","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asc","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"name":"text","id":273,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"integer","id":274,"value":1,"literal":"integer","eClass":"EEnumLiteral"},{"name":"real","id":275,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"blob","id":276,"value":3,"literal":"blob","eClass":"EEnumLiteral"},{"name":"boolean","id":277,"value":4,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"rollback","id":278,"value":0,"literal":"rollback","eClass":"EEnumLiteral"},{"name":"abort","id":279,"value":1,"literal":"abort","eClass":"EEnumLiteral"},{"name":"fail","id":280,"value":2,"literal":"fail","eClass":"EEnumLiteral"},{"name":"ignore","id":281,"value":3,"literal":"ignore","eClass":"EEnumLiteral"},{"name":"replace","id":282,"value":4,"literal":"replace","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conflictResolution","changeable":true,"lowerBound":0,"iD":false,"id":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":"table","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":false,"name":"columnNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectStatement","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conflictResolution","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":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":300,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updateColumnExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"container":false,"ordered":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":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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"num","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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"},{"container":false,"ordered":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":337,"derived":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":338,"derived":false},{"container":false,"ordered":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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"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":"column","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":"column","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exists","changeable":true,"lowerBound":0,"iD":false,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"select","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","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"},{"container":false,"ordered":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":426,"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":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distinct","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allColumns","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":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":445,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"having","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"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":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"temporary","changeable":true,"lowerBound":0,"iD":false,"id":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":"columnDefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":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":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"temporary","changeable":true,"lowerBound":0,"iD":false,"id":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":"selectStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":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":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"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":500,"derived":false},{"container":false,"ordered":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":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asc","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":506,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoincrement","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"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":1,"target":0},{"source":1,"target":97},{"source":1,"target":98},{"source":97,"target":99},{"source":97,"target":1},{"source":98,"target":2},{"source":98,"target":100},{"source":98,"target":1},{"source":100,"target":2},{"source":2,"target":0},{"source":2,"target":101},{"source":2,"target":102},{"source":2,"target":103},{"source":2,"target":104},{"source":101,"target":105},{"source":101,"target":2},{"source":102,"target":3},{"source":102,"target":106},{"source":102,"target":2},{"source":106,"target":3},{"source":103,"target":4},{"source":103,"target":107},{"source":103,"target":2},{"source":107,"target":4},{"source":104,"target":9},{"source":104,"target":108},{"source":104,"target":2},{"source":108,"target":9},{"source":3,"target":0},{"source":3,"target":109},{"source":109,"target":5},{"source":109,"target":110},{"source":109,"target":3},{"source":110,"target":5},{"source":4,"target":0},{"source":4,"target":111},{"source":111,"target":29},{"source":111,"target":112},{"source":111,"target":4},{"source":112,"target":29},{"source":5,"target":0},{"source":5,"target":113},{"source":113,"target":114},{"source":113,"target":5},{"source":6,"target":0},{"source":6,"target":115},{"source":6,"target":116},{"source":115,"target":46},{"source":115,"target":117},{"source":115,"target":6},{"source":117,"target":46},{"source":116,"target":118},{"source":116,"target":6},{"source":7,"target":0},{"source":7,"target":119},{"source":7,"target":120},{"source":119,"target":121},{"source":119,"target":7},{"source":120,"target":8},{"source":120,"target":122},{"source":120,"target":7},{"source":122,"target":8},{"source":8,"target":0},{"source":8,"target":123},{"source":123,"target":124},{"source":123,"target":8},{"source":9,"target":0},{"source":9,"target":125},{"source":125,"target":29},{"source":125,"target":126},{"source":125,"target":9},{"source":126,"target":29},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":127},{"source":11,"target":128},{"source":127,"target":10},{"source":127,"target":129},{"source":127,"target":11},{"source":129,"target":10},{"source":128,"target":10},{"source":128,"target":130},{"source":128,"target":11},{"source":130,"target":10},{"source":12,"target":0},{"source":12,"target":48},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":131,"target":14},{"source":131,"target":136},{"source":131,"target":12},{"source":136,"target":14},{"source":132,"target":13},{"source":132,"target":137},{"source":132,"target":12},{"source":137,"target":13},{"source":133,"target":10},{"source":133,"target":138},{"source":133,"target":12},{"source":138,"target":10},{"source":134,"target":10},{"source":134,"target":139},{"source":134,"target":12},{"source":139,"target":10},{"source":135,"target":48},{"source":13,"target":0},{"source":13,"target":140},{"source":140,"target":20},{"source":140,"target":141},{"source":140,"target":13},{"source":141,"target":20},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":142},{"source":142,"target":26},{"source":142,"target":143},{"source":142,"target":15},{"source":143,"target":26},{"source":16,"target":0},{"source":16,"target":144},{"source":144,"target":10},{"source":144,"target":145},{"source":144,"target":16},{"source":145,"target":10},{"source":17,"target":0},{"source":17,"target":146},{"source":146,"target":10},{"source":146,"target":147},{"source":146,"target":17},{"source":147,"target":10},{"source":18,"target":0},{"source":18,"target":148},{"source":148,"target":10},{"source":148,"target":149},{"source":148,"target":18},{"source":149,"target":10},{"source":19,"target":0},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":150,"target":19},{"source":151,"target":19},{"source":152,"target":19},{"source":153,"target":19},{"source":20,"target":0},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":154,"target":10},{"source":154,"target":157},{"source":154,"target":20},{"source":157,"target":10},{"source":155,"target":158},{"source":155,"target":20},{"source":156,"target":159},{"source":156,"target":20},{"source":21,"target":0},{"source":21,"target":160},{"source":21,"target":161},{"source":160,"target":22},{"source":160,"target":162},{"source":160,"target":21},{"source":162,"target":22},{"source":161,"target":25},{"source":161,"target":163},{"source":161,"target":21},{"source":163,"target":25},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":164},{"source":23,"target":165},{"source":164,"target":166},{"source":164,"target":23},{"source":165,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":167},{"source":24,"target":168},{"source":167,"target":21},{"source":167,"target":169},{"source":167,"target":24},{"source":169,"target":21},{"source":168,"target":22},{"source":25,"target":0},{"source":25,"target":170},{"source":25,"target":171},{"source":25,"target":172},{"source":25,"target":173},{"source":25,"target":174},{"source":25,"target":175},{"source":25,"target":176},{"source":170,"target":177},{"source":170,"target":25},{"source":171,"target":178},{"source":171,"target":25},{"source":172,"target":179},{"source":172,"target":25},{"source":173,"target":180},{"source":173,"target":25},{"source":174,"target":181},{"source":174,"target":25},{"source":175,"target":22},{"source":175,"target":182},{"source":175,"target":25},{"source":182,"target":22},{"source":176,"target":10},{"source":176,"target":183},{"source":176,"target":25},{"source":183,"target":10},{"source":26,"target":0},{"source":26,"target":184},{"source":184,"target":185},{"source":184,"target":26},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":186},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":28,"target":191},{"source":186,"target":28},{"source":187,"target":28},{"source":188,"target":28},{"source":189,"target":28},{"source":190,"target":28},{"source":191,"target":28},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":192},{"source":30,"target":193},{"source":192,"target":194},{"source":192,"target":30},{"source":193,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"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":201},{"source":31,"target":202},{"source":31,"target":203},{"source":31,"target":204},{"source":195,"target":205},{"source":195,"target":31},{"source":196,"target":206},{"source":196,"target":31},{"source":197,"target":207},{"source":197,"target":31},{"source":198,"target":208},{"source":198,"target":31},{"source":199,"target":209},{"source":199,"target":31},{"source":200,"target":30},{"source":200,"target":210},{"source":200,"target":31},{"source":210,"target":30},{"source":201,"target":211},{"source":201,"target":31},{"source":202,"target":10},{"source":202,"target":212},{"source":202,"target":31},{"source":212,"target":10},{"source":203,"target":48},{"source":203,"target":213},{"source":203,"target":31},{"source":213,"target":48},{"source":204,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":214},{"source":32,"target":215},{"source":32,"target":216},{"source":214,"target":30},{"source":214,"target":217},{"source":214,"target":32},{"source":217,"target":30},{"source":215,"target":26},{"source":215,"target":218},{"source":215,"target":32},{"source":218,"target":26},{"source":216,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":219},{"source":33,"target":220},{"source":33,"target":221},{"source":219,"target":222},{"source":219,"target":33},{"source":220,"target":30},{"source":220,"target":223},{"source":220,"target":33},{"source":223,"target":30},{"source":221,"target":29},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":224},{"source":34,"target":225},{"source":34,"target":226},{"source":224,"target":227},{"source":224,"target":34},{"source":225,"target":31},{"source":225,"target":228},{"source":225,"target":34},{"source":228,"target":31},{"source":226,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":229},{"source":35,"target":230},{"source":35,"target":231},{"source":229,"target":232},{"source":229,"target":35},{"source":230,"target":88},{"source":230,"target":233},{"source":230,"target":35},{"source":233,"target":88},{"source":231,"target":29},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":234},{"source":36,"target":235},{"source":36,"target":236},{"source":36,"target":237},{"source":36,"target":238},{"source":234,"target":239},{"source":234,"target":36},{"source":235,"target":240},{"source":235,"target":36},{"source":236,"target":30},{"source":236,"target":241},{"source":236,"target":36},{"source":241,"target":30},{"source":237,"target":43},{"source":237,"target":242},{"source":237,"target":36},{"source":242,"target":43},{"source":238,"target":29},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":243},{"source":37,"target":244},{"source":37,"target":245},{"source":243,"target":246},{"source":243,"target":37},{"source":244,"target":36},{"source":244,"target":247},{"source":244,"target":37},{"source":247,"target":36},{"source":245,"target":29},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":248},{"source":248,"target":249},{"source":248,"target":39},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":250},{"source":40,"target":251},{"source":40,"target":252},{"source":250,"target":43},{"source":250,"target":253},{"source":250,"target":40},{"source":253,"target":43},{"source":251,"target":45},{"source":251,"target":254},{"source":251,"target":40},{"source":254,"target":45},{"source":252,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":255},{"source":41,"target":256},{"source":41,"target":257},{"source":255,"target":43},{"source":255,"target":258},{"source":255,"target":41},{"source":258,"target":43},{"source":256,"target":45},{"source":256,"target":259},{"source":256,"target":41},{"source":259,"target":45},{"source":257,"target":39},{"source":42,"target":0},{"source":42,"target":39},{"source":42,"target":260},{"source":42,"target":261},{"source":260,"target":10},{"source":260,"target":262},{"source":260,"target":42},{"source":262,"target":10},{"source":261,"target":39},{"source":43,"target":0},{"source":43,"target":263},{"source":43,"target":264},{"source":43,"target":265},{"source":43,"target":266},{"source":263,"target":90},{"source":263,"target":267},{"source":263,"target":43},{"source":267,"target":90},{"source":264,"target":268},{"source":264,"target":43},{"source":265,"target":269},{"source":265,"target":43},{"source":266,"target":270},{"source":266,"target":43},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":271},{"source":271,"target":47},{"source":271,"target":272},{"source":271,"target":45},{"source":272,"target":47},{"source":46,"target":0},{"source":46,"target":273},{"source":46,"target":274},{"source":46,"target":275},{"source":46,"target":276},{"source":46,"target":277},{"source":273,"target":46},{"source":274,"target":46},{"source":275,"target":46},{"source":276,"target":46},{"source":277,"target":46},{"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":47},{"source":279,"target":47},{"source":280,"target":47},{"source":281,"target":47},{"source":282,"target":47},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":283},{"source":49,"target":284},{"source":49,"target":285},{"source":283,"target":30},{"source":283,"target":286},{"source":283,"target":49},{"source":286,"target":30},{"source":284,"target":10},{"source":284,"target":287},{"source":284,"target":49},{"source":287,"target":10},{"source":285,"target":48},{"source":50,"target":0},{"source":50,"target":48},{"source":50,"target":288},{"source":50,"target":289},{"source":50,"target":290},{"source":50,"target":291},{"source":50,"target":292},{"source":50,"target":293},{"source":288,"target":47},{"source":288,"target":294},{"source":288,"target":50},{"source":294,"target":47},{"source":289,"target":30},{"source":289,"target":295},{"source":289,"target":50},{"source":295,"target":30},{"source":290,"target":90},{"source":290,"target":296},{"source":290,"target":50},{"source":296,"target":90},{"source":291,"target":10},{"source":291,"target":297},{"source":291,"target":50},{"source":297,"target":10},{"source":292,"target":12},{"source":292,"target":298},{"source":292,"target":50},{"source":298,"target":12},{"source":293,"target":48},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":299},{"source":51,"target":300},{"source":51,"target":301},{"source":51,"target":302},{"source":51,"target":303},{"source":299,"target":47},{"source":299,"target":304},{"source":299,"target":51},{"source":304,"target":47},{"source":300,"target":30},{"source":300,"target":305},{"source":300,"target":51},{"source":305,"target":30},{"source":301,"target":52},{"source":301,"target":306},{"source":301,"target":51},{"source":306,"target":52},{"source":302,"target":10},{"source":302,"target":307},{"source":302,"target":51},{"source":307,"target":10},{"source":303,"target":48},{"source":52,"target":0},{"source":52,"target":308},{"source":52,"target":309},{"source":308,"target":90},{"source":308,"target":310},{"source":308,"target":52},{"source":310,"target":90},{"source":309,"target":10},{"source":309,"target":311},{"source":309,"target":52},{"source":311,"target":10},{"source":53,"target":0},{"source":53,"target":5},{"source":53,"target":312},{"source":53,"target":313},{"source":312,"target":7},{"source":312,"target":314},{"source":312,"target":53},{"source":314,"target":7},{"source":313,"target":5},{"source":54,"target":0},{"source":54,"target":5},{"source":54,"target":10},{"source":54,"target":315},{"source":54,"target":316},{"source":54,"target":317},{"source":54,"target":318},{"source":54,"target":319},{"source":54,"target":320},{"source":315,"target":6},{"source":315,"target":321},{"source":315,"target":54},{"source":321,"target":6},{"source":316,"target":12},{"source":316,"target":322},{"source":316,"target":54},{"source":322,"target":12},{"source":317,"target":323},{"source":317,"target":54},{"source":318,"target":10},{"source":318,"target":324},{"source":318,"target":54},{"source":324,"target":10},{"source":319,"target":5},{"source":320,"target":10},{"source":55,"target":0},{"source":55,"target":8},{"source":55,"target":325},{"source":55,"target":326},{"source":55,"target":327},{"source":325,"target":328},{"source":325,"target":55},{"source":326,"target":329},{"source":326,"target":55},{"source":327,"target":8},{"source":56,"target":0},{"source":56,"target":10},{"source":56,"target":330},{"source":56,"target":331},{"source":56,"target":332},{"source":56,"target":333},{"source":330,"target":10},{"source":330,"target":334},{"source":330,"target":56},{"source":334,"target":10},{"source":331,"target":335},{"source":331,"target":56},{"source":332,"target":10},{"source":332,"target":336},{"source":332,"target":56},{"source":336,"target":10},{"source":333,"target":10},{"source":57,"target":0},{"source":57,"target":10},{"source":57,"target":337},{"source":57,"target":338},{"source":57,"target":339},{"source":57,"target":340},{"source":337,"target":10},{"source":337,"target":341},{"source":337,"target":57},{"source":341,"target":10},{"source":338,"target":342},{"source":338,"target":57},{"source":339,"target":10},{"source":339,"target":343},{"source":339,"target":57},{"source":343,"target":10},{"source":340,"target":10},{"source":58,"target":0},{"source":58,"target":10},{"source":58,"target":344},{"source":58,"target":345},{"source":58,"target":346},{"source":58,"target":347},{"source":344,"target":10},{"source":344,"target":348},{"source":344,"target":58},{"source":348,"target":10},{"source":345,"target":349},{"source":345,"target":58},{"source":346,"target":10},{"source":346,"target":350},{"source":346,"target":58},{"source":350,"target":10},{"source":347,"target":10},{"source":59,"target":0},{"source":59,"target":10},{"source":59,"target":351},{"source":59,"target":352},{"source":59,"target":353},{"source":59,"target":354},{"source":351,"target":10},{"source":351,"target":355},{"source":351,"target":59},{"source":355,"target":10},{"source":352,"target":356},{"source":352,"target":59},{"source":353,"target":10},{"source":353,"target":357},{"source":353,"target":59},{"source":357,"target":10},{"source":354,"target":10},{"source":60,"target":0},{"source":60,"target":10},{"source":60,"target":358},{"source":60,"target":359},{"source":60,"target":360},{"source":60,"target":361},{"source":358,"target":10},{"source":358,"target":362},{"source":358,"target":60},{"source":362,"target":10},{"source":359,"target":363},{"source":359,"target":60},{"source":360,"target":10},{"source":360,"target":364},{"source":360,"target":60},{"source":364,"target":10},{"source":361,"target":10},{"source":61,"target":0},{"source":61,"target":10},{"source":61,"target":365},{"source":61,"target":366},{"source":61,"target":367},{"source":61,"target":368},{"source":365,"target":10},{"source":365,"target":369},{"source":365,"target":61},{"source":369,"target":10},{"source":366,"target":370},{"source":366,"target":61},{"source":367,"target":10},{"source":367,"target":371},{"source":367,"target":61},{"source":371,"target":10},{"source":368,"target":10},{"source":62,"target":0},{"source":62,"target":10},{"source":62,"target":372},{"source":62,"target":373},{"source":62,"target":374},{"source":62,"target":375},{"source":372,"target":10},{"source":372,"target":376},{"source":372,"target":62},{"source":376,"target":10},{"source":373,"target":377},{"source":373,"target":62},{"source":374,"target":10},{"source":374,"target":378},{"source":374,"target":62},{"source":378,"target":10},{"source":375,"target":10},{"source":63,"target":0},{"source":63,"target":10},{"source":63,"target":379},{"source":63,"target":380},{"source":63,"target":381},{"source":63,"target":382},{"source":379,"target":10},{"source":379,"target":383},{"source":379,"target":63},{"source":383,"target":10},{"source":380,"target":384},{"source":380,"target":63},{"source":381,"target":10},{"source":381,"target":385},{"source":381,"target":63},{"source":385,"target":10},{"source":382,"target":10},{"source":64,"target":0},{"source":64,"target":10},{"source":64,"target":386},{"source":64,"target":387},{"source":64,"target":388},{"source":386,"target":10},{"source":386,"target":389},{"source":386,"target":64},{"source":389,"target":10},{"source":387,"target":10},{"source":387,"target":390},{"source":387,"target":64},{"source":390,"target":10},{"source":388,"target":10},{"source":65,"target":0},{"source":65,"target":10},{"source":65,"target":391},{"source":391,"target":10},{"source":66,"target":0},{"source":66,"target":10},{"source":66,"target":392},{"source":392,"target":10},{"source":67,"target":0},{"source":67,"target":10},{"source":67,"target":393},{"source":67,"target":394},{"source":393,"target":26},{"source":393,"target":395},{"source":393,"target":67},{"source":395,"target":26},{"source":394,"target":10},{"source":68,"target":0},{"source":68,"target":10},{"source":68,"target":396},{"source":68,"target":397},{"source":396,"target":26},{"source":396,"target":398},{"source":396,"target":68},{"source":398,"target":26},{"source":397,"target":10},{"source":69,"target":0},{"source":69,"target":10},{"source":69,"target":399},{"source":69,"target":400},{"source":69,"target":401},{"source":69,"target":402},{"source":399,"target":23},{"source":399,"target":403},{"source":399,"target":69},{"source":403,"target":23},{"source":400,"target":404},{"source":400,"target":69},{"source":401,"target":26},{"source":401,"target":405},{"source":401,"target":69},{"source":405,"target":26},{"source":402,"target":10},{"source":70,"target":0},{"source":70,"target":10},{"source":70,"target":406},{"source":70,"target":407},{"source":406,"target":27},{"source":406,"target":408},{"source":406,"target":70},{"source":408,"target":27},{"source":407,"target":10},{"source":71,"target":0},{"source":71,"target":10},{"source":71,"target":409},{"source":71,"target":410},{"source":409,"target":10},{"source":409,"target":411},{"source":409,"target":71},{"source":411,"target":10},{"source":410,"target":10},{"source":72,"target":0},{"source":72,"target":10},{"source":72,"target":412},{"source":72,"target":413},{"source":72,"target":414},{"source":72,"target":415},{"source":412,"target":416},{"source":412,"target":72},{"source":413,"target":417},{"source":413,"target":72},{"source":414,"target":12},{"source":414,"target":418},{"source":414,"target":72},{"source":418,"target":12},{"source":415,"target":10},{"source":73,"target":0},{"source":73,"target":10},{"source":73,"target":419},{"source":73,"target":420},{"source":73,"target":421},{"source":73,"target":422},{"source":419,"target":10},{"source":419,"target":423},{"source":419,"target":73},{"source":423,"target":10},{"source":420,"target":11},{"source":420,"target":424},{"source":420,"target":73},{"source":424,"target":11},{"source":421,"target":10},{"source":421,"target":425},{"source":421,"target":73},{"source":425,"target":10},{"source":422,"target":10},{"source":74,"target":0},{"source":74,"target":10},{"source":74,"target":426},{"source":74,"target":427},{"source":74,"target":428},{"source":426,"target":10},{"source":426,"target":429},{"source":426,"target":74},{"source":429,"target":10},{"source":427,"target":28},{"source":427,"target":430},{"source":427,"target":74},{"source":430,"target":28},{"source":428,"target":10},{"source":75,"target":0},{"source":75,"target":10},{"source":75,"target":431},{"source":75,"target":432},{"source":431,"target":6},{"source":431,"target":433},{"source":431,"target":75},{"source":433,"target":6},{"source":432,"target":10},{"source":76,"target":0},{"source":76,"target":14},{"source":76,"target":434},{"source":76,"target":435},{"source":76,"target":436},{"source":76,"target":437},{"source":434,"target":14},{"source":434,"target":438},{"source":434,"target":76},{"source":438,"target":14},{"source":435,"target":19},{"source":435,"target":439},{"source":435,"target":76},{"source":439,"target":19},{"source":436,"target":14},{"source":436,"target":440},{"source":436,"target":76},{"source":440,"target":14},{"source":437,"target":14},{"source":77,"target":0},{"source":77,"target":14},{"source":77,"target":441},{"source":77,"target":442},{"source":77,"target":443},{"source":77,"target":444},{"source":77,"target":445},{"source":77,"target":446},{"source":77,"target":447},{"source":77,"target":448},{"source":77,"target":449},{"source":441,"target":450},{"source":441,"target":77},{"source":442,"target":451},{"source":442,"target":77},{"source":443,"target":452},{"source":443,"target":77},{"source":444,"target":15},{"source":444,"target":453},{"source":444,"target":77},{"source":453,"target":15},{"source":445,"target":21},{"source":445,"target":454},{"source":445,"target":77},{"source":454,"target":21},{"source":446,"target":16},{"source":446,"target":455},{"source":446,"target":77},{"source":455,"target":16},{"source":447,"target":17},{"source":447,"target":456},{"source":447,"target":77},{"source":456,"target":17},{"source":448,"target":18},{"source":448,"target":457},{"source":448,"target":77},{"source":457,"target":18},{"source":449,"target":14},{"source":78,"target":0},{"source":78,"target":23},{"source":78,"target":458},{"source":78,"target":459},{"source":458,"target":30},{"source":458,"target":460},{"source":458,"target":78},{"source":460,"target":30},{"source":459,"target":23},{"source":79,"target":0},{"source":79,"target":23},{"source":79,"target":461},{"source":79,"target":462},{"source":461,"target":12},{"source":461,"target":463},{"source":461,"target":79},{"source":463,"target":12},{"source":462,"target":23},{"source":80,"target":0},{"source":80,"target":26},{"source":80,"target":464},{"source":80,"target":465},{"source":464,"target":10},{"source":464,"target":466},{"source":464,"target":80},{"source":466,"target":10},{"source":465,"target":26},{"source":81,"target":0},{"source":81,"target":27},{"source":81,"target":467},{"source":81,"target":468},{"source":467,"target":469},{"source":467,"target":81},{"source":468,"target":27},{"source":82,"target":0},{"source":82,"target":27},{"source":82,"target":470},{"source":82,"target":471},{"source":470,"target":472},{"source":470,"target":82},{"source":471,"target":27},{"source":83,"target":0},{"source":83,"target":27},{"source":83,"target":473},{"source":83,"target":474},{"source":473,"target":475},{"source":473,"target":83},{"source":474,"target":27},{"source":84,"target":0},{"source":84,"target":27},{"source":84,"target":476},{"source":84,"target":477},{"source":476,"target":478},{"source":476,"target":84},{"source":477,"target":27},{"source":85,"target":0},{"source":85,"target":27},{"source":85,"target":479},{"source":85,"target":480},{"source":479,"target":481},{"source":479,"target":85},{"source":480,"target":27},{"source":86,"target":0},{"source":86,"target":27},{"source":86,"target":482},{"source":86,"target":483},{"source":482,"target":484},{"source":482,"target":86},{"source":483,"target":27},{"source":87,"target":0},{"source":87,"target":30},{"source":87,"target":485},{"source":87,"target":486},{"source":87,"target":487},{"source":87,"target":488},{"source":485,"target":489},{"source":485,"target":87},{"source":486,"target":26},{"source":486,"target":490},{"source":486,"target":87},{"source":490,"target":26},{"source":487,"target":39},{"source":487,"target":491},{"source":487,"target":87},{"source":491,"target":39},{"source":488,"target":30},{"source":88,"target":0},{"source":88,"target":30},{"source":88,"target":492},{"source":88,"target":493},{"source":88,"target":494},{"source":492,"target":495},{"source":492,"target":88},{"source":493,"target":12},{"source":493,"target":496},{"source":493,"target":88},{"source":496,"target":12},{"source":494,"target":30},{"source":89,"target":0},{"source":89,"target":30},{"source":89,"target":497},{"source":89,"target":498},{"source":497,"target":30},{"source":497,"target":499},{"source":497,"target":89},{"source":499,"target":30},{"source":498,"target":30},{"source":90,"target":0},{"source":90,"target":26},{"source":90,"target":500},{"source":90,"target":501},{"source":90,"target":502},{"source":500,"target":46},{"source":500,"target":503},{"source":500,"target":90},{"source":503,"target":46},{"source":501,"target":38},{"source":501,"target":504},{"source":501,"target":90},{"source":504,"target":38},{"source":502,"target":26},{"source":91,"target":0},{"source":91,"target":38},{"source":91,"target":505},{"source":91,"target":506},{"source":91,"target":507},{"source":91,"target":508},{"source":505,"target":509},{"source":505,"target":91},{"source":506,"target":510},{"source":506,"target":91},{"source":507,"target":511},{"source":507,"target":91},{"source":508,"target":38},{"source":92,"target":0},{"source":92,"target":38},{"source":92,"target":512},{"source":92,"target":513},{"source":512,"target":45},{"source":512,"target":514},{"source":512,"target":92},{"source":514,"target":45},{"source":513,"target":38},{"source":93,"target":0},{"source":93,"target":38},{"source":93,"target":515},{"source":93,"target":516},{"source":515,"target":45},{"source":515,"target":517},{"source":515,"target":93},{"source":517,"target":45},{"source":516,"target":38},{"source":94,"target":0},{"source":94,"target":38},{"source":94,"target":518},{"source":94,"target":519},{"source":518,"target":44},{"source":518,"target":520},{"source":518,"target":94},{"source":520,"target":44},{"source":519,"target":38},{"source":95,"target":0},{"source":95,"target":44},{"source":95,"target":521},{"source":95,"target":522},{"source":521,"target":27},{"source":521,"target":523},{"source":521,"target":95},{"source":523,"target":27},{"source":522,"target":44},{"source":96,"target":0},{"source":96,"target":44},{"source":96,"target":524},{"source":96,"target":525},{"source":524,"target":10},{"source":524,"target":526},{"source":524,"target":96},{"source":526,"target":10},{"source":525,"target":44}],"multigraph":true}
ecore
visualization
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/VisualInterface.ecore
VisualInterface 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 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 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="VisualInterface" nsURI="urn:openscada: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"/> </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"/> </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":"urn:openscada:visualInterface","name":"VisualInterface","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},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"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":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zoom","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"onCreateProperties","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"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":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"name":"LEFT","id":143,"value":1,"literal":"LEFT","eClass":"EEnumLiteral"},{"name":"CENTER","id":144,"value":0,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"RIGHT","id":145,"value":2,"literal":"RIGHT","eClass":"EEnumLiteral"},{"name":"TOP","id":146,"value":3,"literal":"TOP","eClass":"EEnumLiteral"},{"name":"BOTTOM","id":147,"value":4,"literal":"BOTTOM","eClass":"EEnumLiteral"},{"name":"NORTH","id":148,"value":0,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":149,"value":1,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"EAST","id":150,"value":2,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"WEST","id":151,"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":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"name":"ARROW","id":155,"value":1,"literal":"ARROW","eClass":"EEnumLiteral"},{"name":"HAND","id":156,"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":157,"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":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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":160,"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":161,"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":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"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":173,"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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"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":182,"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":183,"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":184,"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":185,"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":186,"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":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":188,"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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"name":"CENTER","id":199,"value":0,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"FILL","id":200,"value":1,"literal":"FILL","eClass":"EEnumLiteral"},{"name":"BEGINNING","id":201,"value":2,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"END","id":202,"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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"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":210,"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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":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":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"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":105,"target":116},{"source":105,"target":12},{"source":106,"target":117},{"source":106,"target":12},{"source":107,"target":15},{"source":107,"target":118},{"source":107,"target":12},{"source":118,"target":15},{"source":108,"target":119},{"source":108,"target":12},{"source":109,"target":120},{"source":109,"target":12},{"source":110,"target":18},{"source":110,"target":121},{"source":110,"target":12},{"source":121,"target":18},{"source":111,"target":122},{"source":111,"target":12},{"source":112,"target":123},{"source":112,"target":12},{"source":113,"target":124},{"source":113,"target":12},{"source":114,"target":125},{"source":114,"target":12},{"source":115,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":126,"target":131},{"source":126,"target":13},{"source":127,"target":132},{"source":127,"target":13},{"source":128,"target":14},{"source":128,"target":133},{"source":128,"target":13},{"source":133,"target":14},{"source":129,"target":134},{"source":129,"target":13},{"source":130,"target":2},{"source":14,"target":0},{"source":14,"target":135},{"source":14,"target":136},{"source":135,"target":137},{"source":135,"target":14},{"source":136,"target":138},{"source":136,"target":14},{"source":15,"target":0},{"source":15,"target":139},{"source":15,"target":140},{"source":139,"target":141},{"source":139,"target":15},{"source":140,"target":142},{"source":140,"target":15},{"source":16,"target":0},{"source":16,"target":143},{"source":16,"target":144},{"source":16,"target":145},{"source":16,"target":146},{"source":16,"target":147},{"source":143,"target":16},{"source":144,"target":16},{"source":145,"target":16},{"source":146,"target":16},{"source":147,"target":16},{"source":17,"target":0},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":17,"target":151},{"source":148,"target":17},{"source":149,"target":17},{"source":150,"target":17},{"source":151,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":152},{"source":19,"target":153},{"source":152,"target":20},{"source":152,"target":154},{"source":152,"target":19},{"source":154,"target":20},{"source":153,"target":18},{"source":20,"target":0},{"source":20,"target":155},{"source":20,"target":156},{"source":155,"target":20},{"source":156,"target":20},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":157},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":21,"target":161},{"source":21,"target":162},{"source":21,"target":163},{"source":21,"target":164},{"source":157,"target":165},{"source":157,"target":21},{"source":158,"target":166},{"source":158,"target":21},{"source":159,"target":24},{"source":159,"target":167},{"source":159,"target":21},{"source":167,"target":24},{"source":160,"target":168},{"source":160,"target":21},{"source":161,"target":169},{"source":161,"target":21},{"source":162,"target":170},{"source":162,"target":21},{"source":163,"target":171},{"source":163,"target":21},{"source":164,"target":3},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":172},{"source":22,"target":173},{"source":22,"target":174},{"source":22,"target":175},{"source":172,"target":23},{"source":172,"target":176},{"source":172,"target":22},{"source":176,"target":23},{"source":173,"target":177},{"source":173,"target":22},{"source":174,"target":178},{"source":174,"target":22},{"source":175,"target":3},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":179},{"source":23,"target":180},{"source":179,"target":16},{"source":179,"target":181},{"source":179,"target":23},{"source":181,"target":16},{"source":180,"target":7},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":182},{"source":24,"target":183},{"source":24,"target":184},{"source":24,"target":185},{"source":24,"target":186},{"source":24,"target":187},{"source":24,"target":188},{"source":24,"target":189},{"source":24,"target":190},{"source":182,"target":25},{"source":182,"target":191},{"source":182,"target":24},{"source":191,"target":25},{"source":183,"target":25},{"source":183,"target":192},{"source":183,"target":24},{"source":192,"target":25},{"source":184,"target":193},{"source":184,"target":24},{"source":185,"target":194},{"source":185,"target":24},{"source":186,"target":195},{"source":186,"target":24},{"source":187,"target":196},{"source":187,"target":24},{"source":188,"target":197},{"source":188,"target":24},{"source":189,"target":198},{"source":189,"target":24},{"source":190,"target":7},{"source":25,"target":0},{"source":25,"target":199},{"source":25,"target":200},{"source":25,"target":201},{"source":25,"target":202},{"source":199,"target":25},{"source":200,"target":25},{"source":201,"target":25},{"source":202,"target":25},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":203},{"source":26,"target":204},{"source":203,"target":2},{"source":203,"target":205},{"source":203,"target":26},{"source":205,"target":2},{"source":204,"target":12},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":206},{"source":27,"target":207},{"source":206,"target":208},{"source":206,"target":27},{"source":207,"target":12},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":209},{"source":209,"target":4},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":210},{"source":29,"target":211},{"source":29,"target":212},{"source":210,"target":213},{"source":210,"target":29},{"source":211,"target":214},{"source":211,"target":29},{"source":212,"target":4},{"source":30,"target":0},{"source":30,"target":215},{"source":30,"target":216},{"source":215,"target":2},{"source":215,"target":217},{"source":215,"target":30},{"source":217,"target":2},{"source":216,"target":2},{"source":216,"target":218},{"source":216,"target":30},{"source":216,"target":52},{"source":218,"target":2},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":219},{"source":31,"target":220},{"source":219,"target":2},{"source":219,"target":221},{"source":219,"target":31},{"source":221,"target":2},{"source":220,"target":3}],"multigraph":true}
ecore
features
repo-ecore-all/data/clementquinton/DynaCheck/src/main/resources/metamodel/FeatureModel.ecore
featureModel FeatureModel constraints rootFeature Feature attributes subFeatures name selected unselected mandatory Exclusive Alternative variants Attribute name value runtime FMConstraint BooleanConstraint from to Implies Excludes AdaptationRule condition action ComparisonOperator equal equal geq geq gt gt leq leq lt lt SelectionOperator deselect deselect select select Condition attribute type value feature Action feature type VariabilityElement
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="featureModel" nsURI="http://fr.univ.lille.featuremodel" nsPrefix="featuremodel"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//FMConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootFeature" lowerBound="1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//VariabilityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subFeatures" upperBound="-1" eType="#//Feature" 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:EAttribute" name="selected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unselected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exclusive" eSuperTypes="#//Alternative"/> <eClassifiers xsi:type="ecore:EClass" name="Alternative" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="variants" lowerBound="1" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//VariabilityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass Type.ecore#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FMConstraint" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanConstraint" abstract="true" eSuperTypes="#//FMConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implies" eSuperTypes="#//BooleanConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Excludes" eSuperTypes="#//BooleanConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="AdaptationRule" eSuperTypes="#//FMConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator"> <eLiterals name="equal" literal="equal"/> <eLiterals name="geq" value="1" literal="geq"/> <eLiterals name="gt" value="2" literal="gt"/> <eLiterals name="leq" value="3" literal="leq"/> <eLiterals name="lt" value="4" literal="lt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SelectionOperator"> <eLiterals name="deselect" literal="deselect"/> <eLiterals name="select" value="1" literal="select"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ComparisonOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass Type.ecore#//IntValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//SelectionOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariabilityElement" abstract="true"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"featuremodel","nsURI":"http://fr.univ.lille.featuremodel","name":"featureModel","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":"Exclusive","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alternative","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":"FMConstraint","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanConstraint","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implies","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Excludes","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdaptationRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SelectionOperator","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"subFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selected","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unselected","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variants","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtime","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"},{"container":false,"ordered":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":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":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":51,"derived":false},{"container":false,"ordered":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":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"name":"equal","id":56,"value":0,"literal":"equal","eClass":"EEnumLiteral"},{"name":"geq","id":57,"value":1,"literal":"geq","eClass":"EEnumLiteral"},{"name":"gt","id":58,"value":2,"literal":"gt","eClass":"EEnumLiteral"},{"name":"leq","id":59,"value":3,"literal":"leq","eClass":"EEnumLiteral"},{"name":"lt","id":60,"value":4,"literal":"lt","eClass":"EEnumLiteral"},{"name":"deselect","id":61,"value":0,"literal":"deselect","eClass":"EEnumLiteral"},{"name":"select","id":62,"value":1,"literal":"select","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"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":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"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":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":6},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":6},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":2},{"source":2,"target":0},{"source":2,"target":15},{"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":20,"target":5},{"source":20,"target":27},{"source":20,"target":2},{"source":27,"target":5},{"source":21,"target":2},{"source":21,"target":28},{"source":21,"target":2},{"source":28,"target":2},{"source":22,"target":29},{"source":22,"target":2},{"source":23,"target":30},{"source":23,"target":2},{"source":24,"target":31},{"source":24,"target":2},{"source":25,"target":32},{"source":25,"target":2},{"source":26,"target":15},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":33},{"source":33,"target":4},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":2},{"source":34,"target":36},{"source":34,"target":4},{"source":36,"target":2},{"source":35,"target":2},{"source":5,"target":0},{"source":5,"target":15},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":37,"target":41},{"source":37,"target":5},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":43},{"source":39,"target":5},{"source":40,"target":15},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":44,"target":2},{"source":44,"target":47},{"source":44,"target":7},{"source":47,"target":2},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":7},{"source":48,"target":2},{"source":46,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":49},{"source":49,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":50},{"source":50,"target":7},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":51,"target":13},{"source":51,"target":54},{"source":51,"target":10},{"source":54,"target":13},{"source":52,"target":14},{"source":52,"target":55},{"source":52,"target":10},{"source":55,"target":14},{"source":53,"target":6},{"source":11,"target":0},{"source":11,"target":56},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":11,"target":60},{"source":56,"target":11},{"source":57,"target":11},{"source":58,"target":11},{"source":59,"target":11},{"source":60,"target":11},{"source":12,"target":0},{"source":12,"target":61},{"source":12,"target":62},{"source":61,"target":12},{"source":62,"target":12},{"source":13,"target":0},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":5},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":5},{"source":64,"target":11},{"source":64,"target":68},{"source":64,"target":13},{"source":68,"target":11},{"source":65,"target":69},{"source":65,"target":13},{"source":66,"target":2},{"source":66,"target":70},{"source":66,"target":13},{"source":70,"target":2},{"source":14,"target":0},{"source":14,"target":71},{"source":14,"target":72},{"source":71,"target":2},{"source":71,"target":73},{"source":71,"target":14},{"source":73,"target":2},{"source":72,"target":12},{"source":72,"target":74},{"source":72,"target":14},{"source":74,"target":12},{"source":15,"target":0}],"multigraph":true}
ecore
trace
repo-ecore-all/data/viatra/java-refactoring-ttc-viatra/hu.bme.mit.ttc.refactoring.models/model/TypeGraphTrace.ecore
TypeGraphTrace Trace programGraph methodSignatures classLists MethodSignatureTrace tMethodSignature signatureString ClassListTrace tClasses concatSignature
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TypeGraphTrace" nsURI="platform:/plugin/TypeGraphBasic/model/TypeGraphTrace.ecore" nsPrefix="TypeGraphTrace"> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="programGraph" eType="ecore:EClass TypeGraphBasic.ecore#//TypeGraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodSignatures" upperBound="-1" eType="#//MethodSignatureTrace" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classLists" upperBound="-1" eType="#//ClassListTrace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodSignatureTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="tMethodSignature" eType="ecore:EClass TypeGraphBasic.ecore#//TMethodSignature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signatureString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassListTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="tClasses" upperBound="-1" eType="ecore:EClass TypeGraphBasic.ecore#//TClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concatSignature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"TypeGraphTrace","nsURI":"platform:/plugin/TypeGraphBasic/model/TypeGraphTrace.ecore","name":"TypeGraphTrace","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":"MethodSignatureTrace","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassListTrace","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"programGraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodSignatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classLists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tMethodSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"signatureString","changeable":true,"lowerBound":0,"iD":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"tClasses","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":"concatSignature","changeable":true,"lowerBound":0,"iD":true,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":4,"target":7},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":2},{"source":6,"target":3},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":3},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":10,"target":12},{"source":10,"target":2},{"source":11,"target":13},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":14,"target":16},{"source":14,"target":3},{"source":15,"target":17},{"source":15,"target":3}],"multigraph":true}
ecore
books
repo-ecore-all/data/gssi/Edelta_bad_smells/model/Book.ecore
PrimitiveTypes Integer java.lang.Object Integer String java.lang.Object String Boolean java.lang.Object Boolean Book Book title chapters Chapter title nbPages author book
<?xml version="1.0" encoding="ASCII"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PrimitiveTypes" nsURI="http://primitiveTypes" nsPrefix="pt"> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceTypeName="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceTypeName="Boolean"/> </ecore:EPackage> <ecore:EPackage name="Book" nsURI="http://Book" nsPrefix="Book"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="chapters" upperBound="-1" eType="#/1/Chapter" containment="true" eOpposite="#/1/Chapter/book"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chapter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbPages" ordered="false" lowerBound="1" eType="#/0/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" lowerBound="1" eType="#/0/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="book" ordered="false" lowerBound="1" eType="#/1/Book" eOpposite="#/1/Book/chapters"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"pt","nsURI":"http://primitiveTypes","name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"Integer","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Integer","instanceClass":"java.lang.Object","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"String","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Boolean","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Boolean","instanceClass":"java.lang.Object","id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"Book","nsURI":"http://Book","name":"Book","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chapter","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":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chapters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"book","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":12,"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":"nbPages","changeable":true,"lowerBound":1,"iD":false,"id":13,"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":"author","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":5,"target":4},{"source":5,"target":7},{"source":5,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":5},{"source":9,"target":2},{"source":8,"target":6},{"source":8,"target":10},{"source":8,"target":5},{"source":8,"target":11},{"source":10,"target":6},{"source":6,"target":4},{"source":6,"target":12},{"source":6,"target":13},{"source":6,"target":14},{"source":6,"target":11},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":6},{"source":15,"target":2},{"source":13,"target":1},{"source":13,"target":16},{"source":13,"target":6},{"source":16,"target":1},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":6},{"source":17,"target":2},{"source":11,"target":5},{"source":11,"target":18},{"source":11,"target":6},{"source":11,"target":8},{"source":18,"target":5}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/regressiontesttool/rtt/Examples/DresdenOCL/Example_Ecore/org.dresdenocl.essentialocl/model/essentialocl.ecore
essentialocl types BagType TupleType oclLibrary CollectionType elementType oclLibrary kind InvalidType oclLibrary OrderedSetType SequenceType SetType VoidType oclLibrary TypeType representedType OclLibrary makeTupleType atts getCollectionType elementType getSequenceType elementType getBagType elementType getSetType elementType getOrderedSetType elementType getTypeType representedType oclBoolean oclString oclInteger oclReal oclAny oclVoid oclInvalid oclType oclCollection oclSequence oclBag oclSet oclOrderedSet oclTuple AnyType expressions VariableExp referredVariable Variable asParameter asProperty representedParameter initExpression UnlimitedNaturalExp symbol TypeLiteralExp referredType TupleLiteralPart property value TupleLiteralExp part StringLiteralExp stringSymbol RealLiteralExp realSymbol PropertyCallExp referredProperty qualifier PrimitiveLiteralExp OperationCallExp argument referredOperation OclExpression withAtPre withAsSet oclLibrary NumericLiteralExp UndefinedLiteralExp LoopExp body iterator LiteralExp LetExp in variable IteratorExp IterateExp result InvalidLiteralExp IntegerLiteralExp integerSymbol IfExp condition thenExpression elseExpression FeatureCallExp sourceType BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind Collection Collection Sequence Sequence Bag Bag Set Set OrderedSet OrderedSet CollectionLiteralExp part kind elementType CollectionLiteralPart CollectionRange first last EnumLiteralExp referredEnumLiteral ExpressionInOcl bodyExpression context result parameter
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="essentialocl" nsURI="http://www.tu-dresden.de/ocl20/pivot/2007/essentialocl" nsPrefix="essentialocl"> <eSubpackages name="types" nsURI="http://www.omg.org/2006/essentialocl/types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclLibrary" lowerBound="1" eType="#//types/OclLibrary" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The reference to the {@link OclLibrary} facade class is necessary&#xD;&#xA;for determining type conformance and common super types. This&#xD;&#xA;implementation uses a dependency injection approach. Whenever&#xD;&#xA;a &lt;code>TupleType&lt;/code> is created, the reference to the &#xD;&#xA;&lt;code>OclLibrary&lt;/code> should be set. Note that the old toolkit&#xD;&#xA;ised a Singleton approach which is not repeated here to maintain&#xD;&#xA;clear interfaces.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclLibrary" lowerBound="1" eType="#//types/OclLibrary" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The reference to the {@link OclLibrary} facade class is necessary&#xD;&#xA;for determining type conformance and common super types. This&#xD;&#xA;implementation uses a dependency injection approach. Whenever&#xD;&#xA;a &lt;code>CollectionType&lt;/code> is created, the reference to the &#xD;&#xA;&lt;code>OclLibrary&lt;/code> should be set. Note that the old toolkit&#xD;&#xA;used a Singleton approach which is not repeated here to maintain&#xD;&#xA;clear interfaces.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//expressions/CollectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;Identifies the kind of this &lt;code>CollectionType&lt;/code>. This is necessary&#xD;&#xA;to clearly differentiate an instance of &lt;code>CollectionType&lt;/code> from&#xD;&#xA;instances of its subclasses. This is required when determining type conformance&#xD;&#xA;of one collection type with another (see the documentation of {@link #conformsTo}).&#xD;&#xA;Unfortunately, there is no equivalent in Java for the OCL &lt;code>oclIsTypeOf&lt;/code>&#xD;&#xA;operation. The &lt;code>instanceof&lt;/code> operator cannot be used since it would&#xD;&#xA;return &lt;code>true&lt;/code> for subclasses as well.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclLibrary" lowerBound="1" eType="#//types/OclLibrary" eOpposite="#//types/OclLibrary/oclInvalid"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//types/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="oclLibrary" lowerBound="1" eType="#//types/OclLibrary" eOpposite="#//types/OclLibrary/oclVoid"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeType" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The &lt;code>Type&lt;/code> represented by this &lt;code>TypeType&lt;/code>.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="representedType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclLibrary"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The &lt;code>OclLibrary&lt;/code> interface provides access to the types of the&#xD;&#xA;OCL Standard Library as defined in the OCL specification, Chapter 11.&#xD;&#xA;As EMF does not allow to model operations with class scope, the&#xD;&#xA;&lt;code>OclLibrary&lt;code> also provides a version of the&#xD;&#xA;{@link #makeTupleType() TupleType::make} operation (with JMI, this method&#xD;&#xA;would be located inside &lt;code>TupleTypeClass&lt;/code>).&#xD;&#xA;The OCL Collection types for a particular element type can be retrieved with&#xD;&#xA;one of the corresponding, type-specific methods.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="makeTupleType" eType="#//types/TupleType"> <eParameters name="atts"> <eGenericType eClassifier="ecore:EDataType ../../org.dresdenocl.pivotmodel/model/datatypes.ecore#//Sequence"> <eTypeArguments eClassifier="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Property"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getCollectionType" eType="#//types/CollectionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;Returns the {@link CollectionType} with the given element type. The&#xD;&#xA;given &lt;code>elementType&lt;/code> must not be &lt;code>null&lt;/code> or&#xD;&#xA;{@link #getOclInvalid() OclInvalid} (OCL 2.0 specification, Section 8.2.2).&#xD;&#xA;It may be {@link #getOclVoid() OclVoid}, though.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eParameters name="elementType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eOperations> <eOperations name="getSequenceType" eType="#//types/SequenceType"> <eParameters name="elementType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eOperations> <eOperations name="getBagType" eType="#//types/BagType"> <eParameters name="elementType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eOperations> <eOperations name="getSetType" eType="#//types/SetType"> <eParameters name="elementType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eOperations> <eOperations name="getOrderedSetType" eType="#//types/OrderedSetType"> <eParameters name="elementType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eOperations> <eOperations name="getTypeType" lowerBound="1" eType="#//types/TypeType"> <eParameters name="representedType" lowerBound="1" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="oclBoolean" lowerBound="1" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//PrimitiveType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclString" lowerBound="1" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//PrimitiveType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclInteger" lowerBound="1" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//PrimitiveType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclReal" lowerBound="1" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//PrimitiveType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclAny" lowerBound="1" eType="#//types/AnyType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclVoid" lowerBound="1" eType="#//types/VoidType" containment="true" resolveProxies="false" eOpposite="#//types/VoidType/oclLibrary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclInvalid" lowerBound="1" eType="#//types/InvalidType" containment="true" resolveProxies="false" eOpposite="#//types/InvalidType/oclLibrary"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclType" lowerBound="1" eType="#//types/TypeType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclCollection" lowerBound="1" eType="#//types/CollectionType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;This is the prototype for the unlimited number of {@link CollectionType}s.&#xD;&#xA;Clients should not use this reference, but instead specify the desired&#xD;&#xA;element type of the collection using {@link #getCollectionType(Type)}.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oclSequence" lowerBound="1" eType="#//types/SequenceType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;This is the prototype for the unlimited number of {@link SequenceType}s.&#xD;&#xA;Clients should not use this reference, but instead specify the desired&#xD;&#xA;element type of the sequence using {link #getSequenceType(Type)}.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oclBag" lowerBound="1" eType="#//types/BagType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;This is the prototype for the unlimited number of {@link BagType}s.&#xD;&#xA;Clients should not use this reference, but instead specify the desired&#xD;&#xA;element type of the bag using {link #getBagType(Type)}.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oclSet" lowerBound="1" eType="#//types/SetType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;This is the prototype for the unlimited number of {@link SetType}s.&#xD;&#xA;Clients should not use this reference, but instead specify the desired&#xD;&#xA;element type of the set using {link #getSetType(Type)}.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oclOrderedSet" lowerBound="1" eType="#//types/OrderedSetType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;This is the prototype for the unlimited number of {@link OrderedSetType}s.&#xD;&#xA;Clients should not use this reference, but instead specify the desired&#xD;&#xA;element type of the ordered set using {link #getOrderedSetType(Type)}.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oclTuple" lowerBound="1" upperBound="-1" eType="#//types/TupleType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;This is a reference list to {@link TupleType}s that are required to &#xD;&#xA;define the operations in the OCL Standard Library. Clients should&#xD;&#xA;not use the types in this list, but instead create their own tuple&#xD;&#xA;types using {@link #makeTupleType()}.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.omg.org/2006/essentialocl/expressions" nsPrefix="expressions"> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#//expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" eType="#//expressions/Variable" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//TypedElement ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//NamedElement"> <eAnnotations source="rtt/annotation/node"/> <eOperations name="asParameter" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The OCL 2.0 specification defines an additional operation that returns a&#xD;&#xA;corresponding {@link Parameter} for a &lt;code>Variable&lt;/code>.&#xD;&#xA;&#xD;&#xA;It is specified as follows:&#xD;&#xA;&lt;pre>&#xD;&#xA;context Variable::asParameter() : Parameter&#xD;&#xA;post: result.name = self.name&#xD;&#xA;post: result.direction = ParameterDirectionKind::in&#xD;&#xA;post: result.type = self.type&#xD;&#xA;&lt;/pre>&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eOperations> <eOperations name="asProperty" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The OCL 2.0 Specification defines an additional operation that returns a&#xD;&#xA;corresponding {@link Property} for a &lt;code>Variable&lt;/code>.&#xD;&#xA;&#xD;&#xA;It is specified as follows:&#xD;&#xA;&lt;pre>&#xD;&#xA;context Variable::asProperty() : Attribute&#xD;&#xA;post: result.name= self.name&#xD;&#xA;post: result.type= self.type&#xD;&#xA;post: result.isMultiple = false&#xD;&#xA;post: result.isOrdered= true&#xD;&#xA;post: result.isStatic= false&#xD;&#xA;&lt;/pre>&#xD;&#xA;&#xD;&#xA;Note that the OCL specification adds an additional post condition:&#xD;&#xA;&#xD;&#xA;&lt;pre>&#xD;&#xA;post: result.constraint.specification.bodyExpression = self.initExpression&#xD;&#xA;&lt;/pre>&#xD;&#xA;&#xD;&#xA;However, the meta association between the Pivot Model elements&#xD;&#xA;{@link Constraint} and {@link ConstrainableElement} is only&#xD;&#xA;undirectional (in analogy to the specification in Core::Abstractions),&#xD;&#xA;so we cannot navigate from the property to one of its constraints.&#xD;&#xA;Also, this constraint is not really required because the&#xD;&#xA;&lt;code>asProperty()&lt;/code> operation is only used to&#xD;&#xA;determine the type of {@link TupleLiteralExpression}s. There. &#xD;&#xA;a conversion from &lt;code>Variable&lt;/code> to&#xD;&#xA;&lt;code>Property&lt;/code> is needed to make a corresponding&#xD;&#xA;&lt;code>TupleType&lt;/code>. Thus, setting the name and the&#xD;&#xA;type of the created &lt;code>Propery&lt;/code> is sufficient.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="representedParameter" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Parameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="rtt/annotation/node/children"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalExp" eSuperTypes="#//expressions/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType ../../org.dresdenocl.pivotmodel/model/datatypes.ecore#//UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteralExp" eSuperTypes="#//expressions/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPart" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Property" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="#//expressions/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//expressions/TupleLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExp" eSuperTypes="#//expressions/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" eType="ecore:EDataType ../../org.dresdenocl.pivotmodel/model/datatypes.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExp" eSuperTypes="#//expressions/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" eType="ecore:EDataType ../../org.dresdenocl.pivotmodel/model/datatypes.ecore#//Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//expressions/FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Property" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#//expressions/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#//expressions/FeatureCallExp"> <eAnnotations source="rtt/annotation/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="rtt/annotation/node/children"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Operation" resolveProxies="false"> <eAnnotations source="rtt/annotation/node/compare"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//TypedElement ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//NamedElement"> <eAnnotations source="rtt/annotation/node"/> <eOperations name="withAtPre" eType="#//expressions/OperationCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The OCL 2.0 specification defines an additional operation that returns&#xD;&#xA;an {@link OperationCallExp operation call expression} for the predefined&#xD;&#xA;&lt;code>atPre()&lt;/code> operation with the self expression as its source.&#xD;&#xA;&lt;/p>&#xD;&#xA;&#xD;&#xA;&lt;p>&#xD;&#xA;It is specified as follows:&#xD;&#xA;&#xD;&#xA;&lt;pre>&#xD;&#xA;context OclExpression::withAtPre() : OperationCallExp&#xD;&#xA;post: result.name = 'atPre'&#xD;&#xA;post: result.argument->isEmpty()&#xD;&#xA;post: result.source = self&#xD;&#xA;&lt;/pre>&#xD;&#xA;&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eOperations> <eOperations name="withAsSet" eType="#//expressions/OperationCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The OCL 2.0 specification defines an additional operation that returns&#xD;&#xA;an {@link OperationCallExp operation call expression} for the predefined&#xD;&#xA;&lt;code>asSet()&lt;/code> operation with the self expression as its source.&#xD;&#xA;&lt;/p>&#xD;&#xA;&#xD;&#xA;&lt;p>&#xD;&#xA;It is specified as follows:&#xD;&#xA;&#xD;&#xA;&lt;pre>&#xD;&#xA;context OclExpression::withAtPre() : OperationCallExp&#xD;&#xA;post: result.name = 'asSet'&#xD;&#xA;post: result.argument->isEmpty()&#xD;&#xA;post: result.source = self&#xD;&#xA;&lt;/pre>&#xD;&#xA;&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="oclLibrary" eType="#//types/OclLibrary" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteralExp" abstract="true" eSuperTypes="#//expressions/PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="UndefinedLiteralExp" eSuperTypes="#//expressions/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#//expressions/CallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" upperBound="-1" eType="#//expressions/Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="#//expressions/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//expressions/Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//expressions/LoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#//expressions/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//expressions/Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExp" eSuperTypes="#//expressions/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExp" eSuperTypes="#//expressions/NumericLiteralExp"> <eAnnotations source="rtt/annotation/node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType ../../org.dresdenocl.pivotmodel/model/datatypes.ecore#//Integer"> <eAnnotations source="rtt/annotation/node/compare"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExp" abstract="true" eSuperTypes="#//expressions/CallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA;The source type of a &lt;code>FeatureCallExp&lt;/code> is only required&#xD;&#xA;for static feature calls because these do not have an explicit source&#xD;&#xA;expression as defined by {@link CallExp}.&#xD;&#xA;&lt;/p>&#xD;&#xA;&#xD;&#xA;&lt;p>&#xD;&#xA;Actually, this attribute is currently only required for the static &lt;code>allInstances&lt;/code>&#xD;&#xA;operation because its return type &lt;code>Set(T)&lt;/code> depends&#xD;&#xA;on the type it is called on. For instance, &lt;code>MyClass::allInstances()&lt;/code>&#xD;&#xA;has the return type &lt;code>Set(MyClass)&lt;/code>. Since the corresponding&#xD;&#xA;generic operation from the OCL Standard Library needs to be bound to&#xD;&#xA;the source type, it must be available somewhere in the abstract syntax.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="#//expressions/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" eType="ecore:EDataType ../../org.dresdenocl.pivotmodel/model/datatypes.ecore#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="#//expressions/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="#//expressions/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="Collection"/> <eLiterals name="Sequence" value="1"/> <eLiterals name="Bag" value="2"/> <eLiterals name="Set" value="3"/> <eLiterals name="OrderedSet" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp" eSuperTypes="#//expressions/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="#//expressions/CollectionLiteralPart" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//expressions/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPart" abstract="true" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="#//expressions/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//expressions/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredEnumLiteral" eType="ecore:EClass ../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//EnumerationLiteral" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInOcl" eSuperTypes="../../org.dresdenocl.pivotmodel/model/pivotmodel.ecore#//Expression"> <eAnnotations source="rtt/annotation/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" lowerBound="1" eType="#//expressions/OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="rtt/annotation/node/children"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//expressions/Variable" containment="true" resolveProxies="false"> <eAnnotations source="rtt/annotation/node/children"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//expressions/Variable" containment="true" resolveProxies="false"> <eAnnotations source="rtt/annotation/node/children"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//expressions/Variable" containment="true" resolveProxies="false"> <eAnnotations source="rtt/annotation/node/children"/> </eStructuralFeatures> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"essentialocl","nsURI":"http://www.tu-dresden.de/ocl20/pivot/2007/essentialocl","name":"essentialocl","id":0,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.omg.org/2006/essentialocl/types","name":"types","id":1,"eClass":"EPackage"},{"nsPrefix":"expressions","nsURI":"http://www.omg.org/2006/essentialocl/expressions","name":"expressions","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclLibrary","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclLibrary","changeable":true,"resolveProxies":false,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"oclLibrary","changeable":true,"resolveProxies":false,"lowerBound":1,"id":19,"derived":false},{"ordered":true,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"id":25,"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":"oclLibrary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclInvalid","changeable":true,"resolveProxies":false,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"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":"oclLibrary","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclVoid","changeable":true,"resolveProxies":false,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"makeTupleType","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCollectionType","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSequenceType","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBagType","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSetType","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOrderedSetType","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTypeType","lowerBound":1,"id":46,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclBoolean","changeable":true,"resolveProxies":false,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclString","changeable":true,"resolveProxies":false,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclInteger","changeable":true,"resolveProxies":false,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclReal","changeable":true,"resolveProxies":false,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclAny","changeable":true,"resolveProxies":false,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclType","changeable":true,"resolveProxies":false,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclCollection","changeable":true,"resolveProxies":false,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclSequence","changeable":true,"resolveProxies":false,"lowerBound":1,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oclBag","changeable":true,"resolveProxies":false,"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":"oclSet","changeable":true,"resolveProxies":false,"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":"oclOrderedSet","changeable":true,"resolveProxies":false,"lowerBound":1,"id":57,"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":"oclTuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"atts","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elementType","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elementType","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":"elementType","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EParameter"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elementType","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elementType","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"representedType","lowerBound":1,"id":79,"many":false,"required":true,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteralExp","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndefinedLiteralExp","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":126,"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":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"asParameter","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"asProperty","lowerBound":0,"id":131,"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":"representedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":false,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"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":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"withAtPre","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"withAsSet","lowerBound":0,"id":172,"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":"oclLibrary","changeable":true,"resolveProxies":false,"lowerBound":0,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":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":"iterator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"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":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":202,"derived":false},{"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":"sourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"name":"Collection","id":219,"value":0,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"Sequence","id":220,"value":1,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Bag","id":221,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Set","id":222,"value":3,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":223,"value":4,"literal":"OrderedSet","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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":224,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"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":0},{"source":3,"target":1},{"source":3,"target":5},{"source":3,"target":14},{"source":14,"target":5},{"source":4,"target":1},{"source":4,"target":15},{"source":4,"target":16},{"source":15,"target":12},{"source":15,"target":17},{"source":15,"target":4},{"source":17,"target":12},{"source":5,"target":1},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":18,"target":22},{"source":18,"target":5},{"source":19,"target":12},{"source":19,"target":23},{"source":19,"target":5},{"source":23,"target":12},{"source":20,"target":24},{"source":20,"target":25},{"source":20,"target":5},{"source":25,"target":24},{"source":6,"target":1},{"source":6,"target":26},{"source":6,"target":27},{"source":26,"target":12},{"source":26,"target":28},{"source":26,"target":6},{"source":26,"target":29},{"source":28,"target":12},{"source":7,"target":1},{"source":7,"target":5},{"source":7,"target":30},{"source":30,"target":5},{"source":8,"target":1},{"source":8,"target":5},{"source":8,"target":31},{"source":31,"target":5},{"source":9,"target":1},{"source":9,"target":5},{"source":9,"target":32},{"source":32,"target":5},{"source":10,"target":1},{"source":10,"target":33},{"source":10,"target":34},{"source":33,"target":12},{"source":33,"target":35},{"source":33,"target":10},{"source":33,"target":36},{"source":35,"target":12},{"source":11,"target":1},{"source":11,"target":37},{"source":11,"target":38},{"source":37,"target":39},{"source":37,"target":11},{"source":12,"target":1},{"source":12,"target":40},{"source":12,"target":41},{"source":12,"target":42},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":12,"target":46},{"source":12,"target":47},{"source":12,"target":48},{"source":12,"target":49},{"source":12,"target":50},{"source":12,"target":51},{"source":12,"target":36},{"source":12,"target":29},{"source":12,"target":52},{"source":12,"target":53},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":40,"target":4},{"source":40,"target":59},{"source":40,"target":12},{"source":40,"target":60},{"source":59,"target":4},{"source":60,"target":61},{"source":60,"target":40},{"source":61,"target":62},{"source":41,"target":5},{"source":41,"target":63},{"source":41,"target":12},{"source":41,"target":64},{"source":63,"target":5},{"source":64,"target":65},{"source":64,"target":41},{"source":42,"target":8},{"source":42,"target":66},{"source":42,"target":12},{"source":42,"target":67},{"source":66,"target":8},{"source":67,"target":68},{"source":67,"target":42},{"source":43,"target":3},{"source":43,"target":69},{"source":43,"target":12},{"source":43,"target":70},{"source":69,"target":3},{"source":70,"target":71},{"source":70,"target":43},{"source":44,"target":9},{"source":44,"target":72},{"source":44,"target":12},{"source":44,"target":73},{"source":72,"target":9},{"source":73,"target":74},{"source":73,"target":44},{"source":45,"target":7},{"source":45,"target":75},{"source":45,"target":12},{"source":45,"target":76},{"source":75,"target":7},{"source":76,"target":77},{"source":76,"target":45},{"source":46,"target":11},{"source":46,"target":78},{"source":46,"target":12},{"source":46,"target":79},{"source":78,"target":11},{"source":79,"target":80},{"source":79,"target":46},{"source":47,"target":81},{"source":47,"target":12},{"source":48,"target":82},{"source":48,"target":12},{"source":49,"target":83},{"source":49,"target":12},{"source":50,"target":84},{"source":50,"target":12},{"source":51,"target":13},{"source":51,"target":85},{"source":51,"target":12},{"source":85,"target":13},{"source":36,"target":10},{"source":36,"target":86},{"source":36,"target":12},{"source":36,"target":33},{"source":86,"target":10},{"source":29,"target":6},{"source":29,"target":87},{"source":29,"target":12},{"source":29,"target":26},{"source":87,"target":6},{"source":52,"target":11},{"source":52,"target":88},{"source":52,"target":12},{"source":88,"target":11},{"source":53,"target":5},{"source":53,"target":89},{"source":53,"target":12},{"source":89,"target":5},{"source":54,"target":8},{"source":54,"target":90},{"source":54,"target":12},{"source":90,"target":8},{"source":55,"target":3},{"source":55,"target":91},{"source":55,"target":12},{"source":91,"target":3},{"source":56,"target":9},{"source":56,"target":92},{"source":56,"target":12},{"source":92,"target":9},{"source":57,"target":7},{"source":57,"target":93},{"source":57,"target":12},{"source":93,"target":7},{"source":58,"target":4},{"source":58,"target":94},{"source":58,"target":12},{"source":94,"target":4},{"source":13,"target":1},{"source":13,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":2,"target":98},{"source":2,"target":99},{"source":2,"target":100},{"source":2,"target":101},{"source":2,"target":102},{"source":2,"target":103},{"source":2,"target":104},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":2,"target":113},{"source":2,"target":114},{"source":2,"target":115},{"source":2,"target":116},{"source":2,"target":117},{"source":2,"target":118},{"source":2,"target":119},{"source":2,"target":120},{"source":2,"target":121},{"source":2,"target":24},{"source":2,"target":122},{"source":2,"target":123},{"source":2,"target":124},{"source":2,"target":125},{"source":2,"target":126},{"source":2,"target":0},{"source":96,"target":2},{"source":96,"target":107},{"source":96,"target":127},{"source":96,"target":128},{"source":127,"target":97},{"source":127,"target":129},{"source":127,"target":96},{"source":129,"target":97},{"source":128,"target":107},{"source":97,"target":2},{"source":97,"target":130},{"source":97,"target":131},{"source":97,"target":132},{"source":97,"target":133},{"source":97,"target":134},{"source":97,"target":135},{"source":130,"target":136},{"source":130,"target":97},{"source":131,"target":137},{"source":131,"target":97},{"source":132,"target":138},{"source":132,"target":97},{"source":133,"target":107},{"source":133,"target":139},{"source":133,"target":97},{"source":139,"target":107},{"source":98,"target":2},{"source":98,"target":108},{"source":98,"target":140},{"source":98,"target":141},{"source":140,"target":142},{"source":140,"target":98},{"source":141,"target":108},{"source":99,"target":2},{"source":99,"target":111},{"source":99,"target":143},{"source":99,"target":144},{"source":143,"target":145},{"source":143,"target":99},{"source":144,"target":111},{"source":100,"target":2},{"source":100,"target":146},{"source":100,"target":147},{"source":100,"target":148},{"source":146,"target":149},{"source":146,"target":100},{"source":147,"target":107},{"source":147,"target":150},{"source":147,"target":100},{"source":150,"target":107},{"source":101,"target":2},{"source":101,"target":111},{"source":101,"target":151},{"source":101,"target":152},{"source":151,"target":100},{"source":151,"target":153},{"source":151,"target":101},{"source":153,"target":100},{"source":152,"target":111},{"source":102,"target":2},{"source":102,"target":105},{"source":102,"target":154},{"source":102,"target":155},{"source":154,"target":156},{"source":154,"target":102},{"source":155,"target":105},{"source":103,"target":2},{"source":103,"target":108},{"source":103,"target":157},{"source":103,"target":158},{"source":157,"target":159},{"source":157,"target":103},{"source":158,"target":108},{"source":104,"target":2},{"source":104,"target":118},{"source":104,"target":160},{"source":104,"target":161},{"source":104,"target":162},{"source":160,"target":163},{"source":160,"target":104},{"source":161,"target":107},{"source":161,"target":164},{"source":161,"target":104},{"source":164,"target":107},{"source":162,"target":118},{"source":105,"target":2},{"source":105,"target":111},{"source":105,"target":165},{"source":165,"target":111},{"source":106,"target":2},{"source":106,"target":118},{"source":106,"target":166},{"source":106,"target":167},{"source":106,"target":168},{"source":166,"target":107},{"source":166,"target":169},{"source":166,"target":106},{"source":169,"target":107},{"source":167,"target":170},{"source":167,"target":106},{"source":168,"target":118},{"source":107,"target":2},{"source":107,"target":171},{"source":107,"target":172},{"source":107,"target":173},{"source":107,"target":174},{"source":107,"target":175},{"source":171,"target":106},{"source":171,"target":176},{"source":171,"target":107},{"source":176,"target":106},{"source":172,"target":106},{"source":172,"target":177},{"source":172,"target":107},{"source":177,"target":106},{"source":173,"target":12},{"source":173,"target":178},{"source":173,"target":107},{"source":178,"target":12},{"source":108,"target":2},{"source":108,"target":105},{"source":108,"target":179},{"source":179,"target":105},{"source":109,"target":2},{"source":109,"target":111},{"source":109,"target":180},{"source":180,"target":111},{"source":110,"target":2},{"source":110,"target":120},{"source":110,"target":181},{"source":110,"target":182},{"source":110,"target":183},{"source":181,"target":107},{"source":181,"target":184},{"source":181,"target":110},{"source":184,"target":107},{"source":182,"target":97},{"source":182,"target":185},{"source":182,"target":110},{"source":185,"target":97},{"source":183,"target":120},{"source":111,"target":2},{"source":111,"target":107},{"source":111,"target":186},{"source":186,"target":107},{"source":112,"target":2},{"source":112,"target":107},{"source":112,"target":187},{"source":112,"target":188},{"source":112,"target":189},{"source":187,"target":107},{"source":187,"target":190},{"source":187,"target":112},{"source":190,"target":107},{"source":188,"target":97},{"source":188,"target":191},{"source":188,"target":112},{"source":191,"target":97},{"source":189,"target":107},{"source":113,"target":2},{"source":113,"target":110},{"source":113,"target":192},{"source":192,"target":110},{"source":114,"target":2},{"source":114,"target":110},{"source":114,"target":193},{"source":114,"target":194},{"source":193,"target":97},{"source":193,"target":195},{"source":193,"target":114},{"source":195,"target":97},{"source":194,"target":110},{"source":115,"target":2},{"source":115,"target":111},{"source":115,"target":196},{"source":196,"target":111},{"source":116,"target":2},{"source":116,"target":108},{"source":116,"target":197},{"source":116,"target":198},{"source":197,"target":199},{"source":197,"target":116},{"source":198,"target":108},{"source":117,"target":2},{"source":117,"target":107},{"source":117,"target":200},{"source":117,"target":201},{"source":117,"target":202},{"source":117,"target":203},{"source":200,"target":107},{"source":200,"target":204},{"source":200,"target":117},{"source":204,"target":107},{"source":201,"target":107},{"source":201,"target":205},{"source":201,"target":117},{"source":205,"target":107},{"source":202,"target":107},{"source":202,"target":206},{"source":202,"target":117},{"source":206,"target":107},{"source":203,"target":107},{"source":118,"target":2},{"source":118,"target":120},{"source":118,"target":207},{"source":118,"target":208},{"source":207,"target":209},{"source":207,"target":118},{"source":208,"target":120},{"source":119,"target":2},{"source":119,"target":105},{"source":119,"target":210},{"source":119,"target":211},{"source":210,"target":212},{"source":210,"target":119},{"source":211,"target":105},{"source":120,"target":2},{"source":120,"target":107},{"source":120,"target":213},{"source":120,"target":214},{"source":213,"target":107},{"source":213,"target":215},{"source":213,"target":120},{"source":215,"target":107},{"source":214,"target":107},{"source":121,"target":2},{"source":121,"target":123},{"source":121,"target":216},{"source":121,"target":217},{"source":216,"target":107},{"source":216,"target":218},{"source":216,"target":121},{"source":218,"target":107},{"source":217,"target":123},{"source":24,"target":2},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":221},{"source":24,"target":222},{"source":24,"target":223},{"source":219,"target":24},{"source":220,"target":24},{"source":221,"target":24},{"source":222,"target":24},{"source":223,"target":24},{"source":122,"target":2},{"source":122,"target":111},{"source":122,"target":224},{"source":122,"target":225},{"source":122,"target":226},{"source":122,"target":227},{"source":224,"target":123},{"source":224,"target":228},{"source":224,"target":122},{"source":228,"target":123},{"source":225,"target":24},{"source":225,"target":229},{"source":225,"target":122},{"source":229,"target":24},{"source":226,"target":230},{"source":226,"target":122},{"source":227,"target":111},{"source":123,"target":2},{"source":123,"target":231},{"source":124,"target":2},{"source":124,"target":123},{"source":124,"target":232},{"source":124,"target":233},{"source":124,"target":234},{"source":232,"target":107},{"source":232,"target":235},{"source":232,"target":124},{"source":235,"target":107},{"source":233,"target":107},{"source":233,"target":236},{"source":233,"target":124},{"source":236,"target":107},{"source":234,"target":123},{"source":125,"target":2},{"source":125,"target":111},{"source":125,"target":237},{"source":125,"target":238},{"source":237,"target":239},{"source":237,"target":125},{"source":238,"target":111},{"source":126,"target":2},{"source":126,"target":240},{"source":126,"target":241},{"source":126,"target":242},{"source":126,"target":243},{"source":126,"target":244},{"source":240,"target":107},{"source":240,"target":245},{"source":240,"target":126},{"source":245,"target":107},{"source":241,"target":97},{"source":241,"target":246},{"source":241,"target":126},{"source":246,"target":97},{"source":242,"target":97},{"source":242,"target":247},{"source":242,"target":126},{"source":247,"target":97},{"source":243,"target":97},{"source":243,"target":248},{"source":243,"target":126},{"source":248,"target":97}],"multigraph":true}
ecore
enterprisearchitecture
repo-ecore-all/data/tgfranck/archifiguredelegates/com.archimatetool.model/model/archimate.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 strategy strategy business business application application technology technology relations relations other other diagrams diagrams motivation motivation implementation_migration implementation_migration FolderContainer folders Folder elements type ArchimateModelObject getArchimateModel ArchimateConcept ArchimateElement ArchimateRelationship connect source target reconnect disconnect source target StrategyElement BusinessElement ApplicationElement TechnologyElement TechnologyObject PhysicalElement MotivationElement ImplementationMigrationElement CompositeElement BehaviorElement StructureElement ActiveStructureElement PassiveStructureElement StructuralRelationship DependendencyRelationship DynamicRelationship OtherRelationship ArchimateModel setDefaults getDefaultFolderForObject object getDefaultDiagramModel getDiagramModels getFolder type purpose file version metadata Junction type ApplicationCollaboration ApplicationComponent ApplicationEvent ApplicationFunction ApplicationInteraction ApplicationInterface ApplicationProcess ApplicationService Artifact Assessment BusinessActor BusinessCollaboration BusinessEvent BusinessFunction BusinessInteraction BusinessInterface BusinessObject BusinessProcess BusinessRole BusinessService Capability CommunicationNetwork Contract Constraint CourseOfAction DataObject Deliverable Device DistributionNetwork Driver Equipment Facility Gap Goal Grouping ImplementationEvent Location Material Meaning Node Outcome Path Plateau Principle Product Representation Resource Requirement Stakeholder SystemSoftware TechnologyCollaboration TechnologyEvent TechnologyFunction TechnologyInterface TechnologyInteraction TechnologyProcess TechnologyService Value WorkPackage AccessRelationship accessType 0 AggregationRelationship AssignmentRelationship AssociationRelationship CompositionRelationship FlowRelationship InfluenceRelationship strength RealizationRelationship ServingRelationship SpecializationRelationship TriggeringRelationship DiagramModelComponent getDiagramModel Connectable addConnection connection removeConnection connection sourceConnections targetConnections DiagramModelContainer children DiagramModel connectionRouterType DiagramModelReference referencedModel DiagramModelObject setBounds x y width height bounds fillColor DiagramModelGroup DiagramModelNote borderType DiagramModelImage DiagramModelConnection connect source target disconnect reconnect text textPosition source target bendpoints type DiagramModelBendpoint startX startY endX endY LineObject lineWidth 1 lineColor FontAttribute font fontColor TextPosition textPosition TextAlignment textAlignment 2 BorderObject borderColor DiagramModelImageProvider imagePath Bounds setLocation x y setSize width height getCopy x y width -1 height -1 Lockable locked ArchimateDiagramModel viewpoint DiagramModelArchimateComponent getArchimateConcept setArchimateConcept concept addArchimateConceptToModel parent removeArchimateConceptFromModel DiagramModelArchimateObject archimateElement figureDelegateType DiagramModelArchimateConnection archimateRelationship 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="strategy" value="1" literal="strategy"/> <eLiterals name="business" value="2"/> <eLiterals name="application" value="3"/> <eLiterals name="technology" value="4"/> <eLiterals name="relations" value="5"/> <eLiterals name="other" value="6" literal="other"/> <eLiterals name="diagrams" value="7"/> <eLiterals name="motivation" value="8" literal="motivation"/> <eLiterals name="implementation_migration" value="9" literal="implementation_migration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FolderContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1" eType="#//Folder" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="folder"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//ArchimateModelObject #//FolderContainer #//Documentable #//Properties"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="element"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//FolderType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchimateModelObject" abstract="true" interface="true" eSuperTypes="#//Adapter #//Nameable #//Identifier"> <eOperations name="getArchimateModel" eType="#//ArchimateModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchimateConcept" abstract="true" eSuperTypes="#//ArchimateModelObject #//Cloneable #//Documentable #//Properties"/> <eClassifiers xsi:type="ecore:EClass" name="ArchimateElement" abstract="true" eSuperTypes="#//ArchimateConcept"/> <eClassifiers xsi:type="ecore:EClass" name="ArchimateRelationship" abstract="true" eSuperTypes="#//ArchimateConcept"> <eOperations name="connect"> <eParameters name="source" eType="#//ArchimateConcept"/> <eParameters name="target" eType="#//ArchimateConcept"/> </eOperations> <eOperations name="reconnect"/> <eOperations name="disconnect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ArchimateConcept" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ArchimateConcept" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrategyElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyObject" abstract="true" interface="true" eSuperTypes="#//TechnologyElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="PhysicalElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="MotivationElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="ImplementationMigrationElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviorElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructureElement" abstract="true" interface="true" eSuperTypes="#//ArchimateElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActiveStructureElement" abstract="true" interface="true" eSuperTypes="#//StructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="PassiveStructureElement" abstract="true" interface="true" eSuperTypes="#//StructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralRelationship" abstract="true" interface="true" eSuperTypes="#//ArchimateRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="DependendencyRelationship" abstract="true" interface="true" eSuperTypes="#//ArchimateRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicRelationship" abstract="true" interface="true" eSuperTypes="#//ArchimateRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="OtherRelationship" abstract="true" interface="true" eSuperTypes="#//ArchimateRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ArchimateModel" eSuperTypes="#//FolderContainer #//ArchimateModelObject #//Properties"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="model"/> </eAnnotations> <eOperations name="setDefaults"/> <eOperations name="getDefaultFolderForObject" eType="#//Folder"> <eParameters name="object" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="getDefaultDiagramModel" eType="#//DiagramModel"/> <eOperations name="getDiagramModels" upperBound="-1" eType="#//DiagramModel"/> <eOperations name="getFolder" eType="#//Folder"> <eParameters name="type" eType="#//FolderType"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="#//File" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//Metadata" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//ArchimateElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationCollaboration" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationComponent" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationEvent" eSuperTypes="#//ApplicationElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationFunction" eSuperTypes="#//ApplicationElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationInteraction" eSuperTypes="#//ApplicationElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationInterface" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationProcess" eSuperTypes="#//ApplicationElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplicationService" eSuperTypes="#//ApplicationElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//TechnologyObject"/> <eClassifiers xsi:type="ecore:EClass" name="Assessment" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessActor" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessCollaboration" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessEvent" eSuperTypes="#//BusinessElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessFunction" eSuperTypes="#//BusinessElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessInteraction" eSuperTypes="#//BusinessElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessInterface" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessObject" eSuperTypes="#//BusinessElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessProcess" eSuperTypes="#//BusinessElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessRole" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="BusinessService" eSuperTypes="#//BusinessElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="Capability" eSuperTypes="#//StrategyElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationNetwork" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Contract" eSuperTypes="#//BusinessElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="CourseOfAction" eSuperTypes="#//StrategyElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="#//ApplicationElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//ImplementationMigrationElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="DistributionNetwork" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="Equipment" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Facility" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Gap" eSuperTypes="#//ImplementationMigrationElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="Grouping" eSuperTypes="#//CompositeElement"/> <eClassifiers xsi:type="ecore:EClass" name="ImplementationEvent" eSuperTypes="#//ImplementationMigrationElement"/> <eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//CompositeElement"/> <eClassifiers xsi:type="ecore:EClass" name="Material" eSuperTypes="#//PhysicalElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Meaning" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Outcome" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="Path" eSuperTypes="#//TechnologyElement"/> <eClassifiers xsi:type="ecore:EClass" name="Plateau" eSuperTypes="#//ImplementationMigrationElement #//CompositeElement"/> <eClassifiers xsi:type="ecore:EClass" name="Principle" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//BusinessElement #//CompositeElement"/> <eClassifiers xsi:type="ecore:EClass" name="Representation" eSuperTypes="#//BusinessElement #//PassiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//StrategyElement #//StructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stakeholder" eSuperTypes="#//MotivationElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="SystemSoftware" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyCollaboration" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyEvent" eSuperTypes="#//TechnologyElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyFunction" eSuperTypes="#//TechnologyElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyInterface" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyInteraction" eSuperTypes="#//TechnologyElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyProcess" eSuperTypes="#//TechnologyElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="TechnologyService" eSuperTypes="#//TechnologyElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//MotivationElement"/> <eClassifiers xsi:type="ecore:EClass" name="WorkPackage" eSuperTypes="#//ImplementationMigrationElement #//BehaviorElement"/> <eClassifiers xsi:type="ecore:EClass" name="AccessRelationship" eSuperTypes="#//DependendencyRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregationRelationship" eSuperTypes="#//StructuralRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentRelationship" eSuperTypes="#//StructuralRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationRelationship" eSuperTypes="#//OtherRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="CompositionRelationship" eSuperTypes="#//StructuralRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="FlowRelationship" eSuperTypes="#//DynamicRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="InfluenceRelationship" eSuperTypes="#//DependendencyRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealizationRelationship" eSuperTypes="#//StructuralRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ServingRelationship" eSuperTypes="#//DependendencyRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="SpecializationRelationship" eSuperTypes="#//OtherRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="TriggeringRelationship" eSuperTypes="#//DynamicRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelComponent" abstract="true" eSuperTypes="#//Identifier #//Cloneable #//Adapter #//Nameable"> <eOperations name="getDiagramModel" eType="#//DiagramModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connectable" abstract="true" eSuperTypes="#//DiagramModelComponent"> <eOperations name="addConnection"> <eParameters name="connection" eType="#//DiagramModelConnection"/> </eOperations> <eOperations name="removeConnection"> <eParameters name="connection" eType="#//DiagramModelConnection"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceConnections" upperBound="-1" eType="#//DiagramModelConnection" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="sourceConnection"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetConnections" upperBound="-1" eType="#//DiagramModelConnection" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelContainer" abstract="true" interface="true" eSuperTypes="#//DiagramModelComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//DiagramModelObject" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="child"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModel" abstract="true" eSuperTypes="#//ArchimateModelObject #//DiagramModelContainer #//Documentable #//Properties"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionRouterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelReference" eSuperTypes="#//DiagramModelObject #//TextPosition"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModel" eType="#//DiagramModel" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="model"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelObject" abstract="true" eSuperTypes="#//Connectable #//FontAttribute #//LineObject #//TextAlignment"> <eOperations name="setBounds"> <eParameters name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="#//Bounds" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fillColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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 #//TextPosition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Note"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelImage" eSuperTypes="#//DiagramModelObject #//BorderObject #//DiagramModelImageProvider"/> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelConnection" eSuperTypes="#//Connectable #//FontAttribute #//Properties #//Documentable #//LineObject"> <eOperations name="connect"> <eParameters name="source" eType="#//Connectable"/> <eParameters name="target" eType="#//Connectable"/> </eOperations> <eOperations name="disconnect"/> <eOperations name="reconnect"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Connectable" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Connectable" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bendpoints" upperBound="-1" eType="#//DiagramModelBendpoint" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="bendpoint"/> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelBendpoint" eSuperTypes="#//Cloneable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineObject" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FontAttribute" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="font" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextPosition" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextAlignment" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderObject" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelImageProvider" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bounds"> <eOperations name="setLocation"> <eParameters name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="setSize"> <eParameters name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getCopy" eType="#//Bounds"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lockable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchimateDiagramModel" eSuperTypes="#//DiagramModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateComponent" abstract="true" interface="true" eSuperTypes="#//Connectable"> <eOperations name="getArchimateConcept" eType="#//ArchimateConcept"/> <eOperations name="setArchimateConcept"> <eParameters name="concept" eType="#//ArchimateConcept"/> </eOperations> <eOperations name="addArchimateConceptToModel"> <eParameters name="parent" eType="#//Folder"/> </eOperations> <eOperations name="removeArchimateConceptFromModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateObject" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//DiagramModelArchimateComponent #//TextPosition"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DiagramObject"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="archimateElement" eType="#//ArchimateElement" volatile="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="figureDelegateType"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateConnection" eSuperTypes="#//DiagramModelConnection #//DiagramModelArchimateComponent"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Connection"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="archimateRelationship" eType="#//ArchimateRelationship" volatile="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SketchModel" eSuperTypes="#//DiagramModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SketchModelSticky" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//TextContent #//Properties #//TextPosition"/> <eClassifiers xsi:type="ecore:EClass" name="SketchModelActor" eSuperTypes="#//DiagramModelObject #//Documentable #//Properties"/> </ecore:EPackage>
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":"Folder","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModelObject","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateConcept","instanceClass":null,"abstract":true,"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":"ArchimateRelationship","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyElement","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessElement","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationElement","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyElement","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyObject","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalElement","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotivationElement","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationMigrationElement","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeElement","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorElement","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureElement","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveStructureElement","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveStructureElement","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralRelationship","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependendencyRelationship","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicRelationship","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherRelationship","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModel","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationCollaboration","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationComponent","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationEvent","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationFunction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInteraction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInterface","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationProcess","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationService","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assessment","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessActor","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessCollaboration","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessEvent","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessFunction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInteraction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInterface","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessObject","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessProcess","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRole","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessService","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationNetwork","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contract","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CourseOfAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionNetwork","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equipment","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facility","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gap","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grouping","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationEvent","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Material","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meaning","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Outcome","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plateau","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Principle","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Representation","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stakeholder","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSoftware","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyCollaboration","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyEvent","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyFunction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyInterface","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyInteraction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyProcess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyService","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkPackage","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessRelationship","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregationRelationship","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRelationship","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationRelationship","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositionRelationship","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowRelationship","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfluenceRelationship","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizationRelationship","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServingRelationship","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecializationRelationship","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeringRelationship","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelComponent","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connectable","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelContainer","instanceClass":null,"abstract":true,"id":109,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModel","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelReference","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelObject","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelGroup","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelNote","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImage","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelConnection","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelBendpoint","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineObject","instanceClass":null,"abstract":true,"id":118,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontAttribute","instanceClass":null,"abstract":true,"id":119,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextPosition","instanceClass":null,"abstract":true,"id":120,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextAlignment","instanceClass":null,"abstract":true,"id":121,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderObject","instanceClass":null,"abstract":true,"id":122,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImageProvider","instanceClass":null,"abstract":true,"id":123,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lockable","instanceClass":null,"abstract":true,"id":125,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateDiagramModel","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateComponent","instanceClass":null,"abstract":true,"id":127,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateObject","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateConnection","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModel","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelSticky","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelActor","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAdapter","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setAdapter","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EOperation"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":142,"derived":false},{"id":143,"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":144,"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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":false},{"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":"entries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":150,"derived":false},{"id":151,"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":152,"derived":false},{"id":153,"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":154,"derived":false},{"id":155,"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":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"id":159,"eClass":"EGenericType"},{"name":"user","id":160,"value":0,"literal":"user","eClass":"EEnumLiteral"},{"name":"strategy","id":161,"value":1,"literal":"strategy","eClass":"EEnumLiteral"},{"name":"business","id":162,"value":2,"literal":"business","eClass":"EEnumLiteral"},{"name":"application","id":163,"value":3,"literal":"application","eClass":"EEnumLiteral"},{"name":"technology","id":164,"value":4,"literal":"technology","eClass":"EEnumLiteral"},{"name":"relations","id":165,"value":5,"literal":"relations","eClass":"EEnumLiteral"},{"name":"other","id":166,"value":6,"literal":"other","eClass":"EEnumLiteral"},{"name":"diagrams","id":167,"value":7,"literal":"diagrams","eClass":"EEnumLiteral"},{"name":"motivation","id":168,"value":8,"literal":"motivation","eClass":"EEnumLiteral"},{"name":"implementation_migration","id":169,"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":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":172,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchimateModel","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnect","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","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"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDefaults","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultFolderForObject","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultDiagramModel","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDiagramModels","lowerBound":0,"id":223,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFolder","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":225,"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":226,"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":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":233,"many":false,"required":true,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"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":351,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"strength","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramModel","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EOperation"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConnection","lowerBound":0,"id":372,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeConnection","lowerBound":0,"id":373,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceConnections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":377,"many":false,"required":false,"eClass":"EParameter"},{"id":378,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":379,"many":false,"required":false,"eClass":"EParameter"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":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":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"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":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":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":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBounds","lowerBound":0,"id":396,"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":397,"derived":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":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":403,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"width","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":0,"id":406,"many":false,"required":false,"eClass":"EParameter"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderType","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnect","lowerBound":0,"id":427,"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":428,"derived":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":429,"derived":false},{"container":false,"ordered":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":430,"derived":false},{"container":false,"ordered":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":431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bendpoints","changeable":true,"resolveProxies":false,"lowerBound":0,"id":432,"derived":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":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":439,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EParameter"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"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":449,"derived":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":450,"derived":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":451,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endY","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"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":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineColor","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":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":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textPosition","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"textAlignment","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"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":470,"derived":false},{"id":471,"eClass":"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":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLocation","lowerBound":0,"id":474,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSize","lowerBound":0,"id":475,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":476,"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":477,"derived":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":478,"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":479,"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":480,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EParameter"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"width","lowerBound":0,"id":485,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":0,"id":486,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"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":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"viewpoint","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchimateConcept","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setArchimateConcept","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addArchimateConceptToModel","lowerBound":0,"id":501,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeArchimateConceptFromModel","lowerBound":0,"id":502,"many":false,"required":false,"eClass":"EOperation"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"concept","lowerBound":0,"id":505,"many":false,"required":false,"eClass":"EParameter"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parent","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"archimateElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":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":"figureDelegateType","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"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"archimateRelationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"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":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":2,"target":0},{"source":2,"target":133},{"source":2,"target":134},{"source":133,"target":135},{"source":133,"target":2},{"source":133,"target":136},{"source":136,"target":137},{"source":136,"target":133},{"source":134,"target":2},{"source":134,"target":138},{"source":134,"target":139},{"source":138,"target":140},{"source":138,"target":134},{"source":139,"target":141},{"source":139,"target":134},{"source":3,"target":0},{"source":3,"target":142},{"source":142,"target":143},{"source":142,"target":3},{"source":4,"target":0},{"source":4,"target":144},{"source":4,"target":145},{"source":144,"target":146},{"source":144,"target":4},{"source":145,"target":147},{"source":145,"target":4},{"source":5,"target":0},{"source":5,"target":148},{"source":148,"target":4},{"source":148,"target":149},{"source":148,"target":5},{"source":149,"target":4},{"source":6,"target":0},{"source":6,"target":150},{"source":150,"target":4},{"source":150,"target":151},{"source":150,"target":6},{"source":151,"target":4},{"source":7,"target":0},{"source":7,"target":152},{"source":152,"target":153},{"source":152,"target":7},{"source":8,"target":0},{"source":8,"target":154},{"source":154,"target":155},{"source":154,"target":8},{"source":9,"target":0},{"source":9,"target":156},{"source":156,"target":157},{"source":156,"target":9},{"source":10,"target":0},{"source":10,"target":158},{"source":158,"target":159},{"source":158,"target":10},{"source":11,"target":0},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":11,"target":169},{"source":160,"target":11},{"source":161,"target":11},{"source":162,"target":11},{"source":163,"target":11},{"source":164,"target":11},{"source":165,"target":11},{"source":166,"target":11},{"source":167,"target":11},{"source":168,"target":11},{"source":169,"target":11},{"source":12,"target":0},{"source":12,"target":170},{"source":170,"target":13},{"source":170,"target":171},{"source":170,"target":12},{"source":171,"target":13},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":12},{"source":13,"target":9},{"source":13,"target":5},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":174},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":172,"target":178},{"source":172,"target":13},{"source":173,"target":11},{"source":173,"target":179},{"source":173,"target":13},{"source":179,"target":11},{"source":174,"target":14},{"source":175,"target":12},{"source":176,"target":9},{"source":177,"target":5},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":7},{"source":14,"target":3},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":180,"target":35},{"source":180,"target":184},{"source":180,"target":14},{"source":184,"target":35},{"source":181,"target":2},{"source":182,"target":7},{"source":183,"target":3},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":10},{"source":15,"target":9},{"source":15,"target":5},{"source":15,"target":185},{"source":15,"target":186},{"source":15,"target":187},{"source":15,"target":188},{"source":185,"target":14},{"source":186,"target":10},{"source":187,"target":9},{"source":188,"target":5},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":189},{"source":189,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":190},{"source":17,"target":191},{"source":17,"target":192},{"source":17,"target":193},{"source":17,"target":194},{"source":17,"target":195},{"source":190,"target":17},{"source":190,"target":196},{"source":190,"target":197},{"source":196,"target":15},{"source":196,"target":198},{"source":196,"target":190},{"source":198,"target":15},{"source":197,"target":15},{"source":197,"target":199},{"source":197,"target":190},{"source":199,"target":15},{"source":191,"target":17},{"source":192,"target":17},{"source":193,"target":15},{"source":193,"target":200},{"source":193,"target":17},{"source":200,"target":15},{"source":194,"target":15},{"source":194,"target":201},{"source":194,"target":17},{"source":201,"target":15},{"source":195,"target":15},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":202},{"source":202,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":203},{"source":203,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":204},{"source":204,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":205},{"source":205,"target":16},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":30},{"source":22,"target":206},{"source":22,"target":207},{"source":206,"target":21},{"source":207,"target":30},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":208},{"source":208,"target":16},{"source":24,"target":0},{"source":24,"target":16},{"source":24,"target":209},{"source":209,"target":16},{"source":25,"target":0},{"source":25,"target":16},{"source":25,"target":210},{"source":210,"target":16},{"source":26,"target":0},{"source":26,"target":16},{"source":26,"target":211},{"source":211,"target":16},{"source":27,"target":0},{"source":27,"target":16},{"source":27,"target":212},{"source":212,"target":16},{"source":28,"target":0},{"source":28,"target":16},{"source":28,"target":213},{"source":213,"target":16},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":214},{"source":214,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":215},{"source":215,"target":28},{"source":31,"target":0},{"source":31,"target":17},{"source":31,"target":216},{"source":216,"target":17},{"source":32,"target":0},{"source":32,"target":17},{"source":32,"target":217},{"source":217,"target":17},{"source":33,"target":0},{"source":33,"target":17},{"source":33,"target":218},{"source":218,"target":17},{"source":34,"target":0},{"source":34,"target":17},{"source":34,"target":219},{"source":219,"target":17},{"source":35,"target":0},{"source":35,"target":12},{"source":35,"target":14},{"source":35,"target":5},{"source":35,"target":220},{"source":35,"target":221},{"source":35,"target":222},{"source":35,"target":223},{"source":35,"target":224},{"source":35,"target":225},{"source":35,"target":226},{"source":35,"target":227},{"source":35,"target":228},{"source":35,"target":229},{"source":35,"target":230},{"source":35,"target":231},{"source":220,"target":35},{"source":221,"target":13},{"source":221,"target":232},{"source":221,"target":35},{"source":221,"target":233},{"source":232,"target":13},{"source":233,"target":234},{"source":233,"target":221},{"source":222,"target":110},{"source":222,"target":235},{"source":222,"target":35},{"source":235,"target":110},{"source":223,"target":110},{"source":223,"target":236},{"source":223,"target":35},{"source":236,"target":110},{"source":224,"target":13},{"source":224,"target":237},{"source":224,"target":35},{"source":224,"target":238},{"source":237,"target":13},{"source":238,"target":11},{"source":238,"target":239},{"source":238,"target":224},{"source":239,"target":11},{"source":225,"target":240},{"source":225,"target":35},{"source":226,"target":1},{"source":226,"target":241},{"source":226,"target":35},{"source":241,"target":1},{"source":227,"target":242},{"source":227,"target":35},{"source":228,"target":6},{"source":228,"target":243},{"source":228,"target":35},{"source":243,"target":6},{"source":229,"target":12},{"source":230,"target":14},{"source":231,"target":5},{"source":36,"target":0},{"source":36,"target":16},{"source":36,"target":244},{"source":36,"target":245},{"source":244,"target":246},{"source":244,"target":36},{"source":245,"target":16},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":29},{"source":37,"target":247},{"source":37,"target":248},{"source":247,"target":20},{"source":248,"target":29},{"source":38,"target":0},{"source":38,"target":20},{"source":38,"target":29},{"source":38,"target":249},{"source":38,"target":250},{"source":249,"target":20},{"source":250,"target":29},{"source":39,"target":0},{"source":39,"target":20},{"source":39,"target":27},{"source":39,"target":251},{"source":39,"target":252},{"source":251,"target":20},{"source":252,"target":27},{"source":40,"target":0},{"source":40,"target":20},{"source":40,"target":27},{"source":40,"target":253},{"source":40,"target":254},{"source":253,"target":20},{"source":254,"target":27},{"source":41,"target":0},{"source":41,"target":20},{"source":41,"target":27},{"source":41,"target":255},{"source":41,"target":256},{"source":255,"target":20},{"source":256,"target":27},{"source":42,"target":0},{"source":42,"target":20},{"source":42,"target":29},{"source":42,"target":257},{"source":42,"target":258},{"source":257,"target":20},{"source":258,"target":29},{"source":43,"target":0},{"source":43,"target":20},{"source":43,"target":27},{"source":43,"target":259},{"source":43,"target":260},{"source":259,"target":20},{"source":260,"target":27},{"source":44,"target":0},{"source":44,"target":20},{"source":44,"target":27},{"source":44,"target":261},{"source":44,"target":262},{"source":261,"target":20},{"source":262,"target":27},{"source":45,"target":0},{"source":45,"target":22},{"source":45,"target":263},{"source":263,"target":22},{"source":46,"target":0},{"source":46,"target":24},{"source":46,"target":264},{"source":264,"target":24},{"source":47,"target":0},{"source":47,"target":19},{"source":47,"target":29},{"source":47,"target":265},{"source":47,"target":266},{"source":265,"target":19},{"source":266,"target":29},{"source":48,"target":0},{"source":48,"target":19},{"source":48,"target":29},{"source":48,"target":267},{"source":48,"target":268},{"source":267,"target":19},{"source":268,"target":29},{"source":49,"target":0},{"source":49,"target":19},{"source":49,"target":27},{"source":49,"target":269},{"source":49,"target":270},{"source":269,"target":19},{"source":270,"target":27},{"source":50,"target":0},{"source":50,"target":19},{"source":50,"target":27},{"source":50,"target":271},{"source":50,"target":272},{"source":271,"target":19},{"source":272,"target":27},{"source":51,"target":0},{"source":51,"target":19},{"source":51,"target":27},{"source":51,"target":273},{"source":51,"target":274},{"source":273,"target":19},{"source":274,"target":27},{"source":52,"target":0},{"source":52,"target":19},{"source":52,"target":29},{"source":52,"target":275},{"source":52,"target":276},{"source":275,"target":19},{"source":276,"target":29},{"source":53,"target":0},{"source":53,"target":19},{"source":53,"target":30},{"source":53,"target":277},{"source":53,"target":278},{"source":277,"target":19},{"source":278,"target":30},{"source":54,"target":0},{"source":54,"target":19},{"source":54,"target":27},{"source":54,"target":279},{"source":54,"target":280},{"source":279,"target":19},{"source":280,"target":27},{"source":55,"target":0},{"source":55,"target":19},{"source":55,"target":29},{"source":55,"target":281},{"source":55,"target":282},{"source":281,"target":19},{"source":282,"target":29},{"source":56,"target":0},{"source":56,"target":19},{"source":56,"target":27},{"source":56,"target":283},{"source":56,"target":284},{"source":283,"target":19},{"source":284,"target":27},{"source":57,"target":0},{"source":57,"target":18},{"source":57,"target":27},{"source":57,"target":285},{"source":57,"target":286},{"source":285,"target":18},{"source":286,"target":27},{"source":58,"target":0},{"source":58,"target":21},{"source":58,"target":29},{"source":58,"target":287},{"source":58,"target":288},{"source":287,"target":21},{"source":288,"target":29},{"source":59,"target":0},{"source":59,"target":19},{"source":59,"target":30},{"source":59,"target":289},{"source":59,"target":290},{"source":289,"target":19},{"source":290,"target":30},{"source":60,"target":0},{"source":60,"target":24},{"source":60,"target":291},{"source":291,"target":24},{"source":61,"target":0},{"source":61,"target":18},{"source":61,"target":27},{"source":61,"target":292},{"source":61,"target":293},{"source":292,"target":18},{"source":293,"target":27},{"source":62,"target":0},{"source":62,"target":20},{"source":62,"target":30},{"source":62,"target":294},{"source":62,"target":295},{"source":294,"target":20},{"source":295,"target":30},{"source":63,"target":0},{"source":63,"target":25},{"source":63,"target":30},{"source":63,"target":296},{"source":63,"target":297},{"source":296,"target":25},{"source":297,"target":30},{"source":64,"target":0},{"source":64,"target":21},{"source":64,"target":29},{"source":64,"target":298},{"source":64,"target":299},{"source":298,"target":21},{"source":299,"target":29},{"source":65,"target":0},{"source":65,"target":23},{"source":65,"target":29},{"source":65,"target":300},{"source":65,"target":301},{"source":300,"target":23},{"source":301,"target":29},{"source":66,"target":0},{"source":66,"target":24},{"source":66,"target":302},{"source":302,"target":24},{"source":67,"target":0},{"source":67,"target":23},{"source":67,"target":29},{"source":67,"target":303},{"source":67,"target":304},{"source":303,"target":23},{"source":304,"target":29},{"source":68,"target":0},{"source":68,"target":23},{"source":68,"target":29},{"source":68,"target":305},{"source":68,"target":306},{"source":305,"target":23},{"source":306,"target":29},{"source":69,"target":0},{"source":69,"target":25},{"source":69,"target":30},{"source":69,"target":307},{"source":69,"target":308},{"source":307,"target":25},{"source":308,"target":30},{"source":70,"target":0},{"source":70,"target":24},{"source":70,"target":309},{"source":309,"target":24},{"source":71,"target":0},{"source":71,"target":26},{"source":71,"target":310},{"source":310,"target":26},{"source":72,"target":0},{"source":72,"target":25},{"source":72,"target":311},{"source":311,"target":25},{"source":73,"target":0},{"source":73,"target":26},{"source":73,"target":312},{"source":312,"target":26},{"source":74,"target":0},{"source":74,"target":23},{"source":74,"target":30},{"source":74,"target":313},{"source":74,"target":314},{"source":313,"target":23},{"source":314,"target":30},{"source":75,"target":0},{"source":75,"target":24},{"source":75,"target":315},{"source":315,"target":24},{"source":76,"target":0},{"source":76,"target":21},{"source":76,"target":29},{"source":76,"target":316},{"source":76,"target":317},{"source":316,"target":21},{"source":317,"target":29},{"source":77,"target":0},{"source":77,"target":24},{"source":77,"target":318},{"source":318,"target":24},{"source":78,"target":0},{"source":78,"target":21},{"source":78,"target":319},{"source":319,"target":21},{"source":79,"target":0},{"source":79,"target":25},{"source":79,"target":26},{"source":79,"target":320},{"source":79,"target":321},{"source":320,"target":25},{"source":321,"target":26},{"source":80,"target":0},{"source":80,"target":24},{"source":80,"target":322},{"source":322,"target":24},{"source":81,"target":0},{"source":81,"target":19},{"source":81,"target":26},{"source":81,"target":323},{"source":81,"target":324},{"source":323,"target":19},{"source":324,"target":26},{"source":82,"target":0},{"source":82,"target":19},{"source":82,"target":30},{"source":82,"target":325},{"source":82,"target":326},{"source":325,"target":19},{"source":326,"target":30},{"source":83,"target":0},{"source":83,"target":18},{"source":83,"target":28},{"source":83,"target":327},{"source":83,"target":328},{"source":327,"target":18},{"source":328,"target":28},{"source":84,"target":0},{"source":84,"target":24},{"source":84,"target":329},{"source":329,"target":24},{"source":85,"target":0},{"source":85,"target":24},{"source":85,"target":29},{"source":85,"target":330},{"source":85,"target":331},{"source":330,"target":24},{"source":331,"target":29},{"source":86,"target":0},{"source":86,"target":21},{"source":86,"target":29},{"source":86,"target":332},{"source":86,"target":333},{"source":332,"target":21},{"source":333,"target":29},{"source":87,"target":0},{"source":87,"target":21},{"source":87,"target":29},{"source":87,"target":334},{"source":87,"target":335},{"source":334,"target":21},{"source":335,"target":29},{"source":88,"target":0},{"source":88,"target":21},{"source":88,"target":27},{"source":88,"target":336},{"source":88,"target":337},{"source":336,"target":21},{"source":337,"target":27},{"source":89,"target":0},{"source":89,"target":21},{"source":89,"target":27},{"source":89,"target":338},{"source":89,"target":339},{"source":338,"target":21},{"source":339,"target":27},{"source":90,"target":0},{"source":90,"target":21},{"source":90,"target":29},{"source":90,"target":340},{"source":90,"target":341},{"source":340,"target":21},{"source":341,"target":29},{"source":91,"target":0},{"source":91,"target":21},{"source":91,"target":27},{"source":91,"target":342},{"source":91,"target":343},{"source":342,"target":21},{"source":343,"target":27},{"source":92,"target":0},{"source":92,"target":21},{"source":92,"target":27},{"source":92,"target":344},{"source":92,"target":345},{"source":344,"target":21},{"source":345,"target":27},{"source":93,"target":0},{"source":93,"target":21},{"source":93,"target":27},{"source":93,"target":346},{"source":93,"target":347},{"source":346,"target":21},{"source":347,"target":27},{"source":94,"target":0},{"source":94,"target":24},{"source":94,"target":348},{"source":348,"target":24},{"source":95,"target":0},{"source":95,"target":25},{"source":95,"target":27},{"source":95,"target":349},{"source":95,"target":350},{"source":349,"target":25},{"source":350,"target":27},{"source":96,"target":0},{"source":96,"target":32},{"source":96,"target":351},{"source":96,"target":352},{"source":351,"target":353},{"source":351,"target":96},{"source":352,"target":32},{"source":97,"target":0},{"source":97,"target":31},{"source":97,"target":354},{"source":354,"target":31},{"source":98,"target":0},{"source":98,"target":31},{"source":98,"target":355},{"source":355,"target":31},{"source":99,"target":0},{"source":99,"target":34},{"source":99,"target":356},{"source":356,"target":34},{"source":100,"target":0},{"source":100,"target":31},{"source":100,"target":357},{"source":357,"target":31},{"source":101,"target":0},{"source":101,"target":33},{"source":101,"target":358},{"source":358,"target":33},{"source":102,"target":0},{"source":102,"target":32},{"source":102,"target":359},{"source":102,"target":360},{"source":359,"target":361},{"source":359,"target":102},{"source":360,"target":32},{"source":103,"target":0},{"source":103,"target":31},{"source":103,"target":362},{"source":362,"target":31},{"source":104,"target":0},{"source":104,"target":32},{"source":104,"target":363},{"source":363,"target":32},{"source":105,"target":0},{"source":105,"target":34},{"source":105,"target":364},{"source":364,"target":34},{"source":106,"target":0},{"source":106,"target":33},{"source":106,"target":365},{"source":365,"target":33},{"source":107,"target":0},{"source":107,"target":3},{"source":107,"target":10},{"source":107,"target":2},{"source":107,"target":7},{"source":107,"target":366},{"source":107,"target":367},{"source":107,"target":368},{"source":107,"target":369},{"source":107,"target":370},{"source":366,"target":110},{"source":366,"target":371},{"source":366,"target":107},{"source":371,"target":110},{"source":367,"target":3},{"source":368,"target":10},{"source":369,"target":2},{"source":370,"target":7},{"source":108,"target":0},{"source":108,"target":107},{"source":108,"target":372},{"source":108,"target":373},{"source":108,"target":374},{"source":108,"target":375},{"source":108,"target":376},{"source":372,"target":108},{"source":372,"target":377},{"source":377,"target":116},{"source":377,"target":378},{"source":377,"target":372},{"source":378,"target":116},{"source":373,"target":108},{"source":373,"target":379},{"source":379,"target":116},{"source":379,"target":380},{"source":379,"target":373},{"source":380,"target":116},{"source":374,"target":116},{"source":374,"target":381},{"source":374,"target":108},{"source":381,"target":116},{"source":375,"target":116},{"source":375,"target":382},{"source":375,"target":108},{"source":382,"target":116},{"source":376,"target":107},{"source":109,"target":0},{"source":109,"target":107},{"source":109,"target":383},{"source":109,"target":384},{"source":383,"target":112},{"source":383,"target":385},{"source":383,"target":109},{"source":385,"target":112},{"source":384,"target":107},{"source":110,"target":0},{"source":110,"target":14},{"source":110,"target":109},{"source":110,"target":9},{"source":110,"target":5},{"source":110,"target":386},{"source":110,"target":387},{"source":110,"target":388},{"source":110,"target":389},{"source":110,"target":390},{"source":386,"target":391},{"source":386,"target":110},{"source":387,"target":14},{"source":388,"target":109},{"source":389,"target":9},{"source":390,"target":5},{"source":111,"target":0},{"source":111,"target":112},{"source":111,"target":120},{"source":111,"target":392},{"source":111,"target":393},{"source":111,"target":394},{"source":392,"target":110},{"source":392,"target":395},{"source":392,"target":111},{"source":395,"target":110},{"source":393,"target":112},{"source":394,"target":120},{"source":112,"target":0},{"source":112,"target":108},{"source":112,"target":119},{"source":112,"target":118},{"source":112,"target":121},{"source":112,"target":396},{"source":112,"target":397},{"source":112,"target":398},{"source":112,"target":399},{"source":112,"target":400},{"source":112,"target":401},{"source":112,"target":402},{"source":396,"target":112},{"source":396,"target":403},{"source":396,"target":404},{"source":396,"target":405},{"source":396,"target":406},{"source":403,"target":407},{"source":403,"target":396},{"source":404,"target":408},{"source":404,"target":396},{"source":405,"target":409},{"source":405,"target":396},{"source":406,"target":410},{"source":406,"target":396},{"source":397,"target":124},{"source":397,"target":411},{"source":397,"target":112},{"source":411,"target":124},{"source":398,"target":412},{"source":398,"target":112},{"source":399,"target":108},{"source":400,"target":119},{"source":401,"target":118},{"source":402,"target":121},{"source":113,"target":0},{"source":113,"target":112},{"source":113,"target":109},{"source":113,"target":9},{"source":113,"target":5},{"source":113,"target":413},{"source":113,"target":414},{"source":113,"target":415},{"source":113,"target":416},{"source":413,"target":112},{"source":414,"target":109},{"source":415,"target":9},{"source":416,"target":5},{"source":114,"target":0},{"source":114,"target":112},{"source":114,"target":8},{"source":114,"target":120},{"source":114,"target":417},{"source":114,"target":418},{"source":114,"target":419},{"source":114,"target":420},{"source":417,"target":421},{"source":417,"target":114},{"source":418,"target":112},{"source":419,"target":8},{"source":420,"target":120},{"source":115,"target":0},{"source":115,"target":112},{"source":115,"target":122},{"source":115,"target":123},{"source":115,"target":422},{"source":115,"target":423},{"source":115,"target":424},{"source":422,"target":112},{"source":423,"target":122},{"source":424,"target":123},{"source":116,"target":0},{"source":116,"target":108},{"source":116,"target":119},{"source":116,"target":5},{"source":116,"target":9},{"source":116,"target":118},{"source":116,"target":425},{"source":116,"target":426},{"source":116,"target":427},{"source":116,"target":428},{"source":116,"target":429},{"source":116,"target":430},{"source":116,"target":431},{"source":116,"target":432},{"source":116,"target":433},{"source":116,"target":434},{"source":116,"target":435},{"source":116,"target":436},{"source":116,"target":437},{"source":116,"target":438},{"source":425,"target":116},{"source":425,"target":439},{"source":425,"target":440},{"source":439,"target":108},{"source":439,"target":441},{"source":439,"target":425},{"source":441,"target":108},{"source":440,"target":108},{"source":440,"target":442},{"source":440,"target":425},{"source":442,"target":108},{"source":426,"target":116},{"source":427,"target":116},{"source":428,"target":443},{"source":428,"target":116},{"source":429,"target":444},{"source":429,"target":116},{"source":430,"target":108},{"source":430,"target":445},{"source":430,"target":116},{"source":445,"target":108},{"source":431,"target":108},{"source":431,"target":446},{"source":431,"target":116},{"source":446,"target":108},{"source":432,"target":117},{"source":432,"target":447},{"source":432,"target":116},{"source":447,"target":117},{"source":433,"target":448},{"source":433,"target":116},{"source":434,"target":108},{"source":435,"target":119},{"source":436,"target":5},{"source":437,"target":9},{"source":438,"target":118},{"source":117,"target":0},{"source":117,"target":10},{"source":117,"target":449},{"source":117,"target":450},{"source":117,"target":451},{"source":117,"target":452},{"source":117,"target":453},{"source":449,"target":454},{"source":449,"target":117},{"source":450,"target":455},{"source":450,"target":117},{"source":451,"target":456},{"source":451,"target":117},{"source":452,"target":457},{"source":452,"target":117},{"source":453,"target":10},{"source":118,"target":0},{"source":118,"target":458},{"source":118,"target":459},{"source":458,"target":460},{"source":458,"target":118},{"source":459,"target":461},{"source":459,"target":118},{"source":119,"target":0},{"source":119,"target":462},{"source":119,"target":463},{"source":462,"target":464},{"source":462,"target":119},{"source":463,"target":465},{"source":463,"target":119},{"source":120,"target":0},{"source":120,"target":466},{"source":466,"target":467},{"source":466,"target":120},{"source":121,"target":0},{"source":121,"target":468},{"source":468,"target":469},{"source":468,"target":121},{"source":122,"target":0},{"source":122,"target":470},{"source":470,"target":471},{"source":470,"target":122},{"source":123,"target":0},{"source":123,"target":472},{"source":472,"target":473},{"source":472,"target":123},{"source":124,"target":0},{"source":124,"target":474},{"source":124,"target":475},{"source":124,"target":476},{"source":124,"target":477},{"source":124,"target":478},{"source":124,"target":479},{"source":124,"target":480},{"source":474,"target":124},{"source":474,"target":481},{"source":474,"target":482},{"source":481,"target":483},{"source":481,"target":474},{"source":482,"target":484},{"source":482,"target":474},{"source":475,"target":124},{"source":475,"target":485},{"source":475,"target":486},{"source":485,"target":487},{"source":485,"target":475},{"source":486,"target":488},{"source":486,"target":475},{"source":476,"target":124},{"source":476,"target":489},{"source":476,"target":124},{"source":489,"target":124},{"source":477,"target":490},{"source":477,"target":124},{"source":478,"target":491},{"source":478,"target":124},{"source":479,"target":492},{"source":479,"target":124},{"source":480,"target":493},{"source":480,"target":124},{"source":125,"target":0},{"source":125,"target":494},{"source":494,"target":495},{"source":494,"target":125},{"source":126,"target":0},{"source":126,"target":110},{"source":126,"target":496},{"source":126,"target":497},{"source":496,"target":498},{"source":496,"target":126},{"source":497,"target":110},{"source":127,"target":0},{"source":127,"target":108},{"source":127,"target":499},{"source":127,"target":500},{"source":127,"target":501},{"source":127,"target":502},{"source":127,"target":503},{"source":499,"target":15},{"source":499,"target":504},{"source":499,"target":127},{"source":504,"target":15},{"source":500,"target":127},{"source":500,"target":505},{"source":505,"target":15},{"source":505,"target":506},{"source":505,"target":500},{"source":506,"target":15},{"source":501,"target":127},{"source":501,"target":507},{"source":507,"target":13},{"source":507,"target":508},{"source":507,"target":501},{"source":508,"target":13},{"source":502,"target":127},{"source":503,"target":108},{"source":128,"target":0},{"source":128,"target":112},{"source":128,"target":109},{"source":128,"target":127},{"source":128,"target":120},{"source":128,"target":509},{"source":128,"target":510},{"source":128,"target":511},{"source":128,"target":512},{"source":128,"target":513},{"source":128,"target":514},{"source":509,"target":16},{"source":509,"target":515},{"source":509,"target":128},{"source":515,"target":16},{"source":510,"target":516},{"source":510,"target":128},{"source":516,"target":517},{"source":511,"target":112},{"source":512,"target":109},{"source":513,"target":127},{"source":514,"target":120},{"source":129,"target":0},{"source":129,"target":116},{"source":129,"target":127},{"source":129,"target":518},{"source":129,"target":519},{"source":129,"target":520},{"source":518,"target":17},{"source":518,"target":521},{"source":518,"target":129},{"source":521,"target":17},{"source":519,"target":116},{"source":520,"target":127},{"source":130,"target":0},{"source":130,"target":110},{"source":130,"target":522},{"source":130,"target":523},{"source":522,"target":524},{"source":522,"target":130},{"source":523,"target":110},{"source":131,"target":0},{"source":131,"target":112},{"source":131,"target":109},{"source":131,"target":8},{"source":131,"target":5},{"source":131,"target":120},{"source":131,"target":525},{"source":131,"target":526},{"source":131,"target":527},{"source":131,"target":528},{"source":131,"target":529},{"source":525,"target":112},{"source":526,"target":109},{"source":527,"target":8},{"source":528,"target":5},{"source":529,"target":120},{"source":132,"target":0},{"source":132,"target":112},{"source":132,"target":9},{"source":132,"target":5},{"source":132,"target":530},{"source":132,"target":531},{"source":132,"target":532},{"source":530,"target":112},{"source":531,"target":9},{"source":532,"target":5}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/sikessle/ecore-texo-server-spray/model/PetriNet.ecore
PetriNet Place name token inputArc outputArc Transition name inputArc outputArc InputArc place transition OutputArc place transition Token Net place token inputArc outputArc
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="PetriNet" nsURI="http://www.htwg-konstanz.de/spray/petriNet" nsPrefix="petriNet"> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="identifiable.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="token" upperBound="-1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputArc" upperBound="-1" eType="#//InputArc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputArc" upperBound="-1" eType="#//OutputArc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="identifiable.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputArc" upperBound="-1" eType="#//InputArc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputArc" upperBound="-1" eType="#//OutputArc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputArc" eSuperTypes="identifiable.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputArc" eSuperTypes="identifiable.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token" eSuperTypes="identifiable.ecore#//Identifiable"/> <eClassifiers xsi:type="ecore:EClass" name="Net" eSuperTypes="identifiable.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="token" upperBound="-1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputArc" upperBound="-1" eType="#//InputArc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputArc" upperBound="-1" eType="#//OutputArc" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petriNet","nsURI":"http://www.htwg-konstanz.de/spray/petriNet","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputArc","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputArc","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputArc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outputArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputArc","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":"outputArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","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":"transition","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":"place","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":"transition","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":"place","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":"token","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":"inputArc","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":"outputArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":5},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":5},{"source":9,"target":3},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":3},{"source":10,"target":4},{"source":10,"target":15},{"source":10,"target":1},{"source":15,"target":4},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":3},{"source":18,"target":4},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":1},{"source":23,"target":26},{"source":23,"target":3},{"source":26,"target":1},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":1},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":1},{"source":29,"target":2},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":2},{"source":5,"target":0},{"source":5,"target":33},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":34,"target":1},{"source":34,"target":39},{"source":34,"target":6},{"source":39,"target":1},{"source":35,"target":5},{"source":35,"target":40},{"source":35,"target":6},{"source":40,"target":5},{"source":36,"target":3},{"source":36,"target":41},{"source":36,"target":6},{"source":41,"target":3},{"source":37,"target":4},{"source":37,"target":42},{"source":37,"target":6},{"source":42,"target":4}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/NMFCode/NMF/Interop/EcoreInterop/XMLType.ecore
type AnySimpleType java.lang.Object java.lang.Object AnyType mixed any anyAttribute AnyURI java.lang.String java.lang.String Base64Binary byte[] byte[] Boolean boolean boolean BooleanObject java.lang.Boolean java.lang.Boolean Byte byte byte ByteObject java.lang.Byte java.lang.Byte Date javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar DateTime javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar Decimal java.math.BigDecimal java.math.BigDecimal Double double double DoubleObject java.lang.Double java.lang.Double Duration javax.xml.datatype.Duration javax.xml.datatype.Duration ENTITIES java.util.List java.util.List ENTITIESBase java.util.List java.util.List ENTITY java.lang.String java.lang.String Float float float FloatObject java.lang.Float java.lang.Float GDay javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GMonth javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GMonthDay javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GYear javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar GYearMonth javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar HexBinary byte[] byte[] ID java.lang.String java.lang.String IDREF java.lang.String java.lang.String IDREFS java.util.List java.util.List IDREFSBase java.util.List java.util.List Int int int Integer java.math.BigInteger java.math.BigInteger IntObject java.lang.Integer java.lang.Integer Language java.lang.String java.lang.String Long long long LongObject java.lang.Long java.lang.Long Name java.lang.String java.lang.String NCName java.lang.String java.lang.String NegativeInteger java.math.BigInteger java.math.BigInteger NMTOKEN java.lang.String java.lang.String NMTOKENS java.util.List java.util.List NMTOKENSBase java.util.List java.util.List NonNegativeInteger java.math.BigInteger java.math.BigInteger NonPositiveInteger java.math.BigInteger java.math.BigInteger NormalizedString java.lang.String java.lang.String NOTATION javax.xml.namespace.QName javax.xml.namespace.QName PositiveInteger java.math.BigInteger java.math.BigInteger ProcessingInstruction data target QName javax.xml.namespace.QName javax.xml.namespace.QName Short short short ShortObject java.lang.Short java.lang.Short SimpleAnyType rawValue value instanceType String java.lang.String java.lang.String Time javax.xml.datatype.XMLGregorianCalendar javax.xml.datatype.XMLGregorianCalendar Token java.lang.String java.lang.String UnsignedByte short short UnsignedByteObject java.lang.Short java.lang.Short UnsignedInt long long UnsignedIntObject java.lang.Long java.lang.Long UnsignedLong java.math.BigInteger java.math.BigInteger UnsignedShort int int UnsignedShortObject java.lang.Integer java.lang.Integer XMLTypeDocumentRoot mixed xMLNSPrefixMap xSISchemaLocation cDATA comment processingInstruction 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="type" nsURI="http://www.eclipse.org/emf/2003/XMLType" nsPrefix="ecore.xml.type"> <eClassifiers xsi:type="ecore:EDataType" name="AnySimpleType" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="anySimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="anyType"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AnyURI" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="anyURI"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Base64Binary" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="base64Binary"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="boolean"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="boolean:Object"/> <details key="baseType" value="boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Byte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="byte:Object"/> <details key="baseType" value="byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="date"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DateTime" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="dateTime"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Decimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="decimal"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="double"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="double:Object"/> <details key="baseType" value="double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Duration" instanceClassName="javax.xml.datatype.Duration"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="duration"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ENTITIES" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ENTITIES"/> <details key="baseType" value="ENTITIES_._base"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ENTITIESBase" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ENTITIES_._base"/> <details key="itemType" value="ENTITY"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ENTITY" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ENTITY"/> <details key="baseType" value="NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Float" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="float"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="float:Object"/> <details key="baseType" value="float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GDay" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gDay"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GMonth" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gMonth"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GMonthDay" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gMonthDay"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GYear" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gYear"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="GYearMonth" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="gYearMonth"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="HexBinary" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="hexBinary"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ID" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ID"/> <details key="baseType" value="NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IDREF" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IDREF"/> <details key="baseType" value="NCName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IDREFS" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IDREFS"/> <details key="baseType" value="IDREFS_._base"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IDREFSBase" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IDREFS_._base"/> <details key="itemType" value="IDREF"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Int" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IntObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="int:Object"/> <details key="baseType" value="int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Language" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="language"/> <details key="baseType" value="token"/> <details key="pattern" value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Long" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="LongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="long:Object"/> <details key="baseType" value="long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Name" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Name"/> <details key="baseType" value="token"/> <details key="pattern" value="\i\c*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NCName" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NCName"/> <details key="baseType" value="Name"/> <details key="pattern" value="[\i-[:]][\c-[:]]*"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NegativeInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="negativeInteger"/> <details key="baseType" value="nonPositiveInteger"/> <details key="maxInclusive" value="-1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NMTOKEN" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NMTOKEN"/> <details key="baseType" value="token"/> <details key="pattern" value="\c+"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NMTOKENS" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NMTOKENS"/> <details key="baseType" value="NMTOKENS_._base"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NMTOKENSBase" instanceClassName="java.util.List"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NMTOKENS_._base"/> <details key="itemType" value="NMTOKEN"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NonNegativeInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="nonNegativeInteger"/> <details key="baseType" value="integer"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NonPositiveInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="nonPositiveInteger"/> <details key="baseType" value="integer"/> <details key="maxInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NormalizedString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="normalizedString"/> <details key="baseType" value="string"/> <details key="whiteSpace" value="replace"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NOTATION" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NOTATION"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PositiveInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="positiveInteger"/> <details key="baseType" value="nonNegativeInteger"/> <details key="minInclusive" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingInstruction"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="processingInstruction_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="data"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="#//String"> <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:EDataType" name="QName" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="QName"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Short" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="short:Object"/> <details key="baseType" value="short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleAnyType" eSuperTypes="#//AnyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="simpleAnyType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rawValue" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":3"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//AnySimpleType" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":4"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":5"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="string"/> <details key="whiteSpace" value="preserve"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Time" instanceClassName="javax.xml.datatype.XMLGregorianCalendar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="time"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Token" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="token"/> <details key="baseType" value="normalizedString"/> <details key="whiteSpace" value="collapse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedByte" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedByte"/> <details key="maxInclusive" value="255"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedByteObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedByte:Object"/> <details key="baseType" value="unsignedByte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedInt" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedInt"/> <details key="maxInclusive" value="4294967295"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedIntObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedInt:Object"/> <details key="baseType" value="unsignedInt"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedLong" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedLong"/> <details key="baseType" value="nonNegativeInteger"/> <details key="maxInclusive" value="18446744073709551615"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedShort" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedShort"/> <details key="maxInclusive" value="65535"/> <details key="minInclusive" value="0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnsignedShortObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="unsignedShort:Object"/> <details key="baseType" value="unsignedShort"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XMLTypeDocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cDATA" unique="false" upperBound="-2" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cDATA"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" unique="false" upperBound="-2" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="comment"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processingInstruction" upperBound="-2" eType="#//ProcessingInstruction" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="processingInstruction"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" unique="false" upperBound="-2" eType="#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="text"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedGetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore.xml.type","nsURI":"http://www.eclipse.org/emf/2003/XMLType","name":"type","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"AnySimpleType","instanceClass":"java.lang.Object","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AnyURI","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"Base64Binary","instanceClass":"[B","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"BooleanObject","instanceClass":"java.lang.Boolean","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"Byte","instanceClass":"byte","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"ByteObject","instanceClass":"java.lang.Byte","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"Date","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"DateTime","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"Decimal","instanceClass":"java.math.BigDecimal","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"DoubleObject","instanceClass":"java.lang.Double","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.Duration","defaultValue":null,"instanceClassName":"javax.xml.datatype.Duration","name":"Duration","instanceClass":"javax.xml.datatype.Duration","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"ENTITIES","instanceClass":"java.util.List","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"ENTITIESBase","instanceClass":"java.util.List","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ENTITY","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"Float","instanceClass":"float","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"FloatObject","instanceClass":"java.lang.Float","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GDay","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GMonth","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GMonthDay","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GYear","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"GYearMonth","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"HexBinary","instanceClass":"[B","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ID","instanceClass":"java.lang.String","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"IDREF","instanceClass":"java.lang.String","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IDREFS","instanceClass":"java.util.List","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"IDREFSBase","instanceClass":"java.util.List","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Int","instanceClass":"int","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"Integer","instanceClass":"java.math.BigInteger","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"IntObject","instanceClass":"java.lang.Integer","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Language","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"Long","instanceClass":"long","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"LongObject","instanceClass":"java.lang.Long","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Name","instanceClass":"java.lang.String","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NCName","instanceClass":"java.lang.String","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"NegativeInteger","instanceClass":"java.math.BigInteger","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NMTOKEN","instanceClass":"java.lang.String","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"NMTOKENS","instanceClass":"java.util.List","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"NMTOKENSBase","instanceClass":"java.util.List","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"NonNegativeInteger","instanceClass":"java.math.BigInteger","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"NonPositiveInteger","instanceClass":"java.math.BigInteger","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"NormalizedString","instanceClass":"java.lang.String","id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"NOTATION","instanceClass":"javax.xml.namespace.QName","id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"PositiveInteger","instanceClass":"java.math.BigInteger","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingInstruction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"QName","instanceClass":"javax.xml.namespace.QName","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"Short","instanceClass":"short","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"ShortObject","instanceClass":"java.lang.Short","id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAnyType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.datatype.XMLGregorianCalendar","defaultValue":null,"instanceClassName":"javax.xml.datatype.XMLGregorianCalendar","name":"Time","instanceClass":"javax.xml.datatype.XMLGregorianCalendar","id":53,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Token","instanceClass":"java.lang.String","id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"UnsignedByte","instanceClass":"short","id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"UnsignedByteObject","instanceClass":"java.lang.Short","id":56,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"UnsignedInt","instanceClass":"long","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"UnsignedIntObject","instanceClass":"java.lang.Long","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"UnsignedLong","instanceClass":"java.math.BigInteger","id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnsignedShort","instanceClass":"int","id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnsignedShortObject","instanceClass":"java.lang.Integer","id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLTypeDocumentRoot","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":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":"data","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"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":"rawValue","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","changeable":true,"resolveProxies":false,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"cDATA","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"processingInstruction","changeable":true,"resolveProxies":false,"lowerBound":0,"id":85,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":true},{"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"}],"links":[{"source":0,"target":1},{"source":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":2,"target":0},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":63,"target":66},{"source":63,"target":2},{"source":64,"target":67},{"source":64,"target":2},{"source":65,"target":68},{"source":65,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":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":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":47,"target":69},{"source":47,"target":70},{"source":69,"target":52},{"source":69,"target":71},{"source":69,"target":47},{"source":71,"target":52},{"source":70,"target":52},{"source":70,"target":72},{"source":70,"target":47},{"source":72,"target":52},{"source":48,"target":0},{"source":49,"target":0},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":2},{"source":51,"target":73},{"source":51,"target":74},{"source":51,"target":75},{"source":51,"target":76},{"source":73,"target":52},{"source":73,"target":77},{"source":73,"target":51},{"source":77,"target":52},{"source":74,"target":1},{"source":74,"target":78},{"source":74,"target":51},{"source":78,"target":1},{"source":75,"target":79},{"source":75,"target":51},{"source":76,"target":2},{"source":52,"target":0},{"source":53,"target":0},{"source":54,"target":0},{"source":55,"target":0},{"source":56,"target":0},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":80},{"source":62,"target":81},{"source":62,"target":82},{"source":62,"target":83},{"source":62,"target":84},{"source":62,"target":85},{"source":62,"target":86},{"source":80,"target":87},{"source":80,"target":62},{"source":81,"target":88},{"source":81,"target":62},{"source":82,"target":89},{"source":82,"target":62},{"source":83,"target":52},{"source":83,"target":90},{"source":83,"target":62},{"source":90,"target":52},{"source":84,"target":52},{"source":84,"target":91},{"source":84,"target":62},{"source":91,"target":52},{"source":85,"target":47},{"source":85,"target":92},{"source":85,"target":62},{"source":92,"target":47},{"source":86,"target":52},{"source":86,"target":93},{"source":86,"target":62},{"source":93,"target":52}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/mdsd-team-1/photos-xtend/Grammar/photos-dsl/co.unal.mdd.photos.dsl/model/generated/SoftGalleryLanguage.ecore
softGalleryLanguage Model elements Domain name entitydomain entityfuncs exceptionsdomain Entity elements Entities name atributePhoto atributeAlbum atributeUserDomain AtributePhoto name AtributeAlbum name AtributeUserDomain name Functionality elements Functionalities functions elements items resources aditionals ProfileManagement items ProfileManagementFunctions viewprofileName editProfileName AppAccess items AppAccessFunctions loginName registerName AlbumManagement items AlbumManagementFunctions createdAlbName selectAlbName PhotoActions items PhotoActionsFunctions nameGenerico namePhoto nameLoad LandingActions items LandingFunctions nameCarouselName passPhotoName ExceptionsDomain exceptionsType ExceptionsType photoException albumException userException PhotoException name AlbumException name UserException name Architecture elements NTiers elements Layer layer PresentationLayer presentationLayer PresentationContent elements PresentationSegments presentationSName presentationCName presentationAName BusinessLogicLayer businessLogicLayer BusinessLogicContent businessLogicSegments BusinessLogicSegments name controllerSegmentElement specificationSegmentElement ControllerSegmentElement name SpecificationSegmentElement name criteriaAttributeType CriteriaAttributeType name DataPersistenceLayer elements DataPersistenceContent elements DataPersistenceSegments postSName amazonSName SegmentStructure elements SegmentStructureContent name elements DirectoryContent name directories Directories elements SingleFile name MultipleFile name LayerRelations layerelations name layerorigin layertarget LayerSource layerelations LayerTarget layerelations ArchitectureComponents archFeComponent archBeComponent archPdComponent FrontEnd name BackEnd name PersistenceDataComponent name NTiersConnections ntierconnections NTierConnectionContent ntierconnection nTierName ntierorigin ntiertarget NTierSource ntierconnection NTierTarget ntierconnection NTiersRelations name Technology name elements Technologies techspring techreact techpostgresql techamazon Spring name elements SpringBootApplication elements Configuration elements EnableGlobalMethodSecurity name EnableAuthorizationServer name EnableResourceServer name EnableWebSecurity name SpringComponent elements OrderSpring name SpringRepository elements SpringRepositories name SpringRepositoryAnnotation name RestController name elements Specification elements Predicate name SearchCriteria name Autowired name ResponseEntity name type elements MappingType RequestMapping value method produces RequestMappingValue name RequestMappingMethod name RequestMappingProduces name PostMapping name GetMapping name PutMapping name DeleteMapping name ResponseParameter elements ResponseParameterAnnotation name ResponseParameterType name ResponseParameterName name ExceptionHandler name elements ExceptionProcess name SpringEntity springEntityAnnotationTypes SpringEntityAnnotationTypes name StorageClient name elements StorageMember name elements StorageMemberType name StorageMemberAnnotation name StorageAction name elements StorageActionAnnotation name StorageActionReturn name StorageActionMember elements StorageActionMemberType name StorageActionMemberName name React name reacts ReactModules reactmodules ReactSubModules reactmodulesconf reactmodulescomp reactmodulesact reactmoduleslib reactmodulesinf ReactConfiguration dependencies configurations ReactDependencies dependencies ReactDependenciesRules name dependencies ReactDependenciesSubRules dependencies SingleDependencies dependencies PackageName name PackageVersion name ReactConfigurations name configurations DOMConfigurations elements name ReactComponents componentslogic componentsui componentstyle ComponentsLogic name logiccomponents LogicContent name logiccomponents LogicStructure appComName logiccomponents indexCompName ComponentsUI name uicomponents UIContent componentcontent subcomponentcontent ViewComponentCont nameView uicontent SubcomponentCont nameSubComp uicontent ComponentClass componentclassimp componentclassfunc componentclassprop ReactImports reactsimports ReactImportContent impName ReactFunctions reactconstructors lifecycleclass reactcorefuncs renderclass ReactConstructor componentstateclass componentfuncclass State statecontents StateContent stateName componentdatatyp CoreFunctionsDeclaration name Props propsconts PropsType nameProps propsdatas ReactCoreFunctions name ComponentsStyles stylescontents ComponentsStylesContent nameStyle stylecontent StyleProperties stylespropscontents StylePropertiesContent propName ReactActions reactactcontent ReactActionsContent reactrelcontent ReactServicesType name reactservcontent ReactServiceContent functName reactservrequest ReactServiceContRequest reactservrequestprops ReactServiceRequestProps reqPropName reqPropDescription ReactServicesRelation servicesrels ReactsRelationServ reactrelationcontent name ReactLibraries reactlibraries ReactLibrary name ReactInfo reactinformation ReactInformation name PostgreSQL name elements Cluster elements Database name elements Schema elements Index_p name ViewSchema name Table_p name elements ForeignKey elements ForeignKey_n name ForeignKeyRef elements RefTable_p name ColumnP name elements DatatypeDB name Constraint name Row name elements Policy name Trigger name Function name PostgresUser name elements Privilege name Query elements Clause name AmazonWebServices name elements AmazonSimpleStorageService elements BatchOperation name Bucket name elements BucketAccess elements PublicAccess name ObjectsPublic name BucketObjectsNotPublic name OnlyAuthorized name AmazonFolder name AmazonFile elements Metadata name AmazonElasticComputeCloud 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="softGalleryLanguage" nsURI="http://www.unal.co/mdd/photos/dsl/SoftGalleryLanguage" nsPrefix="softGalleryLanguage"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entitydomain" upperBound="-1" eType="#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entityfuncs" upperBound="-1" eType="#//Functionality" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionsdomain" upperBound="-1" eType="#//ExceptionsDomain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Entities" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entities"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributePhoto" upperBound="-1" eType="#//AtributePhoto" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributeAlbum" upperBound="-1" eType="#//AtributeAlbum" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="atributeUserDomain" upperBound="-1" eType="#//AtributeUserDomain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtributePhoto"> <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="AtributeAlbum"> <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="AtributeUserDomain"> <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="Functionality"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Functionalities" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Functionalities"> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//ProfileManagement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AppAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//AlbumManagement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//PhotoActions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aditionals" upperBound="-1" eType="#//LandingActions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProfileManagement"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ProfileManagementFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProfileManagementFunctions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewprofileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editProfileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AppAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//AppAccessFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AppAccessFunctions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loginName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="registerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlbumManagement"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//AlbumManagementFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlbumManagementFunctions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdAlbName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectAlbName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhotoActions"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//PhotoActionsFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhotoActionsFunctions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameGenerico" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namePhoto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameLoad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LandingActions"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//LandingFunctions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LandingFunctions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameCarouselName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passPhotoName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionsDomain"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionsType" upperBound="-1" eType="#//ExceptionsType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionsType"> <eStructuralFeatures xsi:type="ecore:EReference" name="photoException" upperBound="-1" eType="#//PhotoException" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="albumException" upperBound="-1" eType="#//AlbumException" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userException" upperBound="-1" eType="#//UserException" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhotoException"> <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="AlbumException"> <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="UserException"> <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="Architecture"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTiers"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layer"> <eStructuralFeatures xsi:type="ecore:EReference" name="layer" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="presentationLayer" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//PresentationSegments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentationSegments"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationSName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationCName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationAName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessLogicLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="businessLogicLayer" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessLogicContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="businessLogicSegments" upperBound="-1" eType="#//BusinessLogicSegments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessLogicSegments"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controllerSegmentElement" upperBound="-1" eType="#//ControllerSegmentElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specificationSegmentElement" upperBound="-1" eType="#//SpecificationSegmentElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControllerSegmentElement"> <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="SpecificationSegmentElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="criteriaAttributeType" upperBound="-1" eType="#//CriteriaAttributeType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CriteriaAttributeType"> <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="DataPersistenceLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DataPersistenceContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPersistenceContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DataPersistenceSegments" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataPersistenceSegments"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postSName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="amazonSName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SegmentStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//SegmentStructureContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SegmentStructureContent"> <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="#//DirectoryContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectoryContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directories" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Directories"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MultipleFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleFile"> <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="MultipleFile"> <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="LayerRelations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layerelations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layerorigin" upperBound="-1" eType="#//LayerSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layertarget" upperBound="-1" eType="#//LayerTarget" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerSource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layerelations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayerTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layerelations" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchitectureComponents"> <eStructuralFeatures xsi:type="ecore:EReference" name="archFeComponent" upperBound="-1" eType="#//FrontEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archBeComponent" upperBound="-1" eType="#//BackEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archPdComponent" upperBound="-1" eType="#//PersistenceDataComponent" 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"/> </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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersistenceDataComponent"> <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="NTiersConnections"> <eStructuralFeatures xsi:type="ecore:EReference" name="ntierconnections" upperBound="-1" eType="#//NTierConnectionContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTierConnectionContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ntierconnection" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nTierName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ntierorigin" upperBound="-1" eType="#//NTierSource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ntiertarget" upperBound="-1" eType="#//NTierTarget" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTierSource"> <eStructuralFeatures xsi:type="ecore:EReference" name="ntierconnection" upperBound="-1" eType="#//NTiersRelations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTierTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="ntierconnection" upperBound="-1" eType="#//NTiersRelations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NTiersRelations"> <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="Technology"> <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="#//Technologies" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Technologies"> <eStructuralFeatures xsi:type="ecore:EReference" name="techspring" upperBound="-1" eType="#//Spring" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="techreact" upperBound="-1" eType="#//React" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="techpostgresql" upperBound="-1" eType="#//PostgreSQL" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="techamazon" upperBound="-1" eType="#//AmazonWebServices" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spring"> <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="#//SpringBootApplication" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpringBootApplication"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnableGlobalMethodSecurity"> <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="EnableAuthorizationServer"> <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="EnableResourceServer"> <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="EnableWebSecurity"> <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="SpringComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//OrderSpring" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderSpring"> <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="SpringRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpringRepositories"> <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="SpringRepositoryAnnotation"> <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="RestController"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specification"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate"> <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="SearchCriteria"> <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="Autowired"> <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="ResponseEntity"> <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" upperBound="-1" eType="#//MappingType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ResponseParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingType"/> <eClassifiers xsi:type="ecore:EClass" name="RequestMapping" eSuperTypes="#//MappingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//RequestMappingValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//RequestMappingMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="produces" upperBound="-1" eType="#//RequestMappingProduces" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequestMappingValue"> <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="RequestMappingMethod"> <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="RequestMappingProduces"> <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="PostMapping" eSuperTypes="#//MappingType"> <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="GetMapping" eSuperTypes="#//MappingType"> <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="PutMapping" eSuperTypes="#//MappingType"> <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="DeleteMapping" eSuperTypes="#//MappingType"> <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="ResponseParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResponseParameterAnnotation"> <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="ResponseParameterType"> <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="ResponseParameterName"> <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="ExceptionHandler"> <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="#//ExceptionProcess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionProcess"> <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="SpringEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="springEntityAnnotationTypes" upperBound="-1" eType="#//SpringEntityAnnotationTypes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpringEntityAnnotationTypes"> <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="StorageClient"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageMember"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageMemberType"> <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="StorageMemberAnnotation"> <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="StorageAction"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageActionAnnotation"> <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="StorageActionReturn"> <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="StorageActionMember"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageActionMemberType"> <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="StorageActionMemberName"> <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="React"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reacts" upperBound="-1" eType="#//ReactModules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactModules"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmodules" upperBound="-1" eType="#//ReactSubModules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactSubModules"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmodulesconf" upperBound="-1" eType="#//ReactConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmodulescomp" upperBound="-1" eType="#//ReactComponents" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmodulesact" upperBound="-1" eType="#//ReactActions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmoduleslib" upperBound="-1" eType="#//ReactLibraries" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactmodulesinf" upperBound="-1" eType="#//ReactInfo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//ReactDependencies" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1" eType="#//ReactConfigurations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactDependencies"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//ReactDependenciesRules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactDependenciesRules"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//ReactDependenciesSubRules" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactDependenciesSubRules"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//SingleDependencies" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleDependencies"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageName"> <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="PackageVersion"> <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="ReactConfigurations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1" eType="#//DOMConfigurations" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DOMConfigurations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactComponents"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentslogic" upperBound="-1" eType="#//ComponentsLogic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentsui" upperBound="-1" eType="#//ComponentsUI" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentstyle" upperBound="-1" eType="#//ComponentsStyles" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentsLogic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logiccomponents" upperBound="-1" eType="#//LogicContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logiccomponents" upperBound="-1" eType="#//LogicStructure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicStructure"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appComName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logiccomponents" upperBound="-1" eType="#//ComponentClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexCompName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentsUI"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uicomponents" upperBound="-1" eType="#//UIContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentcontent" upperBound="-1" eType="#//ViewComponentCont" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subcomponentcontent" upperBound="-1" eType="#//SubcomponentCont" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewComponentCont"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uicontent" upperBound="-1" eType="#//ComponentClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubcomponentCont"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSubComp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uicontent" upperBound="-1" eType="#//ComponentClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentclassimp" upperBound="-1" eType="#//ReactImports" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentclassfunc" upperBound="-1" eType="#//ReactFunctions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentclassprop" upperBound="-1" eType="#//Props" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactImports"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactsimports" upperBound="-1" eType="#//ReactImportContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactImportContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="impName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactFunctions"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactconstructors" upperBound="-1" eType="#//ReactConstructor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lifecycleclass" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactcorefuncs" upperBound="-1" eType="#//ReactCoreFunctions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="renderclass" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactConstructor"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentstateclass" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentfuncclass" upperBound="-1" eType="#//CoreFunctionsDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="statecontents" upperBound="-1" eType="#//StateContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentdatatyp" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoreFunctionsDeclaration"> <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="Props"> <eStructuralFeatures xsi:type="ecore:EReference" name="propsconts" upperBound="-1" eType="#//PropsType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropsType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameProps" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propsdatas" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactCoreFunctions"> <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="ComponentsStyles"> <eStructuralFeatures xsi:type="ecore:EReference" name="stylescontents" upperBound="-1" eType="#//ComponentsStylesContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentsStylesContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameStyle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stylecontent" upperBound="-1" eType="#//StyleProperties" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyleProperties"> <eStructuralFeatures xsi:type="ecore:EReference" name="stylespropscontents" upperBound="-1" eType="#//StylePropertiesContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StylePropertiesContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactActions"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactactcontent" upperBound="-1" eType="#//ReactActionsContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactActionsContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactrelcontent" upperBound="-1" eType="#//ReactServicesRelation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactServicesType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactservcontent" upperBound="-1" eType="#//ReactServiceContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactServiceContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reactservrequest" upperBound="-1" eType="#//ReactServiceContRequest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactServiceContRequest"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactservrequestprops" upperBound="-1" eType="#//ReactServiceRequestProps" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactServiceRequestProps"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reqPropName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reqPropDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactServicesRelation"> <eStructuralFeatures xsi:type="ecore:EReference" name="servicesrels" upperBound="-1" eType="#//ReactsRelationServ" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactsRelationServ"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactrelationcontent" upperBound="-1" eType="#//ReactServicesType" 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="ReactLibraries"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactlibraries" upperBound="-1" eType="#//ReactLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactLibrary"> <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="ReactInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="reactinformation" upperBound="-1" eType="#//ReactInformation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReactInformation"> <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="PostgreSQL"> <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="#//Cluster" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cluster"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Database"> <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="#//Schema" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index_p"> <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="ViewSchema"> <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="Table_p"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey_n"> <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="ForeignKeyRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//RefTable_p" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefTable_p"> <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="ColumnP"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatatypeDB"> <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="Constraint"> <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="Row"> <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="#//Policy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Policy"> <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="Trigger"> <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="Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostgresUser"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Privilege"> <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="Query"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Clause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clause"> <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="AmazonWebServices"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AmazonSimpleStorageService"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BatchOperation"> <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="Bucket"> <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="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BucketAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicAccess"> <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="ObjectsPublic"> <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="BucketObjectsNotPublic"> <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="OnlyAuthorized"> <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="AmazonFolder"> <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="AmazonFile"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Metadata" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata"> <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="AmazonElasticComputeCloud"> <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":"softGalleryLanguage","nsURI":"http://www.unal.co/mdd/photos/dsl/SoftGalleryLanguage","name":"softGalleryLanguage","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":"Domain","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entities","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtributePhoto","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtributeAlbum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtributeUserDomain","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionality","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionalities","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileManagement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileManagementFunctions","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppAccessFunctions","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlbumManagement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlbumManagementFunctions","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhotoActions","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhotoActionsFunctions","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LandingActions","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LandingFunctions","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionsDomain","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionsType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhotoException","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlbumException","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserException","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTiers","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationLayer","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationContent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentationSegments","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessLogicLayer","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessLogicContent","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessLogicSegments","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerSegmentElement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificationSegmentElement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CriteriaAttributeType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPersistenceLayer","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPersistenceContent","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataPersistenceSegments","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegmentStructure","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SegmentStructureContent","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectoryContent","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Directories","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleFile","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleFile","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerRelations","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerSource","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerTarget","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchitectureComponents","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrontEnd","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackEnd","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistenceDataComponent","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTiersConnections","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTierConnectionContent","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTierSource","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTierTarget","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NTiersRelations","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technology","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technologies","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spring","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpringBootApplication","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnableGlobalMethodSecurity","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnableAuthorizationServer","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnableResourceServer","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnableWebSecurity","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpringComponent","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderSpring","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpringRepository","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpringRepositories","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpringRepositoryAnnotation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestController","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchCriteria","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Autowired","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseEntity","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingType","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestMapping","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestMappingValue","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestMappingMethod","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestMappingProduces","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostMapping","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetMapping","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PutMapping","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteMapping","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseParameter","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseParameterAnnotation","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseParameterType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseParameterName","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionProcess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpringEntity","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpringEntityAnnotationTypes","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageClient","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageMember","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageMemberType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageMemberAnnotation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageActionAnnotation","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageActionReturn","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageActionMember","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageActionMemberType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageActionMemberName","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"React","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactModules","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactSubModules","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactConfiguration","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactDependencies","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactDependenciesRules","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactDependenciesSubRules","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleDependencies","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageName","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageVersion","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactConfigurations","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DOMConfigurations","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactComponents","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentsLogic","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicContent","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicStructure","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentsUI","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIContent","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewComponentCont","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubcomponentCont","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentClass","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactImports","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactImportContent","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactFunctions","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactConstructor","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateContent","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreFunctionsDeclaration","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Props","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropsType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactCoreFunctions","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentsStyles","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentsStylesContent","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleProperties","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StylePropertiesContent","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactActions","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactActionsContent","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactServicesType","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactServiceContent","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactServiceContRequest","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactServiceRequestProps","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactServicesRelation","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactsRelationServ","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactLibraries","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactLibrary","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactInfo","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactInformation","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostgreSQL","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cluster","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index_p","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewSchema","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table_p","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey_n","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKeyRef","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefTable_p","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnP","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatatypeDB","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Policy","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostgresUser","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Privilege","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmazonWebServices","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmazonSimpleStorageService","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BatchOperation","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bucket","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BucketAccess","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicAccess","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectsPublic","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BucketObjectsNotPublic","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnlyAuthorized","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmazonFolder","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmazonFile","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmazonElasticComputeCloud","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entitydomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entityfuncs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionsdomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atributePhoto","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atributeAlbum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atributeUserDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":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":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aditionals","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"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewprofileName","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editProfileName","changeable":true,"lowerBound":0,"iD":false,"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":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loginName","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"registerName","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdAlbName","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectAlbName","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"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":"nameGenerico","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namePhoto","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameLoad","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":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameCarouselName","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passPhotoName","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"photoException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"albumException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"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":"layer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"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":"presentationLayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"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":"presentationSName","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"presentationCName","changeable":true,"lowerBound":0,"iD":false,"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":"presentationAName","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"businessLogicLayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"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":"businessLogicSegments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controllerSegmentElement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"specificationSegmentElement","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":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},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"criteriaAttributeType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":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":305,"derived":false},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"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":"postSName","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"amazonSName","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"container":false,"ordered":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":320,"derived":false},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"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},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"layerelations","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layerorigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layertarget","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"layerelations","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"id":338,"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":"layerelations","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"archFeComponent","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":"archBeComponent","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":"archPdComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"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":"ntierconnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"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":"ntierconnection","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nTierName","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ntierorigin","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":"ntiertarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ntierconnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ntierconnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"techspring","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"techreact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"techpostgresql","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":true,"unsettable":false,"transient":false,"unique":true,"name":"techamazon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"container":false,"ordered":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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"container":false,"ordered":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":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"elements","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":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":426,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"produces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"container":false,"ordered":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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"springEntityAnnotationTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"container":false,"ordered":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":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"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":"name","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmodules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmodulesconf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmodulescomp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmodulesact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmoduleslib","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactmodulesinf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":528,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":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":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentslogic","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"componentsui","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentstyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logiccomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":546,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logiccomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"appComName","changeable":true,"lowerBound":0,"iD":false,"id":550,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"logiccomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexCompName","changeable":true,"lowerBound":0,"iD":false,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uicomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"componentcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subcomponentcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameView","changeable":true,"lowerBound":0,"iD":false,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uicontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameSubComp","changeable":true,"lowerBound":0,"iD":false,"id":568,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uicontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentclassimp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentclassfunc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":573,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentclassprop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactsimports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"impName","changeable":true,"lowerBound":0,"iD":false,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactconstructors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"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":"lifecycleclass","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactcorefuncs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"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":"renderclass","changeable":true,"lowerBound":0,"iD":false,"id":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentstateclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentfuncclass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statecontents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateName","changeable":true,"lowerBound":0,"iD":false,"id":596,"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":"componentdatatyp","changeable":true,"lowerBound":0,"iD":false,"id":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propsconts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameProps","changeable":true,"lowerBound":0,"iD":false,"id":604,"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":"propsdatas","changeable":true,"lowerBound":0,"iD":false,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":false},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stylescontents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameStyle","changeable":true,"lowerBound":0,"iD":false,"id":612,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stylecontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stylespropscontents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propName","changeable":true,"lowerBound":0,"iD":false,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactactcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactrelcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":624,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactservcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functName","changeable":true,"lowerBound":0,"iD":false,"id":628,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactservrequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":629,"derived":false},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactservrequestprops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"id":633,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reqPropName","changeable":true,"lowerBound":0,"iD":false,"id":634,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reqPropDescription","changeable":true,"lowerBound":0,"iD":false,"id":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"servicesrels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactrelationcontent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":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":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactlibraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"id":645,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":646,"derived":false},{"id":647,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reactinformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":650,"derived":false},{"id":651,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":652,"derived":false},{"container":false,"ordered":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":653,"derived":false},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"container":false,"ordered":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":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":658,"derived":false},{"container":false,"ordered":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":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"container":false,"ordered":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":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":668,"derived":false},{"container":false,"ordered":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":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"container":false,"ordered":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":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":674,"derived":false},{"id":675,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":676,"derived":false},{"id":677,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":678,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":680,"derived":false},{"container":false,"ordered":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":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":688,"derived":false},{"container":false,"ordered":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":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":694,"derived":false},{"id":695,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":698,"derived":false},{"container":false,"ordered":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":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"container":false,"ordered":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":704,"derived":false},{"id":705,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":706,"derived":false},{"id":707,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":708,"derived":false},{"container":false,"ordered":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":709,"derived":false},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"container":false,"ordered":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":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":714,"derived":false},{"id":715,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":716,"derived":false},{"container":false,"ordered":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":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":720,"derived":false},{"id":721,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":726,"derived":false},{"id":727,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":728,"derived":false},{"id":729,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"container":false,"ordered":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":732,"derived":false},{"id":733,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":736,"derived":false},{"id":737,"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":1,"target":0},{"source":1,"target":187},{"source":187,"target":188},{"source":187,"target":1},{"source":2,"target":0},{"source":2,"target":189},{"source":2,"target":190},{"source":2,"target":191},{"source":2,"target":192},{"source":189,"target":193},{"source":189,"target":2},{"source":190,"target":3},{"source":190,"target":194},{"source":190,"target":2},{"source":194,"target":3},{"source":191,"target":8},{"source":191,"target":195},{"source":191,"target":2},{"source":195,"target":8},{"source":192,"target":20},{"source":192,"target":196},{"source":192,"target":2},{"source":196,"target":20},{"source":3,"target":0},{"source":3,"target":197},{"source":197,"target":4},{"source":197,"target":198},{"source":197,"target":3},{"source":198,"target":4},{"source":4,"target":0},{"source":4,"target":199},{"source":4,"target":200},{"source":4,"target":201},{"source":4,"target":202},{"source":199,"target":203},{"source":199,"target":4},{"source":200,"target":5},{"source":200,"target":204},{"source":200,"target":4},{"source":204,"target":5},{"source":201,"target":6},{"source":201,"target":205},{"source":201,"target":4},{"source":205,"target":6},{"source":202,"target":7},{"source":202,"target":206},{"source":202,"target":4},{"source":206,"target":7},{"source":5,"target":0},{"source":5,"target":207},{"source":207,"target":208},{"source":207,"target":5},{"source":6,"target":0},{"source":6,"target":209},{"source":209,"target":210},{"source":209,"target":6},{"source":7,"target":0},{"source":7,"target":211},{"source":211,"target":212},{"source":211,"target":7},{"source":8,"target":0},{"source":8,"target":213},{"source":213,"target":9},{"source":213,"target":214},{"source":213,"target":8},{"source":214,"target":9},{"source":9,"target":0},{"source":9,"target":215},{"source":9,"target":216},{"source":9,"target":217},{"source":9,"target":218},{"source":9,"target":219},{"source":215,"target":10},{"source":215,"target":220},{"source":215,"target":9},{"source":220,"target":10},{"source":216,"target":12},{"source":216,"target":221},{"source":216,"target":9},{"source":221,"target":12},{"source":217,"target":14},{"source":217,"target":222},{"source":217,"target":9},{"source":222,"target":14},{"source":218,"target":16},{"source":218,"target":223},{"source":218,"target":9},{"source":223,"target":16},{"source":219,"target":18},{"source":219,"target":224},{"source":219,"target":9},{"source":224,"target":18},{"source":10,"target":0},{"source":10,"target":225},{"source":225,"target":11},{"source":225,"target":226},{"source":225,"target":10},{"source":226,"target":11},{"source":11,"target":0},{"source":11,"target":227},{"source":11,"target":228},{"source":227,"target":229},{"source":227,"target":11},{"source":228,"target":230},{"source":228,"target":11},{"source":12,"target":0},{"source":12,"target":231},{"source":231,"target":13},{"source":231,"target":232},{"source":231,"target":12},{"source":232,"target":13},{"source":13,"target":0},{"source":13,"target":233},{"source":13,"target":234},{"source":233,"target":235},{"source":233,"target":13},{"source":234,"target":236},{"source":234,"target":13},{"source":14,"target":0},{"source":14,"target":237},{"source":237,"target":15},{"source":237,"target":238},{"source":237,"target":14},{"source":238,"target":15},{"source":15,"target":0},{"source":15,"target":239},{"source":15,"target":240},{"source":239,"target":241},{"source":239,"target":15},{"source":240,"target":242},{"source":240,"target":15},{"source":16,"target":0},{"source":16,"target":243},{"source":243,"target":17},{"source":243,"target":244},{"source":243,"target":16},{"source":244,"target":17},{"source":17,"target":0},{"source":17,"target":245},{"source":17,"target":246},{"source":17,"target":247},{"source":245,"target":248},{"source":245,"target":17},{"source":246,"target":249},{"source":246,"target":17},{"source":247,"target":250},{"source":247,"target":17},{"source":18,"target":0},{"source":18,"target":251},{"source":251,"target":19},{"source":251,"target":252},{"source":251,"target":18},{"source":252,"target":19},{"source":19,"target":0},{"source":19,"target":253},{"source":19,"target":254},{"source":253,"target":255},{"source":253,"target":19},{"source":254,"target":256},{"source":254,"target":19},{"source":20,"target":0},{"source":20,"target":257},{"source":257,"target":21},{"source":257,"target":258},{"source":257,"target":20},{"source":258,"target":21},{"source":21,"target":0},{"source":21,"target":259},{"source":21,"target":260},{"source":21,"target":261},{"source":259,"target":22},{"source":259,"target":262},{"source":259,"target":21},{"source":262,"target":22},{"source":260,"target":23},{"source":260,"target":263},{"source":260,"target":21},{"source":263,"target":23},{"source":261,"target":24},{"source":261,"target":264},{"source":261,"target":21},{"source":264,"target":24},{"source":22,"target":0},{"source":22,"target":265},{"source":265,"target":266},{"source":265,"target":22},{"source":23,"target":0},{"source":23,"target":267},{"source":267,"target":268},{"source":267,"target":23},{"source":24,"target":0},{"source":24,"target":269},{"source":269,"target":270},{"source":269,"target":24},{"source":25,"target":0},{"source":25,"target":271},{"source":271,"target":272},{"source":271,"target":25},{"source":26,"target":0},{"source":26,"target":273},{"source":273,"target":274},{"source":273,"target":26},{"source":27,"target":0},{"source":27,"target":275},{"source":275,"target":276},{"source":275,"target":27},{"source":28,"target":0},{"source":28,"target":277},{"source":277,"target":278},{"source":277,"target":28},{"source":29,"target":0},{"source":29,"target":279},{"source":279,"target":30},{"source":279,"target":280},{"source":279,"target":29},{"source":280,"target":30},{"source":30,"target":0},{"source":30,"target":281},{"source":30,"target":282},{"source":30,"target":283},{"source":281,"target":284},{"source":281,"target":30},{"source":282,"target":285},{"source":282,"target":30},{"source":283,"target":286},{"source":283,"target":30},{"source":31,"target":0},{"source":31,"target":287},{"source":287,"target":288},{"source":287,"target":31},{"source":32,"target":0},{"source":32,"target":289},{"source":289,"target":33},{"source":289,"target":290},{"source":289,"target":32},{"source":290,"target":33},{"source":33,"target":0},{"source":33,"target":291},{"source":33,"target":292},{"source":33,"target":293},{"source":291,"target":294},{"source":291,"target":33},{"source":292,"target":34},{"source":292,"target":295},{"source":292,"target":33},{"source":295,"target":34},{"source":293,"target":35},{"source":293,"target":296},{"source":293,"target":33},{"source":296,"target":35},{"source":34,"target":0},{"source":34,"target":297},{"source":297,"target":298},{"source":297,"target":34},{"source":35,"target":0},{"source":35,"target":299},{"source":35,"target":300},{"source":299,"target":301},{"source":299,"target":35},{"source":300,"target":36},{"source":300,"target":302},{"source":300,"target":35},{"source":302,"target":36},{"source":36,"target":0},{"source":36,"target":303},{"source":303,"target":304},{"source":303,"target":36},{"source":37,"target":0},{"source":37,"target":305},{"source":305,"target":38},{"source":305,"target":306},{"source":305,"target":37},{"source":306,"target":38},{"source":38,"target":0},{"source":38,"target":307},{"source":307,"target":39},{"source":307,"target":308},{"source":307,"target":38},{"source":308,"target":39},{"source":39,"target":0},{"source":39,"target":309},{"source":39,"target":310},{"source":309,"target":311},{"source":309,"target":39},{"source":310,"target":312},{"source":310,"target":39},{"source":40,"target":0},{"source":40,"target":313},{"source":313,"target":41},{"source":313,"target":314},{"source":313,"target":40},{"source":314,"target":41},{"source":41,"target":0},{"source":41,"target":315},{"source":41,"target":316},{"source":315,"target":317},{"source":315,"target":41},{"source":316,"target":42},{"source":316,"target":318},{"source":316,"target":41},{"source":318,"target":42},{"source":42,"target":0},{"source":42,"target":319},{"source":42,"target":320},{"source":319,"target":321},{"source":319,"target":42},{"source":320,"target":322},{"source":320,"target":42},{"source":43,"target":0},{"source":43,"target":323},{"source":323,"target":45},{"source":323,"target":324},{"source":323,"target":43},{"source":324,"target":45},{"source":44,"target":0},{"source":44,"target":325},{"source":325,"target":326},{"source":325,"target":44},{"source":45,"target":0},{"source":45,"target":327},{"source":327,"target":328},{"source":327,"target":45},{"source":46,"target":0},{"source":46,"target":329},{"source":46,"target":330},{"source":46,"target":331},{"source":46,"target":332},{"source":329,"target":333},{"source":329,"target":46},{"source":330,"target":334},{"source":330,"target":46},{"source":331,"target":47},{"source":331,"target":335},{"source":331,"target":46},{"source":335,"target":47},{"source":332,"target":48},{"source":332,"target":336},{"source":332,"target":46},{"source":336,"target":48},{"source":47,"target":0},{"source":47,"target":337},{"source":337,"target":338},{"source":337,"target":47},{"source":48,"target":0},{"source":48,"target":339},{"source":339,"target":340},{"source":339,"target":48},{"source":49,"target":0},{"source":49,"target":341},{"source":49,"target":342},{"source":49,"target":343},{"source":341,"target":50},{"source":341,"target":344},{"source":341,"target":49},{"source":344,"target":50},{"source":342,"target":51},{"source":342,"target":345},{"source":342,"target":49},{"source":345,"target":51},{"source":343,"target":52},{"source":343,"target":346},{"source":343,"target":49},{"source":346,"target":52},{"source":50,"target":0},{"source":50,"target":347},{"source":347,"target":348},{"source":347,"target":50},{"source":51,"target":0},{"source":51,"target":349},{"source":349,"target":350},{"source":349,"target":51},{"source":52,"target":0},{"source":52,"target":351},{"source":351,"target":352},{"source":351,"target":52},{"source":53,"target":0},{"source":53,"target":353},{"source":353,"target":54},{"source":353,"target":354},{"source":353,"target":53},{"source":354,"target":54},{"source":54,"target":0},{"source":54,"target":355},{"source":54,"target":356},{"source":54,"target":357},{"source":54,"target":358},{"source":355,"target":359},{"source":355,"target":54},{"source":356,"target":360},{"source":356,"target":54},{"source":357,"target":55},{"source":357,"target":361},{"source":357,"target":54},{"source":361,"target":55},{"source":358,"target":56},{"source":358,"target":362},{"source":358,"target":54},{"source":362,"target":56},{"source":55,"target":0},{"source":55,"target":363},{"source":363,"target":57},{"source":363,"target":364},{"source":363,"target":55},{"source":364,"target":57},{"source":56,"target":0},{"source":56,"target":365},{"source":365,"target":57},{"source":365,"target":366},{"source":365,"target":56},{"source":366,"target":57},{"source":57,"target":0},{"source":57,"target":367},{"source":367,"target":368},{"source":367,"target":57},{"source":58,"target":0},{"source":58,"target":369},{"source":58,"target":370},{"source":369,"target":371},{"source":369,"target":58},{"source":370,"target":59},{"source":370,"target":372},{"source":370,"target":58},{"source":372,"target":59},{"source":59,"target":0},{"source":59,"target":373},{"source":59,"target":374},{"source":59,"target":375},{"source":59,"target":376},{"source":373,"target":60},{"source":373,"target":377},{"source":373,"target":59},{"source":377,"target":60},{"source":374,"target":105},{"source":374,"target":378},{"source":374,"target":59},{"source":378,"target":105},{"source":375,"target":152},{"source":375,"target":379},{"source":375,"target":59},{"source":379,"target":152},{"source":376,"target":174},{"source":376,"target":380},{"source":376,"target":59},{"source":380,"target":174},{"source":60,"target":0},{"source":60,"target":381},{"source":60,"target":382},{"source":381,"target":383},{"source":381,"target":60},{"source":382,"target":61},{"source":382,"target":384},{"source":382,"target":60},{"source":384,"target":61},{"source":61,"target":0},{"source":61,"target":385},{"source":385,"target":386},{"source":385,"target":61},{"source":62,"target":0},{"source":62,"target":387},{"source":387,"target":388},{"source":387,"target":62},{"source":63,"target":0},{"source":63,"target":389},{"source":389,"target":390},{"source":389,"target":63},{"source":64,"target":0},{"source":64,"target":391},{"source":391,"target":392},{"source":391,"target":64},{"source":65,"target":0},{"source":65,"target":393},{"source":393,"target":394},{"source":393,"target":65},{"source":66,"target":0},{"source":66,"target":395},{"source":395,"target":396},{"source":395,"target":66},{"source":67,"target":0},{"source":67,"target":397},{"source":397,"target":68},{"source":397,"target":398},{"source":397,"target":67},{"source":398,"target":68},{"source":68,"target":0},{"source":68,"target":399},{"source":399,"target":400},{"source":399,"target":68},{"source":69,"target":0},{"source":69,"target":401},{"source":401,"target":402},{"source":401,"target":69},{"source":70,"target":0},{"source":70,"target":403},{"source":403,"target":404},{"source":403,"target":70},{"source":71,"target":0},{"source":71,"target":405},{"source":405,"target":406},{"source":405,"target":71},{"source":72,"target":0},{"source":72,"target":407},{"source":72,"target":408},{"source":407,"target":409},{"source":407,"target":72},{"source":408,"target":410},{"source":408,"target":72},{"source":73,"target":0},{"source":73,"target":411},{"source":411,"target":412},{"source":411,"target":73},{"source":74,"target":0},{"source":74,"target":413},{"source":413,"target":414},{"source":413,"target":74},{"source":75,"target":0},{"source":75,"target":415},{"source":415,"target":416},{"source":415,"target":75},{"source":76,"target":0},{"source":76,"target":417},{"source":417,"target":418},{"source":417,"target":76},{"source":77,"target":0},{"source":77,"target":419},{"source":77,"target":420},{"source":77,"target":421},{"source":419,"target":422},{"source":419,"target":77},{"source":420,"target":78},{"source":420,"target":423},{"source":420,"target":77},{"source":423,"target":78},{"source":421,"target":87},{"source":421,"target":424},{"source":421,"target":77},{"source":424,"target":87},{"source":78,"target":0},{"source":79,"target":0},{"source":79,"target":78},{"source":79,"target":425},{"source":79,"target":426},{"source":79,"target":427},{"source":79,"target":428},{"source":425,"target":80},{"source":425,"target":429},{"source":425,"target":79},{"source":429,"target":80},{"source":426,"target":81},{"source":426,"target":430},{"source":426,"target":79},{"source":430,"target":81},{"source":427,"target":82},{"source":427,"target":431},{"source":427,"target":79},{"source":431,"target":82},{"source":428,"target":78},{"source":80,"target":0},{"source":80,"target":432},{"source":432,"target":433},{"source":432,"target":80},{"source":81,"target":0},{"source":81,"target":434},{"source":434,"target":435},{"source":434,"target":81},{"source":82,"target":0},{"source":82,"target":436},{"source":436,"target":437},{"source":436,"target":82},{"source":83,"target":0},{"source":83,"target":78},{"source":83,"target":438},{"source":83,"target":439},{"source":438,"target":440},{"source":438,"target":83},{"source":439,"target":78},{"source":84,"target":0},{"source":84,"target":78},{"source":84,"target":441},{"source":84,"target":442},{"source":441,"target":443},{"source":441,"target":84},{"source":442,"target":78},{"source":85,"target":0},{"source":85,"target":78},{"source":85,"target":444},{"source":85,"target":445},{"source":444,"target":446},{"source":444,"target":85},{"source":445,"target":78},{"source":86,"target":0},{"source":86,"target":78},{"source":86,"target":447},{"source":86,"target":448},{"source":447,"target":449},{"source":447,"target":86},{"source":448,"target":78},{"source":87,"target":0},{"source":87,"target":450},{"source":450,"target":451},{"source":450,"target":87},{"source":88,"target":0},{"source":88,"target":452},{"source":452,"target":453},{"source":452,"target":88},{"source":89,"target":0},{"source":89,"target":454},{"source":454,"target":455},{"source":454,"target":89},{"source":90,"target":0},{"source":90,"target":456},{"source":456,"target":457},{"source":456,"target":90},{"source":91,"target":0},{"source":91,"target":458},{"source":91,"target":459},{"source":458,"target":460},{"source":458,"target":91},{"source":459,"target":92},{"source":459,"target":461},{"source":459,"target":91},{"source":461,"target":92},{"source":92,"target":0},{"source":92,"target":462},{"source":462,"target":463},{"source":462,"target":92},{"source":93,"target":0},{"source":93,"target":464},{"source":464,"target":94},{"source":464,"target":465},{"source":464,"target":93},{"source":465,"target":94},{"source":94,"target":0},{"source":94,"target":466},{"source":466,"target":467},{"source":466,"target":94},{"source":95,"target":0},{"source":95,"target":468},{"source":95,"target":469},{"source":468,"target":470},{"source":468,"target":95},{"source":469,"target":471},{"source":469,"target":95},{"source":96,"target":0},{"source":96,"target":472},{"source":96,"target":473},{"source":472,"target":474},{"source":472,"target":96},{"source":473,"target":475},{"source":473,"target":96},{"source":97,"target":0},{"source":97,"target":476},{"source":476,"target":477},{"source":476,"target":97},{"source":98,"target":0},{"source":98,"target":478},{"source":478,"target":479},{"source":478,"target":98},{"source":99,"target":0},{"source":99,"target":480},{"source":99,"target":481},{"source":480,"target":482},{"source":480,"target":99},{"source":481,"target":483},{"source":481,"target":99},{"source":100,"target":0},{"source":100,"target":484},{"source":484,"target":485},{"source":484,"target":100},{"source":101,"target":0},{"source":101,"target":486},{"source":486,"target":487},{"source":486,"target":101},{"source":102,"target":0},{"source":102,"target":488},{"source":488,"target":489},{"source":488,"target":102},{"source":103,"target":0},{"source":103,"target":490},{"source":490,"target":491},{"source":490,"target":103},{"source":104,"target":0},{"source":104,"target":492},{"source":492,"target":493},{"source":492,"target":104},{"source":105,"target":0},{"source":105,"target":494},{"source":105,"target":495},{"source":494,"target":496},{"source":494,"target":105},{"source":495,"target":106},{"source":495,"target":497},{"source":495,"target":105},{"source":497,"target":106},{"source":106,"target":0},{"source":106,"target":498},{"source":498,"target":107},{"source":498,"target":499},{"source":498,"target":106},{"source":499,"target":107},{"source":107,"target":0},{"source":107,"target":500},{"source":107,"target":501},{"source":107,"target":502},{"source":107,"target":503},{"source":107,"target":504},{"source":500,"target":108},{"source":500,"target":505},{"source":500,"target":107},{"source":505,"target":108},{"source":501,"target":117},{"source":501,"target":506},{"source":501,"target":107},{"source":506,"target":117},{"source":502,"target":140},{"source":502,"target":507},{"source":502,"target":107},{"source":507,"target":140},{"source":503,"target":148},{"source":503,"target":508},{"source":503,"target":107},{"source":508,"target":148},{"source":504,"target":150},{"source":504,"target":509},{"source":504,"target":107},{"source":509,"target":150},{"source":108,"target":0},{"source":108,"target":510},{"source":108,"target":511},{"source":510,"target":109},{"source":510,"target":512},{"source":510,"target":108},{"source":512,"target":109},{"source":511,"target":115},{"source":511,"target":513},{"source":511,"target":108},{"source":513,"target":115},{"source":109,"target":0},{"source":109,"target":514},{"source":514,"target":110},{"source":514,"target":515},{"source":514,"target":109},{"source":515,"target":110},{"source":110,"target":0},{"source":110,"target":516},{"source":110,"target":517},{"source":516,"target":518},{"source":516,"target":110},{"source":517,"target":111},{"source":517,"target":519},{"source":517,"target":110},{"source":519,"target":111},{"source":111,"target":0},{"source":111,"target":520},{"source":520,"target":112},{"source":520,"target":521},{"source":520,"target":111},{"source":521,"target":112},{"source":112,"target":0},{"source":112,"target":522},{"source":522,"target":523},{"source":522,"target":112},{"source":113,"target":0},{"source":113,"target":524},{"source":524,"target":525},{"source":524,"target":113},{"source":114,"target":0},{"source":114,"target":526},{"source":526,"target":527},{"source":526,"target":114},{"source":115,"target":0},{"source":115,"target":528},{"source":115,"target":529},{"source":528,"target":530},{"source":528,"target":115},{"source":529,"target":116},{"source":529,"target":531},{"source":529,"target":115},{"source":531,"target":116},{"source":116,"target":0},{"source":116,"target":532},{"source":116,"target":533},{"source":532,"target":534},{"source":532,"target":116},{"source":533,"target":535},{"source":533,"target":116},{"source":117,"target":0},{"source":117,"target":536},{"source":117,"target":537},{"source":117,"target":538},{"source":536,"target":118},{"source":536,"target":539},{"source":536,"target":117},{"source":539,"target":118},{"source":537,"target":121},{"source":537,"target":540},{"source":537,"target":117},{"source":540,"target":121},{"source":538,"target":136},{"source":538,"target":541},{"source":538,"target":117},{"source":541,"target":136},{"source":118,"target":0},{"source":118,"target":542},{"source":118,"target":543},{"source":542,"target":544},{"source":542,"target":118},{"source":543,"target":119},{"source":543,"target":545},{"source":543,"target":118},{"source":545,"target":119},{"source":119,"target":0},{"source":119,"target":546},{"source":119,"target":547},{"source":546,"target":548},{"source":546,"target":119},{"source":547,"target":120},{"source":547,"target":549},{"source":547,"target":119},{"source":549,"target":120},{"source":120,"target":0},{"source":120,"target":550},{"source":120,"target":551},{"source":120,"target":552},{"source":550,"target":553},{"source":550,"target":120},{"source":551,"target":125},{"source":551,"target":554},{"source":551,"target":120},{"source":554,"target":125},{"source":552,"target":555},{"source":552,"target":120},{"source":121,"target":0},{"source":121,"target":556},{"source":121,"target":557},{"source":556,"target":558},{"source":556,"target":121},{"source":557,"target":122},{"source":557,"target":559},{"source":557,"target":121},{"source":559,"target":122},{"source":122,"target":0},{"source":122,"target":560},{"source":122,"target":561},{"source":560,"target":123},{"source":560,"target":562},{"source":560,"target":122},{"source":562,"target":123},{"source":561,"target":124},{"source":561,"target":563},{"source":561,"target":122},{"source":563,"target":124},{"source":123,"target":0},{"source":123,"target":564},{"source":123,"target":565},{"source":564,"target":566},{"source":564,"target":123},{"source":565,"target":125},{"source":565,"target":567},{"source":565,"target":123},{"source":567,"target":125},{"source":124,"target":0},{"source":124,"target":568},{"source":124,"target":569},{"source":568,"target":570},{"source":568,"target":124},{"source":569,"target":125},{"source":569,"target":571},{"source":569,"target":124},{"source":571,"target":125},{"source":125,"target":0},{"source":125,"target":572},{"source":125,"target":573},{"source":125,"target":574},{"source":572,"target":126},{"source":572,"target":575},{"source":572,"target":125},{"source":575,"target":126},{"source":573,"target":128},{"source":573,"target":576},{"source":573,"target":125},{"source":576,"target":128},{"source":574,"target":133},{"source":574,"target":577},{"source":574,"target":125},{"source":577,"target":133},{"source":126,"target":0},{"source":126,"target":578},{"source":578,"target":127},{"source":578,"target":579},{"source":578,"target":126},{"source":579,"target":127},{"source":127,"target":0},{"source":127,"target":580},{"source":580,"target":581},{"source":580,"target":127},{"source":128,"target":0},{"source":128,"target":582},{"source":128,"target":583},{"source":128,"target":584},{"source":128,"target":585},{"source":582,"target":129},{"source":582,"target":586},{"source":582,"target":128},{"source":586,"target":129},{"source":583,"target":587},{"source":583,"target":128},{"source":584,"target":135},{"source":584,"target":588},{"source":584,"target":128},{"source":588,"target":135},{"source":585,"target":589},{"source":585,"target":128},{"source":129,"target":0},{"source":129,"target":590},{"source":129,"target":591},{"source":590,"target":130},{"source":590,"target":592},{"source":590,"target":129},{"source":592,"target":130},{"source":591,"target":132},{"source":591,"target":593},{"source":591,"target":129},{"source":593,"target":132},{"source":130,"target":0},{"source":130,"target":594},{"source":594,"target":131},{"source":594,"target":595},{"source":594,"target":130},{"source":595,"target":131},{"source":131,"target":0},{"source":131,"target":596},{"source":131,"target":597},{"source":596,"target":598},{"source":596,"target":131},{"source":597,"target":599},{"source":597,"target":131},{"source":132,"target":0},{"source":132,"target":600},{"source":600,"target":601},{"source":600,"target":132},{"source":133,"target":0},{"source":133,"target":602},{"source":602,"target":134},{"source":602,"target":603},{"source":602,"target":133},{"source":603,"target":134},{"source":134,"target":0},{"source":134,"target":604},{"source":134,"target":605},{"source":604,"target":606},{"source":604,"target":134},{"source":605,"target":607},{"source":605,"target":134},{"source":135,"target":0},{"source":135,"target":608},{"source":608,"target":609},{"source":608,"target":135},{"source":136,"target":0},{"source":136,"target":610},{"source":610,"target":137},{"source":610,"target":611},{"source":610,"target":136},{"source":611,"target":137},{"source":137,"target":0},{"source":137,"target":612},{"source":137,"target":613},{"source":612,"target":614},{"source":612,"target":137},{"source":613,"target":138},{"source":613,"target":615},{"source":613,"target":137},{"source":615,"target":138},{"source":138,"target":0},{"source":138,"target":616},{"source":616,"target":139},{"source":616,"target":617},{"source":616,"target":138},{"source":617,"target":139},{"source":139,"target":0},{"source":139,"target":618},{"source":618,"target":619},{"source":618,"target":139},{"source":140,"target":0},{"source":140,"target":620},{"source":620,"target":141},{"source":620,"target":621},{"source":620,"target":140},{"source":621,"target":141},{"source":141,"target":0},{"source":141,"target":622},{"source":622,"target":146},{"source":622,"target":623},{"source":622,"target":141},{"source":623,"target":146},{"source":142,"target":0},{"source":142,"target":624},{"source":142,"target":625},{"source":624,"target":626},{"source":624,"target":142},{"source":625,"target":143},{"source":625,"target":627},{"source":625,"target":142},{"source":627,"target":143},{"source":143,"target":0},{"source":143,"target":628},{"source":143,"target":629},{"source":628,"target":630},{"source":628,"target":143},{"source":629,"target":144},{"source":629,"target":631},{"source":629,"target":143},{"source":631,"target":144},{"source":144,"target":0},{"source":144,"target":632},{"source":632,"target":145},{"source":632,"target":633},{"source":632,"target":144},{"source":633,"target":145},{"source":145,"target":0},{"source":145,"target":634},{"source":145,"target":635},{"source":634,"target":636},{"source":634,"target":145},{"source":635,"target":637},{"source":635,"target":145},{"source":146,"target":0},{"source":146,"target":638},{"source":638,"target":147},{"source":638,"target":639},{"source":638,"target":146},{"source":639,"target":147},{"source":147,"target":0},{"source":147,"target":640},{"source":147,"target":641},{"source":640,"target":142},{"source":640,"target":642},{"source":640,"target":147},{"source":642,"target":142},{"source":641,"target":643},{"source":641,"target":147},{"source":148,"target":0},{"source":148,"target":644},{"source":644,"target":149},{"source":644,"target":645},{"source":644,"target":148},{"source":645,"target":149},{"source":149,"target":0},{"source":149,"target":646},{"source":646,"target":647},{"source":646,"target":149},{"source":150,"target":0},{"source":150,"target":648},{"source":648,"target":151},{"source":648,"target":649},{"source":648,"target":150},{"source":649,"target":151},{"source":151,"target":0},{"source":151,"target":650},{"source":650,"target":651},{"source":650,"target":151},{"source":152,"target":0},{"source":152,"target":652},{"source":152,"target":653},{"source":652,"target":654},{"source":652,"target":152},{"source":653,"target":153},{"source":653,"target":655},{"source":653,"target":152},{"source":655,"target":153},{"source":153,"target":0},{"source":153,"target":656},{"source":656,"target":657},{"source":656,"target":153},{"source":154,"target":0},{"source":154,"target":658},{"source":154,"target":659},{"source":658,"target":660},{"source":658,"target":154},{"source":659,"target":155},{"source":659,"target":661},{"source":659,"target":154},{"source":661,"target":155},{"source":155,"target":0},{"source":155,"target":662},{"source":662,"target":663},{"source":662,"target":155},{"source":156,"target":0},{"source":156,"target":664},{"source":664,"target":665},{"source":664,"target":156},{"source":157,"target":0},{"source":157,"target":666},{"source":666,"target":667},{"source":666,"target":157},{"source":158,"target":0},{"source":158,"target":668},{"source":158,"target":669},{"source":668,"target":670},{"source":668,"target":158},{"source":669,"target":671},{"source":669,"target":158},{"source":159,"target":0},{"source":159,"target":672},{"source":672,"target":673},{"source":672,"target":159},{"source":160,"target":0},{"source":160,"target":674},{"source":674,"target":675},{"source":674,"target":160},{"source":161,"target":0},{"source":161,"target":676},{"source":676,"target":162},{"source":676,"target":677},{"source":676,"target":161},{"source":677,"target":162},{"source":162,"target":0},{"source":162,"target":678},{"source":678,"target":679},{"source":678,"target":162},{"source":163,"target":0},{"source":163,"target":680},{"source":163,"target":681},{"source":680,"target":682},{"source":680,"target":163},{"source":681,"target":683},{"source":681,"target":163},{"source":164,"target":0},{"source":164,"target":684},{"source":684,"target":685},{"source":684,"target":164},{"source":165,"target":0},{"source":165,"target":686},{"source":686,"target":687},{"source":686,"target":165},{"source":166,"target":0},{"source":166,"target":688},{"source":166,"target":689},{"source":688,"target":690},{"source":688,"target":166},{"source":689,"target":167},{"source":689,"target":691},{"source":689,"target":166},{"source":691,"target":167},{"source":167,"target":0},{"source":167,"target":692},{"source":692,"target":693},{"source":692,"target":167},{"source":168,"target":0},{"source":168,"target":694},{"source":694,"target":695},{"source":694,"target":168},{"source":169,"target":0},{"source":169,"target":696},{"source":696,"target":697},{"source":696,"target":169},{"source":170,"target":0},{"source":170,"target":698},{"source":170,"target":699},{"source":698,"target":700},{"source":698,"target":170},{"source":699,"target":701},{"source":699,"target":170},{"source":171,"target":0},{"source":171,"target":702},{"source":702,"target":703},{"source":702,"target":171},{"source":172,"target":0},{"source":172,"target":704},{"source":704,"target":173},{"source":704,"target":705},{"source":704,"target":172},{"source":705,"target":173},{"source":173,"target":0},{"source":173,"target":706},{"source":706,"target":707},{"source":706,"target":173},{"source":174,"target":0},{"source":174,"target":708},{"source":174,"target":709},{"source":708,"target":710},{"source":708,"target":174},{"source":709,"target":711},{"source":709,"target":174},{"source":175,"target":0},{"source":175,"target":712},{"source":712,"target":713},{"source":712,"target":175},{"source":176,"target":0},{"source":176,"target":714},{"source":714,"target":715},{"source":714,"target":176},{"source":177,"target":0},{"source":177,"target":716},{"source":177,"target":717},{"source":716,"target":718},{"source":716,"target":177},{"source":717,"target":719},{"source":717,"target":177},{"source":178,"target":0},{"source":178,"target":720},{"source":720,"target":721},{"source":720,"target":178},{"source":179,"target":0},{"source":179,"target":722},{"source":722,"target":723},{"source":722,"target":179},{"source":180,"target":0},{"source":180,"target":724},{"source":724,"target":725},{"source":724,"target":180},{"source":181,"target":0},{"source":181,"target":726},{"source":726,"target":727},{"source":726,"target":181},{"source":182,"target":0},{"source":182,"target":728},{"source":728,"target":729},{"source":728,"target":182},{"source":183,"target":0},{"source":183,"target":730},{"source":730,"target":731},{"source":730,"target":183},{"source":184,"target":0},{"source":184,"target":732},{"source":732,"target":185},{"source":732,"target":733},{"source":732,"target":184},{"source":733,"target":185},{"source":185,"target":0},{"source":185,"target":734},{"source":734,"target":735},{"source":734,"target":185},{"source":186,"target":0},{"source":186,"target":736},{"source":736,"target":737},{"source":736,"target":186}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/jreimone/refactory/Coral/org.emftext.language.java/metamodel/java.ecore
java annotations Annotable annotations AnnotationInstance annotation parameter AnnotationParameter SingleAnnotationParameter value AnnotationParameterList settings AnnotationAttributeSetting attribute value AnnotationValue AnnotationAttribute defaultValue arrays ArrayTypeable arrayDimensionsBefore arrayDimensionsAfter ArrayDimension ArrayInitializer initialValues ArrayInitializationValue ArrayInstantiationBySize sizes ArrayInstantiationByValues arrayInitializer ArraySelector position classifiers Classifier ConcreteClassifier Implementor implements Class defaultExtends extends Interface defaultExtends extends Enumeration constants Annotation AnonymousClass commons Commentable comments NamedElement name NamespaceAwareElement namespaces NamedElementName name containers JavaRoot CompilationUnit classifiers Package compilationUnits subpackages EmptyModel expressions ExpressionList expressions Expression AssignmentExpression child assignmentOperator value AssignmentExpressionChild ConditionalExpression child expressionIf expressionElse ConditionalExpressionChild ConditionalOrExpression children ConditionalOrExpressionChild ConditionalAndExpression children ConditionalAndExpressionChild InclusiveOrExpression children InclusiveOrExpressionChild ExclusiveOrExpression children ExclusiveOrExpressionChild AndExpression children AndExpressionChild EqualityExpression equalityOperators children EqualityExpressionChild InstanceOfExpression child InstanceOfExpressionChild RelationExpression children relationOperators RelationExpressionChild ShiftExpression children shiftOperators ShiftExpressionChild AdditiveExpression children additiveOperators AdditiveExpressionChild MultiplicativeExpression children multiplicativeOperators MultiplicativeExpressionChild UnaryExpression operators child UnaryExpressionChild UnaryModificationExpression child operator PrefixUnaryModificationExpression SuffixUnaryModificationExpression UnaryModificationExpressionChild CastExpression child PrimaryExpression NestedExpression expression generics TypeArgument TypeArgumentable typeArguments CallTypeArgumentable callTypeArguments TypeParametrizable typeParameters ExtendsTypeArgument extendTypes QualifiedTypeArgument SuperTypeArgument superType TypeParameter extendTypes UnknownTypeArgument imports Import ImportingElement imports StaticImport static ClassifierImport classifier PackageImport StaticClassifierImport StaticMemberImport staticMembers instantiations Initializable initialValue Instantiation NewConstructorCall anonymousClass ExplicitConstructorCall callTarget literals Literal Self BooleanLiteral value CharacterLiteral value FloatLiteral DecimalFloatLiteral decimalValue HexFloatLiteral hexValue DoubleLiteral DecimalDoubleLiteral decimalValue HexDoubleLiteral hexValue IntegerLiteral DecimalIntegerLiteral decimalValue HexIntegerLiteral hexValue OctalIntegerLiteral octalValue LongLiteral DecimalLongLiteral decimalValue HexLongLiteral hexValue OctalLongLiteral octalValue NullLiteral Super This members ExceptionThrower exceptions Member MemberContainer members defaultMembers AdditionalField Constructor EmptyMember Field additionalFields Method InterfaceMethod ClassMethod EnumConstant anonymousClass modifiers Modifier AnnotationInstanceOrModifier AnnotableAndModifiable annotationsAndModifiers Modifiable modifiers Abstract Final Native Protected Public Private Static Strictfp Synchronized Transient Volatile operators Operator AdditiveOperator AssignmentOperator EqualityOperator MultiplicativeOperator RelationOperator ShiftOperator UnaryOperator UnaryModificationOperator Assignment AssignmentAnd AssignmentDivision AssignmentExclusiveOr AssignmentMinus AssignmentModulo AssignmentMultiplication AssignmentLeftShift AssignmentOr AssignmentPlus AssignmentRightShift AssignmentUnsignedRightShift Equal NotEqual GreaterThan GreaterThanOrEqual LessThan LessThanOrEqual Addition Subtraction Division Multiplication Remainder Complement MinusMinus Negate PlusPlus LeftShift RightShift UnsignedRightShift parameters Parameter Parametrizable parameters OrdinaryParameter VariableLengthParameter references Reference next arraySelectors Argumentable arguments ReferenceableElement ElementReference target IdentifierReference MethodCall ReflectiveClassReference PrimitiveTypeReference primitiveType StringReference value SelfReference self statements StatementContainer statement StatementListContainer statements Conditional condition ForLoopInitializer Statement SwitchCase Assert errorMessage Break Block CatchBlock parameter Condition elseStatement Continue DefaultSwitchCase DoWhileLoop EmptyStatement ExpressionStatement expression ForLoop init updates ForEachLoop next collection Jump target JumpLabel LocalVariableStatement variable NormalSwitchCase Return returnValue Switch cases variable SynchronizedBlock lockProvider Throw throwable TryBlock catcheBlocks finallyBlock WhileLoop condition types Type TypedElement typeReference TypeReference ClassifierReference target NamespaceClassifierReference classifierReferences PrimitiveType Boolean Byte Char Double Float Int Long Short Void variables Variable LocalVariable additionalLocalVariables AdditionalLocalVariable
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns: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="_WosmsNz1Ed2bJ_pQViWxFg" name="java" nsURI="http://www.emftext.org/java" nsPrefix="java"> <eSubpackages xmi:id="_Wosmsdz1Ed2bJ_pQViWxFg" name="annotations" nsURI="http://www.emftext.org/java/annotations" nsPrefix="annotations"> <eClassifiers xsi:type="ecore:EClass" name="Annotable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#_Wosms9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosms9z1Ed2bJ_pQViWxFg" name="AnnotationInstance" eSuperTypes="#//references/Reference #//modifiers/AnnotationInstanceOrModifier #//commons/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" lowerBound="1" eType="#//classifiers/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wosmttz1Ed2bJ_pQViWxFg" name="parameter" eType="#//annotations/AnnotationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameter" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="SingleAnnotationParameter" eSuperTypes="#//annotations/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//annotations/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameterList" eSuperTypes="#//annotations/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" upperBound="-1" eType="#_Wosmt9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosmt9z1Ed2bJ_pQViWxFg" name="AnnotationAttributeSetting" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_WosmuNz1Ed2bJ_pQViWxFg" name="attribute" lowerBound="1" eType="#//members/InterfaceMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wosmudz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="#//annotations/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationValue" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wosmv9z1Ed2bJ_pQViWxFg" name="AnnotationAttribute" eSuperTypes="#//members/InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_WosmwNz1Ed2bJ_pQViWxFg" name="defaultValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="arrays" nsURI="http://www.emftext.org/java/arrays" nsPrefix="arrays"> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsBefore" upperBound="-1" eType="#//arrays/ArrayDimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsAfter" upperBound="-1" eType="#//arrays/ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDimension" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//arrays/ArrayInitializationValue #//annotations/AnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValues" upperBound="-1" eType="#//arrays/ArrayInitializationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializationValue" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationBySize" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="sizes" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValues" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayInitializer" eType="#//arrays/ArrayInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArraySelector" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="classifiers" nsURI="http://www.emftext.org/java/classifiers" nsPrefix="classifiers"> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #//references/ReferenceableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteClassifier" abstract="true" eSuperTypes="#//classifiers/Classifier #//generics/TypeParametrizable #//members/MemberContainer #//members/Member #_Wo2YzNz1Ed2bJ_pQViWxFg #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="Implementor" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//classifiers/ConcreteClassifier #//classifiers/Implementor"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//classifiers/ConcreteClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//classifiers/ConcreteClassifier #//classifiers/Implementor"> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//members/EnumConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//classifiers/ConcreteClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClass" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #//members/MemberContainer"/> </eSubpackages> <eSubpackages name="commons" nsURI="http://www.emftext.org/java/commons" nsPrefix="commons"> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//commons/NamedElementName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAwareElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaces" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElementName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="containers" nsURI="http://www.emftext.org/java/containers" nsPrefix="containers"> <eClassifiers xsi:type="ecore:EClass" name="JavaRoot" abstract="true" eSuperTypes="#//commons/NamedElement #//commons/NamespaceAwareElement #//imports/ImportingElement"/> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//containers/JavaRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" upperBound="-1" eType="#//classifiers/ConcreteClassifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//containers/JavaRoot #//annotations/Annotable #//references/ReferenceableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#//containers/CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subpackages" upperBound="-1" eType="#//containers/Package" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyModel" eSuperTypes="#//containers/JavaRoot"/> </eSubpackages> <eSubpackages xmi:id="_Wo2YC9z1Ed2bJ_pQViWxFg" name="expressions" nsURI="http://www.emftext.org/java/expressions" nsPrefix="expressions"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YF9z1Ed2bJ_pQViWxFg" name="ExpressionList" eSuperTypes="#_Wo2Y9tz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YGNz1Ed2bJ_pQViWxFg" name="expressions" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YDNz1Ed2bJ_pQViWxFg" name="Expression" abstract="true" eSuperTypes="#//arrays/ArrayInitializationValue #//annotations/AnnotationValue"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//expressions/AssignmentExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentOperator" lowerBound="1" eType="#//operators/AssignmentOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpressionChild" abstract="true" eSuperTypes="#_Wo2YDNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YIdz1Ed2bJ_pQViWxFg" name="ConditionalExpression" eSuperTypes="#//expressions/AssignmentExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YI9z1Ed2bJ_pQViWxFg" name="child" eType="#//expressions/ConditionalExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YJdz1Ed2bJ_pQViWxFg" name="expressionIf" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionElse" lowerBound="1" eType="#//expressions/AssignmentExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpressionChild" abstract="true" eSuperTypes="#//expressions/AssignmentExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YHdz1Ed2bJ_pQViWxFg" name="ConditionalOrExpression" eSuperTypes="#//expressions/ConditionalExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YH9z1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ConditionalOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YGtz1Ed2bJ_pQViWxFg" name="ConditionalAndExpression" eSuperTypes="#//expressions/ConditionalOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YHNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ConditionalAndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YJ9z1Ed2bJ_pQViWxFg" name="InclusiveOrExpression" eSuperTypes="#//expressions/ConditionalAndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YKdz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/InclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpressionChild" abstract="true" eSuperTypes="#//expressions/ConditionalAndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpression" eSuperTypes="#//expressions/InclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ExclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpressionChild" abstract="true" eSuperTypes="#//expressions/InclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YLdz1Ed2bJ_pQViWxFg" name="AndExpression" eSuperTypes="#//expressions/ExclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YL9z1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/AndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpressionChild" abstract="true" eSuperTypes="#//expressions/ExclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YMNz1Ed2bJ_pQViWxFg" name="EqualityExpression" eSuperTypes="#//expressions/AndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YM9z1Ed2bJ_pQViWxFg" name="equalityOperators" lowerBound="1" upperBound="-1" eType="#//operators/EqualityOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YMtz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/EqualityExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpressionChild" abstract="true" eSuperTypes="#//expressions/AndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YNdz1Ed2bJ_pQViWxFg" name="InstanceOfExpression" eSuperTypes="#//arrays/ArrayTypeable #_Wo2ZP9z1Ed2bJ_pQViWxFg #//expressions/EqualityExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YONz1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/InstanceOfExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpressionChild" abstract="true" eSuperTypes="#//expressions/EqualityExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YOtz1Ed2bJ_pQViWxFg" name="RelationExpression" eSuperTypes="#//expressions/InstanceOfExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YPNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/RelationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YPdz1Ed2bJ_pQViWxFg" name="relationOperators" lowerBound="1" upperBound="-1" eType="#//operators/RelationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationExpressionChild" abstract="true" eSuperTypes="#//expressions/InstanceOfExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YPtz1Ed2bJ_pQViWxFg" name="ShiftExpression" eSuperTypes="#//expressions/RelationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YQNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/ShiftExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YQdz1Ed2bJ_pQViWxFg" name="shiftOperators" lowerBound="1" upperBound="-1" eType="#//operators/ShiftOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpressionChild" abstract="true" eSuperTypes="#//expressions/RelationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YQtz1Ed2bJ_pQViWxFg" name="AdditiveExpression" eSuperTypes="#//expressions/ShiftExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YRNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/AdditiveExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YRdz1Ed2bJ_pQViWxFg" name="additiveOperators" lowerBound="1" upperBound="-1" eType="#//operators/AdditiveOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditiveExpressionChild" abstract="true" eSuperTypes="#//expressions/ShiftExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YRtz1Ed2bJ_pQViWxFg" name="MultiplicativeExpression" eSuperTypes="#//expressions/AdditiveExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YSNz1Ed2bJ_pQViWxFg" name="children" lowerBound="1" upperBound="-1" eType="#//expressions/MultiplicativeExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YSdz1Ed2bJ_pQViWxFg" name="multiplicativeOperators" lowerBound="1" upperBound="-1" eType="#//operators/MultiplicativeOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpressionChild" abstract="true" eSuperTypes="#//expressions/AdditiveExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YStz1Ed2bJ_pQViWxFg" name="UnaryExpression" eSuperTypes="#//expressions/MultiplicativeExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YTNz1Ed2bJ_pQViWxFg" name="operators" lowerBound="1" upperBound="-1" eType="#//operators/UnaryOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YT9z1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/UnaryExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpressionChild" abstract="true" eSuperTypes="#//expressions/MultiplicativeExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpression" abstract="true" eSuperTypes="#//expressions/UnaryExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//expressions/UnaryModificationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1" eType="#//operators/UnaryModificationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixUnaryModificationExpression" eSuperTypes="#//expressions/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SuffixUnaryModificationExpression" eSuperTypes="#//expressions/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpressionChild" abstract="true" eSuperTypes="#//expressions/UnaryExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YWdz1Ed2bJ_pQViWxFg" name="CastExpression" eSuperTypes="#_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//expressions/UnaryModificationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2YXdz1Ed2bJ_pQViWxFg" name="child" lowerBound="1" eType="#//expressions/MultiplicativeExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" abstract="true" eSuperTypes="#//expressions/UnaryModificationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="generics" nsURI="http://www.emftext.org/java/generics" nsPrefix="generics"> <eClassifiers xsi:type="ecore:EClass" name="TypeArgument" abstract="true" eSuperTypes="#//arrays/ArrayTypeable"/> <eClassifiers xsi:type="ecore:EClass" name="TypeArgumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//generics/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallTypeArgumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTypeArguments" upperBound="-1" eType="#//generics/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParametrizable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//generics/TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendsTypeArgument" eSuperTypes="#//generics/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" lowerBound="1" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedTypeArgument" eSuperTypes="#//generics/TypeArgument #_Wo2ZP9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="SuperTypeArgument" eSuperTypes="#//generics/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" lowerBound="1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//classifiers/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" upperBound="-1" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownTypeArgument" eSuperTypes="#//generics/TypeArgument"/> </eSubpackages> <eSubpackages name="imports" nsURI="http://www.emftext.org/java/imports" nsPrefix="imports"> <eClassifiers xsi:type="ecore:EClass" name="Import" abstract="true" eSuperTypes="#//commons/NamespaceAwareElement"/> <eClassifiers xsi:type="ecore:EClass" name="ImportingElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//imports/Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticImport" abstract="true" eSuperTypes="#//imports/Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="static" lowerBound="1" eType="#_Wo2Yv9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierImport" eSuperTypes="#//imports/Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//imports/Import"/> <eClassifiers xsi:type="ecore:EClass" name="StaticClassifierImport" eSuperTypes="#//imports/StaticImport"/> <eClassifiers xsi:type="ecore:EClass" name="StaticMemberImport" eSuperTypes="#//imports/StaticImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticMembers" lowerBound="1" upperBound="-1" eType="#//references/ReferenceableElement"/> </eClassifiers> </eSubpackages> <eSubpackages name="instantiations" nsURI="http://www.emftext.org/java/instantiations" nsPrefix="instantiations"> <eClassifiers xsi:type="ecore:EClass" name="Initializable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiation" abstract="true" eSuperTypes="#_Wo2ZP9z1Ed2bJ_pQViWxFg #//references/Reference #//references/Argumentable #//generics/TypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="NewConstructorCall" eSuperTypes="#//instantiations/Instantiation #//generics/CallTypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//classifiers/AnonymousClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplicitConstructorCall" eSuperTypes="#//instantiations/Instantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTarget" eType="#//literals/Self" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Yntz1Ed2bJ_pQViWxFg" name="literals" nsURI="http://www.emftext.org/java/literals" nsPrefix="literals"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YsNz1Ed2bJ_pQViWxFg" name="Literal" abstract="true" eSuperTypes="#//expressions/PrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Self" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YrNz1Ed2bJ_pQViWxFg" name="BooleanLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_Wo2Yrdz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ypdz1Ed2bJ_pQViWxFg" name="CharacterLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_Wo2Yptz1Ed2bJ_pQViWxFg" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalFloatLiteral" eSuperTypes="#//literals/FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexFloatLiteral" eSuperTypes="#//literals/FloatLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yotz1Ed2bJ_pQViWxFg" name="DoubleLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalDoubleLiteral" eSuperTypes="#_Wo2Yotz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexDoubleLiteral" eSuperTypes="#_Wo2Yotz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yn9z1Ed2bJ_pQViWxFg" name="IntegerLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalIntegerLiteral" eSuperTypes="#_Wo2Yn9z1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LongLiteral" abstract="true" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decimalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HexLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hexValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OctalLongLiteral" eSuperTypes="#//literals/LongLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="octalValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yr9z1Ed2bJ_pQViWxFg" name="NullLiteral" eSuperTypes="#_Wo2YsNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//literals/Self"/> <eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="#//literals/Self"/> </eSubpackages> <eSubpackages name="members" nsURI="http://www.emftext.org/java/members" nsPrefix="members"> <eClassifiers xsi:type="ecore:EClass" name="ExceptionThrower" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#_Wo2ZQ9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="#//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MemberContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//members/Member" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMembers" upperBound="-1" eType="#//members/Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalField" eSuperTypes="#//references/ReferenceableElement #//arrays/ArrayTypeable #//instantiations/Initializable"/> <eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//members/Member #//statements/StatementListContainer #//parameters/Parametrizable #//generics/TypeParametrizable #//members/ExceptionThrower #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyMember" eSuperTypes="#//members/Member"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//members/Member #//instantiations/Initializable #//variables/Variable #//references/ReferenceableElement #//modifiers/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalFields" upperBound="-1" eType="#//members/AdditionalField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" abstract="true" eSuperTypes="#//members/Member #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//generics/TypeParametrizable #//parameters/Parametrizable #//references/ReferenceableElement #//members/ExceptionThrower #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod" eSuperTypes="#//members/Method"/> <eClassifiers xsi:type="ecore:EClass" name="ClassMethod" eSuperTypes="#//members/Method #//statements/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" name="EnumConstant" eSuperTypes="#//references/ReferenceableElement #//references/Argumentable #//annotations/Annotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="#//classifiers/AnonymousClass" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Ystz1Ed2bJ_pQViWxFg" name="modifiers" nsURI="http://www.emftext.org/java/modifiers" nsPrefix="modifiers"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ys9z1Ed2bJ_pQViWxFg" name="Modifier" abstract="true" eSuperTypes="#//modifiers/AnnotationInstanceOrModifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationInstanceOrModifier" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotableAndModifiable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationsAndModifiers" upperBound="-1" eType="#//modifiers/AnnotationInstanceOrModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifiable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#_Wo2Ys9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yt9z1Ed2bJ_pQViWxFg" name="Abstract" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yvdz1Ed2bJ_pQViWxFg" name="Final" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ywdz1Ed2bJ_pQViWxFg" name="Native" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yudz1Ed2bJ_pQViWxFg" name="Protected" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Ytdz1Ed2bJ_pQViWxFg" name="Public" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yu9z1Ed2bJ_pQViWxFg" name="Private" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yv9z1Ed2bJ_pQViWxFg" name="Static" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yydz1Ed2bJ_pQViWxFg" name="Strictfp" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yw9z1Ed2bJ_pQViWxFg" name="Synchronized" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yxdz1Ed2bJ_pQViWxFg" name="Transient" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yx9z1Ed2bJ_pQViWxFg" name="Volatile" eSuperTypes="#_Wo2Ys9z1Ed2bJ_pQViWxFg"/> </eSubpackages> <eSubpackages name="operators" nsURI="http://www.emftext.org/java/operators" nsPrefix="operators"> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="EqualityOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="RelationOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="ShiftOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationOperator" abstract="true" eSuperTypes="#//operators/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentAnd" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentDivision" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExclusiveOr" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMinus" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentModulo" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMultiplication" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentLeftShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOr" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentPlus" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentRightShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentUnsignedRightShift" eSuperTypes="#//operators/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//operators/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//operators/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqual" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqual" eSuperTypes="#//operators/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Addition" eSuperTypes="#//operators/AdditiveOperator #//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtraction" eSuperTypes="#//operators/AdditiveOperator #//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Remainder" eSuperTypes="#//operators/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Complement" eSuperTypes="#//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MinusMinus" eSuperTypes="#//operators/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//operators/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PlusPlus" eSuperTypes="#//operators/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LeftShift" eSuperTypes="#//operators/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="RightShift" eSuperTypes="#//operators/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="UnsignedRightShift" eSuperTypes="#//operators/ShiftOperator"/> </eSubpackages> <eSubpackages name="parameters" nsURI="http://www.emftext.org/java/parameters" nsPrefix="parameters"> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="#//variables/Variable #//modifiers/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="Parametrizable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//parameters/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinaryParameter" eSuperTypes="#//parameters/Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="VariableLengthParameter" eSuperTypes="#//parameters/Parameter"/> </eSubpackages> <eSubpackages name="references" nsURI="http://www.emftext.org/java/references" nsPrefix="references"> <eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="#//expressions/PrimaryExpression #//generics/TypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//references/Reference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraySelectors" upperBound="-1" eType="#//arrays/ArraySelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argumentable" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceableElement" abstract="true" eSuperTypes="#//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ElementReference" abstract="true" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//references/ElementReference"/> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//references/ElementReference #//references/Argumentable #//generics/CallTypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveClassReference" eSuperTypes="#//references/Reference"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveType" lowerBound="1" eType="#_Wo2ZR9z1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringReference" eSuperTypes="#//references/Reference"> <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="SelfReference" eSuperTypes="#//references/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="self" eType="#//literals/Self" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2Yy9z1Ed2bJ_pQViWxFg" name="statements" nsURI="http://www.emftext.org/java/statements" nsPrefix="statements"> <eClassifiers xsi:type="ecore:EClass" name="StatementContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementListContainer" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y9tz1Ed2bJ_pQViWxFg" name="ForLoopInitializer" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2YzNz1Ed2bJ_pQViWxFg" name="Statement" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y4tz1Ed2bJ_pQViWxFg" name="SwitchCase" abstract="true" eSuperTypes="#//statements/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Yztz1Ed2bJ_pQViWxFg" name="Assert" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y0tz1Ed2bJ_pQViWxFg" name="errorMessage" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZI9z1Ed2bJ_pQViWxFg" name="Break" eSuperTypes="#//statements/Jump"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//members/Member #_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer #//modifiers/Modifiable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZD9z1Ed2bJ_pQViWxFg" name="CatchBlock" eSuperTypes="#//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZEdz1Ed2bJ_pQViWxFg" name="parameter" lowerBound="1" eType="#//parameters/OrdinaryParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y1Nz1Ed2bJ_pQViWxFg" name="Condition" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y2tz1Ed2bJ_pQViWxFg" name="elseStatement" eType="#_Wo2YzNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZJ9z1Ed2bJ_pQViWxFg" name="Continue" eSuperTypes="#//statements/Jump"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y69z1Ed2bJ_pQViWxFg" name="DefaultSwitchCase" eSuperTypes="#_Wo2Y4tz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZBtz1Ed2bJ_pQViWxFg" name="DoWhileLoop" eSuperTypes="#_Wo2ZANz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZK9z1Ed2bJ_pQViWxFg" name="EmptyStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZMtz1Ed2bJ_pQViWxFg" name="ExpressionStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZNNz1Ed2bJ_pQViWxFg" name="expression" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y7dz1Ed2bJ_pQViWxFg" name="ForLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//statements/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y79z1Ed2bJ_pQViWxFg" name="init" eType="#_Wo2Y9tz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y8tz1Ed2bJ_pQViWxFg" name="updates" upperBound="-1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y-Nz1Ed2bJ_pQViWxFg" name="ForEachLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y-tz1Ed2bJ_pQViWxFg" name="next" eType="#//parameters/OrdinaryParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y_Nz1Ed2bJ_pQViWxFg" name="collection" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Jump" abstract="true" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZLdz1Ed2bJ_pQViWxFg" name="JumpLabel" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer #//commons/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZNtz1Ed2bJ_pQViWxFg" name="LocalVariableStatement" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZONz1Ed2bJ_pQViWxFg" name="variable" eType="#//variables/LocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y6dz1Ed2bJ_pQViWxFg" name="NormalSwitchCase" eSuperTypes="#_Wo2Y4tz1Ed2bJ_pQViWxFg #//statements/Conditional"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZG9z1Ed2bJ_pQViWxFg" name="Return" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZHdz1Ed2bJ_pQViWxFg" name="returnValue" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2Y3Nz1Ed2bJ_pQViWxFg" name="Switch" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y3tz1Ed2bJ_pQViWxFg" name="cases" upperBound="-1" eType="#_Wo2Y4tz1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2Y4Nz1Ed2bJ_pQViWxFg" name="variable" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZFdz1Ed2bJ_pQViWxFg" name="SynchronizedBlock" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZF9z1Ed2bJ_pQViWxFg" name="lockProvider" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZH9z1Ed2bJ_pQViWxFg" name="Throw" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZIdz1Ed2bJ_pQViWxFg" name="throwable" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZCNz1Ed2bJ_pQViWxFg" name="TryBlock" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZDtz1Ed2bJ_pQViWxFg" name="catcheBlocks" upperBound="-1" eType="#_Wo2ZD9z1Ed2bJ_pQViWxFg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZDNz1Ed2bJ_pQViWxFg" name="finallyBlock" eType="#//statements/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZANz1Ed2bJ_pQViWxFg" name="WhileLoop" eSuperTypes="#_Wo2YzNz1Ed2bJ_pQViWxFg #//statements/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZAtz1Ed2bJ_pQViWxFg" name="condition" lowerBound="1" eType="#_Wo2YDNz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages xmi:id="_Wo2ZOtz1Ed2bJ_pQViWxFg" name="types" nsURI="http://www.emftext.org/java/types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZO9z1Ed2bJ_pQViWxFg" name="Type" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZP9z1Ed2bJ_pQViWxFg" name="TypedElement" abstract="true" eSuperTypes="#//commons/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZQdz1Ed2bJ_pQViWxFg" name="typeReference" eType="#_Wo2ZPdz1Ed2bJ_pQViWxFg" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZPdz1Ed2bJ_pQViWxFg" name="TypeReference" abstract="true" eSuperTypes="#//commons/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierReference" eSuperTypes="#_Wo2ZPdz1Ed2bJ_pQViWxFg #//generics/TypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZQ9z1Ed2bJ_pQViWxFg" name="NamespaceClassifierReference" eSuperTypes="#_Wo2ZPdz1Ed2bJ_pQViWxFg #//commons/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_Wo2ZRdz1Ed2bJ_pQViWxFg" name="classifierReferences" lowerBound="1" upperBound="-1" eType="#//types/ClassifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZR9z1Ed2bJ_pQViWxFg" name="PrimitiveType" abstract="true" eSuperTypes="#_Wo2ZO9z1Ed2bJ_pQViWxFg #_Wo2ZPdz1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZS9z1Ed2bJ_pQViWxFg" name="Boolean" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZT9z1Ed2bJ_pQViWxFg" name="Byte" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZTdz1Ed2bJ_pQViWxFg" name="Char" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZWdz1Ed2bJ_pQViWxFg" name="Double" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZV9z1Ed2bJ_pQViWxFg" name="Float" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZU9z1Ed2bJ_pQViWxFg" name="Int" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZVdz1Ed2bJ_pQViWxFg" name="Long" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_Wo2ZUdz1Ed2bJ_pQViWxFg" name="Short" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#_Wo2ZR9z1Ed2bJ_pQViWxFg"/> </eSubpackages> <eSubpackages name="variables" nsURI="http://www.emftext.org/java/variables" nsPrefix="variables"> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="#//commons/NamedElement #_Wo2ZP9z1Ed2bJ_pQViWxFg #//arrays/ArrayTypeable #//references/ReferenceableElement #//generics/TypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//variables/Variable #//instantiations/Initializable #_Wo2Y9tz1Ed2bJ_pQViWxFg #//modifiers/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalLocalVariables" upperBound="-1" eType="#//variables/AdditionalLocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalLocalVariable" eSuperTypes="#//references/ReferenceableElement #//arrays/ArrayTypeable #//instantiations/Initializable"/> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"java","nsURI":"http://www.emftext.org/java","name":"java","id":0,"eClass":"EPackage"},{"nsPrefix":"annotations","nsURI":"http://www.emftext.org/java/annotations","name":"annotations","id":1,"eClass":"EPackage"},{"nsPrefix":"arrays","nsURI":"http://www.emftext.org/java/arrays","name":"arrays","id":2,"eClass":"EPackage"},{"nsPrefix":"classifiers","nsURI":"http://www.emftext.org/java/classifiers","name":"classifiers","id":3,"eClass":"EPackage"},{"nsPrefix":"commons","nsURI":"http://www.emftext.org/java/commons","name":"commons","id":4,"eClass":"EPackage"},{"nsPrefix":"containers","nsURI":"http://www.emftext.org/java/containers","name":"containers","id":5,"eClass":"EPackage"},{"nsPrefix":"expressions","nsURI":"http://www.emftext.org/java/expressions","name":"expressions","id":6,"eClass":"EPackage"},{"nsPrefix":"generics","nsURI":"http://www.emftext.org/java/generics","name":"generics","id":7,"eClass":"EPackage"},{"nsPrefix":"imports","nsURI":"http://www.emftext.org/java/imports","name":"imports","id":8,"eClass":"EPackage"},{"nsPrefix":"instantiations","nsURI":"http://www.emftext.org/java/instantiations","name":"instantiations","id":9,"eClass":"EPackage"},{"nsPrefix":"literals","nsURI":"http://www.emftext.org/java/literals","name":"literals","id":10,"eClass":"EPackage"},{"nsPrefix":"members","nsURI":"http://www.emftext.org/java/members","name":"members","id":11,"eClass":"EPackage"},{"nsPrefix":"modifiers","nsURI":"http://www.emftext.org/java/modifiers","name":"modifiers","id":12,"eClass":"EPackage"},{"nsPrefix":"operators","nsURI":"http://www.emftext.org/java/operators","name":"operators","id":13,"eClass":"EPackage"},{"nsPrefix":"parameters","nsURI":"http://www.emftext.org/java/parameters","name":"parameters","id":14,"eClass":"EPackage"},{"nsPrefix":"references","nsURI":"http://www.emftext.org/java/references","name":"references","id":15,"eClass":"EPackage"},{"nsPrefix":"statements","nsURI":"http://www.emftext.org/java/statements","name":"statements","id":16,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.emftext.org/java/types","name":"types","id":17,"eClass":"EPackage"},{"nsPrefix":"variables","nsURI":"http://www.emftext.org/java/variables","name":"variables","id":18,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotable","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstance","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameter","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAnnotationParameter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameterList","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttributeSetting","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationValue","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttribute","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstanceOrModifier","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAwareElement","instanceClass":null,"abstract":true,"id":33,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeable","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializationValue","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationBySize","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValues","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySelector","instanceClass":null,"abstract":false,"id":66,"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":"arrayDimensionsBefore","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":"arrayDimensionsAfter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValues","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":78,"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":"sizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayInitializer","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"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteClassifier","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementor","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClass","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceableElement","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParametrizable","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberContainer","instanceClass":null,"abstract":true,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotableAndModifiable","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"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":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extends","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstant","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElementName","instanceClass":null,"abstract":false,"id":140,"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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespaces","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaRoot","instanceClass":null,"abstract":true,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyModel","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportingElement","instanceClass":null,"abstract":true,"id":155,"interface":false,"eClass":"EClass"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpressionChild","instanceClass":null,"abstract":true,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpressionChild","instanceClass":null,"abstract":true,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpression","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpressionChild","instanceClass":null,"abstract":true,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpression","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpressionChild","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpression","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpression","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpressionChild","instanceClass":null,"abstract":true,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpressionChild","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpressionChild","instanceClass":null,"abstract":true,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpression","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpressionChild","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpressionChild","instanceClass":null,"abstract":true,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpressionChild","instanceClass":null,"abstract":true,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpressionChild","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpressionChild","instanceClass":null,"abstract":true,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpression","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuffixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpressionChild","instanceClass":null,"abstract":true,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":true,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoopInitializer","instanceClass":null,"abstract":true,"id":206,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentOperator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"container":false,"ordered":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":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"abstract":true,"id":217,"interface":false,"eClass":"EClass"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionIf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionElse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equalityOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"abstract":true,"id":252,"interface":false,"eClass":"EClass"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"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":"relationOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationOperator","instanceClass":null,"abstract":true,"id":266,"interface":false,"eClass":"EClass"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"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":"shiftOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftOperator","instanceClass":null,"abstract":true,"id":273,"interface":false,"eClass":"EClass"},{"id":274,"eClass":"EGenericType"},{"id":275,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"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":"additiveOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveOperator","instanceClass":null,"abstract":true,"id":280,"interface":false,"eClass":"EClass"},{"id":281,"eClass":"EGenericType"},{"id":282,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicativeOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeOperator","instanceClass":null,"abstract":true,"id":287,"interface":false,"eClass":"EClass"},{"id":288,"eClass":"EGenericType"},{"id":289,"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":"operators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":293,"interface":false,"eClass":"EClass"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationOperator","instanceClass":null,"abstract":true,"id":301,"interface":false,"eClass":"EClass"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgument","instanceClass":null,"abstract":true,"id":315,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgumentable","instanceClass":null,"abstract":true,"id":316,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTypeArgumentable","instanceClass":null,"abstract":true,"id":317,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendsTypeArgument","instanceClass":null,"abstract":false,"id":318,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedTypeArgument","instanceClass":null,"abstract":false,"id":319,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperTypeArgument","instanceClass":null,"abstract":false,"id":320,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":321,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownTypeArgument","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTypeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":true,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticImport","instanceClass":null,"abstract":true,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierImport","instanceClass":null,"abstract":false,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticClassifierImport","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticMemberImport","instanceClass":null,"abstract":false,"id":350,"interface":false,"eClass":"EClass"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Static","instanceClass":null,"abstract":false,"id":357,"interface":false,"eClass":"EClass"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"lowerBound":1,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"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":"staticMembers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializable","instanceClass":null,"abstract":true,"id":367,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiation","instanceClass":null,"abstract":true,"id":368,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewConstructorCall","instanceClass":null,"abstract":false,"id":369,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitConstructorCall","instanceClass":null,"abstract":false,"id":370,"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":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argumentable","instanceClass":null,"abstract":true,"id":374,"interface":false,"eClass":"EClass"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Self","instanceClass":null,"abstract":true,"id":385,"interface":false,"eClass":"EClass"},{"id":386,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":true,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalFloatLiteral","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexFloatLiteral","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":true,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalDoubleLiteral","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexDoubleLiteral","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":true,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalIntegerLiteral","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexIntegerLiteral","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalIntegerLiteral","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongLiteral","instanceClass":null,"abstract":true,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalLongLiteral","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexLongLiteral","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalLongLiteral","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"id":407,"eClass":"EGenericType"},{"id":408,"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":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","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":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"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":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"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":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"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":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"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":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decimalValue","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hexValue","changeable":true,"lowerBound":1,"iD":false,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"octalValue","changeable":true,"lowerBound":1,"iD":false,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionThrower","instanceClass":null,"abstract":true,"id":452,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalField","instanceClass":null,"abstract":false,"id":453,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":454,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyMember","instanceClass":null,"abstract":false,"id":455,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":456,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":true,"id":457,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMethod","instanceClass":null,"abstract":false,"id":458,"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":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceClassifierReference","instanceClass":null,"abstract":false,"id":461,"interface":false,"eClass":"EClass"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementListContainer","instanceClass":null,"abstract":true,"id":472,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parametrizable","instanceClass":null,"abstract":true,"id":473,"interface":false,"eClass":"EClass"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":481,"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":"additionalFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":true,"id":505,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifiable","instanceClass":null,"abstract":true,"id":506,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":507,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":508,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Native","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":510,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":511,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":512,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strictfp","instanceClass":null,"abstract":false,"id":513,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronized","instanceClass":null,"abstract":false,"id":514,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transient","instanceClass":null,"abstract":false,"id":515,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volatile","instanceClass":null,"abstract":false,"id":516,"interface":false,"eClass":"EClass"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationsAndModifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentAnd","instanceClass":null,"abstract":false,"id":538,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentDivision","instanceClass":null,"abstract":false,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExclusiveOr","instanceClass":null,"abstract":false,"id":540,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMinus","instanceClass":null,"abstract":false,"id":541,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentModulo","instanceClass":null,"abstract":false,"id":542,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMultiplication","instanceClass":null,"abstract":false,"id":543,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentLeftShift","instanceClass":null,"abstract":false,"id":544,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOr","instanceClass":null,"abstract":false,"id":545,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentPlus","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRightShift","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentUnsignedRightShift","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":549,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqual","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":553,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqual","instanceClass":null,"abstract":false,"id":554,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addition","instanceClass":null,"abstract":false,"id":555,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtraction","instanceClass":null,"abstract":false,"id":556,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":557,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":558,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remainder","instanceClass":null,"abstract":false,"id":559,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complement","instanceClass":null,"abstract":false,"id":560,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusMinus","instanceClass":null,"abstract":false,"id":561,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":562,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusPlus","instanceClass":null,"abstract":false,"id":563,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShift","instanceClass":null,"abstract":false,"id":564,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShift","instanceClass":null,"abstract":false,"id":565,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedRightShift","instanceClass":null,"abstract":false,"id":566,"interface":false,"eClass":"EClass"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":608,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinaryParameter","instanceClass":null,"abstract":false,"id":609,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableLengthParameter","instanceClass":null,"abstract":false,"id":610,"interface":false,"eClass":"EClass"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"container":false,"ordered":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":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementReference","instanceClass":null,"abstract":true,"id":618,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":619,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":620,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClassReference","instanceClass":null,"abstract":false,"id":621,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeReference","instanceClass":null,"abstract":false,"id":622,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReference","instanceClass":null,"abstract":false,"id":623,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfReference","instanceClass":null,"abstract":false,"id":624,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":625,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraySelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":631,"derived":false},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":635,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":645,"interface":false,"eClass":"EClass"},{"id":646,"eClass":"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":647,"derived":false},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"self","changeable":true,"resolveProxies":true,"lowerBound":0,"id":650,"derived":false},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementContainer","instanceClass":null,"abstract":true,"id":653,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":654,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":true,"id":655,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assert","instanceClass":null,"abstract":false,"id":656,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Break","instanceClass":null,"abstract":false,"id":657,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":658,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":659,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":660,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continue","instanceClass":null,"abstract":false,"id":661,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSwitchCase","instanceClass":null,"abstract":false,"id":662,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":663,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":664,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":665,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":666,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachLoop","instanceClass":null,"abstract":false,"id":667,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jump","instanceClass":null,"abstract":true,"id":668,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpLabel","instanceClass":null,"abstract":false,"id":669,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableStatement","instanceClass":null,"abstract":false,"id":670,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalSwitchCase","instanceClass":null,"abstract":false,"id":671,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":672,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":673,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedBlock","instanceClass":null,"abstract":false,"id":674,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throw","instanceClass":null,"abstract":false,"id":675,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryBlock","instanceClass":null,"abstract":false,"id":676,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":677,"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":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"container":false,"ordered":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":681,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"container":false,"ordered":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":702,"derived":false},{"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"},{"container":false,"ordered":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":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"container":false,"ordered":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":714,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":721,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"container":false,"ordered":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":733,"derived":false},{"id":734,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":735,"interface":false,"eClass":"EClass"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":742,"derived":false},{"container":false,"ordered":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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lockProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throwable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":751,"derived":false},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catcheBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":754,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finallyBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":755,"derived":false},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"container":false,"ordered":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":760,"derived":false},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierReference","instanceClass":null,"abstract":false,"id":764,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":765,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":766,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char","instanceClass":null,"abstract":false,"id":767,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":768,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":769,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":770,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":771,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short","instanceClass":null,"abstract":false,"id":772,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":773,"interface":false,"eClass":"EClass"},{"id":774,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":775,"derived":false},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":783,"derived":false},{"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"},{"id":797,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalLocalVariable","instanceClass":null,"abstract":false,"id":798,"interface":false,"eClass":"EClass"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalLocalVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":804,"derived":false},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"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":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":0},{"source":19,"target":1},{"source":19,"target":27},{"source":19,"target":28},{"source":19,"target":29},{"source":28,"target":20},{"source":28,"target":30},{"source":28,"target":19},{"source":30,"target":20},{"source":29,"target":27},{"source":20,"target":1},{"source":20,"target":31},{"source":20,"target":32},{"source":20,"target":33},{"source":20,"target":34},{"source":20,"target":35},{"source":20,"target":36},{"source":20,"target":37},{"source":20,"target":38},{"source":34,"target":39},{"source":34,"target":40},{"source":34,"target":20},{"source":40,"target":39},{"source":35,"target":21},{"source":35,"target":41},{"source":35,"target":20},{"source":41,"target":21},{"source":36,"target":31},{"source":37,"target":32},{"source":38,"target":33},{"source":21,"target":1},{"source":21,"target":27},{"source":21,"target":42},{"source":42,"target":27},{"source":22,"target":1},{"source":22,"target":21},{"source":22,"target":43},{"source":22,"target":44},{"source":43,"target":25},{"source":43,"target":45},{"source":43,"target":22},{"source":45,"target":25},{"source":44,"target":21},{"source":23,"target":1},{"source":23,"target":21},{"source":23,"target":46},{"source":23,"target":47},{"source":46,"target":24},{"source":46,"target":48},{"source":46,"target":23},{"source":48,"target":24},{"source":47,"target":21},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":49},{"source":24,"target":50},{"source":24,"target":51},{"source":49,"target":52},{"source":49,"target":53},{"source":49,"target":24},{"source":53,"target":52},{"source":50,"target":25},{"source":50,"target":54},{"source":50,"target":24},{"source":54,"target":25},{"source":51,"target":27},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":55},{"source":55,"target":27},{"source":26,"target":1},{"source":26,"target":52},{"source":26,"target":56},{"source":26,"target":57},{"source":56,"target":58},{"source":56,"target":59},{"source":56,"target":26},{"source":59,"target":58},{"source":57,"target":52},{"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":0},{"source":60,"target":2},{"source":60,"target":27},{"source":60,"target":67},{"source":60,"target":68},{"source":60,"target":69},{"source":67,"target":61},{"source":67,"target":70},{"source":67,"target":60},{"source":70,"target":61},{"source":68,"target":61},{"source":68,"target":71},{"source":68,"target":60},{"source":71,"target":61},{"source":69,"target":27},{"source":61,"target":2},{"source":61,"target":27},{"source":61,"target":72},{"source":72,"target":27},{"source":62,"target":2},{"source":62,"target":63},{"source":62,"target":25},{"source":62,"target":73},{"source":62,"target":74},{"source":62,"target":75},{"source":73,"target":63},{"source":73,"target":76},{"source":73,"target":62},{"source":76,"target":63},{"source":74,"target":63},{"source":75,"target":25},{"source":63,"target":2},{"source":63,"target":27},{"source":63,"target":77},{"source":77,"target":27},{"source":64,"target":2},{"source":64,"target":58},{"source":64,"target":78},{"source":64,"target":60},{"source":64,"target":31},{"source":64,"target":79},{"source":64,"target":80},{"source":64,"target":81},{"source":64,"target":82},{"source":64,"target":83},{"source":79,"target":58},{"source":79,"target":84},{"source":79,"target":64},{"source":84,"target":58},{"source":80,"target":58},{"source":81,"target":78},{"source":82,"target":60},{"source":83,"target":31},{"source":65,"target":2},{"source":65,"target":58},{"source":65,"target":78},{"source":65,"target":60},{"source":65,"target":31},{"source":65,"target":85},{"source":65,"target":86},{"source":65,"target":87},{"source":65,"target":88},{"source":65,"target":89},{"source":85,"target":62},{"source":85,"target":90},{"source":85,"target":65},{"source":90,"target":62},{"source":86,"target":58},{"source":87,"target":78},{"source":88,"target":60},{"source":89,"target":31},{"source":66,"target":2},{"source":66,"target":27},{"source":66,"target":91},{"source":66,"target":92},{"source":91,"target":58},{"source":91,"target":93},{"source":91,"target":66},{"source":93,"target":58},{"source":92,"target":27},{"source":3,"target":39},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":0},{"source":39,"target":3},{"source":39,"target":101},{"source":39,"target":102},{"source":39,"target":103},{"source":39,"target":104},{"source":103,"target":101},{"source":104,"target":102},{"source":94,"target":3},{"source":94,"target":39},{"source":94,"target":105},{"source":94,"target":106},{"source":94,"target":107},{"source":94,"target":108},{"source":94,"target":109},{"source":94,"target":110},{"source":94,"target":111},{"source":94,"target":112},{"source":94,"target":113},{"source":94,"target":114},{"source":94,"target":115},{"source":110,"target":39},{"source":111,"target":105},{"source":112,"target":106},{"source":113,"target":107},{"source":114,"target":108},{"source":115,"target":109},{"source":95,"target":3},{"source":95,"target":27},{"source":95,"target":116},{"source":95,"target":117},{"source":116,"target":118},{"source":116,"target":119},{"source":116,"target":95},{"source":119,"target":118},{"source":117,"target":27},{"source":96,"target":3},{"source":96,"target":94},{"source":96,"target":95},{"source":96,"target":120},{"source":96,"target":121},{"source":96,"target":122},{"source":96,"target":123},{"source":120,"target":118},{"source":120,"target":124},{"source":120,"target":96},{"source":124,"target":118},{"source":121,"target":125},{"source":121,"target":96},{"source":122,"target":94},{"source":123,"target":95},{"source":97,"target":3},{"source":97,"target":94},{"source":97,"target":126},{"source":97,"target":127},{"source":97,"target":128},{"source":126,"target":118},{"source":126,"target":129},{"source":126,"target":97},{"source":129,"target":118},{"source":127,"target":130},{"source":127,"target":97},{"source":128,"target":94},{"source":98,"target":3},{"source":98,"target":94},{"source":98,"target":95},{"source":98,"target":131},{"source":98,"target":132},{"source":98,"target":133},{"source":131,"target":134},{"source":131,"target":135},{"source":131,"target":98},{"source":135,"target":134},{"source":132,"target":94},{"source":133,"target":95},{"source":99,"target":3},{"source":99,"target":94},{"source":99,"target":136},{"source":136,"target":94},{"source":100,"target":3},{"source":100,"target":101},{"source":100,"target":106},{"source":100,"target":137},{"source":100,"target":138},{"source":137,"target":101},{"source":138,"target":106},{"source":4,"target":27},{"source":4,"target":139},{"source":4,"target":33},{"source":4,"target":140},{"source":4,"target":0},{"source":27,"target":4},{"source":27,"target":141},{"source":141,"target":142},{"source":141,"target":27},{"source":139,"target":4},{"source":139,"target":27},{"source":139,"target":143},{"source":139,"target":144},{"source":143,"target":140},{"source":143,"target":145},{"source":143,"target":139},{"source":145,"target":140},{"source":144,"target":27},{"source":33,"target":4},{"source":33,"target":27},{"source":33,"target":146},{"source":33,"target":147},{"source":146,"target":148},{"source":146,"target":33},{"source":147,"target":27},{"source":140,"target":4},{"source":140,"target":149},{"source":149,"target":150},{"source":149,"target":140},{"source":5,"target":151},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":5,"target":0},{"source":151,"target":5},{"source":151,"target":139},{"source":151,"target":33},{"source":151,"target":155},{"source":151,"target":156},{"source":151,"target":157},{"source":151,"target":158},{"source":156,"target":139},{"source":157,"target":33},{"source":158,"target":155},{"source":152,"target":5},{"source":152,"target":151},{"source":152,"target":159},{"source":152,"target":160},{"source":159,"target":94},{"source":159,"target":161},{"source":159,"target":152},{"source":161,"target":94},{"source":160,"target":151},{"source":153,"target":5},{"source":153,"target":151},{"source":153,"target":19},{"source":153,"target":102},{"source":153,"target":162},{"source":153,"target":163},{"source":153,"target":164},{"source":153,"target":165},{"source":153,"target":166},{"source":162,"target":152},{"source":162,"target":167},{"source":162,"target":153},{"source":167,"target":152},{"source":163,"target":153},{"source":163,"target":168},{"source":163,"target":153},{"source":168,"target":153},{"source":164,"target":151},{"source":165,"target":19},{"source":166,"target":102},{"source":154,"target":5},{"source":154,"target":151},{"source":154,"target":169},{"source":169,"target":151},{"source":6,"target":170},{"source":6,"target":58},{"source":6,"target":171},{"source":6,"target":172},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":6,"target":181},{"source":6,"target":182},{"source":6,"target":183},{"source":6,"target":184},{"source":6,"target":185},{"source":6,"target":186},{"source":6,"target":187},{"source":6,"target":188},{"source":6,"target":189},{"source":6,"target":190},{"source":6,"target":191},{"source":6,"target":192},{"source":6,"target":193},{"source":6,"target":194},{"source":6,"target":195},{"source":6,"target":196},{"source":6,"target":197},{"source":6,"target":198},{"source":6,"target":199},{"source":6,"target":200},{"source":6,"target":201},{"source":6,"target":202},{"source":6,"target":203},{"source":6,"target":204},{"source":6,"target":205},{"source":6,"target":0},{"source":170,"target":6},{"source":170,"target":206},{"source":170,"target":207},{"source":170,"target":208},{"source":207,"target":58},{"source":207,"target":209},{"source":207,"target":170},{"source":209,"target":58},{"source":208,"target":206},{"source":58,"target":6},{"source":58,"target":63},{"source":58,"target":25},{"source":58,"target":210},{"source":58,"target":211},{"source":210,"target":63},{"source":211,"target":25},{"source":171,"target":6},{"source":171,"target":58},{"source":171,"target":212},{"source":171,"target":213},{"source":171,"target":214},{"source":171,"target":215},{"source":212,"target":172},{"source":212,"target":216},{"source":212,"target":171},{"source":216,"target":172},{"source":213,"target":217},{"source":213,"target":218},{"source":213,"target":171},{"source":218,"target":217},{"source":214,"target":58},{"source":214,"target":219},{"source":214,"target":171},{"source":219,"target":58},{"source":215,"target":58},{"source":172,"target":6},{"source":172,"target":58},{"source":172,"target":220},{"source":220,"target":58},{"source":173,"target":6},{"source":173,"target":172},{"source":173,"target":221},{"source":173,"target":222},{"source":173,"target":223},{"source":173,"target":224},{"source":221,"target":174},{"source":221,"target":225},{"source":221,"target":173},{"source":225,"target":174},{"source":222,"target":58},{"source":222,"target":226},{"source":222,"target":173},{"source":226,"target":58},{"source":223,"target":172},{"source":223,"target":227},{"source":223,"target":173},{"source":227,"target":172},{"source":224,"target":172},{"source":174,"target":6},{"source":174,"target":172},{"source":174,"target":228},{"source":228,"target":172},{"source":175,"target":6},{"source":175,"target":174},{"source":175,"target":229},{"source":175,"target":230},{"source":229,"target":176},{"source":229,"target":231},{"source":229,"target":175},{"source":231,"target":176},{"source":230,"target":174},{"source":176,"target":6},{"source":176,"target":174},{"source":176,"target":232},{"source":232,"target":174},{"source":177,"target":6},{"source":177,"target":176},{"source":177,"target":233},{"source":177,"target":234},{"source":233,"target":178},{"source":233,"target":235},{"source":233,"target":177},{"source":235,"target":178},{"source":234,"target":176},{"source":178,"target":6},{"source":178,"target":176},{"source":178,"target":236},{"source":236,"target":176},{"source":179,"target":6},{"source":179,"target":178},{"source":179,"target":237},{"source":179,"target":238},{"source":237,"target":180},{"source":237,"target":239},{"source":237,"target":179},{"source":239,"target":180},{"source":238,"target":178},{"source":180,"target":6},{"source":180,"target":178},{"source":180,"target":240},{"source":240,"target":178},{"source":181,"target":6},{"source":181,"target":180},{"source":181,"target":241},{"source":181,"target":242},{"source":241,"target":182},{"source":241,"target":243},{"source":241,"target":181},{"source":243,"target":182},{"source":242,"target":180},{"source":182,"target":6},{"source":182,"target":180},{"source":182,"target":244},{"source":244,"target":180},{"source":183,"target":6},{"source":183,"target":182},{"source":183,"target":245},{"source":183,"target":246},{"source":245,"target":184},{"source":245,"target":247},{"source":245,"target":183},{"source":247,"target":184},{"source":246,"target":182},{"source":184,"target":6},{"source":184,"target":182},{"source":184,"target":248},{"source":248,"target":182},{"source":185,"target":6},{"source":185,"target":184},{"source":185,"target":249},{"source":185,"target":250},{"source":185,"target":251},{"source":249,"target":252},{"source":249,"target":253},{"source":249,"target":185},{"source":253,"target":252},{"source":250,"target":186},{"source":250,"target":254},{"source":250,"target":185},{"source":254,"target":186},{"source":251,"target":184},{"source":186,"target":6},{"source":186,"target":184},{"source":186,"target":255},{"source":255,"target":184},{"source":187,"target":6},{"source":187,"target":60},{"source":187,"target":78},{"source":187,"target":186},{"source":187,"target":256},{"source":187,"target":257},{"source":187,"target":258},{"source":187,"target":259},{"source":256,"target":188},{"source":256,"target":260},{"source":256,"target":187},{"source":260,"target":188},{"source":257,"target":60},{"source":258,"target":78},{"source":259,"target":186},{"source":188,"target":6},{"source":188,"target":186},{"source":188,"target":261},{"source":261,"target":186},{"source":189,"target":6},{"source":189,"target":188},{"source":189,"target":262},{"source":189,"target":263},{"source":189,"target":264},{"source":262,"target":190},{"source":262,"target":265},{"source":262,"target":189},{"source":265,"target":190},{"source":263,"target":266},{"source":263,"target":267},{"source":263,"target":189},{"source":267,"target":266},{"source":264,"target":188},{"source":190,"target":6},{"source":190,"target":188},{"source":190,"target":268},{"source":268,"target":188},{"source":191,"target":6},{"source":191,"target":190},{"source":191,"target":269},{"source":191,"target":270},{"source":191,"target":271},{"source":269,"target":192},{"source":269,"target":272},{"source":269,"target":191},{"source":272,"target":192},{"source":270,"target":273},{"source":270,"target":274},{"source":270,"target":191},{"source":274,"target":273},{"source":271,"target":190},{"source":192,"target":6},{"source":192,"target":190},{"source":192,"target":275},{"source":275,"target":190},{"source":193,"target":6},{"source":193,"target":192},{"source":193,"target":276},{"source":193,"target":277},{"source":193,"target":278},{"source":276,"target":194},{"source":276,"target":279},{"source":276,"target":193},{"source":279,"target":194},{"source":277,"target":280},{"source":277,"target":281},{"source":277,"target":193},{"source":281,"target":280},{"source":278,"target":192},{"source":194,"target":6},{"source":194,"target":192},{"source":194,"target":282},{"source":282,"target":192},{"source":195,"target":6},{"source":195,"target":194},{"source":195,"target":283},{"source":195,"target":284},{"source":195,"target":285},{"source":283,"target":196},{"source":283,"target":286},{"source":283,"target":195},{"source":286,"target":196},{"source":284,"target":287},{"source":284,"target":288},{"source":284,"target":195},{"source":288,"target":287},{"source":285,"target":194},{"source":196,"target":6},{"source":196,"target":194},{"source":196,"target":289},{"source":289,"target":194},{"source":197,"target":6},{"source":197,"target":196},{"source":197,"target":290},{"source":197,"target":291},{"source":197,"target":292},{"source":290,"target":293},{"source":290,"target":294},{"source":290,"target":197},{"source":294,"target":293},{"source":291,"target":198},{"source":291,"target":295},{"source":291,"target":197},{"source":295,"target":198},{"source":292,"target":196},{"source":198,"target":6},{"source":198,"target":196},{"source":198,"target":296},{"source":296,"target":196},{"source":199,"target":6},{"source":199,"target":198},{"source":199,"target":297},{"source":199,"target":298},{"source":199,"target":299},{"source":297,"target":202},{"source":297,"target":300},{"source":297,"target":199},{"source":300,"target":202},{"source":298,"target":301},{"source":298,"target":302},{"source":298,"target":199},{"source":302,"target":301},{"source":299,"target":198},{"source":200,"target":6},{"source":200,"target":199},{"source":200,"target":303},{"source":303,"target":199},{"source":201,"target":6},{"source":201,"target":199},{"source":201,"target":304},{"source":304,"target":199},{"source":202,"target":6},{"source":202,"target":198},{"source":202,"target":305},{"source":305,"target":198},{"source":203,"target":6},{"source":203,"target":78},{"source":203,"target":60},{"source":203,"target":202},{"source":203,"target":306},{"source":203,"target":307},{"source":203,"target":308},{"source":203,"target":309},{"source":306,"target":196},{"source":306,"target":310},{"source":306,"target":203},{"source":310,"target":196},{"source":307,"target":78},{"source":308,"target":60},{"source":309,"target":202},{"source":204,"target":6},{"source":204,"target":202},{"source":204,"target":311},{"source":311,"target":202},{"source":205,"target":6},{"source":205,"target":31},{"source":205,"target":312},{"source":205,"target":313},{"source":312,"target":58},{"source":312,"target":314},{"source":312,"target":205},{"source":314,"target":58},{"source":313,"target":31},{"source":7,"target":315},{"source":7,"target":316},{"source":7,"target":317},{"source":7,"target":105},{"source":7,"target":318},{"source":7,"target":319},{"source":7,"target":320},{"source":7,"target":321},{"source":7,"target":322},{"source":7,"target":0},{"source":315,"target":7},{"source":315,"target":60},{"source":315,"target":323},{"source":323,"target":60},{"source":316,"target":7},{"source":316,"target":27},{"source":316,"target":324},{"source":316,"target":325},{"source":324,"target":315},{"source":324,"target":326},{"source":324,"target":316},{"source":326,"target":315},{"source":325,"target":27},{"source":317,"target":7},{"source":317,"target":27},{"source":317,"target":327},{"source":317,"target":328},{"source":327,"target":315},{"source":327,"target":329},{"source":327,"target":317},{"source":329,"target":315},{"source":328,"target":27},{"source":105,"target":7},{"source":105,"target":27},{"source":105,"target":330},{"source":105,"target":331},{"source":330,"target":321},{"source":330,"target":332},{"source":330,"target":105},{"source":332,"target":321},{"source":331,"target":27},{"source":318,"target":7},{"source":318,"target":315},{"source":318,"target":333},{"source":318,"target":334},{"source":333,"target":118},{"source":333,"target":335},{"source":333,"target":318},{"source":335,"target":118},{"source":334,"target":315},{"source":319,"target":7},{"source":319,"target":315},{"source":319,"target":78},{"source":319,"target":336},{"source":319,"target":337},{"source":336,"target":315},{"source":337,"target":78},{"source":320,"target":7},{"source":320,"target":315},{"source":320,"target":338},{"source":320,"target":339},{"source":338,"target":118},{"source":338,"target":340},{"source":338,"target":320},{"source":340,"target":118},{"source":339,"target":315},{"source":321,"target":7},{"source":321,"target":39},{"source":321,"target":341},{"source":321,"target":342},{"source":341,"target":118},{"source":341,"target":343},{"source":341,"target":321},{"source":343,"target":118},{"source":342,"target":39},{"source":322,"target":7},{"source":322,"target":315},{"source":322,"target":344},{"source":344,"target":315},{"source":8,"target":345},{"source":8,"target":155},{"source":8,"target":346},{"source":8,"target":347},{"source":8,"target":348},{"source":8,"target":349},{"source":8,"target":350},{"source":8,"target":0},{"source":345,"target":8},{"source":345,"target":33},{"source":345,"target":351},{"source":351,"target":33},{"source":155,"target":8},{"source":155,"target":27},{"source":155,"target":352},{"source":155,"target":353},{"source":352,"target":345},{"source":352,"target":354},{"source":352,"target":155},{"source":354,"target":345},{"source":353,"target":27},{"source":346,"target":8},{"source":346,"target":345},{"source":346,"target":355},{"source":346,"target":356},{"source":355,"target":357},{"source":355,"target":358},{"source":355,"target":346},{"source":358,"target":357},{"source":356,"target":345},{"source":347,"target":8},{"source":347,"target":345},{"source":347,"target":359},{"source":347,"target":360},{"source":359,"target":361},{"source":359,"target":347},{"source":360,"target":345},{"source":348,"target":8},{"source":348,"target":345},{"source":348,"target":362},{"source":362,"target":345},{"source":349,"target":8},{"source":349,"target":346},{"source":349,"target":363},{"source":363,"target":346},{"source":350,"target":8},{"source":350,"target":346},{"source":350,"target":364},{"source":350,"target":365},{"source":364,"target":102},{"source":364,"target":366},{"source":364,"target":350},{"source":366,"target":102},{"source":365,"target":346},{"source":9,"target":367},{"source":9,"target":368},{"source":9,"target":369},{"source":9,"target":370},{"source":9,"target":0},{"source":367,"target":9},{"source":367,"target":27},{"source":367,"target":371},{"source":367,"target":372},{"source":371,"target":58},{"source":371,"target":373},{"source":371,"target":367},{"source":373,"target":58},{"source":372,"target":27},{"source":368,"target":9},{"source":368,"target":78},{"source":368,"target":31},{"source":368,"target":374},{"source":368,"target":316},{"source":368,"target":375},{"source":368,"target":376},{"source":368,"target":377},{"source":368,"target":378},{"source":375,"target":78},{"source":376,"target":31},{"source":377,"target":374},{"source":378,"target":316},{"source":369,"target":9},{"source":369,"target":368},{"source":369,"target":317},{"source":369,"target":379},{"source":369,"target":380},{"source":369,"target":381},{"source":379,"target":100},{"source":379,"target":382},{"source":379,"target":369},{"source":382,"target":100},{"source":380,"target":368},{"source":381,"target":317},{"source":370,"target":9},{"source":370,"target":368},{"source":370,"target":383},{"source":370,"target":384},{"source":383,"target":385},{"source":383,"target":386},{"source":383,"target":370},{"source":386,"target":385},{"source":384,"target":368},{"source":10,"target":387},{"source":10,"target":385},{"source":10,"target":388},{"source":10,"target":389},{"source":10,"target":390},{"source":10,"target":391},{"source":10,"target":392},{"source":10,"target":393},{"source":10,"target":394},{"source":10,"target":395},{"source":10,"target":396},{"source":10,"target":397},{"source":10,"target":398},{"source":10,"target":399},{"source":10,"target":400},{"source":10,"target":401},{"source":10,"target":402},{"source":10,"target":403},{"source":10,"target":404},{"source":10,"target":405},{"source":10,"target":406},{"source":10,"target":0},{"source":387,"target":10},{"source":387,"target":204},{"source":387,"target":407},{"source":407,"target":204},{"source":385,"target":10},{"source":385,"target":27},{"source":385,"target":408},{"source":408,"target":27},{"source":388,"target":10},{"source":388,"target":387},{"source":388,"target":409},{"source":388,"target":410},{"source":409,"target":411},{"source":409,"target":388},{"source":410,"target":387},{"source":389,"target":10},{"source":389,"target":387},{"source":389,"target":412},{"source":389,"target":413},{"source":412,"target":414},{"source":412,"target":389},{"source":413,"target":387},{"source":390,"target":10},{"source":390,"target":387},{"source":390,"target":415},{"source":415,"target":387},{"source":391,"target":10},{"source":391,"target":390},{"source":391,"target":416},{"source":391,"target":417},{"source":416,"target":418},{"source":416,"target":391},{"source":417,"target":390},{"source":392,"target":10},{"source":392,"target":390},{"source":392,"target":419},{"source":392,"target":420},{"source":419,"target":421},{"source":419,"target":392},{"source":420,"target":390},{"source":393,"target":10},{"source":393,"target":387},{"source":393,"target":422},{"source":422,"target":387},{"source":394,"target":10},{"source":394,"target":393},{"source":394,"target":423},{"source":394,"target":424},{"source":423,"target":425},{"source":423,"target":394},{"source":424,"target":393},{"source":395,"target":10},{"source":395,"target":393},{"source":395,"target":426},{"source":395,"target":427},{"source":426,"target":428},{"source":426,"target":395},{"source":427,"target":393},{"source":396,"target":10},{"source":396,"target":387},{"source":396,"target":429},{"source":429,"target":387},{"source":397,"target":10},{"source":397,"target":396},{"source":397,"target":430},{"source":397,"target":431},{"source":430,"target":432},{"source":430,"target":397},{"source":431,"target":396},{"source":398,"target":10},{"source":398,"target":396},{"source":398,"target":433},{"source":398,"target":434},{"source":433,"target":435},{"source":433,"target":398},{"source":434,"target":396},{"source":399,"target":10},{"source":399,"target":396},{"source":399,"target":436},{"source":399,"target":437},{"source":436,"target":438},{"source":436,"target":399},{"source":437,"target":396},{"source":400,"target":10},{"source":400,"target":387},{"source":400,"target":439},{"source":439,"target":387},{"source":401,"target":10},{"source":401,"target":400},{"source":401,"target":440},{"source":401,"target":441},{"source":440,"target":442},{"source":440,"target":401},{"source":441,"target":400},{"source":402,"target":10},{"source":402,"target":400},{"source":402,"target":443},{"source":402,"target":444},{"source":443,"target":445},{"source":443,"target":402},{"source":444,"target":400},{"source":403,"target":10},{"source":403,"target":400},{"source":403,"target":446},{"source":403,"target":447},{"source":446,"target":448},{"source":446,"target":403},{"source":447,"target":400},{"source":404,"target":10},{"source":404,"target":387},{"source":404,"target":449},{"source":449,"target":387},{"source":405,"target":10},{"source":405,"target":385},{"source":405,"target":450},{"source":450,"target":385},{"source":406,"target":10},{"source":406,"target":385},{"source":406,"target":451},{"source":451,"target":385},{"source":11,"target":452},{"source":11,"target":107},{"source":11,"target":106},{"source":11,"target":453},{"source":11,"target":454},{"source":11,"target":455},{"source":11,"target":456},{"source":11,"target":457},{"source":11,"target":52},{"source":11,"target":458},{"source":11,"target":134},{"source":11,"target":0},{"source":452,"target":11},{"source":452,"target":27},{"source":452,"target":459},{"source":452,"target":460},{"source":459,"target":461},{"source":459,"target":462},{"source":459,"target":452},{"source":462,"target":461},{"source":460,"target":27},{"source":107,"target":11},{"source":107,"target":139},{"source":107,"target":463},{"source":463,"target":139},{"source":106,"target":11},{"source":106,"target":27},{"source":106,"target":464},{"source":106,"target":465},{"source":106,"target":466},{"source":464,"target":107},{"source":464,"target":467},{"source":464,"target":106},{"source":467,"target":107},{"source":465,"target":107},{"source":465,"target":468},{"source":465,"target":106},{"source":468,"target":107},{"source":466,"target":27},{"source":453,"target":11},{"source":453,"target":102},{"source":453,"target":60},{"source":453,"target":367},{"source":453,"target":469},{"source":453,"target":470},{"source":453,"target":471},{"source":469,"target":102},{"source":470,"target":60},{"source":471,"target":367},{"source":454,"target":11},{"source":454,"target":107},{"source":454,"target":472},{"source":454,"target":473},{"source":454,"target":105},{"source":454,"target":452},{"source":454,"target":109},{"source":454,"target":474},{"source":454,"target":475},{"source":454,"target":476},{"source":454,"target":477},{"source":454,"target":478},{"source":454,"target":479},{"source":474,"target":107},{"source":475,"target":472},{"source":476,"target":473},{"source":477,"target":105},{"source":478,"target":452},{"source":479,"target":109},{"source":455,"target":11},{"source":455,"target":107},{"source":455,"target":480},{"source":480,"target":107},{"source":456,"target":11},{"source":456,"target":107},{"source":456,"target":367},{"source":456,"target":481},{"source":456,"target":102},{"source":456,"target":109},{"source":456,"target":482},{"source":456,"target":483},{"source":456,"target":484},{"source":456,"target":485},{"source":456,"target":486},{"source":456,"target":487},{"source":482,"target":453},{"source":482,"target":488},{"source":482,"target":456},{"source":488,"target":453},{"source":483,"target":107},{"source":484,"target":367},{"source":485,"target":481},{"source":486,"target":102},{"source":487,"target":109},{"source":457,"target":11},{"source":457,"target":107},{"source":457,"target":78},{"source":457,"target":60},{"source":457,"target":105},{"source":457,"target":473},{"source":457,"target":102},{"source":457,"target":452},{"source":457,"target":109},{"source":457,"target":489},{"source":457,"target":490},{"source":457,"target":491},{"source":457,"target":492},{"source":457,"target":493},{"source":457,"target":494},{"source":457,"target":495},{"source":457,"target":496},{"source":489,"target":107},{"source":490,"target":78},{"source":491,"target":60},{"source":492,"target":105},{"source":493,"target":473},{"source":494,"target":102},{"source":495,"target":452},{"source":496,"target":109},{"source":52,"target":11},{"source":52,"target":457},{"source":52,"target":497},{"source":497,"target":457},{"source":458,"target":11},{"source":458,"target":457},{"source":458,"target":472},{"source":458,"target":498},{"source":458,"target":499},{"source":498,"target":457},{"source":499,"target":472},{"source":134,"target":11},{"source":134,"target":102},{"source":134,"target":374},{"source":134,"target":19},{"source":134,"target":500},{"source":134,"target":501},{"source":134,"target":502},{"source":134,"target":503},{"source":500,"target":100},{"source":500,"target":504},{"source":500,"target":134},{"source":504,"target":100},{"source":501,"target":102},{"source":502,"target":374},{"source":503,"target":19},{"source":12,"target":505},{"source":12,"target":32},{"source":12,"target":109},{"source":12,"target":506},{"source":12,"target":507},{"source":12,"target":508},{"source":12,"target":509},{"source":12,"target":510},{"source":12,"target":511},{"source":12,"target":512},{"source":12,"target":357},{"source":12,"target":513},{"source":12,"target":514},{"source":12,"target":515},{"source":12,"target":516},{"source":12,"target":0},{"source":505,"target":12},{"source":505,"target":32},{"source":505,"target":517},{"source":517,"target":32},{"source":32,"target":12},{"source":32,"target":27},{"source":32,"target":518},{"source":518,"target":27},{"source":109,"target":12},{"source":109,"target":27},{"source":109,"target":519},{"source":109,"target":520},{"source":519,"target":32},{"source":519,"target":521},{"source":519,"target":109},{"source":521,"target":32},{"source":520,"target":27},{"source":506,"target":12},{"source":506,"target":27},{"source":506,"target":522},{"source":506,"target":523},{"source":522,"target":505},{"source":522,"target":524},{"source":522,"target":506},{"source":524,"target":505},{"source":523,"target":27},{"source":507,"target":12},{"source":507,"target":505},{"source":507,"target":525},{"source":525,"target":505},{"source":508,"target":12},{"source":508,"target":505},{"source":508,"target":526},{"source":526,"target":505},{"source":509,"target":12},{"source":509,"target":505},{"source":509,"target":527},{"source":527,"target":505},{"source":510,"target":12},{"source":510,"target":505},{"source":510,"target":528},{"source":528,"target":505},{"source":511,"target":12},{"source":511,"target":505},{"source":511,"target":529},{"source":529,"target":505},{"source":512,"target":12},{"source":512,"target":505},{"source":512,"target":530},{"source":530,"target":505},{"source":357,"target":12},{"source":357,"target":505},{"source":357,"target":531},{"source":531,"target":505},{"source":513,"target":12},{"source":513,"target":505},{"source":513,"target":532},{"source":532,"target":505},{"source":514,"target":12},{"source":514,"target":505},{"source":514,"target":533},{"source":533,"target":505},{"source":515,"target":12},{"source":515,"target":505},{"source":515,"target":534},{"source":534,"target":505},{"source":516,"target":12},{"source":516,"target":505},{"source":516,"target":535},{"source":535,"target":505},{"source":13,"target":536},{"source":13,"target":280},{"source":13,"target":217},{"source":13,"target":252},{"source":13,"target":287},{"source":13,"target":266},{"source":13,"target":273},{"source":13,"target":293},{"source":13,"target":301},{"source":13,"target":537},{"source":13,"target":538},{"source":13,"target":539},{"source":13,"target":540},{"source":13,"target":541},{"source":13,"target":542},{"source":13,"target":543},{"source":13,"target":544},{"source":13,"target":545},{"source":13,"target":546},{"source":13,"target":547},{"source":13,"target":548},{"source":13,"target":549},{"source":13,"target":550},{"source":13,"target":551},{"source":13,"target":552},{"source":13,"target":553},{"source":13,"target":554},{"source":13,"target":555},{"source":13,"target":556},{"source":13,"target":557},{"source":13,"target":558},{"source":13,"target":559},{"source":13,"target":560},{"source":13,"target":561},{"source":13,"target":562},{"source":13,"target":563},{"source":13,"target":564},{"source":13,"target":565},{"source":13,"target":566},{"source":13,"target":0},{"source":536,"target":13},{"source":536,"target":27},{"source":536,"target":567},{"source":567,"target":27},{"source":280,"target":13},{"source":280,"target":536},{"source":280,"target":568},{"source":568,"target":536},{"source":217,"target":13},{"source":217,"target":536},{"source":217,"target":569},{"source":569,"target":536},{"source":252,"target":13},{"source":252,"target":536},{"source":252,"target":570},{"source":570,"target":536},{"source":287,"target":13},{"source":287,"target":536},{"source":287,"target":571},{"source":571,"target":536},{"source":266,"target":13},{"source":266,"target":536},{"source":266,"target":572},{"source":572,"target":536},{"source":273,"target":13},{"source":273,"target":536},{"source":273,"target":573},{"source":573,"target":536},{"source":293,"target":13},{"source":293,"target":536},{"source":293,"target":574},{"source":574,"target":536},{"source":301,"target":13},{"source":301,"target":536},{"source":301,"target":575},{"source":575,"target":536},{"source":537,"target":13},{"source":537,"target":217},{"source":537,"target":576},{"source":576,"target":217},{"source":538,"target":13},{"source":538,"target":217},{"source":538,"target":577},{"source":577,"target":217},{"source":539,"target":13},{"source":539,"target":217},{"source":539,"target":578},{"source":578,"target":217},{"source":540,"target":13},{"source":540,"target":217},{"source":540,"target":579},{"source":579,"target":217},{"source":541,"target":13},{"source":541,"target":217},{"source":541,"target":580},{"source":580,"target":217},{"source":542,"target":13},{"source":542,"target":217},{"source":542,"target":581},{"source":581,"target":217},{"source":543,"target":13},{"source":543,"target":217},{"source":543,"target":582},{"source":582,"target":217},{"source":544,"target":13},{"source":544,"target":217},{"source":544,"target":583},{"source":583,"target":217},{"source":545,"target":13},{"source":545,"target":217},{"source":545,"target":584},{"source":584,"target":217},{"source":546,"target":13},{"source":546,"target":217},{"source":546,"target":585},{"source":585,"target":217},{"source":547,"target":13},{"source":547,"target":217},{"source":547,"target":586},{"source":586,"target":217},{"source":548,"target":13},{"source":548,"target":217},{"source":548,"target":587},{"source":587,"target":217},{"source":549,"target":13},{"source":549,"target":252},{"source":549,"target":588},{"source":588,"target":252},{"source":550,"target":13},{"source":550,"target":252},{"source":550,"target":589},{"source":589,"target":252},{"source":551,"target":13},{"source":551,"target":266},{"source":551,"target":590},{"source":590,"target":266},{"source":552,"target":13},{"source":552,"target":266},{"source":552,"target":591},{"source":591,"target":266},{"source":553,"target":13},{"source":553,"target":266},{"source":553,"target":592},{"source":592,"target":266},{"source":554,"target":13},{"source":554,"target":266},{"source":554,"target":593},{"source":593,"target":266},{"source":555,"target":13},{"source":555,"target":280},{"source":555,"target":293},{"source":555,"target":594},{"source":555,"target":595},{"source":594,"target":280},{"source":595,"target":293},{"source":556,"target":13},{"source":556,"target":280},{"source":556,"target":293},{"source":556,"target":596},{"source":556,"target":597},{"source":596,"target":280},{"source":597,"target":293},{"source":557,"target":13},{"source":557,"target":287},{"source":557,"target":598},{"source":598,"target":287},{"source":558,"target":13},{"source":558,"target":287},{"source":558,"target":599},{"source":599,"target":287},{"source":559,"target":13},{"source":559,"target":287},{"source":559,"target":600},{"source":600,"target":287},{"source":560,"target":13},{"source":560,"target":293},{"source":560,"target":601},{"source":601,"target":293},{"source":561,"target":13},{"source":561,"target":301},{"source":561,"target":602},{"source":602,"target":301},{"source":562,"target":13},{"source":562,"target":293},{"source":562,"target":603},{"source":603,"target":293},{"source":563,"target":13},{"source":563,"target":301},{"source":563,"target":604},{"source":604,"target":301},{"source":564,"target":13},{"source":564,"target":273},{"source":564,"target":605},{"source":605,"target":273},{"source":565,"target":13},{"source":565,"target":273},{"source":565,"target":606},{"source":606,"target":273},{"source":566,"target":13},{"source":566,"target":273},{"source":566,"target":607},{"source":607,"target":273},{"source":14,"target":608},{"source":14,"target":473},{"source":14,"target":609},{"source":14,"target":610},{"source":14,"target":0},{"source":608,"target":14},{"source":608,"target":481},{"source":608,"target":109},{"source":608,"target":611},{"source":608,"target":612},{"source":611,"target":481},{"source":612,"target":109},{"source":473,"target":14},{"source":473,"target":27},{"source":473,"target":613},{"source":473,"target":614},{"source":613,"target":608},{"source":613,"target":615},{"source":613,"target":473},{"source":615,"target":608},{"source":614,"target":27},{"source":609,"target":14},{"source":609,"target":608},{"source":609,"target":616},{"source":616,"target":608},{"source":610,"target":14},{"source":610,"target":608},{"source":610,"target":617},{"source":617,"target":608},{"source":15,"target":31},{"source":15,"target":374},{"source":15,"target":102},{"source":15,"target":618},{"source":15,"target":619},{"source":15,"target":620},{"source":15,"target":621},{"source":15,"target":622},{"source":15,"target":623},{"source":15,"target":624},{"source":15,"target":0},{"source":31,"target":15},{"source":31,"target":204},{"source":31,"target":316},{"source":31,"target":625},{"source":31,"target":626},{"source":31,"target":627},{"source":31,"target":628},{"source":625,"target":31},{"source":625,"target":629},{"source":625,"target":31},{"source":629,"target":31},{"source":626,"target":66},{"source":626,"target":630},{"source":626,"target":31},{"source":630,"target":66},{"source":627,"target":204},{"source":628,"target":316},{"source":374,"target":15},{"source":374,"target":27},{"source":374,"target":631},{"source":374,"target":632},{"source":631,"target":58},{"source":631,"target":633},{"source":631,"target":374},{"source":633,"target":58},{"source":632,"target":27},{"source":102,"target":15},{"source":102,"target":139},{"source":102,"target":634},{"source":634,"target":139},{"source":618,"target":15},{"source":618,"target":31},{"source":618,"target":635},{"source":618,"target":636},{"source":635,"target":637},{"source":635,"target":618},{"source":636,"target":31},{"source":619,"target":15},{"source":619,"target":618},{"source":619,"target":638},{"source":638,"target":618},{"source":620,"target":15},{"source":620,"target":618},{"source":620,"target":374},{"source":620,"target":317},{"source":620,"target":639},{"source":620,"target":640},{"source":620,"target":641},{"source":639,"target":618},{"source":640,"target":374},{"source":641,"target":317},{"source":621,"target":15},{"source":621,"target":31},{"source":621,"target":642},{"source":642,"target":31},{"source":622,"target":15},{"source":622,"target":31},{"source":622,"target":643},{"source":622,"target":644},{"source":643,"target":645},{"source":643,"target":646},{"source":643,"target":622},{"source":646,"target":645},{"source":644,"target":31},{"source":623,"target":15},{"source":623,"target":31},{"source":623,"target":647},{"source":623,"target":648},{"source":647,"target":649},{"source":647,"target":623},{"source":648,"target":31},{"source":624,"target":15},{"source":624,"target":31},{"source":624,"target":650},{"source":624,"target":651},{"source":650,"target":385},{"source":650,"target":652},{"source":650,"target":624},{"source":652,"target":385},{"source":651,"target":31},{"source":16,"target":653},{"source":16,"target":472},{"source":16,"target":654},{"source":16,"target":206},{"source":16,"target":108},{"source":16,"target":655},{"source":16,"target":656},{"source":16,"target":657},{"source":16,"target":658},{"source":16,"target":659},{"source":16,"target":660},{"source":16,"target":661},{"source":16,"target":662},{"source":16,"target":663},{"source":16,"target":664},{"source":16,"target":665},{"source":16,"target":666},{"source":16,"target":667},{"source":16,"target":668},{"source":16,"target":669},{"source":16,"target":670},{"source":16,"target":671},{"source":16,"target":672},{"source":16,"target":673},{"source":16,"target":674},{"source":16,"target":675},{"source":16,"target":676},{"source":16,"target":677},{"source":16,"target":0},{"source":653,"target":16},{"source":653,"target":27},{"source":653,"target":678},{"source":653,"target":679},{"source":678,"target":108},{"source":678,"target":680},{"source":678,"target":653},{"source":680,"target":108},{"source":679,"target":27},{"source":472,"target":16},{"source":472,"target":27},{"source":472,"target":681},{"source":472,"target":682},{"source":681,"target":108},{"source":681,"target":683},{"source":681,"target":472},{"source":683,"target":108},{"source":682,"target":27},{"source":654,"target":16},{"source":654,"target":27},{"source":654,"target":684},{"source":654,"target":685},{"source":684,"target":58},{"source":684,"target":686},{"source":684,"target":654},{"source":686,"target":58},{"source":685,"target":27},{"source":206,"target":16},{"source":206,"target":27},{"source":206,"target":687},{"source":687,"target":27},{"source":108,"target":16},{"source":108,"target":27},{"source":108,"target":688},{"source":688,"target":27},{"source":655,"target":16},{"source":655,"target":472},{"source":655,"target":689},{"source":689,"target":472},{"source":656,"target":16},{"source":656,"target":108},{"source":656,"target":654},{"source":656,"target":690},{"source":656,"target":691},{"source":656,"target":692},{"source":690,"target":58},{"source":690,"target":693},{"source":690,"target":656},{"source":693,"target":58},{"source":691,"target":108},{"source":692,"target":654},{"source":657,"target":16},{"source":657,"target":668},{"source":657,"target":694},{"source":694,"target":668},{"source":658,"target":16},{"source":658,"target":107},{"source":658,"target":108},{"source":658,"target":472},{"source":658,"target":506},{"source":658,"target":695},{"source":658,"target":696},{"source":658,"target":697},{"source":658,"target":698},{"source":695,"target":107},{"source":696,"target":108},{"source":697,"target":472},{"source":698,"target":506},{"source":659,"target":16},{"source":659,"target":472},{"source":659,"target":699},{"source":659,"target":700},{"source":699,"target":609},{"source":699,"target":701},{"source":699,"target":659},{"source":701,"target":609},{"source":700,"target":472},{"source":660,"target":16},{"source":660,"target":108},{"source":660,"target":653},{"source":660,"target":654},{"source":660,"target":702},{"source":660,"target":703},{"source":660,"target":704},{"source":660,"target":705},{"source":702,"target":108},{"source":702,"target":706},{"source":702,"target":660},{"source":706,"target":108},{"source":703,"target":108},{"source":704,"target":653},{"source":705,"target":654},{"source":661,"target":16},{"source":661,"target":668},{"source":661,"target":707},{"source":707,"target":668},{"source":662,"target":16},{"source":662,"target":655},{"source":662,"target":708},{"source":708,"target":655},{"source":663,"target":16},{"source":663,"target":677},{"source":663,"target":709},{"source":709,"target":677},{"source":664,"target":16},{"source":664,"target":108},{"source":664,"target":710},{"source":710,"target":108},{"source":665,"target":16},{"source":665,"target":108},{"source":665,"target":711},{"source":665,"target":712},{"source":711,"target":58},{"source":711,"target":713},{"source":711,"target":665},{"source":713,"target":58},{"source":712,"target":108},{"source":666,"target":16},{"source":666,"target":108},{"source":666,"target":653},{"source":666,"target":654},{"source":666,"target":714},{"source":666,"target":715},{"source":666,"target":716},{"source":666,"target":717},{"source":666,"target":718},{"source":714,"target":206},{"source":714,"target":719},{"source":714,"target":666},{"source":719,"target":206},{"source":715,"target":58},{"source":715,"target":720},{"source":715,"target":666},{"source":720,"target":58},{"source":716,"target":108},{"source":717,"target":653},{"source":718,"target":654},{"source":667,"target":16},{"source":667,"target":108},{"source":667,"target":653},{"source":667,"target":721},{"source":667,"target":722},{"source":667,"target":723},{"source":667,"target":724},{"source":721,"target":609},{"source":721,"target":725},{"source":721,"target":667},{"source":725,"target":609},{"source":722,"target":58},{"source":722,"target":726},{"source":722,"target":667},{"source":726,"target":58},{"source":723,"target":108},{"source":724,"target":653},{"source":668,"target":16},{"source":668,"target":108},{"source":668,"target":727},{"source":668,"target":728},{"source":727,"target":729},{"source":727,"target":668},{"source":728,"target":108},{"source":669,"target":16},{"source":669,"target":108},{"source":669,"target":653},{"source":669,"target":139},{"source":669,"target":730},{"source":669,"target":731},{"source":669,"target":732},{"source":730,"target":108},{"source":731,"target":653},{"source":732,"target":139},{"source":670,"target":16},{"source":670,"target":108},{"source":670,"target":733},{"source":670,"target":734},{"source":733,"target":735},{"source":733,"target":736},{"source":733,"target":670},{"source":736,"target":735},{"source":734,"target":108},{"source":671,"target":16},{"source":671,"target":655},{"source":671,"target":654},{"source":671,"target":737},{"source":671,"target":738},{"source":737,"target":655},{"source":738,"target":654},{"source":672,"target":16},{"source":672,"target":108},{"source":672,"target":739},{"source":672,"target":740},{"source":739,"target":58},{"source":739,"target":741},{"source":739,"target":672},{"source":741,"target":58},{"source":740,"target":108},{"source":673,"target":16},{"source":673,"target":108},{"source":673,"target":742},{"source":673,"target":743},{"source":673,"target":744},{"source":742,"target":655},{"source":742,"target":745},{"source":742,"target":673},{"source":745,"target":655},{"source":743,"target":58},{"source":743,"target":746},{"source":743,"target":673},{"source":746,"target":58},{"source":744,"target":108},{"source":674,"target":16},{"source":674,"target":108},{"source":674,"target":472},{"source":674,"target":747},{"source":674,"target":748},{"source":674,"target":749},{"source":747,"target":58},{"source":747,"target":750},{"source":747,"target":674},{"source":750,"target":58},{"source":748,"target":108},{"source":749,"target":472},{"source":675,"target":16},{"source":675,"target":108},{"source":675,"target":751},{"source":675,"target":752},{"source":751,"target":58},{"source":751,"target":753},{"source":751,"target":675},{"source":753,"target":58},{"source":752,"target":108},{"source":676,"target":16},{"source":676,"target":108},{"source":676,"target":472},{"source":676,"target":754},{"source":676,"target":755},{"source":676,"target":756},{"source":676,"target":757},{"source":754,"target":659},{"source":754,"target":758},{"source":754,"target":676},{"source":758,"target":659},{"source":755,"target":658},{"source":755,"target":759},{"source":755,"target":676},{"source":759,"target":658},{"source":756,"target":108},{"source":757,"target":472},{"source":677,"target":16},{"source":677,"target":108},{"source":677,"target":653},{"source":677,"target":760},{"source":677,"target":761},{"source":677,"target":762},{"source":760,"target":58},{"source":760,"target":763},{"source":760,"target":677},{"source":763,"target":58},{"source":761,"target":108},{"source":762,"target":653},{"source":17,"target":101},{"source":17,"target":78},{"source":17,"target":118},{"source":17,"target":764},{"source":17,"target":461},{"source":17,"target":645},{"source":17,"target":765},{"source":17,"target":766},{"source":17,"target":767},{"source":17,"target":768},{"source":17,"target":769},{"source":17,"target":770},{"source":17,"target":771},{"source":17,"target":772},{"source":17,"target":773},{"source":17,"target":0},{"source":101,"target":17},{"source":101,"target":27},{"source":101,"target":774},{"source":774,"target":27},{"source":78,"target":17},{"source":78,"target":27},{"source":78,"target":775},{"source":78,"target":776},{"source":775,"target":118},{"source":775,"target":777},{"source":775,"target":78},{"source":777,"target":118},{"source":776,"target":27},{"source":118,"target":17},{"source":118,"target":27},{"source":118,"target":778},{"source":778,"target":27},{"source":764,"target":17},{"source":764,"target":118},{"source":764,"target":316},{"source":764,"target":779},{"source":764,"target":780},{"source":764,"target":781},{"source":779,"target":782},{"source":779,"target":764},{"source":780,"target":118},{"source":781,"target":316},{"source":461,"target":17},{"source":461,"target":118},{"source":461,"target":33},{"source":461,"target":783},{"source":461,"target":784},{"source":461,"target":785},{"source":783,"target":764},{"source":783,"target":786},{"source":783,"target":461},{"source":786,"target":764},{"source":784,"target":118},{"source":785,"target":33},{"source":645,"target":17},{"source":645,"target":101},{"source":645,"target":118},{"source":645,"target":787},{"source":645,"target":788},{"source":787,"target":101},{"source":788,"target":118},{"source":765,"target":17},{"source":765,"target":645},{"source":765,"target":789},{"source":789,"target":645},{"source":766,"target":17},{"source":766,"target":645},{"source":766,"target":790},{"source":790,"target":645},{"source":767,"target":17},{"source":767,"target":645},{"source":767,"target":791},{"source":791,"target":645},{"source":768,"target":17},{"source":768,"target":645},{"source":768,"target":792},{"source":792,"target":645},{"source":769,"target":17},{"source":769,"target":645},{"source":769,"target":793},{"source":793,"target":645},{"source":770,"target":17},{"source":770,"target":645},{"source":770,"target":794},{"source":794,"target":645},{"source":771,"target":17},{"source":771,"target":645},{"source":771,"target":795},{"source":795,"target":645},{"source":772,"target":17},{"source":772,"target":645},{"source":772,"target":796},{"source":796,"target":645},{"source":773,"target":17},{"source":773,"target":645},{"source":773,"target":797},{"source":797,"target":645},{"source":18,"target":481},{"source":18,"target":735},{"source":18,"target":798},{"source":18,"target":0},{"source":481,"target":18},{"source":481,"target":139},{"source":481,"target":78},{"source":481,"target":60},{"source":481,"target":102},{"source":481,"target":316},{"source":481,"target":799},{"source":481,"target":800},{"source":481,"target":801},{"source":481,"target":802},{"source":481,"target":803},{"source":799,"target":139},{"source":800,"target":78},{"source":801,"target":60},{"source":802,"target":102},{"source":803,"target":316},{"source":735,"target":18},{"source":735,"target":481},{"source":735,"target":367},{"source":735,"target":206},{"source":735,"target":109},{"source":735,"target":804},{"source":735,"target":805},{"source":735,"target":806},{"source":735,"target":807},{"source":735,"target":808},{"source":804,"target":798},{"source":804,"target":809},{"source":804,"target":735},{"source":809,"target":798},{"source":805,"target":481},{"source":806,"target":367},{"source":807,"target":206},{"source":808,"target":109},{"source":798,"target":18},{"source":798,"target":102},{"source":798,"target":60},{"source":798,"target":367},{"source":798,"target":810},{"source":798,"target":811},{"source":798,"target":812},{"source":810,"target":102},{"source":811,"target":60},{"source":812,"target":367}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/MDEGroup/QMM/validation-subjects/metamodels/di.ecore
di ContainerShape shapes Shape x y width height sourceLinks targetLinks Link source target Diagram links DiNode modelElement properties
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.soyatec.com/Runtime/DI/1.0" nsPrefix="di"> <eClassifiers xsi:type="ecore:EClass" name="ContainerShape" abstract="true" eSuperTypes="#//DiNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="shapes" upperBound="-1" eType="#//Shape" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shape" eSuperTypes="#//ContainerShape"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceLinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetLinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//DiNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Shape" eOpposite="#//Shape/targetLinks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Shape" eOpposite="#//Shape/sourceLinks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//ContainerShape"> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"di","nsURI":"http://www.soyatec.com/Runtime/DI/1.0","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerShape","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiNode","instanceClass":null,"abstract":true,"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":"shapes","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":"x","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":"y","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":"width","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":"height","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":"sourceLinks","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":"targetLinks","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"},{"container":false,"ordered":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":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":true,"unique":true,"name":"modelElement","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":2},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":2},{"source":7,"target":5},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":9,"target":16},{"source":9,"target":2},{"source":10,"target":17},{"source":10,"target":2},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":3},{"source":13,"target":20},{"source":13,"target":2},{"source":13,"target":21},{"source":20,"target":3},{"source":14,"target":3},{"source":14,"target":22},{"source":14,"target":2},{"source":14,"target":23},{"source":22,"target":3},{"source":15,"target":1},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":23},{"source":3,"target":21},{"source":3,"target":24},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":3},{"source":23,"target":14},{"source":25,"target":2},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":3},{"source":21,"target":13},{"source":26,"target":2},{"source":24,"target":5},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":3},{"source":27,"target":29},{"source":27,"target":4},{"source":29,"target":3},{"source":28,"target":1},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":30,"target":32},{"source":30,"target":5},{"source":31,"target":33},{"source":31,"target":5}],"multigraph":true}
ecore
gui
repo-ecore-all/data/everdura/xwt/xwt_outOfDate/xwt09.ecore
presentation AbstractComboBoxCellEditor activationStyle AbstractDataProvider mixed group bindingContext key AbstractListViewer AbstractTableViewer itemCount AbstractTreeViewer group4 expandedTreePaths expandedElements visibleExpandedElements autoExpandLevel Accessible mixed Binding mixed group source value control elementName path xPath Browser group3 webBrowser browserType text url Button group1 command alignment grayed image selection text Canvas mixed1 group3 iME caret Caret group parent bounds font image location size visible CCombo group3 items editable listVisible selection text textLimit visibleItemCount Cell mixed group parent image text CellEditor mixed group validator layoutData value control errorMessage style CheckboxCellEditor CheckboxTableViewer group5 grayedElements checkStateProvider checkedElements allChecked allGrayed CheckboxTreeViewer group6 grayedElements checkStateProvider checkedElements allChecked CLabel alignment image text Class mixed Collection mixed ColorCellEditor ColumnViewer group3 columnViewerEditor cellModifier cellEditors columnProperties ColumnViewerEditor mixed Combo group3 items listVisible orientation selection text textLimit visibleItemCount ComboBoxCellEditor ComboBoxViewerCellEditor group1 input contenProvider labelProvider viewer ComboViewer Composite group2 tabList children layout backgroundMode layoutDeferred ContentViewer group1 contentProvider labelProvider Control group menu cursor layoutData accessible background backgroundImage bounds capture dragDetect enabled font foreground handle location redraw size toolTipText visible ControlEditor mixed group editor grabHorizontal grabVertical horizontalAlignment minimumHeight minimumWidth verticalAlignment CoolBar group3 itemOrder wrapIndices items itemSizes locked CoolItem group parent control bounds minimumSize preferredSize size CTabFolder group3 borderInsideRGB items topRight borderOutsideRGB selection borderMiddleRGB borderVisible marginHeight marginWidth maximized maximizeVisible mINTABWIDTH minimized minimizeVisible minimumCharacters mRUVisible selectionBackground selectionForeground simple single tabHeight tabPosition unselectedCloseVisible unselectedImageVisible CTabItem group parent control bounds disabledImage font showClose toolTipText Cursor DateTime day hours minutes month seconds year Decorations group4 images defaultButton menuBar image maximized minimized text DefaultCellModifier mixed DefaultLabelProvider mixed Dialog group1 buttonBar blockedHandler DialogCellEditor DialogTray mixed Document mixed DocumentObject DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation composite dialog EchoCharType java.lang.String java.lang.String Element ExpandBar group3 items spacing ExpandItem group parent control expanded height FillLayout marginHeight marginWidth spacing type FormAttachment mixed group control alignment denominator numerator offset FormData mixed group bottom right left top height width FormLayout marginBottom marginHeight marginLeft marginRight marginTop marginWidth spacing GridData mixed exclude grabExcessHorizontalSpace grabExcessVerticalSpace heightHint horizontalAlignment horizontalIndent horizontalSpan minimumHeight minimumWidth verticalAlignment verticalIndent verticalSpan widthHint GridLayout horizontalSpacing makeColumnsEqualWidth marginBottom marginHeight marginLeft marginRight marginTop marginWidth numColumns verticalSpacing Group text IBaseLabelProvider mixed IBindingContext mixed ICellEditorValidator mixed ICellModifier mixed ICheckStateProvider mixed ICommand mixed IContentProvider mixed IDialogBlockedHandler mixed IElementComparer mixed IME group ranges styles compositionOffset text ISelection mixed IStructuredContentProvider mixed Item image text Label alignment image text Layout mixed LayoutData mixed Link text List group2 items selection selectionIndices topIndex Listener mixed ListViewer group3 list Menu group defaultItem parentItem items parentMenu parent enabled handle visible MenuItem group parent command menu accelerator enabled selection MessageBox message ObjectDataProvider group1 objectType objectInstance methodParameters methodName Observable mixed ProgressBar maximum minimum selection state Resource mixed RGB mixed RowData mixed exclude height width RowLayout center fill justify marginBottom marginHeight marginLeft marginRight marginTop marginWidth pack spacing type wrap Sash SashForm group3 maximizedControl weights orientation sASHWIDTH sashWidth1 Scale increment maximum minimum pageIncrement selection Scrollable group1 horizontalBar verticalBar clientArea ScrollBar group parent enabled increment maximum minimum pageIncrement selection size thumb visible Shell group5 shells alpha fullScreen imeInputMode minimumSize Slider increment maximum minimum pageIncrement selection thumb Spinner digits increment maximum minimum pageIncrement selection text textLimit StackLayout group topControl marginHeight marginWidth StructuredViewer group2 comparator comparer filters sorter useHashlookup StyledText group4 ranges styleRanges styleRange content selectionRanges alignment bidiColoring blockSelection caretOffset doubleClickEnabled editable horizontalIndex horizontalPixel indent justify lineDelimiter lineSpacing orientation selection selectionBackground selectionForeground selectionText tabs text textLimit topIndex topPixel wordWrap StyledTextContent mixed StyleRange TabFolder group3 items selection TabItem group parent control bounds toolTipText Table group3 sortColumn columns columnOrder items selection selectionIndices headerVisible itemCount linesVisible sortDirection topIndex TableColumn group editor parent alignment moveable resizable toolTipText width TableEditor group1 item column dynamic TableItem group cells parent editors texts checked grayed imageIndent TableTree TableTreeViewer group5 tableTree TableViewer group4 table TableViewerColumn group column text width Text caretLocation doubleClickEnabled echoChar editable lineDelimiter message orientation selection selectionText tabs text textLimit topIndex TextCellEditor TextStyle mixed TitleAreaDialog group3 titleAreaColor errorMessage message title titleImage ToolBar group3 items ToolItem group control parent bounds disabledImage enabled hotImage selection toolTipText width ToolTip group parent autoHide message text visible Tracker group rectangles cursor stippled Tray group items TrayDialog group2 tray helpAvailable TrayItem Tree group3 sortColumn parentItem columns columnOrder topItem items selection headerVisible itemCount linesVisible sortDirection TreeColumn group parent alignment moveable resizable toolTipText width TreeItem group parentItem texts items parent checked expanded grayed handle itemCount TreePath mixed TreeViewer group5 tree URL mixed Viewer mixed group input selection control ViewerColumn mixed ViewerComparator mixed ViewerFilter mixed ViewerSorter Widget mixed activateEvent armEvent closeEvent collapseEvent dataContext deactivateEvent defaultSelectionEvent deiconifyEvent disposeEvent dragDetectEvent eraseItemEvent expandEvent focusInEvent focusOutEvent hardKeyDownEvent hardKeyUpEvent helpEvent hideEvent iconifyEvent imeCompositionEvent keyDownEvent keyUpEvent measureItemEvent menuDetectEvent modifyEvent mouseDoubleClickEvent mouseDownEvent mouseEnterEvent mouseExitEvent mouseHoverEvent mouseMoveEvent mouseUpEvent mouseWheelEvent moveEvent paintEvent paintItemEvent resizeEvent selectionEvent setDataEvent showEvent style NONE traverseEvent verifyEvent Window mixed group windowManager blockOnOpen WindowManager mixed XMLDataProvider group1 document source xPath
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="presentation" nsURI="http://www.eclipse.org/xwt/presentation" nsPrefix="presentation"> <eClassifiers xsi:type="ecore:EClass" name="AbstractComboBoxCellEditor" abstract="true" eSuperTypes="#//CellEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractComboBoxCellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activationStyle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="activationStyle"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDataProvider" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractDataProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingContext" upperBound="-1" eType="#//IBindingContext" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="bindingContext"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" 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="key"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractListViewer" abstract="true" eSuperTypes="#//StructuredViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractListViewer"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTableViewer" abstract="true" eSuperTypes="#//ColumnViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractTableViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemCount" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="itemCount"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTreeViewer" abstract="true" eSuperTypes="#//ColumnViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractTreeViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group4" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:19"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expandedTreePaths" upperBound="-1" eType="#//TreePath" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="expandedTreePaths"/> <details key="group" value="#group:19"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expandedElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="expandedElements"/> <details key="group" value="#group:19"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="visibleExpandedElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="visibleExpandedElements"/> <details key="group" value="#group:19"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoExpandLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="autoExpandLevel"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Accessible"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Accessible"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Binding"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="source"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Widget" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" 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="elementName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" 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="path"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xPath" 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="XPath"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Browser" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Browser"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="webBrowser" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="webBrowser"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="browserType" 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="browserType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" 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="url"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Button"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:45"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="command" upperBound="-1" eType="#//ICommand" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Command"/> <details key="group" value="#group:45"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grayed" 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="grayed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" 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="image"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" 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="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Canvas"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="iME" upperBound="-1" eType="#//IME" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="IME"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="caret" upperBound="-1" eType="#//Caret" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="caret"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Caret" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Caret"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Canvas" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" 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="bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="font" 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="font"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" 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="image"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" 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="location"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" 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="size"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" 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="visible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CCombo" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CCombo"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="items" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" 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="editable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listVisible" 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="listVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" 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="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="textLimit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibleItemCount" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="visibleItemCount"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cell"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Cell"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//TableItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" 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="image"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellEditor" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="validator" upperBound="-1" eType="#//ICellEditorValidator" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="validator"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" upperBound="-1" eType="#//LayoutData" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="layoutData"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errorMessage" 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="errorMessage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckboxCellEditor" eSuperTypes="#//CellEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CheckboxCellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckboxTableViewer" eSuperTypes="#//TableViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CheckboxTableViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group5" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:22"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grayedElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="grayedElements"/> <details key="group" value="#group:22"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="checkStateProvider" upperBound="-1" eType="#//ICheckStateProvider" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="checkStateProvider"/> <details key="group" value="#group:22"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="checkedElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="checkedElements"/> <details key="group" value="#group:22"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allChecked" 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="allChecked"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allGrayed" 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="allGrayed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckboxTreeViewer" eSuperTypes="#//TreeViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CheckboxTreeViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group6" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:26"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="grayedElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="grayedElements"/> <details key="group" value="#group:26"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="checkStateProvider" upperBound="-1" eType="#//ICheckStateProvider" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="checkStateProvider"/> <details key="group" value="#group:26"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="checkedElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="checkedElements"/> <details key="group" value="#group:26"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allChecked" 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="allChecked"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CLabel" eSuperTypes="#//Canvas"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CLabel"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" 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="image"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Class"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collection" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Collection"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColorCellEditor" eSuperTypes="#//DialogCellEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ColorCellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnViewer" abstract="true" eSuperTypes="#//StructuredViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ColumnViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="columnViewerEditor" upperBound="-1" eType="#//ColumnViewerEditor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="columnViewerEditor"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cellModifier" upperBound="-1" eType="#//ICellModifier" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cellModifier"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cellEditors" upperBound="-1" eType="#//CellEditor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cellEditors"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="columnProperties" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="columnProperties"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnViewerEditor" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ColumnViewerEditor"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Combo" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Combo"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="items" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listVisible" 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="listVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="orientation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" 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="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="textLimit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibleItemCount" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="visibleItemCount"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComboBoxCellEditor" eSuperTypes="#//AbstractComboBoxCellEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ComboBoxCellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComboBoxViewerCellEditor" eSuperTypes="#//AbstractComboBoxCellEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ComboBoxViewerCellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="input"/> <details key="group" value="#group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contenProvider" upperBound="-1" eType="#//IStructuredContentProvider" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="contenProvider"/> <details key="group" value="#group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelProvider" upperBound="-1" eType="#//IBaseLabelProvider" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="labelProvider"/> <details key="group" value="#group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="viewer" upperBound="-1" eType="#//ComboViewer" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="viewer"/> <details key="group" value="#group:9"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComboViewer" eSuperTypes="#//AbstractListViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ComboViewer"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Composite" eSuperTypes="#//Scrollable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Composite"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tabList" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tabList"/> <details key="group" value="#group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="children"/> <details key="group" value="#group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" upperBound="-1" eType="#//Layout" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="layout"/> <details key="group" value="#group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundMode" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="backgroundMode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutDeferred" 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="layoutDeferred"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentViewer" abstract="true" eSuperTypes="#//Viewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ContentViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="contentProvider" upperBound="-1" eType="#//IContentProvider" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="contentProvider"/> <details key="group" value="#group:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelProvider" upperBound="-1" eType="#//IBaseLabelProvider" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="labelProvider"/> <details key="group" value="#group:5"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Control"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" upperBound="-1" eType="#//Menu" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="menu"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cursor" upperBound="-1" eType="#//Cursor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cursor"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="layoutData"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="accessible" upperBound="-1" eType="#//Accessible" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="accessible"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" 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="background"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundImage" 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="backgroundImage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" 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="bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capture" 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="capture"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dragDetect" 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="dragDetect"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" 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="enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="font" 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="font"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foreground" 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="foreground"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="handle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="handle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" 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="location"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="redraw" 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="redraw"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" 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="size"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" 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="toolTipText"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" 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="visible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ControlEditor"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="editor" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="editor"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabHorizontal" 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="grabHorizontal"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabVertical" 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="grabVertical"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="horizontalAlignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimumHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimumWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="verticalAlignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoolBar" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CoolBar"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemOrder" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="itemOrder"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrapIndices" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="wrapIndices"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//CoolItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemSizes" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="itemSizes"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" 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="locked"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoolItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CoolItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//CoolBar" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" 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="bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumSize" 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="minimumSize"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preferredSize" 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="preferredSize"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" 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="size"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CTabFolder" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CTabFolder"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="borderInsideRGB" upperBound="-1" eType="#//RGB" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="borderInsideRGB"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//CTabItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="topRight" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="topRight"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="borderOutsideRGB" upperBound="-1" eType="#//RGB" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="borderOutsideRGB"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//CTabItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selection"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="borderMiddleRGB" upperBound="-1" eType="#//RGB" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="borderMiddleRGB"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderVisible" 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="borderVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximized" 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="maximized"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximizeVisible" 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="maximizeVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mINTABWIDTH" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MIN_TAB_WIDTH"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimized" 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="minimized"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimizeVisible" 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="minimizeVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumCharacters" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimumCharacters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mRUVisible" 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="MRUVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionBackground" 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="selectionBackground"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionForeground" 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="selectionForeground"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simple" 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="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="single" 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="single"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tabHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tabPosition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unselectedCloseVisible" 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="unselectedCloseVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unselectedImageVisible" 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="unselectedImageVisible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CTabItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CTabItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//CTabFolder" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" 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="bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabledImage" 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="disabledImage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="font" 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="font"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showClose" 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="showClose"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" 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="toolTipText"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cursor" eSuperTypes="#//Resource"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Cursor"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTime" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DateTime"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="day"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hours" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="hours"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minutes" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minutes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="month"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seconds" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="seconds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="year"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decorations" eSuperTypes="#//Canvas"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Decorations"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group4" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="images" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="images"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultButton" upperBound="-1" eType="#//Button" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="defaultButton"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="menuBar" upperBound="-1" eType="#//Menu" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="menuBar"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" 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="image"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximized" 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="maximized"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimized" 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="minimized"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultCellModifier"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DefaultCellModifier"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultLabelProvider"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DefaultLabelProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dialog" abstract="true" eSuperTypes="#//Window"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Dialog"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="buttonBar" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="buttonBar"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="blockedHandler" upperBound="-1" eType="#//IDialogBlockedHandler" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="blockedHandler"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DialogCellEditor" abstract="true" eSuperTypes="#//CellEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DialogCellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DialogTray" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DialogTray"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Document" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Document"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentObject" eSuperTypes="#//Observable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DocumentObject"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="composite" upperBound="-2" eType="#//Composite" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="composite"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dialog" upperBound="-2" eType="#//Window" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="dialog"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EchoCharType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="echoChar_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="length" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="#//DocumentObject"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Element"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpandBar" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExpandBar"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ExpandItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="spacing"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpandItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExpandItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//ExpandBar" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expanded" 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="expanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="height"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FillLayout" eSuperTypes="#//Layout"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FillLayout"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="spacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormAttachment"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FormAttachment"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="denominator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="denominator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numerator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="numerator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="offset"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormData"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FormData"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bottom" upperBound="-1" eType="#//FormAttachment" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="bottom"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" upperBound="-1" eType="#//FormAttachment" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="right"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="-1" eType="#//FormAttachment" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="left"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="top" upperBound="-1" eType="#//FormAttachment" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="top"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="height"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormLayout" eSuperTypes="#//Layout"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FormLayout"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginBottom"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginLeft"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginRight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginTop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="spacing"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridData"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GridData"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" 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="exclude"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace" 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="grabExcessHorizontalSpace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace" 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="grabExcessVerticalSpace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="heightHint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="horizontalAlignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="horizontalIndent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="horizontalSpan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimumHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimumWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="verticalAlignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalIndent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="verticalIndent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="verticalSpan"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthHint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="widthHint"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//Layout"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GridLayout"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="horizontalSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="makeColumnsEqualWidth" 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="makeColumnsEqualWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginBottom"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginLeft"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginRight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginTop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="numColumns"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="verticalSpacing"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Group"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBaseLabelProvider" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IBaseLabelProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBindingContext" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IBindingContext"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICellEditorValidator" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ICellEditorValidator"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICellModifier" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ICellModifier"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICheckStateProvider" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ICheckStateProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICommand" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ICommand"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IContentProvider" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IContentProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IDialogBlockedHandler" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IDialogBlockedHandler"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IElementComparer" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IElementComparer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IME" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IME"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ranges" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ranges"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="styles" upperBound="-1" eType="#//TextStyle" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="styles"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositionOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="compositionOffset"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISelection" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ISelection"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IStructuredContentProvider" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="IStructuredContentProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Item"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" 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="image"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Label"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" 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="image"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Layout"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutData"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LayoutData"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Link"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//Scrollable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="List"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="items" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selection"/> <details key="group" value="#group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionIndices" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selectionIndices"/> <details key="group" value="#group:67"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="topIndex"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Listener" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Listener"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListViewer" eSuperTypes="#//AbstractListViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ListViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="list" upperBound="-1" eType="#//List" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="list"/> <details key="group" value="#group:14"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Menu"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultItem" upperBound="-1" eType="#//MenuItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="defaultItem"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentItem" upperBound="-1" eType="#//MenuItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parentItem"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//MenuItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentMenu" upperBound="-1" eType="#//Menu" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parentMenu"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Decorations" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" 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="enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="handle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="handle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" 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="visible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MenuItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Menu" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="command" upperBound="-1" eType="#//ICommand" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Command"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" upperBound="-1" eType="#//Menu" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="menu"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accelerator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="accelerator"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" 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="enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" 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="selection"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageBox" eSuperTypes="#//Dialog"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MessageBox"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" 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="message"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectDataProvider" eSuperTypes="#//AbstractDataProvider"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ObjectDataProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="objectType" upperBound="-1" eType="#//Class" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="objectType"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="objectInstance" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="objectInstance"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methodParameters" upperBound="-1" eType="#//List" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="methodParameters"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" 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="methodName"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Observable"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgressBar" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProgressBar"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="maximum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="state"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Resource"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RGB"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RGB"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RowData"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RowData"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" 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="exclude"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="height"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RowLayout" eSuperTypes="#//Layout"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RowLayout"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="center" 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="center"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" 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="fill"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="justify" 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="justify"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginBottom"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginLeft"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginRight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginRight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginTop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginWidth"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pack" 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="pack"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="spacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wrap" 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="wrap"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sash" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Sash"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SashForm" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SashForm"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="maximizedControl" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="maximizedControl"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weights" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="weights"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="orientation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sASHWIDTH" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="SASH_WIDTH"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sashWidth1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sashWidth"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scale" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Scale"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="increment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="maximum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageIncrement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="pageIncrement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="selection"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scrollable" abstract="true" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Scrollable"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:63"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="horizontalBar" upperBound="-1" eType="#//ScrollBar" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="horizontalBar"/> <details key="group" value="#group:63"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="verticalBar" upperBound="-1" eType="#//ScrollBar" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="verticalBar"/> <details key="group" value="#group:63"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientArea" 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="clientArea"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScrollBar" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ScrollBar"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Scrollable" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" 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="enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="increment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="maximum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageIncrement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="pageIncrement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" 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="size"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumb" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="thumb"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" 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="visible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shell" eSuperTypes="#//Decorations"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Shell"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group5" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:85"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="shells" upperBound="-1" eType="#//Shell" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="shells"/> <details key="group" value="#group:85"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alpha" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alpha"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullScreen" 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="fullScreen"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imeInputMode" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="imeInputMode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumSize" 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="minimumSize"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slider" eSuperTypes="#//Control"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Slider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="increment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="maximum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageIncrement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="pageIncrement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumb" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="thumb"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spinner" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Spinner"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="digits" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="digits"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="increment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="maximum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="minimum"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pageIncrement" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="pageIncrement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="textLimit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="#//Layout"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StackLayout"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="topControl" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="topControl"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginHeight"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="marginWidth"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredViewer" abstract="true" eSuperTypes="#//ContentViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StructuredViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:8"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="comparator" upperBound="-1" eType="#//ViewerComparator" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="comparator"/> <details key="group" value="#group:8"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="comparer" upperBound="-1" eType="#//IElementComparer" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="comparer"/> <details key="group" value="#group:8"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="filters" upperBound="-1" eType="#//ViewerFilter" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="filters"/> <details key="group" value="#group:8"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sorter" upperBound="-1" eType="#//ViewerSorter" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sorter"/> <details key="group" value="#group:8"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useHashlookup" 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="useHashlookup"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyledText" eSuperTypes="#//Canvas"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StyledText"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group4" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:77"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ranges" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ranges"/> <details key="group" value="#group:77"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="styleRanges" upperBound="-1" eType="#//StyleRange" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="styleRanges"/> <details key="group" value="#group:77"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="styleRange" upperBound="-1" eType="#//StyleRange" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="styleRange"/> <details key="group" value="#group:77"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//StyledTextContent" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="content"/> <details key="group" value="#group:77"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionRanges" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selectionRanges"/> <details key="group" value="#group:77"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidiColoring" 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="bidiColoring"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockSelection" 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="blockSelection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caretOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="caretOffset"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleClickEnabled" 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="doubleClickEnabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" 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="editable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="horizontalIndex"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalPixel" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="horizontalPixel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="indent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="justify" 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="justify"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineDelimiter" 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="lineDelimiter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lineSpacing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="orientation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" 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="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionBackground" 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="selectionBackground"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionForeground" 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="selectionForeground"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionText" 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="selectionText"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabs" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tabs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="textLimit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="topIndex"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topPixel" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="topPixel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wordWrap" 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="wordWrap"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyledTextContent" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StyledTextContent"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyleRange" eSuperTypes="#//TextStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StyleRange"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabFolder" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TabFolder"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//TabItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//TabItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selection"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TabItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//TabFolder" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" 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="bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" 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="toolTipText"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Table"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sortColumn" upperBound="-1" eType="#//TableColumn" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sortColumn"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//TableColumn" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="columns"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnOrder" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="columnOrder"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//TableItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//TableItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selection"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionIndices" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selectionIndices"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerVisible" 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="headerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemCount" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="itemCount"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linesVisible" 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="linesVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortDirection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sortDirection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="topIndex"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableColumn" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableColumn"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="editor" upperBound="-1" eType="#//Element" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="editor"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Table" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moveable" 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="moveable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizable" 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="resizable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" 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="toolTipText"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableEditor" eSuperTypes="#//ControlEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableEditor"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="item" upperBound="-1" eType="#//TableItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="item"/> <details key="group" value="#group:9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" 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="dynamic"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1" eType="#//Collection" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cells"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Table" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="editors" upperBound="-1" eType="#//Collection" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="editors"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texts" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="texts"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" 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="checked"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grayed" 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="grayed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imageIndent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="imageIndent"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableTree" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableTree"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableTreeViewer" eSuperTypes="#//AbstractTreeViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableTreeViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group5" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tableTree" upperBound="-1" eType="#//TableTree" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tableTree"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableViewer" eSuperTypes="#//AbstractTableViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group4" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:20"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="table" upperBound="-1" eType="#//Table" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="table"/> <details key="group" value="#group:20"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableViewerColumn" eSuperTypes="#//ViewerColumn"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableViewerColumn"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="column" upperBound="-1" eType="#//TableColumn" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="column"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Scrollable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Text"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caretLocation" 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="caretLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleClickEnabled" 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="doubleClickEnabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="echoChar" eType="#//EchoCharType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="echoChar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" 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="editable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineDelimiter" 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="lineDelimiter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" 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="message"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="orientation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" 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="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionText" 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="selectionText"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabs" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tabs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="textLimit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="topIndex"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextCellEditor" eSuperTypes="#//CellEditor"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TextCellEditor"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextStyle"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TextStyle"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TitleAreaDialog" eSuperTypes="#//TrayDialog"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TitleAreaDialog"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:10"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="titleAreaColor" upperBound="-1" eType="#//RGB" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="titleAreaColor"/> <details key="group" value="#group:10"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="errorMessage" 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="errorMessage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" 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="message"/> </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> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titleImage" 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="titleImage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolBar" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToolBar"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//ToolItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToolItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//ToolBar" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" 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="bounds"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disabledImage" 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="disabledImage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" 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="enabled"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hotImage" 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="hotImage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selection" 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="selection"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" 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="toolTipText"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolTip" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToolTip"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Shell" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoHide" 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="autoHide"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" 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="message"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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="text"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" 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="visible"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tracker" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Tracker"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rectangles" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="rectangles"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cursor" upperBound="-1" eType="#//Cursor" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cursor"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stippled" 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="stippled"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tray" eSuperTypes="#//Widget"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Tray"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:44"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//TrayItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:44"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrayDialog" abstract="true" eSuperTypes="#//Dialog"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TrayDialog"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group2" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tray" upperBound="-1" eType="#//DialogTray" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tray"/> <details key="group" value="#group:7"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="helpAvailable" 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="helpAvailable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrayItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TrayItem"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//Composite"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Tree"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group3" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sortColumn" upperBound="-1" eType="#//TreeColumn" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sortColumn"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentItem" upperBound="-1" eType="#//TreeItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parentItem"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//TreeColumn" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="columns"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnOrder" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="columnOrder"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="topItem" upperBound="-1" eType="#//TreeItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="topItem"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//TreeItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//TreeItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selection"/> <details key="group" value="#group:73"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerVisible" 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="headerVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemCount" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="itemCount"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linesVisible" 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="linesVisible"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortDirection" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="sortDirection"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreeColumn" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TreeColumn"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Tree" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moveable" 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="moveable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizable" 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="resizable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toolTipText" 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="toolTipText"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="width"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreeItem" eSuperTypes="#//Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TreeItem"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentItem" upperBound="-1" eType="#//TreeItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parentItem"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texts" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="texts"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//TreeItem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="items"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" upperBound="-1" eType="#//Tree" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parent"/> <details key="group" value="#group:46"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" 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="checked"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expanded" 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="expanded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grayed" 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="grayed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="handle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="handle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="itemCount" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="itemCount"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreePath"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TreePath"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreeViewer" eSuperTypes="#//AbstractTreeViewer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TreeViewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group5" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:24"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tree" upperBound="-1" eType="#//Tree" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tree"/> <details key="group" value="#group:24"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URL"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URL"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Viewer" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Viewer"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="input"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" upperBound="-1" eType="#//ISelection" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="selection"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="control" upperBound="-1" eType="#//Control" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="control"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewerColumn" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ViewerColumn"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewerComparator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ViewerComparator"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewerFilter" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ViewerFilter"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewerSorter" eSuperTypes="#//ViewerComparator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ViewerSorter"/> <details key="kind" value="mixed"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Widget"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activateEvent" 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="ActivateEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="armEvent" 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="ArmEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="closeEvent" 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="CloseEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapseEvent" 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="CollapseEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataContext" 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="DataContext"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deactivateEvent" 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="DeactivateEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultSelectionEvent" 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="DefaultSelectionEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deiconifyEvent" 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="DeiconifyEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposeEvent" 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="disposeEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dragDetectEvent" 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="DragDetectEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eraseItemEvent" 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="EraseItemEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expandEvent" 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="ExpandEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="focusInEvent" 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="FocusInEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="focusOutEvent" 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="FocusOutEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hardKeyDownEvent" 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="HardKeyDownEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hardKeyUpEvent" 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="HardKeyUpEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="helpEvent" 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="HelpEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hideEvent" 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="HideEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iconifyEvent" 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="IconifyEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imeCompositionEvent" 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="ImeCompositionEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyDownEvent" 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="KeyDownEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyUpEvent" 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="KeyUpEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="measureItemEvent" 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="MeasureItemEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menuDetectEvent" 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="MenuDetectEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifyEvent" 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="ModifyEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseDoubleClickEvent" 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="MouseDoubleClickEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseDownEvent" 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="MouseDownEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseEnterEvent" 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="MouseEnterEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseExitEvent" 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="MouseExitEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseHoverEvent" 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="MouseHoverEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseMoveEvent" 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="MouseMoveEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseUpEvent" 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="MouseUpEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mouseWheelEvent" 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="MouseWheelEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moveEvent" 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="MoveEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paintEvent" 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="PaintEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paintItemEvent" 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="PaintItemEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeEvent" 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="ResizeEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionEvent" 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="SelectionEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setDataEvent" 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="SetDataEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showEvent" 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="ShowEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType" defaultValueLiteral="NONE" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="style"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traverseEvent" 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="TraverseEvent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verifyEvent" 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="VerifyEvent"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Window" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Window"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="windowManager" upperBound="-1" eType="#//WindowManager" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="windowManager"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockOnOpen" 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="blockOnOpen"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WindowManager"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WindowManager"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XMLDataProvider" eSuperTypes="#//AbstractDataProvider"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="XMLDataProvider"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="document" upperBound="-1" eType="#//Document" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="document"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//URL" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="source"/> <details key="group" value="#group:4"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xPath" 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="XPath"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"presentation","nsURI":"http://www.eclipse.org/xwt/presentation","name":"presentation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComboBoxCellEditor","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDataProvider","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractListViewer","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTableViewer","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTreeViewer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accessible","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":"Browser","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Caret","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CCombo","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cell","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellEditor","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckboxCellEditor","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckboxTableViewer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckboxTreeViewer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CLabel","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collection","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorCellEditor","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnViewer","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnViewerEditor","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Combo","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComboBoxCellEditor","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComboBoxViewerCellEditor","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComboViewer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composite","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentViewer","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlEditor","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoolBar","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoolItem","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTabFolder","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTabItem","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cursor","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTime","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decorations","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultCellModifier","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultLabelProvider","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dialog","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogCellEditor","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogTray","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentObject","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EchoCharType","instanceClass":"java.lang.String","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandBar","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandItem","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillLayout","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormAttachment","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormData","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormLayout","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridData","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBaseLabelProvider","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBindingContext","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICellEditorValidator","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICellModifier","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICheckStateProvider","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICommand","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IContentProvider","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDialogBlockedHandler","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IElementComparer","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IME","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISelection","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStructuredContentProvider","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listener","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListViewer","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageBox","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectDataProvider","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observable","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgressBar","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGB","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowData","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowLayout","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sash","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SashForm","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scale","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scrollable","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScrollBar","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shell","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slider","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredViewer","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyledText","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyledTextContent","instanceClass":null,"abstract":true,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleRange","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabFolder","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabItem","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableColumn","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableEditor","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableItem","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableTree","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableTreeViewer","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableViewer","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableViewerColumn","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextCellEditor","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextStyle","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitleAreaDialog","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolBar","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolItem","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolTip","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tracker","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tray","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrayDialog","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrayItem","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeColumn","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeItem","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreePath","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TreeViewer","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URL","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Viewer","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewerColumn","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewerComparator","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewerFilter","instanceClass":null,"abstract":true,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewerSorter","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Window","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowManager","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLDataProvider","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"activationStyle","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":141,"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":"bindingContext","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"itemCount","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group4","changeable":true,"lowerBound":0,"iD":false,"id":152,"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":"expandedTreePaths","changeable":true,"resolveProxies":false,"lowerBound":0,"id":153,"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":"expandedElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":154,"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":"visibleExpandedElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":155,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"autoExpandLevel","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":166,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":167,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":168,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":169,"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":"elementName","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":"path","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":"xPath","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":181,"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":"webBrowser","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"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":"browserType","changeable":true,"lowerBound":0,"iD":false,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":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":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":192,"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":"command","changeable":true,"resolveProxies":false,"lowerBound":0,"id":193,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":194,"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":"grayed","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":196,"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":"selection","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"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":"mixed1","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":208,"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":"iME","changeable":true,"resolveProxies":false,"lowerBound":0,"id":209,"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":"caret","changeable":true,"resolveProxies":false,"lowerBound":0,"id":210,"derived":true},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":216,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":217,"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":"bounds","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":"font","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":"image","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"items","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"editable","changeable":true,"lowerBound":0,"iD":false,"id":235,"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":"listVisible","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":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":"text","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textLimit","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"visibleItemCount","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":251,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":252,"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":"image","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":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":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":261,"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":"validator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":262,"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":"layoutData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":263,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":264,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":265,"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":"errorMessage","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group5","changeable":true,"lowerBound":0,"iD":false,"id":277,"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":"grayedElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":278,"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":"checkStateProvider","changeable":true,"resolveProxies":false,"lowerBound":0,"id":279,"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":"checkedElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":280,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"allChecked","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"allGrayed","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"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group6","changeable":true,"lowerBound":0,"iD":false,"id":290,"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":"grayedElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":291,"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":"checkStateProvider","changeable":true,"resolveProxies":false,"lowerBound":0,"id":292,"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":"checkedElements","changeable":true,"resolveProxies":false,"lowerBound":0,"id":293,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"allChecked","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":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":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":313,"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":"columnViewerEditor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":314,"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":"cellModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":315,"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":"cellEditors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":316,"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":"columnProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":317,"derived":true},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"items","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"listVisible","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textLimit","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"visibleItemCount","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":344,"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":"input","changeable":true,"resolveProxies":false,"lowerBound":0,"id":345,"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":"contenProvider","changeable":true,"resolveProxies":false,"lowerBound":0,"id":346,"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":"labelProvider","changeable":true,"resolveProxies":false,"lowerBound":0,"id":347,"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":"viewer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":348,"derived":true},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":356,"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":"tabList","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"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":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"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":"layout","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"backgroundMode","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"layoutDeferred","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":369,"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":"contentProvider","changeable":true,"resolveProxies":false,"lowerBound":0,"id":370,"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":"labelProvider","changeable":true,"resolveProxies":false,"lowerBound":0,"id":371,"derived":true},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":376,"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":"menu","changeable":true,"resolveProxies":false,"lowerBound":0,"id":377,"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":"cursor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":378,"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":"layoutData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"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":"accessible","changeable":true,"resolveProxies":false,"lowerBound":0,"id":380,"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":"background","changeable":true,"lowerBound":0,"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":"backgroundImage","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"lowerBound":0,"iD":false,"id":383,"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":"capture","changeable":true,"lowerBound":0,"iD":false,"id":384,"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":"dragDetect","changeable":true,"lowerBound":0,"iD":false,"id":385,"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":"enabled","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":"font","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":"foreground","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"handle","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":390,"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":"redraw","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toolTipText","changeable":true,"lowerBound":0,"iD":false,"id":393,"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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":416,"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":"editor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":417,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"grabHorizontal","changeable":true,"lowerBound":0,"iD":false,"id":418,"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":"grabVertical","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimumHeight","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimumWidth","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"itemOrder","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"wrapIndices","changeable":true,"lowerBound":0,"iD":false,"id":435,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":436,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"itemSizes","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"locked","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":446,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":447,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":448,"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":"bounds","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preferredSize","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":461,"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":"borderInsideRGB","changeable":true,"resolveProxies":false,"lowerBound":0,"id":462,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":463,"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":"topRight","changeable":true,"resolveProxies":false,"lowerBound":0,"id":464,"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":"borderOutsideRGB","changeable":true,"resolveProxies":false,"lowerBound":0,"id":465,"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":"selection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":466,"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":"borderMiddleRGB","changeable":true,"resolveProxies":false,"lowerBound":0,"id":467,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"borderVisible","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":470,"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":"maximized","changeable":true,"lowerBound":0,"iD":false,"id":471,"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":"maximizeVisible","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mINTABWIDTH","changeable":true,"lowerBound":0,"iD":false,"id":473,"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":"minimized","changeable":true,"lowerBound":0,"iD":false,"id":474,"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":"minimizeVisible","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimumCharacters","changeable":true,"lowerBound":0,"iD":false,"id":476,"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":"mRUVisible","changeable":true,"lowerBound":0,"iD":false,"id":477,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionBackground","changeable":true,"lowerBound":0,"iD":false,"id":478,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionForeground","changeable":true,"lowerBound":0,"iD":false,"id":479,"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":"simple","changeable":true,"lowerBound":0,"iD":false,"id":480,"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":"single","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"tabHeight","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"tabPosition","changeable":true,"lowerBound":0,"iD":false,"id":483,"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":"unselectedCloseVisible","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"unselectedImageVisible","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"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"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":512,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":513,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":514,"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":"bounds","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabledImage","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"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":517,"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":"showClose","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toolTipText","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"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"day","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"hours","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minutes","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"seconds","changeable":true,"lowerBound":0,"iD":false,"id":534,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group4","changeable":true,"lowerBound":0,"iD":false,"id":543,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"images","changeable":true,"lowerBound":0,"iD":false,"id":544,"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":"defaultButton","changeable":true,"resolveProxies":false,"lowerBound":0,"id":545,"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":"menuBar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":546,"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":"image","changeable":true,"lowerBound":0,"iD":false,"id":547,"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":"maximized","changeable":true,"lowerBound":0,"iD":false,"id":548,"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":"minimized","changeable":true,"lowerBound":0,"iD":false,"id":549,"derived":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":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":564,"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":"buttonBar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":565,"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":"blockedHandler","changeable":true,"resolveProxies":false,"lowerBound":0,"id":566,"derived":true},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":577,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":579,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"composite","changeable":true,"resolveProxies":false,"lowerBound":0,"id":580,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"dialog","changeable":true,"resolveProxies":false,"lowerBound":0,"id":581,"derived":true},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":588,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":589,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":595,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":596,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":597,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"expanded","changeable":true,"lowerBound":0,"iD":false,"id":598,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":606,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":607,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":615,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":616,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":617,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":618,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"denominator","changeable":true,"lowerBound":0,"iD":false,"id":619,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"numerator","changeable":true,"lowerBound":0,"iD":false,"id":620,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":0,"iD":false,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":629,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":630,"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":"bottom","changeable":true,"resolveProxies":false,"lowerBound":0,"id":631,"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":"right","changeable":true,"resolveProxies":false,"lowerBound":0,"id":632,"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":"left","changeable":true,"resolveProxies":false,"lowerBound":0,"id":633,"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":"top","changeable":true,"resolveProxies":false,"lowerBound":0,"id":634,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":635,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":636,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":645,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":646,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginRight","changeable":true,"lowerBound":0,"iD":false,"id":648,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":649,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":650,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":651,"derived":false},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":660,"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":"exclude","changeable":true,"lowerBound":0,"iD":false,"id":661,"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":"grabExcessHorizontalSpace","changeable":true,"lowerBound":0,"iD":false,"id":662,"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":"grabExcessVerticalSpace","changeable":true,"lowerBound":0,"iD":false,"id":663,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"heightHint","changeable":true,"lowerBound":0,"iD":false,"id":664,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":665,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalIndent","changeable":true,"lowerBound":0,"iD":false,"id":666,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":0,"iD":false,"id":667,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimumHeight","changeable":true,"lowerBound":0,"iD":false,"id":668,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimumWidth","changeable":true,"lowerBound":0,"iD":false,"id":669,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":0,"iD":false,"id":670,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalIndent","changeable":true,"lowerBound":0,"iD":false,"id":671,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":0,"iD":false,"id":672,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"widthHint","changeable":true,"lowerBound":0,"iD":false,"id":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalSpacing","changeable":true,"lowerBound":0,"iD":false,"id":688,"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":"makeColumnsEqualWidth","changeable":true,"lowerBound":0,"iD":false,"id":689,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":690,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":691,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":692,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginRight","changeable":true,"lowerBound":0,"iD":false,"id":693,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":694,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":695,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":0,"iD":false,"id":696,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"verticalSpacing","changeable":true,"lowerBound":0,"iD":false,"id":697,"derived":false},{"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"},{"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":709,"derived":false},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":714,"derived":false},{"id":715,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":716,"derived":false},{"id":717,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":720,"derived":false},{"id":721,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":726,"derived":false},{"id":727,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":728,"derived":false},{"id":729,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":730,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"ranges","changeable":true,"lowerBound":0,"iD":false,"id":731,"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":"styles","changeable":true,"resolveProxies":false,"lowerBound":0,"id":732,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"compositionOffset","changeable":true,"lowerBound":0,"iD":false,"id":733,"derived":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":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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":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":"image","changeable":true,"lowerBound":0,"iD":false,"id":745,"derived":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":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":750,"derived":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":751,"derived":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":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":759,"derived":false},{"id":760,"eClass":"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":761,"derived":false},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":764,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"items","changeable":true,"lowerBound":0,"iD":false,"id":765,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":766,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"selectionIndices","changeable":true,"lowerBound":0,"iD":false,"id":767,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"topIndex","changeable":true,"lowerBound":0,"iD":false,"id":768,"derived":false},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":775,"derived":false},{"id":776,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":777,"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":"list","changeable":true,"resolveProxies":false,"lowerBound":0,"id":778,"derived":true},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":782,"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":"defaultItem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":783,"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":"parentItem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":784,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":785,"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":"parentMenu","changeable":true,"resolveProxies":false,"lowerBound":0,"id":786,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":787,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":788,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"handle","changeable":true,"lowerBound":0,"iD":false,"id":789,"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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":790,"derived":false},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"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"},{"id":800,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":801,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":802,"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":"command","changeable":true,"resolveProxies":false,"lowerBound":0,"id":803,"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":"menu","changeable":true,"resolveProxies":false,"lowerBound":0,"id":804,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"accelerator","changeable":true,"lowerBound":0,"iD":false,"id":805,"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":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":806,"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":"selection","changeable":true,"lowerBound":0,"iD":false,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"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":816,"derived":false},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":819,"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":"objectType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":820,"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":"objectInstance","changeable":true,"resolveProxies":false,"lowerBound":0,"id":821,"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":"methodParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":822,"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":"methodName","changeable":true,"lowerBound":0,"iD":false,"id":823,"derived":false},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":830,"derived":false},{"id":831,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":832,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":833,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":834,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":835,"derived":false},{"id":836,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":841,"derived":false},{"id":842,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":843,"derived":false},{"id":844,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":845,"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":"exclude","changeable":true,"lowerBound":0,"iD":false,"id":846,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":847,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":848,"derived":false},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"center","changeable":true,"lowerBound":0,"iD":false,"id":853,"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":"fill","changeable":true,"lowerBound":0,"iD":false,"id":854,"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":"justify","changeable":true,"lowerBound":0,"iD":false,"id":855,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":856,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":857,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginLeft","changeable":true,"lowerBound":0,"iD":false,"id":858,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginRight","changeable":true,"lowerBound":0,"iD":false,"id":859,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":860,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"id":861,"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":"pack","changeable":true,"lowerBound":0,"iD":false,"id":862,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"id":863,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":864,"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":"wrap","changeable":true,"lowerBound":0,"iD":false,"id":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"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"},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":881,"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":"maximizedControl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":882,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"weights","changeable":true,"lowerBound":0,"iD":false,"id":883,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":884,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sASHWIDTH","changeable":true,"lowerBound":0,"iD":false,"id":885,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sashWidth1","changeable":true,"lowerBound":0,"iD":false,"id":886,"derived":false},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"id":889,"eClass":"EGenericType"},{"id":890,"eClass":"EGenericType"},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"increment","changeable":true,"lowerBound":0,"iD":false,"id":894,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":895,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":896,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pageIncrement","changeable":true,"lowerBound":0,"iD":false,"id":897,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":898,"derived":false},{"id":899,"eClass":"EGenericType"},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":905,"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":"horizontalBar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":906,"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":"verticalBar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":907,"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":"clientArea","changeable":true,"lowerBound":0,"iD":false,"id":908,"derived":false},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":914,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":915,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":916,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"increment","changeable":true,"lowerBound":0,"iD":false,"id":917,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":918,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":919,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pageIncrement","changeable":true,"lowerBound":0,"iD":false,"id":920,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":921,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":922,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"thumb","changeable":true,"lowerBound":0,"iD":false,"id":923,"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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":924,"derived":false},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"},{"id":927,"eClass":"EGenericType"},{"id":928,"eClass":"EGenericType"},{"id":929,"eClass":"EGenericType"},{"id":930,"eClass":"EGenericType"},{"id":931,"eClass":"EGenericType"},{"id":932,"eClass":"EGenericType"},{"id":933,"eClass":"EGenericType"},{"id":934,"eClass":"EGenericType"},{"id":935,"eClass":"EGenericType"},{"id":936,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group5","changeable":true,"lowerBound":0,"iD":false,"id":937,"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":"shells","changeable":true,"resolveProxies":false,"lowerBound":0,"id":938,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alpha","changeable":true,"lowerBound":0,"iD":false,"id":939,"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":"fullScreen","changeable":true,"lowerBound":0,"iD":false,"id":940,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"imeInputMode","changeable":true,"lowerBound":0,"iD":false,"id":941,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","changeable":true,"lowerBound":0,"iD":false,"id":942,"derived":false},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"id":945,"eClass":"EGenericType"},{"id":946,"eClass":"EGenericType"},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"increment","changeable":true,"lowerBound":0,"iD":false,"id":950,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":951,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":952,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pageIncrement","changeable":true,"lowerBound":0,"iD":false,"id":953,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":954,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"thumb","changeable":true,"lowerBound":0,"iD":false,"id":955,"derived":false},{"id":956,"eClass":"EGenericType"},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"eClass":"EGenericType"},{"id":961,"eClass":"EGenericType"},{"id":962,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"digits","changeable":true,"lowerBound":0,"iD":false,"id":963,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"increment","changeable":true,"lowerBound":0,"iD":false,"id":964,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"maximum","changeable":true,"lowerBound":0,"iD":false,"id":965,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"minimum","changeable":true,"lowerBound":0,"iD":false,"id":966,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pageIncrement","changeable":true,"lowerBound":0,"iD":false,"id":967,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":968,"derived":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":969,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textLimit","changeable":true,"lowerBound":0,"iD":false,"id":970,"derived":false},{"id":971,"eClass":"EGenericType"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":980,"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":"topControl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":981,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginHeight","changeable":true,"lowerBound":0,"iD":false,"id":982,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"marginWidth","changeable":true,"lowerBound":0,"iD":false,"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":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":989,"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":"comparator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":990,"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":"comparer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":991,"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":"filters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":992,"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":"sorter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":993,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"useHashlookup","changeable":true,"lowerBound":0,"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":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group4","changeable":true,"lowerBound":0,"iD":false,"id":1002,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"ranges","changeable":true,"lowerBound":0,"iD":false,"id":1003,"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":"styleRanges","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1004,"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":"styleRange","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1005,"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":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1006,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"selectionRanges","changeable":true,"lowerBound":0,"iD":false,"id":1007,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":1008,"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":"bidiColoring","changeable":true,"lowerBound":0,"iD":false,"id":1009,"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":"blockSelection","changeable":true,"lowerBound":0,"iD":false,"id":1010,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"caretOffset","changeable":true,"lowerBound":0,"iD":false,"id":1011,"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":"doubleClickEnabled","changeable":true,"lowerBound":0,"iD":false,"id":1012,"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":"editable","changeable":true,"lowerBound":0,"iD":false,"id":1013,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalIndex","changeable":true,"lowerBound":0,"iD":false,"id":1014,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"horizontalPixel","changeable":true,"lowerBound":0,"iD":false,"id":1015,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"indent","changeable":true,"lowerBound":0,"iD":false,"id":1016,"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":"justify","changeable":true,"lowerBound":0,"iD":false,"id":1017,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineDelimiter","changeable":true,"lowerBound":0,"iD":false,"id":1018,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lineSpacing","changeable":true,"lowerBound":0,"iD":false,"id":1019,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":1020,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1021,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionBackground","changeable":true,"lowerBound":0,"iD":false,"id":1022,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionForeground","changeable":true,"lowerBound":0,"iD":false,"id":1023,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionText","changeable":true,"lowerBound":0,"iD":false,"id":1024,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"tabs","changeable":true,"lowerBound":0,"iD":false,"id":1025,"derived":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":1026,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textLimit","changeable":true,"lowerBound":0,"iD":false,"id":1027,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"topIndex","changeable":true,"lowerBound":0,"iD":false,"id":1028,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"topPixel","changeable":true,"lowerBound":0,"iD":false,"id":1029,"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":"wordWrap","changeable":true,"lowerBound":0,"iD":false,"id":1030,"derived":false},{"id":1031,"eClass":"EGenericType"},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"id":1034,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1061,"derived":false},{"id":1062,"eClass":"EGenericType"},{"id":1063,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":1064,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1065,"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":"selection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1066,"derived":true},{"id":1067,"eClass":"EGenericType"},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1071,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1072,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1073,"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":"bounds","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":"toolTipText","changeable":true,"lowerBound":0,"iD":false,"id":1075,"derived":false},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"id":1080,"eClass":"EGenericType"},{"id":1081,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":1082,"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":"sortColumn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1083,"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":"columns","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1084,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"columnOrder","changeable":true,"lowerBound":0,"iD":false,"id":1085,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1086,"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":"selection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1087,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"selectionIndices","changeable":true,"lowerBound":0,"iD":false,"id":1088,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"headerVisible","changeable":true,"lowerBound":0,"iD":false,"id":1089,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"itemCount","changeable":true,"lowerBound":0,"iD":false,"id":1090,"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":"linesVisible","changeable":true,"lowerBound":0,"iD":false,"id":1091,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sortDirection","changeable":true,"lowerBound":0,"iD":false,"id":1092,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"topIndex","changeable":true,"lowerBound":0,"iD":false,"id":1093,"derived":false},{"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"},{"id":1103,"eClass":"EGenericType"},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"id":1106,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1107,"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":"editor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1108,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1109,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":1110,"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":"moveable","changeable":true,"lowerBound":0,"iD":false,"id":1111,"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":"resizable","changeable":true,"lowerBound":0,"iD":false,"id":1112,"derived":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":1113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1114,"derived":false},{"id":1115,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":1124,"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":"item","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1125,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":1126,"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":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":1127,"derived":false},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1133,"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":"cells","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1134,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1135,"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":"editors","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1136,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"texts","changeable":true,"lowerBound":0,"iD":false,"id":1137,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"checked","changeable":true,"lowerBound":0,"iD":false,"id":1138,"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":"grayed","changeable":true,"lowerBound":0,"iD":false,"id":1139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"imageIndent","changeable":true,"lowerBound":0,"iD":false,"id":1140,"derived":false},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"},{"id":1144,"eClass":"EGenericType"},{"id":1145,"eClass":"EGenericType"},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"id":1149,"eClass":"EGenericType"},{"id":1150,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group5","changeable":true,"lowerBound":0,"iD":false,"id":1151,"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":"tableTree","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1152,"derived":true},{"id":1153,"eClass":"EGenericType"},{"id":1154,"eClass":"EGenericType"},{"id":1155,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group4","changeable":true,"lowerBound":0,"iD":false,"id":1156,"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":"table","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1157,"derived":true},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"id":1160,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1161,"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":"column","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1162,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":1163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1164,"derived":false},{"id":1165,"eClass":"EGenericType"},{"id":1166,"eClass":"EGenericType"},{"id":1167,"eClass":"EGenericType"},{"id":1168,"eClass":"EGenericType"},{"id":1169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caretLocation","changeable":true,"lowerBound":0,"iD":false,"id":1170,"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":"doubleClickEnabled","changeable":true,"lowerBound":0,"iD":false,"id":1171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"echoChar","changeable":true,"lowerBound":0,"iD":false,"id":1172,"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":"editable","changeable":true,"lowerBound":0,"iD":false,"id":1173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineDelimiter","changeable":true,"lowerBound":0,"iD":false,"id":1174,"derived":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":1175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":1176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionText","changeable":true,"lowerBound":0,"iD":false,"id":1178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"tabs","changeable":true,"lowerBound":0,"iD":false,"id":1179,"derived":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":1180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"textLimit","changeable":true,"lowerBound":0,"iD":false,"id":1181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"topIndex","changeable":true,"lowerBound":0,"iD":false,"id":1182,"derived":false},{"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"},{"id":1193,"eClass":"EGenericType"},{"id":1194,"eClass":"EGenericType"},{"id":1195,"eClass":"EGenericType"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1198,"derived":false},{"id":1199,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":1200,"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":"titleAreaColor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1201,"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":"errorMessage","changeable":true,"lowerBound":0,"iD":false,"id":1202,"derived":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":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":"title","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":"titleImage","changeable":true,"lowerBound":0,"iD":false,"id":1205,"derived":false},{"id":1206,"eClass":"EGenericType"},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"id":1211,"eClass":"EGenericType"},{"id":1212,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":1213,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1214,"derived":true},{"id":1215,"eClass":"EGenericType"},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1218,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1219,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1220,"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":"bounds","changeable":true,"lowerBound":0,"iD":false,"id":1221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disabledImage","changeable":true,"lowerBound":0,"iD":false,"id":1222,"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":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":1223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hotImage","changeable":true,"lowerBound":0,"iD":false,"id":1224,"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":"selection","changeable":true,"lowerBound":0,"iD":false,"id":1225,"derived":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":1226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1227,"derived":false},{"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"},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"eClass":"EGenericType"},{"id":1238,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1239,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1240,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"autoHide","changeable":true,"lowerBound":0,"iD":false,"id":1241,"derived":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":1242,"derived":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":1243,"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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":1244,"derived":false},{"id":1245,"eClass":"EGenericType"},{"id":1246,"eClass":"EGenericType"},{"id":1247,"eClass":"EGenericType"},{"id":1248,"eClass":"EGenericType"},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"id":1251,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1252,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"rectangles","changeable":true,"lowerBound":0,"iD":false,"id":1253,"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":"cursor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1254,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"stippled","changeable":true,"lowerBound":0,"iD":false,"id":1255,"derived":false},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"id":1258,"eClass":"EGenericType"},{"id":1259,"eClass":"EGenericType"},{"id":1260,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1261,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1262,"derived":true},{"id":1263,"eClass":"EGenericType"},{"id":1264,"eClass":"EGenericType"},{"id":1265,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group2","changeable":true,"lowerBound":0,"iD":false,"id":1266,"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":"tray","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1267,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"helpAvailable","changeable":true,"lowerBound":0,"iD":false,"id":1268,"derived":false},{"id":1269,"eClass":"EGenericType"},{"id":1270,"eClass":"EGenericType"},{"id":1271,"eClass":"EGenericType"},{"id":1272,"eClass":"EGenericType"},{"id":1273,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group3","changeable":true,"lowerBound":0,"iD":false,"id":1274,"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":"sortColumn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1275,"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":"parentItem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1276,"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":"columns","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1277,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"columnOrder","changeable":true,"lowerBound":0,"iD":false,"id":1278,"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":"topItem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1279,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1280,"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":"selection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1281,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"headerVisible","changeable":true,"lowerBound":0,"iD":false,"id":1282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"itemCount","changeable":true,"lowerBound":0,"iD":false,"id":1283,"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":"linesVisible","changeable":true,"lowerBound":0,"iD":false,"id":1284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"sortDirection","changeable":true,"lowerBound":0,"iD":false,"id":1285,"derived":false},{"id":1286,"eClass":"EGenericType"},{"id":1287,"eClass":"EGenericType"},{"id":1288,"eClass":"EGenericType"},{"id":1289,"eClass":"EGenericType"},{"id":1290,"eClass":"EGenericType"},{"id":1291,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1299,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1300,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":1301,"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":"moveable","changeable":true,"lowerBound":0,"iD":false,"id":1302,"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":"resizable","changeable":true,"lowerBound":0,"iD":false,"id":1303,"derived":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":1304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":1305,"derived":false},{"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1314,"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":"parentItem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1315,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"texts","changeable":true,"lowerBound":0,"iD":false,"id":1316,"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":"items","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1317,"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":"parent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1318,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"checked","changeable":true,"lowerBound":0,"iD":false,"id":1319,"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":"expanded","changeable":true,"lowerBound":0,"iD":false,"id":1320,"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":"grayed","changeable":true,"lowerBound":0,"iD":false,"id":1321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"handle","changeable":true,"lowerBound":0,"iD":false,"id":1322,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"itemCount","changeable":true,"lowerBound":0,"iD":false,"id":1323,"derived":false},{"id":1324,"eClass":"EGenericType"},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"id":1327,"eClass":"EGenericType"},{"id":1328,"eClass":"EGenericType"},{"id":1329,"eClass":"EGenericType"},{"id":1330,"eClass":"EGenericType"},{"id":1331,"eClass":"EGenericType"},{"id":1332,"eClass":"EGenericType"},{"id":1333,"eClass":"EGenericType"},{"id":1334,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1335,"derived":false},{"id":1336,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group5","changeable":true,"lowerBound":0,"iD":false,"id":1337,"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":"tree","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1338,"derived":true},{"id":1339,"eClass":"EGenericType"},{"id":1340,"eClass":"EGenericType"},{"id":1341,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1342,"derived":false},{"id":1343,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1344,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1345,"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":"input","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1346,"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":"selection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1347,"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":"control","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1348,"derived":true},{"id":1349,"eClass":"EGenericType"},{"id":1350,"eClass":"EGenericType"},{"id":1351,"eClass":"EGenericType"},{"id":1352,"eClass":"EGenericType"},{"id":1353,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1354,"derived":false},{"id":1355,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1356,"derived":false},{"id":1357,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1358,"derived":false},{"id":1359,"eClass":"EGenericType"},{"id":1360,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activateEvent","changeable":true,"lowerBound":0,"iD":false,"id":1362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"armEvent","changeable":true,"lowerBound":0,"iD":false,"id":1363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"closeEvent","changeable":true,"lowerBound":0,"iD":false,"id":1364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapseEvent","changeable":true,"lowerBound":0,"iD":false,"id":1365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataContext","changeable":true,"lowerBound":0,"iD":false,"id":1366,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deactivateEvent","changeable":true,"lowerBound":0,"iD":false,"id":1367,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultSelectionEvent","changeable":true,"lowerBound":0,"iD":false,"id":1368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deiconifyEvent","changeable":true,"lowerBound":0,"iD":false,"id":1369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disposeEvent","changeable":true,"lowerBound":0,"iD":false,"id":1370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dragDetectEvent","changeable":true,"lowerBound":0,"iD":false,"id":1371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eraseItemEvent","changeable":true,"lowerBound":0,"iD":false,"id":1372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expandEvent","changeable":true,"lowerBound":0,"iD":false,"id":1373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"focusInEvent","changeable":true,"lowerBound":0,"iD":false,"id":1374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"focusOutEvent","changeable":true,"lowerBound":0,"iD":false,"id":1375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hardKeyDownEvent","changeable":true,"lowerBound":0,"iD":false,"id":1376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hardKeyUpEvent","changeable":true,"lowerBound":0,"iD":false,"id":1377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"helpEvent","changeable":true,"lowerBound":0,"iD":false,"id":1378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideEvent","changeable":true,"lowerBound":0,"iD":false,"id":1379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iconifyEvent","changeable":true,"lowerBound":0,"iD":false,"id":1380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imeCompositionEvent","changeable":true,"lowerBound":0,"iD":false,"id":1381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyDownEvent","changeable":true,"lowerBound":0,"iD":false,"id":1382,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyUpEvent","changeable":true,"lowerBound":0,"iD":false,"id":1383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"measureItemEvent","changeable":true,"lowerBound":0,"iD":false,"id":1384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"menuDetectEvent","changeable":true,"lowerBound":0,"iD":false,"id":1385,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifyEvent","changeable":true,"lowerBound":0,"iD":false,"id":1386,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseDoubleClickEvent","changeable":true,"lowerBound":0,"iD":false,"id":1387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseDownEvent","changeable":true,"lowerBound":0,"iD":false,"id":1388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseEnterEvent","changeable":true,"lowerBound":0,"iD":false,"id":1389,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseExitEvent","changeable":true,"lowerBound":0,"iD":false,"id":1390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseHoverEvent","changeable":true,"lowerBound":0,"iD":false,"id":1391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseMoveEvent","changeable":true,"lowerBound":0,"iD":false,"id":1392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseUpEvent","changeable":true,"lowerBound":0,"iD":false,"id":1393,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mouseWheelEvent","changeable":true,"lowerBound":0,"iD":false,"id":1394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moveEvent","changeable":true,"lowerBound":0,"iD":false,"id":1395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paintEvent","changeable":true,"lowerBound":0,"iD":false,"id":1396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paintItemEvent","changeable":true,"lowerBound":0,"iD":false,"id":1397,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resizeEvent","changeable":true,"lowerBound":0,"iD":false,"id":1398,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionEvent","changeable":true,"lowerBound":0,"iD":false,"id":1399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setDataEvent","changeable":true,"lowerBound":0,"iD":false,"id":1400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showEvent","changeable":true,"lowerBound":0,"iD":false,"id":1401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"NONE","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":true,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":1402,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traverseEvent","changeable":true,"lowerBound":0,"iD":false,"id":1403,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verifyEvent","changeable":true,"lowerBound":0,"iD":false,"id":1404,"derived":false},{"id":1405,"eClass":"EGenericType"},{"id":1406,"eClass":"EGenericType"},{"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"},{"id":1418,"eClass":"EGenericType"},{"id":1419,"eClass":"EGenericType"},{"id":1420,"eClass":"EGenericType"},{"id":1421,"eClass":"EGenericType"},{"id":1422,"eClass":"EGenericType"},{"id":1423,"eClass":"EGenericType"},{"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"},{"id":1432,"eClass":"EGenericType"},{"id":1433,"eClass":"EGenericType"},{"id":1434,"eClass":"EGenericType"},{"id":1435,"eClass":"EGenericType"},{"id":1436,"eClass":"EGenericType"},{"id":1437,"eClass":"EGenericType"},{"id":1438,"eClass":"EGenericType"},{"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"},{"id":1448,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1449,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":1450,"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":"windowManager","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1451,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"blockOnOpen","changeable":true,"lowerBound":0,"iD":false,"id":1452,"derived":false},{"id":1453,"eClass":"EGenericType"},{"id":1454,"eClass":"EGenericType"},{"id":1455,"eClass":"EGenericType"},{"id":1456,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":1457,"derived":false},{"id":1458,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":1459,"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":"document","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1460,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":1461,"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":"xPath","changeable":true,"lowerBound":0,"iD":false,"id":1462,"derived":false},{"id":1463,"eClass":"EGenericType"},{"id":1464,"eClass":"EGenericType"},{"id":1465,"eClass":"EGenericType"},{"id":1466,"eClass":"EGenericType"},{"id":1467,"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":1,"target":0},{"source":1,"target":14},{"source":1,"target":137},{"source":1,"target":138},{"source":137,"target":139},{"source":137,"target":1},{"source":138,"target":14},{"source":2,"target":0},{"source":2,"target":140},{"source":2,"target":141},{"source":2,"target":142},{"source":2,"target":143},{"source":140,"target":144},{"source":140,"target":2},{"source":141,"target":145},{"source":141,"target":2},{"source":142,"target":59},{"source":142,"target":146},{"source":142,"target":2},{"source":146,"target":59},{"source":143,"target":147},{"source":143,"target":2},{"source":3,"target":0},{"source":3,"target":97},{"source":3,"target":148},{"source":148,"target":97},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":149},{"source":4,"target":150},{"source":149,"target":151},{"source":149,"target":4},{"source":150,"target":22},{"source":5,"target":0},{"source":5,"target":22},{"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":152,"target":158},{"source":152,"target":5},{"source":153,"target":125},{"source":153,"target":159},{"source":153,"target":5},{"source":159,"target":125},{"source":154,"target":160},{"source":154,"target":5},{"source":155,"target":161},{"source":155,"target":5},{"source":156,"target":162},{"source":156,"target":5},{"source":157,"target":22},{"source":6,"target":0},{"source":6,"target":163},{"source":163,"target":164},{"source":163,"target":6},{"source":7,"target":0},{"source":7,"target":165},{"source":7,"target":166},{"source":7,"target":167},{"source":7,"target":168},{"source":7,"target":169},{"source":7,"target":170},{"source":7,"target":171},{"source":7,"target":172},{"source":165,"target":173},{"source":165,"target":7},{"source":166,"target":174},{"source":166,"target":7},{"source":167,"target":175},{"source":167,"target":7},{"source":168,"target":176},{"source":168,"target":7},{"source":169,"target":133},{"source":169,"target":177},{"source":169,"target":7},{"source":177,"target":133},{"source":170,"target":178},{"source":170,"target":7},{"source":171,"target":179},{"source":171,"target":7},{"source":172,"target":180},{"source":172,"target":7},{"source":8,"target":0},{"source":8,"target":28},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":8,"target":185},{"source":8,"target":186},{"source":181,"target":187},{"source":181,"target":8},{"source":182,"target":188},{"source":182,"target":8},{"source":183,"target":189},{"source":183,"target":8},{"source":184,"target":190},{"source":184,"target":8},{"source":185,"target":191},{"source":185,"target":8},{"source":186,"target":28},{"source":9,"target":0},{"source":9,"target":30},{"source":9,"target":192},{"source":9,"target":193},{"source":9,"target":194},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":9,"target":198},{"source":9,"target":199},{"source":192,"target":200},{"source":192,"target":9},{"source":193,"target":63},{"source":193,"target":201},{"source":193,"target":9},{"source":201,"target":63},{"source":194,"target":202},{"source":194,"target":9},{"source":195,"target":203},{"source":195,"target":9},{"source":196,"target":204},{"source":196,"target":9},{"source":197,"target":205},{"source":197,"target":9},{"source":198,"target":206},{"source":198,"target":9},{"source":199,"target":30},{"source":10,"target":0},{"source":10,"target":28},{"source":10,"target":207},{"source":10,"target":208},{"source":10,"target":209},{"source":10,"target":210},{"source":10,"target":211},{"source":207,"target":212},{"source":207,"target":10},{"source":208,"target":213},{"source":208,"target":10},{"source":209,"target":67},{"source":209,"target":214},{"source":209,"target":10},{"source":214,"target":67},{"source":210,"target":11},{"source":210,"target":215},{"source":210,"target":10},{"source":215,"target":11},{"source":211,"target":28},{"source":11,"target":0},{"source":11,"target":133},{"source":11,"target":216},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":216,"target":225},{"source":216,"target":11},{"source":217,"target":10},{"source":217,"target":226},{"source":217,"target":11},{"source":226,"target":10},{"source":218,"target":227},{"source":218,"target":11},{"source":219,"target":228},{"source":219,"target":11},{"source":220,"target":229},{"source":220,"target":11},{"source":221,"target":230},{"source":221,"target":11},{"source":222,"target":231},{"source":222,"target":11},{"source":223,"target":232},{"source":223,"target":11},{"source":224,"target":133},{"source":12,"target":0},{"source":12,"target":28},{"source":12,"target":233},{"source":12,"target":234},{"source":12,"target":235},{"source":12,"target":236},{"source":12,"target":237},{"source":12,"target":238},{"source":12,"target":239},{"source":12,"target":240},{"source":12,"target":241},{"source":233,"target":242},{"source":233,"target":12},{"source":234,"target":243},{"source":234,"target":12},{"source":235,"target":244},{"source":235,"target":12},{"source":236,"target":245},{"source":236,"target":12},{"source":237,"target":246},{"source":237,"target":12},{"source":238,"target":247},{"source":238,"target":12},{"source":239,"target":248},{"source":239,"target":12},{"source":240,"target":249},{"source":240,"target":12},{"source":241,"target":28},{"source":13,"target":0},{"source":13,"target":250},{"source":13,"target":251},{"source":13,"target":252},{"source":13,"target":253},{"source":13,"target":254},{"source":250,"target":255},{"source":250,"target":13},{"source":251,"target":256},{"source":251,"target":13},{"source":252,"target":106},{"source":252,"target":257},{"source":252,"target":13},{"source":257,"target":106},{"source":253,"target":258},{"source":253,"target":13},{"source":254,"target":259},{"source":254,"target":13},{"source":14,"target":0},{"source":14,"target":260},{"source":14,"target":261},{"source":14,"target":262},{"source":14,"target":263},{"source":14,"target":264},{"source":14,"target":265},{"source":14,"target":266},{"source":14,"target":267},{"source":260,"target":268},{"source":260,"target":14},{"source":261,"target":269},{"source":261,"target":14},{"source":262,"target":60},{"source":262,"target":270},{"source":262,"target":14},{"source":270,"target":60},{"source":263,"target":73},{"source":263,"target":271},{"source":263,"target":14},{"source":271,"target":73},{"source":264,"target":272},{"source":264,"target":14},{"source":265,"target":30},{"source":265,"target":273},{"source":265,"target":14},{"source":273,"target":30},{"source":266,"target":274},{"source":266,"target":14},{"source":267,"target":275},{"source":267,"target":14},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":276},{"source":276,"target":14},{"source":16,"target":0},{"source":16,"target":109},{"source":16,"target":277},{"source":16,"target":278},{"source":16,"target":279},{"source":16,"target":280},{"source":16,"target":281},{"source":16,"target":282},{"source":16,"target":283},{"source":277,"target":284},{"source":277,"target":16},{"source":278,"target":285},{"source":278,"target":16},{"source":279,"target":62},{"source":279,"target":286},{"source":279,"target":16},{"source":286,"target":62},{"source":280,"target":287},{"source":280,"target":16},{"source":281,"target":288},{"source":281,"target":16},{"source":282,"target":289},{"source":282,"target":16},{"source":283,"target":109},{"source":17,"target":0},{"source":17,"target":126},{"source":17,"target":290},{"source":17,"target":291},{"source":17,"target":292},{"source":17,"target":293},{"source":17,"target":294},{"source":17,"target":295},{"source":290,"target":296},{"source":290,"target":17},{"source":291,"target":297},{"source":291,"target":17},{"source":292,"target":62},{"source":292,"target":298},{"source":292,"target":17},{"source":298,"target":62},{"source":293,"target":299},{"source":293,"target":17},{"source":294,"target":300},{"source":294,"target":17},{"source":295,"target":126},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":301},{"source":18,"target":302},{"source":18,"target":303},{"source":18,"target":304},{"source":301,"target":305},{"source":301,"target":18},{"source":302,"target":306},{"source":302,"target":18},{"source":303,"target":307},{"source":303,"target":18},{"source":304,"target":10},{"source":19,"target":0},{"source":19,"target":308},{"source":308,"target":309},{"source":308,"target":19},{"source":20,"target":0},{"source":20,"target":310},{"source":310,"target":311},{"source":310,"target":20},{"source":21,"target":0},{"source":21,"target":42},{"source":21,"target":312},{"source":312,"target":42},{"source":22,"target":0},{"source":22,"target":97},{"source":22,"target":313},{"source":22,"target":314},{"source":22,"target":315},{"source":22,"target":316},{"source":22,"target":317},{"source":22,"target":318},{"source":313,"target":319},{"source":313,"target":22},{"source":314,"target":23},{"source":314,"target":320},{"source":314,"target":22},{"source":320,"target":23},{"source":315,"target":61},{"source":315,"target":321},{"source":315,"target":22},{"source":321,"target":61},{"source":316,"target":14},{"source":316,"target":322},{"source":316,"target":22},{"source":322,"target":14},{"source":317,"target":323},{"source":317,"target":22},{"source":318,"target":97},{"source":23,"target":0},{"source":23,"target":324},{"source":324,"target":325},{"source":324,"target":23},{"source":24,"target":0},{"source":24,"target":28},{"source":24,"target":326},{"source":24,"target":327},{"source":24,"target":328},{"source":24,"target":329},{"source":24,"target":330},{"source":24,"target":331},{"source":24,"target":332},{"source":24,"target":333},{"source":24,"target":334},{"source":326,"target":335},{"source":326,"target":24},{"source":327,"target":336},{"source":327,"target":24},{"source":328,"target":337},{"source":328,"target":24},{"source":329,"target":338},{"source":329,"target":24},{"source":330,"target":339},{"source":330,"target":24},{"source":331,"target":340},{"source":331,"target":24},{"source":332,"target":341},{"source":332,"target":24},{"source":333,"target":342},{"source":333,"target":24},{"source":334,"target":28},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":343},{"source":343,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":344},{"source":26,"target":345},{"source":26,"target":346},{"source":26,"target":347},{"source":26,"target":348},{"source":26,"target":349},{"source":344,"target":350},{"source":344,"target":26},{"source":345,"target":351},{"source":345,"target":26},{"source":346,"target":69},{"source":346,"target":352},{"source":346,"target":26},{"source":352,"target":69},{"source":347,"target":58},{"source":347,"target":353},{"source":347,"target":26},{"source":353,"target":58},{"source":348,"target":27},{"source":348,"target":354},{"source":348,"target":26},{"source":354,"target":27},{"source":349,"target":1},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":355},{"source":355,"target":3},{"source":28,"target":0},{"source":28,"target":91},{"source":28,"target":356},{"source":28,"target":357},{"source":28,"target":358},{"source":28,"target":359},{"source":28,"target":360},{"source":28,"target":361},{"source":28,"target":362},{"source":356,"target":363},{"source":356,"target":28},{"source":357,"target":30},{"source":357,"target":364},{"source":357,"target":28},{"source":364,"target":30},{"source":358,"target":30},{"source":358,"target":365},{"source":358,"target":28},{"source":365,"target":30},{"source":359,"target":72},{"source":359,"target":366},{"source":359,"target":28},{"source":366,"target":72},{"source":360,"target":367},{"source":360,"target":28},{"source":361,"target":368},{"source":361,"target":28},{"source":362,"target":91},{"source":29,"target":0},{"source":29,"target":128},{"source":29,"target":369},{"source":29,"target":370},{"source":29,"target":371},{"source":29,"target":372},{"source":369,"target":373},{"source":369,"target":29},{"source":370,"target":64},{"source":370,"target":374},{"source":370,"target":29},{"source":374,"target":64},{"source":371,"target":58},{"source":371,"target":375},{"source":371,"target":29},{"source":375,"target":58},{"source":372,"target":128},{"source":30,"target":0},{"source":30,"target":133},{"source":30,"target":376},{"source":30,"target":377},{"source":30,"target":378},{"source":30,"target":379},{"source":30,"target":380},{"source":30,"target":381},{"source":30,"target":382},{"source":30,"target":383},{"source":30,"target":384},{"source":30,"target":385},{"source":30,"target":386},{"source":30,"target":387},{"source":30,"target":388},{"source":30,"target":389},{"source":30,"target":390},{"source":30,"target":391},{"source":30,"target":392},{"source":30,"target":393},{"source":30,"target":394},{"source":30,"target":395},{"source":376,"target":396},{"source":376,"target":30},{"source":377,"target":78},{"source":377,"target":397},{"source":377,"target":30},{"source":397,"target":78},{"source":378,"target":36},{"source":378,"target":398},{"source":378,"target":30},{"source":398,"target":36},{"source":379,"target":399},{"source":379,"target":30},{"source":380,"target":6},{"source":380,"target":400},{"source":380,"target":30},{"source":400,"target":6},{"source":381,"target":401},{"source":381,"target":30},{"source":382,"target":402},{"source":382,"target":30},{"source":383,"target":403},{"source":383,"target":30},{"source":384,"target":404},{"source":384,"target":30},{"source":385,"target":405},{"source":385,"target":30},{"source":386,"target":406},{"source":386,"target":30},{"source":387,"target":407},{"source":387,"target":30},{"source":388,"target":408},{"source":388,"target":30},{"source":389,"target":409},{"source":389,"target":30},{"source":390,"target":410},{"source":390,"target":30},{"source":391,"target":411},{"source":391,"target":30},{"source":392,"target":412},{"source":392,"target":30},{"source":393,"target":413},{"source":393,"target":30},{"source":394,"target":414},{"source":394,"target":30},{"source":395,"target":133},{"source":31,"target":0},{"source":31,"target":415},{"source":31,"target":416},{"source":31,"target":417},{"source":31,"target":418},{"source":31,"target":419},{"source":31,"target":420},{"source":31,"target":421},{"source":31,"target":422},{"source":31,"target":423},{"source":415,"target":424},{"source":415,"target":31},{"source":416,"target":425},{"source":416,"target":31},{"source":417,"target":30},{"source":417,"target":426},{"source":417,"target":31},{"source":426,"target":30},{"source":418,"target":427},{"source":418,"target":31},{"source":419,"target":428},{"source":419,"target":31},{"source":420,"target":429},{"source":420,"target":31},{"source":421,"target":430},{"source":421,"target":31},{"source":422,"target":431},{"source":422,"target":31},{"source":423,"target":432},{"source":423,"target":31},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":433},{"source":32,"target":434},{"source":32,"target":435},{"source":32,"target":436},{"source":32,"target":437},{"source":32,"target":438},{"source":32,"target":439},{"source":433,"target":440},{"source":433,"target":32},{"source":434,"target":441},{"source":434,"target":32},{"source":435,"target":442},{"source":435,"target":32},{"source":436,"target":33},{"source":436,"target":443},{"source":436,"target":32},{"source":443,"target":33},{"source":437,"target":444},{"source":437,"target":32},{"source":438,"target":445},{"source":438,"target":32},{"source":439,"target":28},{"source":33,"target":0},{"source":33,"target":70},{"source":33,"target":446},{"source":33,"target":447},{"source":33,"target":448},{"source":33,"target":449},{"source":33,"target":450},{"source":33,"target":451},{"source":33,"target":452},{"source":33,"target":453},{"source":446,"target":454},{"source":446,"target":33},{"source":447,"target":32},{"source":447,"target":455},{"source":447,"target":33},{"source":455,"target":32},{"source":448,"target":30},{"source":448,"target":456},{"source":448,"target":33},{"source":456,"target":30},{"source":449,"target":457},{"source":449,"target":33},{"source":450,"target":458},{"source":450,"target":33},{"source":451,"target":459},{"source":451,"target":33},{"source":452,"target":460},{"source":452,"target":33},{"source":453,"target":70},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":461},{"source":34,"target":462},{"source":34,"target":463},{"source":34,"target":464},{"source":34,"target":465},{"source":34,"target":466},{"source":34,"target":467},{"source":34,"target":468},{"source":34,"target":469},{"source":34,"target":470},{"source":34,"target":471},{"source":34,"target":472},{"source":34,"target":473},{"source":34,"target":474},{"source":34,"target":475},{"source":34,"target":476},{"source":34,"target":477},{"source":34,"target":478},{"source":34,"target":479},{"source":34,"target":480},{"source":34,"target":481},{"source":34,"target":482},{"source":34,"target":483},{"source":34,"target":484},{"source":34,"target":485},{"source":34,"target":486},{"source":461,"target":487},{"source":461,"target":34},{"source":462,"target":85},{"source":462,"target":488},{"source":462,"target":34},{"source":488,"target":85},{"source":463,"target":35},{"source":463,"target":489},{"source":463,"target":34},{"source":489,"target":35},{"source":464,"target":30},{"source":464,"target":490},{"source":464,"target":34},{"source":490,"target":30},{"source":465,"target":85},{"source":465,"target":491},{"source":465,"target":34},{"source":491,"target":85},{"source":466,"target":35},{"source":466,"target":492},{"source":466,"target":34},{"source":492,"target":35},{"source":467,"target":85},{"source":467,"target":493},{"source":467,"target":34},{"source":493,"target":85},{"source":468,"target":494},{"source":468,"target":34},{"source":469,"target":495},{"source":469,"target":34},{"source":470,"target":496},{"source":470,"target":34},{"source":471,"target":497},{"source":471,"target":34},{"source":472,"target":498},{"source":472,"target":34},{"source":473,"target":499},{"source":473,"target":34},{"source":474,"target":500},{"source":474,"target":34},{"source":475,"target":501},{"source":475,"target":34},{"source":476,"target":502},{"source":476,"target":34},{"source":477,"target":503},{"source":477,"target":34},{"source":478,"target":504},{"source":478,"target":34},{"source":479,"target":505},{"source":479,"target":34},{"source":480,"target":506},{"source":480,"target":34},{"source":481,"target":507},{"source":481,"target":34},{"source":482,"target":508},{"source":482,"target":34},{"source":483,"target":509},{"source":483,"target":34},{"source":484,"target":510},{"source":484,"target":34},{"source":485,"target":511},{"source":485,"target":34},{"source":486,"target":28},{"source":35,"target":0},{"source":35,"target":70},{"source":35,"target":512},{"source":35,"target":513},{"source":35,"target":514},{"source":35,"target":515},{"source":35,"target":516},{"source":35,"target":517},{"source":35,"target":518},{"source":35,"target":519},{"source":35,"target":520},{"source":512,"target":521},{"source":512,"target":35},{"source":513,"target":34},{"source":513,"target":522},{"source":513,"target":35},{"source":522,"target":34},{"source":514,"target":30},{"source":514,"target":523},{"source":514,"target":35},{"source":523,"target":30},{"source":515,"target":524},{"source":515,"target":35},{"source":516,"target":525},{"source":516,"target":35},{"source":517,"target":526},{"source":517,"target":35},{"source":518,"target":527},{"source":518,"target":35},{"source":519,"target":528},{"source":519,"target":35},{"source":520,"target":70},{"source":36,"target":0},{"source":36,"target":84},{"source":36,"target":529},{"source":529,"target":84},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":530},{"source":37,"target":531},{"source":37,"target":532},{"source":37,"target":533},{"source":37,"target":534},{"source":37,"target":535},{"source":37,"target":536},{"source":530,"target":537},{"source":530,"target":37},{"source":531,"target":538},{"source":531,"target":37},{"source":532,"target":539},{"source":532,"target":37},{"source":533,"target":540},{"source":533,"target":37},{"source":534,"target":541},{"source":534,"target":37},{"source":535,"target":542},{"source":535,"target":37},{"source":536,"target":28},{"source":38,"target":0},{"source":38,"target":10},{"source":38,"target":543},{"source":38,"target":544},{"source":38,"target":545},{"source":38,"target":546},{"source":38,"target":547},{"source":38,"target":548},{"source":38,"target":549},{"source":38,"target":550},{"source":38,"target":551},{"source":543,"target":552},{"source":543,"target":38},{"source":544,"target":553},{"source":544,"target":38},{"source":545,"target":9},{"source":545,"target":554},{"source":545,"target":38},{"source":554,"target":9},{"source":546,"target":78},{"source":546,"target":555},{"source":546,"target":38},{"source":555,"target":78},{"source":547,"target":556},{"source":547,"target":38},{"source":548,"target":557},{"source":548,"target":38},{"source":549,"target":558},{"source":549,"target":38},{"source":550,"target":559},{"source":550,"target":38},{"source":551,"target":10},{"source":39,"target":0},{"source":39,"target":560},{"source":560,"target":561},{"source":560,"target":39},{"source":40,"target":0},{"source":40,"target":562},{"source":562,"target":563},{"source":562,"target":40},{"source":41,"target":0},{"source":41,"target":134},{"source":41,"target":564},{"source":41,"target":565},{"source":41,"target":566},{"source":41,"target":567},{"source":564,"target":568},{"source":564,"target":41},{"source":565,"target":30},{"source":565,"target":569},{"source":565,"target":41},{"source":569,"target":30},{"source":566,"target":65},{"source":566,"target":570},{"source":566,"target":41},{"source":570,"target":65},{"source":567,"target":134},{"source":42,"target":0},{"source":42,"target":14},{"source":42,"target":571},{"source":571,"target":14},{"source":43,"target":0},{"source":43,"target":572},{"source":572,"target":573},{"source":572,"target":43},{"source":44,"target":0},{"source":44,"target":574},{"source":574,"target":575},{"source":574,"target":44},{"source":45,"target":0},{"source":45,"target":82},{"source":45,"target":576},{"source":576,"target":82},{"source":46,"target":0},{"source":46,"target":577},{"source":46,"target":578},{"source":46,"target":579},{"source":46,"target":580},{"source":46,"target":581},{"source":577,"target":582},{"source":577,"target":46},{"source":578,"target":583},{"source":578,"target":46},{"source":579,"target":584},{"source":579,"target":46},{"source":580,"target":28},{"source":580,"target":585},{"source":580,"target":46},{"source":585,"target":28},{"source":581,"target":134},{"source":581,"target":586},{"source":581,"target":46},{"source":586,"target":134},{"source":47,"target":0},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":587},{"source":587,"target":45},{"source":49,"target":0},{"source":49,"target":28},{"source":49,"target":588},{"source":49,"target":589},{"source":49,"target":590},{"source":49,"target":591},{"source":588,"target":592},{"source":588,"target":49},{"source":589,"target":50},{"source":589,"target":593},{"source":589,"target":49},{"source":593,"target":50},{"source":590,"target":594},{"source":590,"target":49},{"source":591,"target":28},{"source":50,"target":0},{"source":50,"target":70},{"source":50,"target":595},{"source":50,"target":596},{"source":50,"target":597},{"source":50,"target":598},{"source":50,"target":599},{"source":50,"target":600},{"source":595,"target":601},{"source":595,"target":50},{"source":596,"target":49},{"source":596,"target":602},{"source":596,"target":50},{"source":602,"target":49},{"source":597,"target":30},{"source":597,"target":603},{"source":597,"target":50},{"source":603,"target":30},{"source":598,"target":604},{"source":598,"target":50},{"source":599,"target":605},{"source":599,"target":50},{"source":600,"target":70},{"source":51,"target":0},{"source":51,"target":72},{"source":51,"target":606},{"source":51,"target":607},{"source":51,"target":608},{"source":51,"target":609},{"source":51,"target":610},{"source":606,"target":611},{"source":606,"target":51},{"source":607,"target":612},{"source":607,"target":51},{"source":608,"target":613},{"source":608,"target":51},{"source":609,"target":614},{"source":609,"target":51},{"source":610,"target":72},{"source":52,"target":0},{"source":52,"target":615},{"source":52,"target":616},{"source":52,"target":617},{"source":52,"target":618},{"source":52,"target":619},{"source":52,"target":620},{"source":52,"target":621},{"source":615,"target":622},{"source":615,"target":52},{"source":616,"target":623},{"source":616,"target":52},{"source":617,"target":30},{"source":617,"target":624},{"source":617,"target":52},{"source":624,"target":30},{"source":618,"target":625},{"source":618,"target":52},{"source":619,"target":626},{"source":619,"target":52},{"source":620,"target":627},{"source":620,"target":52},{"source":621,"target":628},{"source":621,"target":52},{"source":53,"target":0},{"source":53,"target":629},{"source":53,"target":630},{"source":53,"target":631},{"source":53,"target":632},{"source":53,"target":633},{"source":53,"target":634},{"source":53,"target":635},{"source":53,"target":636},{"source":629,"target":637},{"source":629,"target":53},{"source":630,"target":638},{"source":630,"target":53},{"source":631,"target":52},{"source":631,"target":639},{"source":631,"target":53},{"source":639,"target":52},{"source":632,"target":52},{"source":632,"target":640},{"source":632,"target":53},{"source":640,"target":52},{"source":633,"target":52},{"source":633,"target":641},{"source":633,"target":53},{"source":641,"target":52},{"source":634,"target":52},{"source":634,"target":642},{"source":634,"target":53},{"source":642,"target":52},{"source":635,"target":643},{"source":635,"target":53},{"source":636,"target":644},{"source":636,"target":53},{"source":54,"target":0},{"source":54,"target":72},{"source":54,"target":645},{"source":54,"target":646},{"source":54,"target":647},{"source":54,"target":648},{"source":54,"target":649},{"source":54,"target":650},{"source":54,"target":651},{"source":54,"target":652},{"source":645,"target":653},{"source":645,"target":54},{"source":646,"target":654},{"source":646,"target":54},{"source":647,"target":655},{"source":647,"target":54},{"source":648,"target":656},{"source":648,"target":54},{"source":649,"target":657},{"source":649,"target":54},{"source":650,"target":658},{"source":650,"target":54},{"source":651,"target":659},{"source":651,"target":54},{"source":652,"target":72},{"source":55,"target":0},{"source":55,"target":660},{"source":55,"target":661},{"source":55,"target":662},{"source":55,"target":663},{"source":55,"target":664},{"source":55,"target":665},{"source":55,"target":666},{"source":55,"target":667},{"source":55,"target":668},{"source":55,"target":669},{"source":55,"target":670},{"source":55,"target":671},{"source":55,"target":672},{"source":55,"target":673},{"source":660,"target":674},{"source":660,"target":55},{"source":661,"target":675},{"source":661,"target":55},{"source":662,"target":676},{"source":662,"target":55},{"source":663,"target":677},{"source":663,"target":55},{"source":664,"target":678},{"source":664,"target":55},{"source":665,"target":679},{"source":665,"target":55},{"source":666,"target":680},{"source":666,"target":55},{"source":667,"target":681},{"source":667,"target":55},{"source":668,"target":682},{"source":668,"target":55},{"source":669,"target":683},{"source":669,"target":55},{"source":670,"target":684},{"source":670,"target":55},{"source":671,"target":685},{"source":671,"target":55},{"source":672,"target":686},{"source":672,"target":55},{"source":673,"target":687},{"source":673,"target":55},{"source":56,"target":0},{"source":56,"target":72},{"source":56,"target":688},{"source":56,"target":689},{"source":56,"target":690},{"source":56,"target":691},{"source":56,"target":692},{"source":56,"target":693},{"source":56,"target":694},{"source":56,"target":695},{"source":56,"target":696},{"source":56,"target":697},{"source":56,"target":698},{"source":688,"target":699},{"source":688,"target":56},{"source":689,"target":700},{"source":689,"target":56},{"source":690,"target":701},{"source":690,"target":56},{"source":691,"target":702},{"source":691,"target":56},{"source":692,"target":703},{"source":692,"target":56},{"source":693,"target":704},{"source":693,"target":56},{"source":694,"target":705},{"source":694,"target":56},{"source":695,"target":706},{"source":695,"target":56},{"source":696,"target":707},{"source":696,"target":56},{"source":697,"target":708},{"source":697,"target":56},{"source":698,"target":72},{"source":57,"target":0},{"source":57,"target":28},{"source":57,"target":709},{"source":57,"target":710},{"source":709,"target":711},{"source":709,"target":57},{"source":710,"target":28},{"source":58,"target":0},{"source":58,"target":712},{"source":712,"target":713},{"source":712,"target":58},{"source":59,"target":0},{"source":59,"target":714},{"source":714,"target":715},{"source":714,"target":59},{"source":60,"target":0},{"source":60,"target":716},{"source":716,"target":717},{"source":716,"target":60},{"source":61,"target":0},{"source":61,"target":718},{"source":718,"target":719},{"source":718,"target":61},{"source":62,"target":0},{"source":62,"target":720},{"source":720,"target":721},{"source":720,"target":62},{"source":63,"target":0},{"source":63,"target":722},{"source":722,"target":723},{"source":722,"target":63},{"source":64,"target":0},{"source":64,"target":724},{"source":724,"target":725},{"source":724,"target":64},{"source":65,"target":0},{"source":65,"target":726},{"source":726,"target":727},{"source":726,"target":65},{"source":66,"target":0},{"source":66,"target":728},{"source":728,"target":729},{"source":728,"target":66},{"source":67,"target":0},{"source":67,"target":133},{"source":67,"target":730},{"source":67,"target":731},{"source":67,"target":732},{"source":67,"target":733},{"source":67,"target":734},{"source":67,"target":735},{"source":730,"target":736},{"source":730,"target":67},{"source":731,"target":737},{"source":731,"target":67},{"source":732,"target":113},{"source":732,"target":738},{"source":732,"target":67},{"source":738,"target":113},{"source":733,"target":739},{"source":733,"target":67},{"source":734,"target":740},{"source":734,"target":67},{"source":735,"target":133},{"source":68,"target":0},{"source":68,"target":741},{"source":741,"target":742},{"source":741,"target":68},{"source":69,"target":0},{"source":69,"target":743},{"source":743,"target":744},{"source":743,"target":69},{"source":70,"target":0},{"source":70,"target":133},{"source":70,"target":745},{"source":70,"target":746},{"source":70,"target":747},{"source":745,"target":748},{"source":745,"target":70},{"source":746,"target":749},{"source":746,"target":70},{"source":747,"target":133},{"source":71,"target":0},{"source":71,"target":30},{"source":71,"target":750},{"source":71,"target":751},{"source":71,"target":752},{"source":71,"target":753},{"source":750,"target":754},{"source":750,"target":71},{"source":751,"target":755},{"source":751,"target":71},{"source":752,"target":756},{"source":752,"target":71},{"source":753,"target":30},{"source":72,"target":0},{"source":72,"target":757},{"source":757,"target":758},{"source":757,"target":72},{"source":73,"target":0},{"source":73,"target":759},{"source":759,"target":760},{"source":759,"target":73},{"source":74,"target":0},{"source":74,"target":30},{"source":74,"target":761},{"source":74,"target":762},{"source":761,"target":763},{"source":761,"target":74},{"source":762,"target":30},{"source":75,"target":0},{"source":75,"target":91},{"source":75,"target":764},{"source":75,"target":765},{"source":75,"target":766},{"source":75,"target":767},{"source":75,"target":768},{"source":75,"target":769},{"source":764,"target":770},{"source":764,"target":75},{"source":765,"target":771},{"source":765,"target":75},{"source":766,"target":772},{"source":766,"target":75},{"source":767,"target":773},{"source":767,"target":75},{"source":768,"target":774},{"source":768,"target":75},{"source":769,"target":91},{"source":76,"target":0},{"source":76,"target":775},{"source":775,"target":776},{"source":775,"target":76},{"source":77,"target":0},{"source":77,"target":3},{"source":77,"target":777},{"source":77,"target":778},{"source":77,"target":779},{"source":777,"target":780},{"source":777,"target":77},{"source":778,"target":75},{"source":778,"target":781},{"source":778,"target":77},{"source":781,"target":75},{"source":779,"target":3},{"source":78,"target":0},{"source":78,"target":133},{"source":78,"target":782},{"source":78,"target":783},{"source":78,"target":784},{"source":78,"target":785},{"source":78,"target":786},{"source":78,"target":787},{"source":78,"target":788},{"source":78,"target":789},{"source":78,"target":790},{"source":78,"target":791},{"source":782,"target":792},{"source":782,"target":78},{"source":783,"target":79},{"source":783,"target":793},{"source":783,"target":78},{"source":793,"target":79},{"source":784,"target":79},{"source":784,"target":794},{"source":784,"target":78},{"source":794,"target":79},{"source":785,"target":79},{"source":785,"target":795},{"source":785,"target":78},{"source":795,"target":79},{"source":786,"target":78},{"source":786,"target":796},{"source":786,"target":78},{"source":796,"target":78},{"source":787,"target":38},{"source":787,"target":797},{"source":787,"target":78},{"source":797,"target":38},{"source":788,"target":798},{"source":788,"target":78},{"source":789,"target":799},{"source":789,"target":78},{"source":790,"target":800},{"source":790,"target":78},{"source":791,"target":133},{"source":79,"target":0},{"source":79,"target":70},{"source":79,"target":801},{"source":79,"target":802},{"source":79,"target":803},{"source":79,"target":804},{"source":79,"target":805},{"source":79,"target":806},{"source":79,"target":807},{"source":79,"target":808},{"source":801,"target":809},{"source":801,"target":79},{"source":802,"target":78},{"source":802,"target":810},{"source":802,"target":79},{"source":810,"target":78},{"source":803,"target":63},{"source":803,"target":811},{"source":803,"target":79},{"source":811,"target":63},{"source":804,"target":78},{"source":804,"target":812},{"source":804,"target":79},{"source":812,"target":78},{"source":805,"target":813},{"source":805,"target":79},{"source":806,"target":814},{"source":806,"target":79},{"source":807,"target":815},{"source":807,"target":79},{"source":808,"target":70},{"source":80,"target":0},{"source":80,"target":41},{"source":80,"target":816},{"source":80,"target":817},{"source":816,"target":818},{"source":816,"target":80},{"source":817,"target":41},{"source":81,"target":0},{"source":81,"target":2},{"source":81,"target":819},{"source":81,"target":820},{"source":81,"target":821},{"source":81,"target":822},{"source":81,"target":823},{"source":81,"target":824},{"source":819,"target":825},{"source":819,"target":81},{"source":820,"target":19},{"source":820,"target":826},{"source":820,"target":81},{"source":826,"target":19},{"source":821,"target":827},{"source":821,"target":81},{"source":822,"target":75},{"source":822,"target":828},{"source":822,"target":81},{"source":828,"target":75},{"source":823,"target":829},{"source":823,"target":81},{"source":824,"target":2},{"source":82,"target":0},{"source":82,"target":830},{"source":830,"target":831},{"source":830,"target":82},{"source":83,"target":0},{"source":83,"target":30},{"source":83,"target":832},{"source":83,"target":833},{"source":83,"target":834},{"source":83,"target":835},{"source":83,"target":836},{"source":832,"target":837},{"source":832,"target":83},{"source":833,"target":838},{"source":833,"target":83},{"source":834,"target":839},{"source":834,"target":83},{"source":835,"target":840},{"source":835,"target":83},{"source":836,"target":30},{"source":84,"target":0},{"source":84,"target":841},{"source":841,"target":842},{"source":841,"target":84},{"source":85,"target":0},{"source":85,"target":843},{"source":843,"target":844},{"source":843,"target":85},{"source":86,"target":0},{"source":86,"target":845},{"source":86,"target":846},{"source":86,"target":847},{"source":86,"target":848},{"source":845,"target":849},{"source":845,"target":86},{"source":846,"target":850},{"source":846,"target":86},{"source":847,"target":851},{"source":847,"target":86},{"source":848,"target":852},{"source":848,"target":86},{"source":87,"target":0},{"source":87,"target":72},{"source":87,"target":853},{"source":87,"target":854},{"source":87,"target":855},{"source":87,"target":856},{"source":87,"target":857},{"source":87,"target":858},{"source":87,"target":859},{"source":87,"target":860},{"source":87,"target":861},{"source":87,"target":862},{"source":87,"target":863},{"source":87,"target":864},{"source":87,"target":865},{"source":87,"target":866},{"source":853,"target":867},{"source":853,"target":87},{"source":854,"target":868},{"source":854,"target":87},{"source":855,"target":869},{"source":855,"target":87},{"source":856,"target":870},{"source":856,"target":87},{"source":857,"target":871},{"source":857,"target":87},{"source":858,"target":872},{"source":858,"target":87},{"source":859,"target":873},{"source":859,"target":87},{"source":860,"target":874},{"source":860,"target":87},{"source":861,"target":875},{"source":861,"target":87},{"source":862,"target":876},{"source":862,"target":87},{"source":863,"target":877},{"source":863,"target":87},{"source":864,"target":878},{"source":864,"target":87},{"source":865,"target":879},{"source":865,"target":87},{"source":866,"target":72},{"source":88,"target":0},{"source":88,"target":30},{"source":88,"target":880},{"source":880,"target":30},{"source":89,"target":0},{"source":89,"target":28},{"source":89,"target":881},{"source":89,"target":882},{"source":89,"target":883},{"source":89,"target":884},{"source":89,"target":885},{"source":89,"target":886},{"source":89,"target":887},{"source":881,"target":888},{"source":881,"target":89},{"source":882,"target":30},{"source":882,"target":889},{"source":882,"target":89},{"source":889,"target":30},{"source":883,"target":890},{"source":883,"target":89},{"source":884,"target":891},{"source":884,"target":89},{"source":885,"target":892},{"source":885,"target":89},{"source":886,"target":893},{"source":886,"target":89},{"source":887,"target":28},{"source":90,"target":0},{"source":90,"target":30},{"source":90,"target":894},{"source":90,"target":895},{"source":90,"target":896},{"source":90,"target":897},{"source":90,"target":898},{"source":90,"target":899},{"source":894,"target":900},{"source":894,"target":90},{"source":895,"target":901},{"source":895,"target":90},{"source":896,"target":902},{"source":896,"target":90},{"source":897,"target":903},{"source":897,"target":90},{"source":898,"target":904},{"source":898,"target":90},{"source":899,"target":30},{"source":91,"target":0},{"source":91,"target":30},{"source":91,"target":905},{"source":91,"target":906},{"source":91,"target":907},{"source":91,"target":908},{"source":91,"target":909},{"source":905,"target":910},{"source":905,"target":91},{"source":906,"target":92},{"source":906,"target":911},{"source":906,"target":91},{"source":911,"target":92},{"source":907,"target":92},{"source":907,"target":912},{"source":907,"target":91},{"source":912,"target":92},{"source":908,"target":913},{"source":908,"target":91},{"source":909,"target":30},{"source":92,"target":0},{"source":92,"target":133},{"source":92,"target":914},{"source":92,"target":915},{"source":92,"target":916},{"source":92,"target":917},{"source":92,"target":918},{"source":92,"target":919},{"source":92,"target":920},{"source":92,"target":921},{"source":92,"target":922},{"source":92,"target":923},{"source":92,"target":924},{"source":92,"target":925},{"source":914,"target":926},{"source":914,"target":92},{"source":915,"target":91},{"source":915,"target":927},{"source":915,"target":92},{"source":927,"target":91},{"source":916,"target":928},{"source":916,"target":92},{"source":917,"target":929},{"source":917,"target":92},{"source":918,"target":930},{"source":918,"target":92},{"source":919,"target":931},{"source":919,"target":92},{"source":920,"target":932},{"source":920,"target":92},{"source":921,"target":933},{"source":921,"target":92},{"source":922,"target":934},{"source":922,"target":92},{"source":923,"target":935},{"source":923,"target":92},{"source":924,"target":936},{"source":924,"target":92},{"source":925,"target":133},{"source":93,"target":0},{"source":93,"target":38},{"source":93,"target":937},{"source":93,"target":938},{"source":93,"target":939},{"source":93,"target":940},{"source":93,"target":941},{"source":93,"target":942},{"source":93,"target":943},{"source":937,"target":944},{"source":937,"target":93},{"source":938,"target":93},{"source":938,"target":945},{"source":938,"target":93},{"source":945,"target":93},{"source":939,"target":946},{"source":939,"target":93},{"source":940,"target":947},{"source":940,"target":93},{"source":941,"target":948},{"source":941,"target":93},{"source":942,"target":949},{"source":942,"target":93},{"source":943,"target":38},{"source":94,"target":0},{"source":94,"target":30},{"source":94,"target":950},{"source":94,"target":951},{"source":94,"target":952},{"source":94,"target":953},{"source":94,"target":954},{"source":94,"target":955},{"source":94,"target":956},{"source":950,"target":957},{"source":950,"target":94},{"source":951,"target":958},{"source":951,"target":94},{"source":952,"target":959},{"source":952,"target":94},{"source":953,"target":960},{"source":953,"target":94},{"source":954,"target":961},{"source":954,"target":94},{"source":955,"target":962},{"source":955,"target":94},{"source":956,"target":30},{"source":95,"target":0},{"source":95,"target":28},{"source":95,"target":963},{"source":95,"target":964},{"source":95,"target":965},{"source":95,"target":966},{"source":95,"target":967},{"source":95,"target":968},{"source":95,"target":969},{"source":95,"target":970},{"source":95,"target":971},{"source":963,"target":972},{"source":963,"target":95},{"source":964,"target":973},{"source":964,"target":95},{"source":965,"target":974},{"source":965,"target":95},{"source":966,"target":975},{"source":966,"target":95},{"source":967,"target":976},{"source":967,"target":95},{"source":968,"target":977},{"source":968,"target":95},{"source":969,"target":978},{"source":969,"target":95},{"source":970,"target":979},{"source":970,"target":95},{"source":971,"target":28},{"source":96,"target":0},{"source":96,"target":72},{"source":96,"target":980},{"source":96,"target":981},{"source":96,"target":982},{"source":96,"target":983},{"source":96,"target":984},{"source":980,"target":985},{"source":980,"target":96},{"source":981,"target":30},{"source":981,"target":986},{"source":981,"target":96},{"source":986,"target":30},{"source":982,"target":987},{"source":982,"target":96},{"source":983,"target":988},{"source":983,"target":96},{"source":984,"target":72},{"source":97,"target":0},{"source":97,"target":29},{"source":97,"target":989},{"source":97,"target":990},{"source":97,"target":991},{"source":97,"target":992},{"source":97,"target":993},{"source":97,"target":994},{"source":97,"target":995},{"source":989,"target":996},{"source":989,"target":97},{"source":990,"target":130},{"source":990,"target":997},{"source":990,"target":97},{"source":997,"target":130},{"source":991,"target":66},{"source":991,"target":998},{"source":991,"target":97},{"source":998,"target":66},{"source":992,"target":131},{"source":992,"target":999},{"source":992,"target":97},{"source":999,"target":131},{"source":993,"target":132},{"source":993,"target":1000},{"source":993,"target":97},{"source":1000,"target":132},{"source":994,"target":1001},{"source":994,"target":97},{"source":995,"target":29},{"source":98,"target":0},{"source":98,"target":10},{"source":98,"target":1002},{"source":98,"target":1003},{"source":98,"target":1004},{"source":98,"target":1005},{"source":98,"target":1006},{"source":98,"target":1007},{"source":98,"target":1008},{"source":98,"target":1009},{"source":98,"target":1010},{"source":98,"target":1011},{"source":98,"target":1012},{"source":98,"target":1013},{"source":98,"target":1014},{"source":98,"target":1015},{"source":98,"target":1016},{"source":98,"target":1017},{"source":98,"target":1018},{"source":98,"target":1019},{"source":98,"target":1020},{"source":98,"target":1021},{"source":98,"target":1022},{"source":98,"target":1023},{"source":98,"target":1024},{"source":98,"target":1025},{"source":98,"target":1026},{"source":98,"target":1027},{"source":98,"target":1028},{"source":98,"target":1029},{"source":98,"target":1030},{"source":98,"target":1031},{"source":1002,"target":1032},{"source":1002,"target":98},{"source":1003,"target":1033},{"source":1003,"target":98},{"source":1004,"target":100},{"source":1004,"target":1034},{"source":1004,"target":98},{"source":1034,"target":100},{"source":1005,"target":100},{"source":1005,"target":1035},{"source":1005,"target":98},{"source":1035,"target":100},{"source":1006,"target":99},{"source":1006,"target":1036},{"source":1006,"target":98},{"source":1036,"target":99},{"source":1007,"target":1037},{"source":1007,"target":98},{"source":1008,"target":1038},{"source":1008,"target":98},{"source":1009,"target":1039},{"source":1009,"target":98},{"source":1010,"target":1040},{"source":1010,"target":98},{"source":1011,"target":1041},{"source":1011,"target":98},{"source":1012,"target":1042},{"source":1012,"target":98},{"source":1013,"target":1043},{"source":1013,"target":98},{"source":1014,"target":1044},{"source":1014,"target":98},{"source":1015,"target":1045},{"source":1015,"target":98},{"source":1016,"target":1046},{"source":1016,"target":98},{"source":1017,"target":1047},{"source":1017,"target":98},{"source":1018,"target":1048},{"source":1018,"target":98},{"source":1019,"target":1049},{"source":1019,"target":98},{"source":1020,"target":1050},{"source":1020,"target":98},{"source":1021,"target":1051},{"source":1021,"target":98},{"source":1022,"target":1052},{"source":1022,"target":98},{"source":1023,"target":1053},{"source":1023,"target":98},{"source":1024,"target":1054},{"source":1024,"target":98},{"source":1025,"target":1055},{"source":1025,"target":98},{"source":1026,"target":1056},{"source":1026,"target":98},{"source":1027,"target":1057},{"source":1027,"target":98},{"source":1028,"target":1058},{"source":1028,"target":98},{"source":1029,"target":1059},{"source":1029,"target":98},{"source":1030,"target":1060},{"source":1030,"target":98},{"source":1031,"target":10},{"source":99,"target":0},{"source":99,"target":1061},{"source":1061,"target":1062},{"source":1061,"target":99},{"source":100,"target":0},{"source":100,"target":113},{"source":100,"target":1063},{"source":1063,"target":113},{"source":101,"target":0},{"source":101,"target":28},{"source":101,"target":1064},{"source":101,"target":1065},{"source":101,"target":1066},{"source":101,"target":1067},{"source":1064,"target":1068},{"source":1064,"target":101},{"source":1065,"target":102},{"source":1065,"target":1069},{"source":1065,"target":101},{"source":1069,"target":102},{"source":1066,"target":102},{"source":1066,"target":1070},{"source":1066,"target":101},{"source":1070,"target":102},{"source":1067,"target":28},{"source":102,"target":0},{"source":102,"target":70},{"source":102,"target":1071},{"source":102,"target":1072},{"source":102,"target":1073},{"source":102,"target":1074},{"source":102,"target":1075},{"source":102,"target":1076},{"source":1071,"target":1077},{"source":1071,"target":102},{"source":1072,"target":101},{"source":1072,"target":1078},{"source":1072,"target":102},{"source":1078,"target":101},{"source":1073,"target":30},{"source":1073,"target":1079},{"source":1073,"target":102},{"source":1079,"target":30},{"source":1074,"target":1080},{"source":1074,"target":102},{"source":1075,"target":1081},{"source":1075,"target":102},{"source":1076,"target":70},{"source":103,"target":0},{"source":103,"target":28},{"source":103,"target":1082},{"source":103,"target":1083},{"source":103,"target":1084},{"source":103,"target":1085},{"source":103,"target":1086},{"source":103,"target":1087},{"source":103,"target":1088},{"source":103,"target":1089},{"source":103,"target":1090},{"source":103,"target":1091},{"source":103,"target":1092},{"source":103,"target":1093},{"source":103,"target":1094},{"source":1082,"target":1095},{"source":1082,"target":103},{"source":1083,"target":104},{"source":1083,"target":1096},{"source":1083,"target":103},{"source":1096,"target":104},{"source":1084,"target":104},{"source":1084,"target":1097},{"source":1084,"target":103},{"source":1097,"target":104},{"source":1085,"target":1098},{"source":1085,"target":103},{"source":1086,"target":106},{"source":1086,"target":1099},{"source":1086,"target":103},{"source":1099,"target":106},{"source":1087,"target":106},{"source":1087,"target":1100},{"source":1087,"target":103},{"source":1100,"target":106},{"source":1088,"target":1101},{"source":1088,"target":103},{"source":1089,"target":1102},{"source":1089,"target":103},{"source":1090,"target":1103},{"source":1090,"target":103},{"source":1091,"target":1104},{"source":1091,"target":103},{"source":1092,"target":1105},{"source":1092,"target":103},{"source":1093,"target":1106},{"source":1093,"target":103},{"source":1094,"target":28},{"source":104,"target":0},{"source":104,"target":70},{"source":104,"target":1107},{"source":104,"target":1108},{"source":104,"target":1109},{"source":104,"target":1110},{"source":104,"target":1111},{"source":104,"target":1112},{"source":104,"target":1113},{"source":104,"target":1114},{"source":104,"target":1115},{"source":1107,"target":1116},{"source":1107,"target":104},{"source":1108,"target":48},{"source":1108,"target":1117},{"source":1108,"target":104},{"source":1117,"target":48},{"source":1109,"target":103},{"source":1109,"target":1118},{"source":1109,"target":104},{"source":1118,"target":103},{"source":1110,"target":1119},{"source":1110,"target":104},{"source":1111,"target":1120},{"source":1111,"target":104},{"source":1112,"target":1121},{"source":1112,"target":104},{"source":1113,"target":1122},{"source":1113,"target":104},{"source":1114,"target":1123},{"source":1114,"target":104},{"source":1115,"target":70},{"source":105,"target":0},{"source":105,"target":31},{"source":105,"target":1124},{"source":105,"target":1125},{"source":105,"target":1126},{"source":105,"target":1127},{"source":105,"target":1128},{"source":1124,"target":1129},{"source":1124,"target":105},{"source":1125,"target":106},{"source":1125,"target":1130},{"source":1125,"target":105},{"source":1130,"target":106},{"source":1126,"target":1131},{"source":1126,"target":105},{"source":1127,"target":1132},{"source":1127,"target":105},{"source":1128,"target":31},{"source":106,"target":0},{"source":106,"target":70},{"source":106,"target":1133},{"source":106,"target":1134},{"source":106,"target":1135},{"source":106,"target":1136},{"source":106,"target":1137},{"source":106,"target":1138},{"source":106,"target":1139},{"source":106,"target":1140},{"source":106,"target":1141},{"source":1133,"target":1142},{"source":1133,"target":106},{"source":1134,"target":20},{"source":1134,"target":1143},{"source":1134,"target":106},{"source":1143,"target":20},{"source":1135,"target":103},{"source":1135,"target":1144},{"source":1135,"target":106},{"source":1144,"target":103},{"source":1136,"target":20},{"source":1136,"target":1145},{"source":1136,"target":106},{"source":1145,"target":20},{"source":1137,"target":1146},{"source":1137,"target":106},{"source":1138,"target":1147},{"source":1138,"target":106},{"source":1139,"target":1148},{"source":1139,"target":106},{"source":1140,"target":1149},{"source":1140,"target":106},{"source":1141,"target":70},{"source":107,"target":0},{"source":107,"target":28},{"source":107,"target":1150},{"source":1150,"target":28},{"source":108,"target":0},{"source":108,"target":5},{"source":108,"target":1151},{"source":108,"target":1152},{"source":108,"target":1153},{"source":1151,"target":1154},{"source":1151,"target":108},{"source":1152,"target":107},{"source":1152,"target":1155},{"source":1152,"target":108},{"source":1155,"target":107},{"source":1153,"target":5},{"source":109,"target":0},{"source":109,"target":4},{"source":109,"target":1156},{"source":109,"target":1157},{"source":109,"target":1158},{"source":1156,"target":1159},{"source":1156,"target":109},{"source":1157,"target":103},{"source":1157,"target":1160},{"source":1157,"target":109},{"source":1160,"target":103},{"source":1158,"target":4},{"source":110,"target":0},{"source":110,"target":129},{"source":110,"target":1161},{"source":110,"target":1162},{"source":110,"target":1163},{"source":110,"target":1164},{"source":110,"target":1165},{"source":1161,"target":1166},{"source":1161,"target":110},{"source":1162,"target":104},{"source":1162,"target":1167},{"source":1162,"target":110},{"source":1167,"target":104},{"source":1163,"target":1168},{"source":1163,"target":110},{"source":1164,"target":1169},{"source":1164,"target":110},{"source":1165,"target":129},{"source":111,"target":0},{"source":111,"target":91},{"source":111,"target":1170},{"source":111,"target":1171},{"source":111,"target":1172},{"source":111,"target":1173},{"source":111,"target":1174},{"source":111,"target":1175},{"source":111,"target":1176},{"source":111,"target":1177},{"source":111,"target":1178},{"source":111,"target":1179},{"source":111,"target":1180},{"source":111,"target":1181},{"source":111,"target":1182},{"source":111,"target":1183},{"source":1170,"target":1184},{"source":1170,"target":111},{"source":1171,"target":1185},{"source":1171,"target":111},{"source":1172,"target":47},{"source":1172,"target":1186},{"source":1172,"target":111},{"source":1186,"target":47},{"source":1173,"target":1187},{"source":1173,"target":111},{"source":1174,"target":1188},{"source":1174,"target":111},{"source":1175,"target":1189},{"source":1175,"target":111},{"source":1176,"target":1190},{"source":1176,"target":111},{"source":1177,"target":1191},{"source":1177,"target":111},{"source":1178,"target":1192},{"source":1178,"target":111},{"source":1179,"target":1193},{"source":1179,"target":111},{"source":1180,"target":1194},{"source":1180,"target":111},{"source":1181,"target":1195},{"source":1181,"target":111},{"source":1182,"target":1196},{"source":1182,"target":111},{"source":1183,"target":91},{"source":112,"target":0},{"source":112,"target":14},{"source":112,"target":1197},{"source":1197,"target":14},{"source":113,"target":0},{"source":113,"target":1198},{"source":1198,"target":1199},{"source":1198,"target":113},{"source":114,"target":0},{"source":114,"target":120},{"source":114,"target":1200},{"source":114,"target":1201},{"source":114,"target":1202},{"source":114,"target":1203},{"source":114,"target":1204},{"source":114,"target":1205},{"source":114,"target":1206},{"source":1200,"target":1207},{"source":1200,"target":114},{"source":1201,"target":85},{"source":1201,"target":1208},{"source":1201,"target":114},{"source":1208,"target":85},{"source":1202,"target":1209},{"source":1202,"target":114},{"source":1203,"target":1210},{"source":1203,"target":114},{"source":1204,"target":1211},{"source":1204,"target":114},{"source":1205,"target":1212},{"source":1205,"target":114},{"source":1206,"target":120},{"source":115,"target":0},{"source":115,"target":28},{"source":115,"target":1213},{"source":115,"target":1214},{"source":115,"target":1215},{"source":1213,"target":1216},{"source":1213,"target":115},{"source":1214,"target":116},{"source":1214,"target":1217},{"source":1214,"target":115},{"source":1217,"target":116},{"source":1215,"target":28},{"source":116,"target":0},{"source":116,"target":70},{"source":116,"target":1218},{"source":116,"target":1219},{"source":116,"target":1220},{"source":116,"target":1221},{"source":116,"target":1222},{"source":116,"target":1223},{"source":116,"target":1224},{"source":116,"target":1225},{"source":116,"target":1226},{"source":116,"target":1227},{"source":116,"target":1228},{"source":1218,"target":1229},{"source":1218,"target":116},{"source":1219,"target":30},{"source":1219,"target":1230},{"source":1219,"target":116},{"source":1230,"target":30},{"source":1220,"target":115},{"source":1220,"target":1231},{"source":1220,"target":116},{"source":1231,"target":115},{"source":1221,"target":1232},{"source":1221,"target":116},{"source":1222,"target":1233},{"source":1222,"target":116},{"source":1223,"target":1234},{"source":1223,"target":116},{"source":1224,"target":1235},{"source":1224,"target":116},{"source":1225,"target":1236},{"source":1225,"target":116},{"source":1226,"target":1237},{"source":1226,"target":116},{"source":1227,"target":1238},{"source":1227,"target":116},{"source":1228,"target":70},{"source":117,"target":0},{"source":117,"target":133},{"source":117,"target":1239},{"source":117,"target":1240},{"source":117,"target":1241},{"source":117,"target":1242},{"source":117,"target":1243},{"source":117,"target":1244},{"source":117,"target":1245},{"source":1239,"target":1246},{"source":1239,"target":117},{"source":1240,"target":93},{"source":1240,"target":1247},{"source":1240,"target":117},{"source":1247,"target":93},{"source":1241,"target":1248},{"source":1241,"target":117},{"source":1242,"target":1249},{"source":1242,"target":117},{"source":1243,"target":1250},{"source":1243,"target":117},{"source":1244,"target":1251},{"source":1244,"target":117},{"source":1245,"target":133},{"source":118,"target":0},{"source":118,"target":133},{"source":118,"target":1252},{"source":118,"target":1253},{"source":118,"target":1254},{"source":118,"target":1255},{"source":118,"target":1256},{"source":1252,"target":1257},{"source":1252,"target":118},{"source":1253,"target":1258},{"source":1253,"target":118},{"source":1254,"target":36},{"source":1254,"target":1259},{"source":1254,"target":118},{"source":1259,"target":36},{"source":1255,"target":1260},{"source":1255,"target":118},{"source":1256,"target":133},{"source":119,"target":0},{"source":119,"target":133},{"source":119,"target":1261},{"source":119,"target":1262},{"source":119,"target":1263},{"source":1261,"target":1264},{"source":1261,"target":119},{"source":1262,"target":121},{"source":1262,"target":1265},{"source":1262,"target":119},{"source":1265,"target":121},{"source":1263,"target":133},{"source":120,"target":0},{"source":120,"target":41},{"source":120,"target":1266},{"source":120,"target":1267},{"source":120,"target":1268},{"source":120,"target":1269},{"source":1266,"target":1270},{"source":1266,"target":120},{"source":1267,"target":43},{"source":1267,"target":1271},{"source":1267,"target":120},{"source":1271,"target":43},{"source":1268,"target":1272},{"source":1268,"target":120},{"source":1269,"target":41},{"source":121,"target":0},{"source":121,"target":70},{"source":121,"target":1273},{"source":1273,"target":70},{"source":122,"target":0},{"source":122,"target":28},{"source":122,"target":1274},{"source":122,"target":1275},{"source":122,"target":1276},{"source":122,"target":1277},{"source":122,"target":1278},{"source":122,"target":1279},{"source":122,"target":1280},{"source":122,"target":1281},{"source":122,"target":1282},{"source":122,"target":1283},{"source":122,"target":1284},{"source":122,"target":1285},{"source":122,"target":1286},{"source":1274,"target":1287},{"source":1274,"target":122},{"source":1275,"target":123},{"source":1275,"target":1288},{"source":1275,"target":122},{"source":1288,"target":123},{"source":1276,"target":124},{"source":1276,"target":1289},{"source":1276,"target":122},{"source":1289,"target":124},{"source":1277,"target":123},{"source":1277,"target":1290},{"source":1277,"target":122},{"source":1290,"target":123},{"source":1278,"target":1291},{"source":1278,"target":122},{"source":1279,"target":124},{"source":1279,"target":1292},{"source":1279,"target":122},{"source":1292,"target":124},{"source":1280,"target":124},{"source":1280,"target":1293},{"source":1280,"target":122},{"source":1293,"target":124},{"source":1281,"target":124},{"source":1281,"target":1294},{"source":1281,"target":122},{"source":1294,"target":124},{"source":1282,"target":1295},{"source":1282,"target":122},{"source":1283,"target":1296},{"source":1283,"target":122},{"source":1284,"target":1297},{"source":1284,"target":122},{"source":1285,"target":1298},{"source":1285,"target":122},{"source":1286,"target":28},{"source":123,"target":0},{"source":123,"target":70},{"source":123,"target":1299},{"source":123,"target":1300},{"source":123,"target":1301},{"source":123,"target":1302},{"source":123,"target":1303},{"source":123,"target":1304},{"source":123,"target":1305},{"source":123,"target":1306},{"source":1299,"target":1307},{"source":1299,"target":123},{"source":1300,"target":122},{"source":1300,"target":1308},{"source":1300,"target":123},{"source":1308,"target":122},{"source":1301,"target":1309},{"source":1301,"target":123},{"source":1302,"target":1310},{"source":1302,"target":123},{"source":1303,"target":1311},{"source":1303,"target":123},{"source":1304,"target":1312},{"source":1304,"target":123},{"source":1305,"target":1313},{"source":1305,"target":123},{"source":1306,"target":70},{"source":124,"target":0},{"source":124,"target":70},{"source":124,"target":1314},{"source":124,"target":1315},{"source":124,"target":1316},{"source":124,"target":1317},{"source":124,"target":1318},{"source":124,"target":1319},{"source":124,"target":1320},{"source":124,"target":1321},{"source":124,"target":1322},{"source":124,"target":1323},{"source":124,"target":1324},{"source":1314,"target":1325},{"source":1314,"target":124},{"source":1315,"target":124},{"source":1315,"target":1326},{"source":1315,"target":124},{"source":1326,"target":124},{"source":1316,"target":1327},{"source":1316,"target":124},{"source":1317,"target":124},{"source":1317,"target":1328},{"source":1317,"target":124},{"source":1328,"target":124},{"source":1318,"target":122},{"source":1318,"target":1329},{"source":1318,"target":124},{"source":1329,"target":122},{"source":1319,"target":1330},{"source":1319,"target":124},{"source":1320,"target":1331},{"source":1320,"target":124},{"source":1321,"target":1332},{"source":1321,"target":124},{"source":1322,"target":1333},{"source":1322,"target":124},{"source":1323,"target":1334},{"source":1323,"target":124},{"source":1324,"target":70},{"source":125,"target":0},{"source":125,"target":1335},{"source":1335,"target":1336},{"source":1335,"target":125},{"source":126,"target":0},{"source":126,"target":5},{"source":126,"target":1337},{"source":126,"target":1338},{"source":126,"target":1339},{"source":1337,"target":1340},{"source":1337,"target":126},{"source":1338,"target":122},{"source":1338,"target":1341},{"source":1338,"target":126},{"source":1341,"target":122},{"source":1339,"target":5},{"source":127,"target":0},{"source":127,"target":1342},{"source":1342,"target":1343},{"source":1342,"target":127},{"source":128,"target":0},{"source":128,"target":1344},{"source":128,"target":1345},{"source":128,"target":1346},{"source":128,"target":1347},{"source":128,"target":1348},{"source":1344,"target":1349},{"source":1344,"target":128},{"source":1345,"target":1350},{"source":1345,"target":128},{"source":1346,"target":1351},{"source":1346,"target":128},{"source":1347,"target":68},{"source":1347,"target":1352},{"source":1347,"target":128},{"source":1352,"target":68},{"source":1348,"target":30},{"source":1348,"target":1353},{"source":1348,"target":128},{"source":1353,"target":30},{"source":129,"target":0},{"source":129,"target":1354},{"source":1354,"target":1355},{"source":1354,"target":129},{"source":130,"target":0},{"source":130,"target":1356},{"source":1356,"target":1357},{"source":1356,"target":130},{"source":131,"target":0},{"source":131,"target":1358},{"source":1358,"target":1359},{"source":1358,"target":131},{"source":132,"target":0},{"source":132,"target":130},{"source":132,"target":1360},{"source":1360,"target":130},{"source":133,"target":0},{"source":133,"target":1361},{"source":133,"target":1362},{"source":133,"target":1363},{"source":133,"target":1364},{"source":133,"target":1365},{"source":133,"target":1366},{"source":133,"target":1367},{"source":133,"target":1368},{"source":133,"target":1369},{"source":133,"target":1370},{"source":133,"target":1371},{"source":133,"target":1372},{"source":133,"target":1373},{"source":133,"target":1374},{"source":133,"target":1375},{"source":133,"target":1376},{"source":133,"target":1377},{"source":133,"target":1378},{"source":133,"target":1379},{"source":133,"target":1380},{"source":133,"target":1381},{"source":133,"target":1382},{"source":133,"target":1383},{"source":133,"target":1384},{"source":133,"target":1385},{"source":133,"target":1386},{"source":133,"target":1387},{"source":133,"target":1388},{"source":133,"target":1389},{"source":133,"target":1390},{"source":133,"target":1391},{"source":133,"target":1392},{"source":133,"target":1393},{"source":133,"target":1394},{"source":133,"target":1395},{"source":133,"target":1396},{"source":133,"target":1397},{"source":133,"target":1398},{"source":133,"target":1399},{"source":133,"target":1400},{"source":133,"target":1401},{"source":133,"target":1402},{"source":133,"target":1403},{"source":133,"target":1404},{"source":1361,"target":1405},{"source":1361,"target":133},{"source":1362,"target":1406},{"source":1362,"target":133},{"source":1363,"target":1407},{"source":1363,"target":133},{"source":1364,"target":1408},{"source":1364,"target":133},{"source":1365,"target":1409},{"source":1365,"target":133},{"source":1366,"target":1410},{"source":1366,"target":133},{"source":1367,"target":1411},{"source":1367,"target":133},{"source":1368,"target":1412},{"source":1368,"target":133},{"source":1369,"target":1413},{"source":1369,"target":133},{"source":1370,"target":1414},{"source":1370,"target":133},{"source":1371,"target":1415},{"source":1371,"target":133},{"source":1372,"target":1416},{"source":1372,"target":133},{"source":1373,"target":1417},{"source":1373,"target":133},{"source":1374,"target":1418},{"source":1374,"target":133},{"source":1375,"target":1419},{"source":1375,"target":133},{"source":1376,"target":1420},{"source":1376,"target":133},{"source":1377,"target":1421},{"source":1377,"target":133},{"source":1378,"target":1422},{"source":1378,"target":133},{"source":1379,"target":1423},{"source":1379,"target":133},{"source":1380,"target":1424},{"source":1380,"target":133},{"source":1381,"target":1425},{"source":1381,"target":133},{"source":1382,"target":1426},{"source":1382,"target":133},{"source":1383,"target":1427},{"source":1383,"target":133},{"source":1384,"target":1428},{"source":1384,"target":133},{"source":1385,"target":1429},{"source":1385,"target":133},{"source":1386,"target":1430},{"source":1386,"target":133},{"source":1387,"target":1431},{"source":1387,"target":133},{"source":1388,"target":1432},{"source":1388,"target":133},{"source":1389,"target":1433},{"source":1389,"target":133},{"source":1390,"target":1434},{"source":1390,"target":133},{"source":1391,"target":1435},{"source":1391,"target":133},{"source":1392,"target":1436},{"source":1392,"target":133},{"source":1393,"target":1437},{"source":1393,"target":133},{"source":1394,"target":1438},{"source":1394,"target":133},{"source":1395,"target":1439},{"source":1395,"target":133},{"source":1396,"target":1440},{"source":1396,"target":133},{"source":1397,"target":1441},{"source":1397,"target":133},{"source":1398,"target":1442},{"source":1398,"target":133},{"source":1399,"target":1443},{"source":1399,"target":133},{"source":1400,"target":1444},{"source":1400,"target":133},{"source":1401,"target":1445},{"source":1401,"target":133},{"source":1402,"target":1446},{"source":1402,"target":133},{"source":1403,"target":1447},{"source":1403,"target":133},{"source":1404,"target":1448},{"source":1404,"target":133},{"source":134,"target":0},{"source":134,"target":1449},{"source":134,"target":1450},{"source":134,"target":1451},{"source":134,"target":1452},{"source":1449,"target":1453},{"source":1449,"target":134},{"source":1450,"target":1454},{"source":1450,"target":134},{"source":1451,"target":135},{"source":1451,"target":1455},{"source":1451,"target":134},{"source":1455,"target":135},{"source":1452,"target":1456},{"source":1452,"target":134},{"source":135,"target":0},{"source":135,"target":1457},{"source":1457,"target":1458},{"source":1457,"target":135},{"source":136,"target":0},{"source":136,"target":2},{"source":136,"target":1459},{"source":136,"target":1460},{"source":136,"target":1461},{"source":136,"target":1462},{"source":136,"target":1463},{"source":1459,"target":1464},{"source":1459,"target":136},{"source":1460,"target":44},{"source":1460,"target":1465},{"source":1460,"target":136},{"source":1465,"target":44},{"source":1461,"target":127},{"source":1461,"target":1466},{"source":1461,"target":136},{"source":1466,"target":127},{"source":1462,"target":1467},{"source":1462,"target":136},{"source":1463,"target":2}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/aidbal/TYMLanguage/TymProject/org.pkt.Tym/model/generated/Tym.ecore
tym Model elements AbstractElement Variable vartype name variable expression Function return name params body PrintStatement expression TestStatement expression thenBlock elseBlock Block elements FunctionBlock elements LoopStatement expression body Return expression FunctionCall funcname params Expression Or left right And left right Equality left op right Comparison left op right Plus left right Minus left right MulOrDiv left op right Not expression IntConstant value StringConstant value BoolConstant value VariableRef variable
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tym" nsURI="http://www.pkt.org/Tym" nsPrefix="tym"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vartype" 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="variable" eType="#//Variable"/> <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="Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="return" 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="params" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//FunctionBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="#//AbstractElement"> <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="TestStatement" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBlock" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//AbstractElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//AbstractElement"> <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="FunctionCall" eSuperTypes="#//AbstractElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="funcname" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equality" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comparison" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MulOrDiv" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"tym","nsURI":"http://www.pkt.org/Tym","name":"tym","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":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionBlock","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOrDiv","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"vartype","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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"},{"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":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"body","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"},{"container":false,"ordered":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":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"funcname","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"op","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":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":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op","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":"right","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"},{"container":false,"ordered":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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":25,"target":26},{"source":25,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3},{"source":29,"target":3},{"source":29,"target":34},{"source":29,"target":3},{"source":34,"target":3},{"source":30,"target":35},{"source":30,"target":3},{"source":31,"target":2},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":36,"target":40},{"source":36,"target":4},{"source":37,"target":41},{"source":37,"target":4},{"source":38,"target":3},{"source":38,"target":42},{"source":38,"target":4},{"source":42,"target":3},{"source":39,"target":8},{"source":39,"target":43},{"source":39,"target":4},{"source":43,"target":8},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":44},{"source":5,"target":45},{"source":44,"target":46},{"source":44,"target":5},{"source":45,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":47,"target":51},{"source":47,"target":6},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":6},{"source":52,"target":7},{"source":49,"target":7},{"source":49,"target":53},{"source":49,"target":6},{"source":53,"target":7},{"source":50,"target":2},{"source":7,"target":0},{"source":7,"target":54},{"source":54,"target":2},{"source":54,"target":55},{"source":54,"target":7},{"source":55,"target":2},{"source":8,"target":0},{"source":8,"target":56},{"source":56,"target":2},{"source":56,"target":57},{"source":56,"target":8},{"source":57,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":58,"target":61},{"source":58,"target":9},{"source":59,"target":7},{"source":59,"target":62},{"source":59,"target":9},{"source":62,"target":7},{"source":60,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":63},{"source":10,"target":64},{"source":63,"target":65},{"source":63,"target":10},{"source":64,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":66,"target":4},{"source":66,"target":69},{"source":66,"target":11},{"source":69,"target":4},{"source":67,"target":12},{"source":67,"target":70},{"source":67,"target":11},{"source":70,"target":12},{"source":68,"target":2},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":71},{"source":13,"target":72},{"source":13,"target":73},{"source":71,"target":12},{"source":71,"target":74},{"source":71,"target":13},{"source":74,"target":12},{"source":72,"target":12},{"source":72,"target":75},{"source":72,"target":13},{"source":75,"target":12},{"source":73,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":76,"target":12},{"source":76,"target":79},{"source":76,"target":14},{"source":79,"target":12},{"source":77,"target":12},{"source":77,"target":80},{"source":77,"target":14},{"source":80,"target":12},{"source":78,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":81,"target":12},{"source":81,"target":85},{"source":81,"target":15},{"source":85,"target":12},{"source":82,"target":86},{"source":82,"target":15},{"source":83,"target":12},{"source":83,"target":87},{"source":83,"target":15},{"source":87,"target":12},{"source":84,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":88,"target":12},{"source":88,"target":92},{"source":88,"target":16},{"source":92,"target":12},{"source":89,"target":93},{"source":89,"target":16},{"source":90,"target":12},{"source":90,"target":94},{"source":90,"target":16},{"source":94,"target":12},{"source":91,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":95},{"source":17,"target":96},{"source":17,"target":97},{"source":95,"target":12},{"source":95,"target":98},{"source":95,"target":17},{"source":98,"target":12},{"source":96,"target":12},{"source":96,"target":99},{"source":96,"target":17},{"source":99,"target":12},{"source":97,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":100},{"source":18,"target":101},{"source":18,"target":102},{"source":100,"target":12},{"source":100,"target":103},{"source":100,"target":18},{"source":103,"target":12},{"source":101,"target":12},{"source":101,"target":104},{"source":101,"target":18},{"source":104,"target":12},{"source":102,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":105},{"source":19,"target":106},{"source":19,"target":107},{"source":19,"target":108},{"source":105,"target":12},{"source":105,"target":109},{"source":105,"target":19},{"source":109,"target":12},{"source":106,"target":110},{"source":106,"target":19},{"source":107,"target":12},{"source":107,"target":111},{"source":107,"target":19},{"source":111,"target":12},{"source":108,"target":12},{"source":20,"target":0},{"source":20,"target":12},{"source":20,"target":112},{"source":20,"target":113},{"source":112,"target":12},{"source":112,"target":114},{"source":112,"target":20},{"source":114,"target":12},{"source":113,"target":12},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":115},{"source":21,"target":116},{"source":115,"target":117},{"source":115,"target":21},{"source":116,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":118},{"source":22,"target":119},{"source":118,"target":120},{"source":118,"target":22},{"source":119,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":121},{"source":23,"target":122},{"source":121,"target":123},{"source":121,"target":23},{"source":122,"target":12},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":124},{"source":24,"target":125},{"source":124,"target":3},{"source":124,"target":126},{"source":124,"target":24},{"source":126,"target":3},{"source":125,"target":12}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/anatlyzer/anatlyzer/examples/anatlyzer.example.issre2014/metamodels/UML2_3_0_0.ecore
uml Integer int int Boolean boolean boolean String java.lang.String java.lang.String UnlimitedNatural int int Comment body annotatedElement Element ownedElement owner ownedComment Package ownedType packageMerge packagedElement nestedPackage nestingPackage profileApplication PackageableElement NamedElement name visibility qualifiedName clientDependency namespace nameExpression VisibilityKind public public private private protected protected package package Dependency supplier client DirectedRelationship source target Relationship relatedElement Namespace elementImport packageImport ownedRule member importedMember ownedMember ElementImport visibility public alias importedElement importingNamespace PackageImport visibility public importedPackage importingNamespace Constraint constrainedElement specification context ValueSpecification TypedElement type Type package Association ownedEnd memberEnd isDerived false endType navigableOwnedEnd Classifier isAbstract false generalization powertypeExtent feature inheritedMember redefinedClassifier general substitution attribute representation collaborationUse ownedUseCase useCase RedefinableElement isLeaf false redefinedElement redefinitionContext TemplateableElement templateBinding ownedTemplateSignature TemplateBinding signature parameterSubstitution boundElement TemplateSignature parameter ownedParameter template TemplateParameter signature parameteredElement ownedParameteredElement default ownedDefault ParameterableElement owningTemplateParameter templateParameter TemplateParameterSubstitution formal actual ownedActual templateBinding Generalization isSubstitutable true general generalizationSet specific GeneralizationSet isCovering false isDisjoint false powertype generalization Feature isStatic false featuringClassifier Substitution contract substitutingClassifier Realization Abstraction mapping OpaqueExpression body language result behavior Parameter parameterSet operation direction in default defaultValue isException false isStream false effect MultiplicityElement isOrdered false isUnique true upper 1 lower 1 upperValue lowerValue ConnectableElement end ConnectorEnd definingEnd role partWithPort Property class datatype isDerived false isDerivedUnion false default aggregation none isComposite false redefinedProperty owningAssociation defaultValue opposite subsettedProperty association qualifier associationEnd DeploymentTarget deployment deployedElement Deployment deployedArtifact configuration location DeployedArtifact DeploymentSpecification deploymentLocation executionLocation deployment Artifact fileName nestedArtifact manifestation ownedOperation ownedAttribute Manifestation utilizedElement Operation interface class isQuery false isOrdered false isUnique true lower 1 upper 1 precondition postcondition redefinedOperation datatype bodyCondition type BehavioralFeature ownedParameter isAbstract false method concurrency sequential raisedException ownedParameterSet Behavior isReentrant false redefinedBehavior ownedParameter context precondition postcondition ownedParameterSet specification Class nestedClassifier ownedOperation superClass isActive false ownedReception extension BehavioredClassifier ownedBehavior classifierBehavior interfaceRealization ownedTrigger InterfaceRealization contract implementingClassifier Interface ownedAttribute ownedOperation nestedClassifier redefinedInterface ownedReception protocol Reception signal Signal ownedAttribute ProtocolStateMachine conformance StateMachine region submachineState connectionPoint extendedStateMachine Region subvertex transition state extendedRegion stateMachine Vertex outgoing incoming container Transition kind external container source target redefinedTransition guard effect trigger TransitionKind internal internal local local external external Trigger event port Event Port isBehavior false isService true required redefinedPort provided protocol State isComposite false isOrthogonal false isSimple true isSubmachineState false submachine connection connectionPoint redefinedState stateInvariant entry exit doActivity deferrableTrigger region ConnectionPointReference entry exit state Pseudostate kind initial stateMachine state PseudostateKind initial initial deepHistory deepHistory shallowHistory shallowHistory join join fork fork junction junction choice choice entryPoint entryPoint exitPoint exitPoint terminate terminate ProtocolConformance generalMachine specificMachine EncapsulatedClassifier ownedPort StructuredClassifier ownedAttribute part role ownedConnector Connector type redefinedConnector end kind contract ConnectorKind assembly assembly delegation delegation Extension isRequired false metaclass ExtensionEnd Stereotype icon Image content location format Profile ownedStereotype metaclassReference metamodelReference Model viewpoint ParameterSet parameter condition CallConcurrencyKind sequential sequential guarded guarded concurrent concurrent DataType ownedAttribute ownedOperation OperationTemplateParameter StructuralFeature isReadOnly false AggregationKind none none shared shared composite composite ConnectableElementTemplateParameter ParameterDirectionKind in in inout inout out out return return ParameterEffectKind create create read read update update delete delete CollaborationUse type roleBinding Collaboration collaborationRole UseCase include extend extensionPoint subject Include addition includingCase Extend extendedCase condition extensionLocation extension ExtensionPoint useCase RedefinableTemplateSignature extendedSignature inheritedParameter classifier ClassifierTemplateParameter allowSubstitutable true constrainingClassifier StringExpression subExpression owningExpression Expression symbol operand Usage PackageMerge mergedPackage receivingPackage ProfileApplication appliedProfile isStrict false applyingPackage Enumeration ownedLiteral EnumerationLiteral enumeration InstanceSpecification classifier slot specification Slot definingFeature value owningInstance PrimitiveType LiteralSpecification LiteralInteger value 0 LiteralString value LiteralBoolean value false LiteralNull InstanceValue instance LiteralUnlimitedNatural value 0 OpaqueBehavior body language FunctionBehavior OpaqueAction body language inputValue outputValue Action output input context localPrecondition localPostcondition ExecutableNode handler ActivityNode inStructuredNode activity outgoing incoming inPartition inInterruptibleRegion inGroup redefinedNode StructuredActivityNode variable edge mustIsolate false node ActivityGroup subgroup superGroup inActivity containedEdge containedNode Activity structuredNode variable node isReadOnly false edge partition isSingleExecution false group Variable scope activityScope ActivityEdge source target redefinedEdge inPartition guard weight interrupts inStructuredNode inGroup activity ActivityPartition isDimension false isExternal false node subpartition superPartition represents edge InterruptibleActivityRegion node interruptingEdge ExceptionHandler handlerBody exceptionInput exceptionType protectedNode ObjectNode ordering FIFO isControlType false upperBound inState selection ObjectNodeOrderingKind unordered unordered ordered ordered LIFO LIFO FIFO FIFO OutputPin Pin isControl false InputPin CallAction isSynchronous true result InvocationAction argument onPort SendSignalAction target signal CallOperationAction operation target CallBehaviorAction behavior SequenceNode executableNode ControlNode ControlFlow InitialNode ActivityParameterNode parameter ValuePin value Message messageKind unknown messageSort synchCall receiveEvent sendEvent connector interaction argument signature MessageKind complete complete lost lost found found unknown unknown MessageSort synchCall synchCall asynchCall asynchCall asynchSignal asynchSignal createMessage createMessage deleteMessage deleteMessage reply reply MessageEnd message Interaction lifeline fragment action formalGate message InteractionFragment covered generalOrdering enclosingInteraction enclosingOperand Lifeline represents interaction selector decomposedAs coveredBy PartDecomposition InteractionUse refersTo actualGate argument Gate GeneralOrdering before after OccurrenceSpecification toBefore event toAfter InteractionOperand guard fragment InteractionConstraint minint maxint ExecutionSpecification start finish StateInvariant invariant ActionExecutionSpecification action BehaviorExecutionSpecification behavior ExecutionEvent CreationEvent DestructionEvent SendOperationEvent operation MessageEvent SendSignalEvent signal MessageOccurrenceSpecification ExecutionOccurrenceSpecification execution ReceiveOperationEvent operation ReceiveSignalEvent signal Actor CallEvent operation ChangeEvent changeExpression SignalEvent signal AnyReceiveEvent ForkNode FlowFinalNode FinalNode CentralBufferNode MergeNode DecisionNode decisionInput decisionInputFlow ObjectFlow isMulticast false isMultireceive false transformation selection ActivityFinalNode ComponentRealization abstraction realizingClassifier Component isIndirectlyInstantiated true required provided packagedElement realization Node nestedNode CommunicationPath Device ExecutionEnvironment CombinedFragment interactionOperator seq operand cfragmentGate InteractionOperatorKind seq seq alt alt opt opt break break par par strict strict loop loop critical critical neg neg assert assert ignore ignore consider consider Continuation setting true ConsiderIgnoreFragment message CreateObjectAction classifier result DestroyObjectAction isDestroyLinks false isDestroyOwnedObjects false target TestIdentityAction first second result ReadSelfAction result StructuralFeatureAction structuralFeature object ReadStructuralFeatureAction result WriteStructuralFeatureAction value result ClearStructuralFeatureAction result RemoveStructuralFeatureValueAction isRemoveDuplicates false removeAt AddStructuralFeatureValueAction isReplaceAll false insertAt LinkAction endData inputValue LinkEndData value end qualifier QualifierValue qualifier value ReadLinkAction result LinkEndCreationData isReplaceAll false insertAt CreateLinkAction WriteLinkAction DestroyLinkAction LinkEndDestructionData isDestroyDuplicates false destroyAt ClearAssociationAction object association BroadcastSignalAction signal SendObjectAction target request ValueSpecificationAction value result TimeExpression expr observation Observation Duration expr observation DurationInterval Interval min max TimeConstraint firstEvent true IntervalConstraint TimeInterval DurationConstraint firstEvent true TimeObservation event firstEvent true DurationObservation event firstEvent true FinalState TimeEvent isRelative false when VariableAction variable ReadVariableAction result WriteVariableAction value ClearVariableAction AddVariableValueAction isReplaceAll false insertAt RemoveVariableValueAction isRemoveDuplicates false removeAt RaiseExceptionAction exception ActionInputPin fromAction InformationItem represented InformationFlow realization conveyed informationSource informationTarget realizingActivityEdge realizingConnector realizingMessage ReadExtentAction result classifier ReclassifyObjectAction isReplaceAll false oldClassifier newClassifier object ReadIsClassifiedObjectAction isDirect false classifier result object StartClassifierBehaviorAction object ReadLinkObjectEndAction object end result ReadLinkObjectEndQualifierAction object result qualifier CreateLinkObjectAction result AcceptEventAction isUnmarshall false result trigger AcceptCallAction returnInformation ReplyAction replyToCall returnInformation replyValue UnmarshallAction result unmarshallType object ReduceAction reducer result collection isOrdered false StartObjectBehaviorAction object JoinNode isCombineDuplicate true joinSpec DataStoreNode ConditionalNode isDeterminate false isAssured false clause result Clause test body predecessorClause successorClause decider bodyOutput LoopNode isTestedFirst false bodyPart setupPart decider test result loopVariable bodyOutput loopVariableInput ExpansionNode regionAsOutput regionAsInput ExpansionRegion mode iterative inputElement outputElement ExpansionKind parallel parallel iterative iterative stream stream ProtocolTransition postCondition referred preCondition AssociationClass
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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" nsPrefix="uml"> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false" upperBound="-1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Element/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Element/ownedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement #//TemplateableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false" upperBound="-1" eType="#//Type" volatile="true" transient="true" derived="true" eOpposite="#//Type/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" ordered="false" upperBound="-1" eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" ordered="false" upperBound="-1" eType="#//PackageableElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false" upperBound="-1" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" ordered="false" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestedPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="profileApplication" ordered="false" upperBound="-1" eType="#//ProfileApplication" containment="true" eOpposite="#//ProfileApplication/applyingPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" eType="#//VisibilityKind" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" ordered="false" eType="#//String" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientDependency" ordered="false" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/client"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" ordered="false" eType="#//Namespace" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Namespace/ownedMember"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameExpression" ordered="false" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" ordered="false" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" ordered="false" lowerBound="1" upperBound="-1" eType="#//NamedElement" eOpposite="#//NamedElement/clientDependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" ordered="false" upperBound="-1" eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" ordered="false" upperBound="-1" eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" ordered="false" upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" ordered="false" upperBound="-1" eType="#//PackageableElement" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//NamedElement/namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//VisibilityKind" defaultValueLiteral="public"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//PackageableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/elementImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//VisibilityKind" defaultValueLiteral="public"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false" lowerBound="1" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/packageImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Namespace" eOpposite="#//Namespace/ownedRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true" eSuperTypes="#//PackageableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property" eOpposite="#//Property/association"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endType" lowerBound="1" upperBound="-1" eType="#//Type" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" ordered="false" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//RedefinableElement #//Type #//TemplateableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false" upperBound="-1" eType="#//Generalization" containment="true" eOpposite="#//Generalization/specific"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertypeExtent" ordered="false" upperBound="-1" eType="#//GeneralizationSet" eOpposite="#//GeneralizationSet/powertype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Feature/featuringClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedClassifier" ordered="false" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" upperBound="-1" eType="#//Classifier" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substitution" ordered="false" upperBound="-1" eType="#//Substitution" containment="true" eOpposite="#//Substitution/substitutingClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" upperBound="-1" eType="#//Property" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representation" ordered="false" eType="#//CollaborationUse"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collaborationUse" ordered="false" upperBound="-1" eType="#//CollaborationUse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUseCase" ordered="false" upperBound="-1" eType="#//UseCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="useCase" ordered="false" upperBound="-1" eType="#//UseCase" eOpposite="#//UseCase/subject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" ordered="false" upperBound="-1" eType="#//RedefinableElement" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" ordered="false" upperBound="-1" eType="#//TemplateBinding" containment="true" eOpposite="#//TemplateBinding/boundElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTemplateSignature" ordered="false" eType="#//TemplateSignature" containment="true" eOpposite="#//TemplateSignature/template"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="signature" ordered="false" lowerBound="1" eType="#//TemplateSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterSubstitution" ordered="false" upperBound="-1" eType="#//TemplateParameterSubstitution" containment="true" eOpposite="#//TemplateParameterSubstitution/templateBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundElement" ordered="false" lowerBound="1" eType="#//TemplateableElement" eOpposite="#//TemplateableElement/templateBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignature" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" upperBound="-1" eType="#//TemplateParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//TemplateParameter" containment="true" eOpposite="#//TemplateParameter/signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="template" ordered="false" lowerBound="1" eType="#//TemplateableElement" eOpposite="#//TemplateableElement/ownedTemplateSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="signature" ordered="false" lowerBound="1" eType="#//TemplateSignature" eOpposite="#//TemplateSignature/ownedParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameteredElement" ordered="false" lowerBound="1" eType="#//ParameterableElement" eOpposite="#//ParameterableElement/templateParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameteredElement" ordered="false" eType="#//ParameterableElement" containment="true" eOpposite="#//ParameterableElement/owningTemplateParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//ParameterableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDefault" ordered="false" eType="#//ParameterableElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterableElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningTemplateParameter" ordered="false" eType="#//TemplateParameter" eOpposite="#//TemplateParameter/ownedParameteredElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateParameter" ordered="false" eType="#//TemplateParameter" eOpposite="#//TemplateParameter/parameteredElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="formal" ordered="false" lowerBound="1" eType="#//TemplateParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" ordered="false" lowerBound="1" eType="#//ParameterableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedActual" ordered="false" eType="#//ParameterableElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" ordered="false" lowerBound="1" eType="#//TemplateBinding" eOpposite="#//TemplateBinding/parameterSubstitution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubstitutable" ordered="false" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalizationSet" ordered="false" upperBound="-1" eType="#//GeneralizationSet" eOpposite="#//GeneralizationSet/generalization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCovering" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisjoint" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertype" ordered="false" eType="#//Classifier" eOpposite="#//Classifier/powertypeExtent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/generalizationSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Classifier/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" ordered="false" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substitutingClassifier" ordered="false" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/substitution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" ordered="false" eType="#//OpaqueExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//Parameter" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterSet" ordered="false" upperBound="-1" eType="#//ParameterSet" eOpposite="#//ParameterSet/parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//Operation" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//ParameterDirectionKind" defaultValueLiteral="in"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" eType="#//String" volatile="true" transient="true" unsettable="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isException" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStream" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effect" ordered="false" eType="#//ParameterEffectKind" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="#//UnlimitedNatural" volatile="true" transient="true" defaultValueLiteral="1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="#//Integer" volatile="true" transient="true" defaultValueLiteral="1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" ordered="false" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" abstract="true" eSuperTypes="#//TypedElement #//ParameterableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="end" upperBound="-1" eType="#//ConnectorEnd" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectorEnd" eSuperTypes="#//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingEnd" ordered="false" eType="#//Property" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" ordered="false" lowerBound="1" eType="#//ConnectableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partWithPort" ordered="false" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Class" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false" eType="#//DataType" eOpposite="#//DataType/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" eType="#//String" volatile="true" transient="true" unsettable="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" ordered="false" lowerBound="1" eType="#//AggregationKind" defaultValueLiteral="none"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" lowerBound="1" eType="#//Boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" ordered="false" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false" eType="#//Association" eOpposite="#//Association/ownedEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="#//Property" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" ordered="false" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" eType="#//Association" eOpposite="#//Association/memberEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/associationEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" ordered="false" eType="#//Property" eOpposite="#//Property/qualifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="deployment" ordered="false" upperBound="-1" eType="#//Deployment" containment="true" eOpposite="#//Deployment/location"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deployedElement" ordered="false" upperBound="-1" eType="#//PackageableElement" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="deployedArtifact" ordered="false" upperBound="-1" eType="#//DeployedArtifact"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" ordered="false" upperBound="-1" eType="#//DeploymentSpecification" containment="true" eOpposite="#//DeploymentSpecification/deployment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" ordered="false" lowerBound="1" eType="#//DeploymentTarget" eOpposite="#//DeploymentTarget/deployment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deploymentLocation" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionLocation" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deployment" ordered="false" eType="#//Deployment" eOpposite="#//Deployment/configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedArtifact" ordered="false" upperBound="-1" eType="#//Artifact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manifestation" ordered="false" upperBound="-1" eType="#//Manifestation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="utilizedElement" ordered="false" lowerBound="1" eType="#//PackageableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//ParameterableElement #//TemplateableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" ordered="false" eType="#//Interface" eOpposite="#//Interface/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Class" eOpposite="#//Class/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="#//Boolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="#//Boolean" volatile="true" transient="true" defaultValueLiteral="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="#//Integer" volatile="true" transient="true" defaultValueLiteral="1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="#//UnlimitedNatural" volatile="true" transient="true" defaultValueLiteral="1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false" upperBound="-1" eType="#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false" upperBound="-1" eType="#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false" upperBound="-1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false" eType="#//DataType" eOpposite="#//DataType/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false" eType="#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" upperBound="-1" eType="#//Behavior" eOpposite="#//Behavior/specification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concurrency" ordered="false" lowerBound="1" eType="#//CallConcurrencyKind" defaultValueLiteral="sequential"/> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" ordered="false" upperBound="-1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterSet" ordered="false" upperBound="-1" eType="#//ParameterSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReentrant" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedBehavior" ordered="false" upperBound="-1" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//BehavioredClassifier" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false" upperBound="-1" eType="#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false" upperBound="-1" eType="#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterSet" ordered="false" upperBound="-1" eType="#//ParameterSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" eType="#//BehavioralFeature" eOpposite="#//BehavioralFeature/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//EncapsulatedClassifier #//BehavioredClassifier"> <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" eOpposite="#//Operation/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" upperBound="-1" eType="#//Class" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReception" ordered="false" upperBound="-1" eType="#//Reception" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" ordered="false" upperBound="-1" eType="#//Extension" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Extension/metaclass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" abstract="true" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" ordered="false" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" ordered="false" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceRealization" ordered="false" upperBound="-1" eType="#//InterfaceRealization" containment="true" eOpposite="#//InterfaceRealization/implementingClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTrigger" ordered="false" upperBound="-1" eType="#//Trigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRealization" eSuperTypes="#//Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" ordered="false" lowerBound="1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementingClassifier" ordered="false" lowerBound="1" eType="#//BehavioredClassifier" eOpposite="#//BehavioredClassifier/interfaceRealization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" 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" eOpposite="#//Operation/interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedInterface" ordered="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReception" ordered="false" upperBound="-1" eType="#//Reception" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protocol" ordered="false" eType="#//ProtocolStateMachine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="conformance" ordered="false" upperBound="-1" eType="#//ProtocolConformance" containment="true" eOpposite="#//ProtocolConformance/specificMachine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"> <eStructuralFeatures xsi:type="ecore:EReference" name="region" ordered="false" lowerBound="1" upperBound="-1" eType="#//Region" containment="true" eOpposite="#//Region/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="submachineState" ordered="false" upperBound="-1" eType="#//State" eOpposite="#//State/submachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionPoint" ordered="false" upperBound="-1" eType="#//Pseudostate" containment="true" eOpposite="#//Pseudostate/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedStateMachine" ordered="false" upperBound="-1" eType="#//StateMachine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subvertex" ordered="false" upperBound="-1" eType="#//Vertex" containment="true" eOpposite="#//Vertex/container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" ordered="false" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" ordered="false" eType="#//State" eOpposite="#//State/region"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedRegion" ordered="false" eType="#//Region"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" ordered="false" eType="#//StateMachine" eOpposite="#//StateMachine/region"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#//Transition" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#//Transition" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" ordered="false" eType="#//Region" eOpposite="#//Region/subvertex"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Namespace #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//TransitionKind" defaultValueLiteral="external"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" ordered="false" lowerBound="1" eType="#//Region" eOpposite="#//Region/transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Vertex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Vertex"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedTransition" ordered="false" eType="#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false" eType="#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effect" ordered="false" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false" upperBound="-1" eType="#//Trigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransitionKind"> <eLiterals name="internal"/> <eLiterals name="local" value="1"/> <eLiterals name="external" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false" upperBound="-1" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBehavior" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isService" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="required" ordered="false" upperBound="-1" eType="#//Interface" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedPort" ordered="false" upperBound="-1" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provided" ordered="false" upperBound="-1" eType="#//Interface" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protocol" ordered="false" eType="#//ProtocolStateMachine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrthogonal" ordered="false" lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSimple" ordered="false" lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubmachineState" ordered="false" lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="submachine" ordered="false" eType="#//StateMachine" eOpposite="#//StateMachine/submachineState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" ordered="false" upperBound="-1" eType="#//ConnectionPointReference" containment="true" eOpposite="#//ConnectionPointReference/state"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectionPoint" ordered="false" upperBound="-1" eType="#//Pseudostate" containment="true" eOpposite="#//Pseudostate/state"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedState" ordered="false" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateInvariant" ordered="false" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" ordered="false" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" ordered="false" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="doActivity" ordered="false" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deferrableTrigger" ordered="false" upperBound="-1" eType="#//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" ordered="false" upperBound="-1" eType="#//Region" containment="true" eOpposite="#//Region/state"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" ordered="false" upperBound="-1" eType="#//Pseudostate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" ordered="false" upperBound="-1" eType="#//Pseudostate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" ordered="false" eType="#//State" eOpposite="#//State/connection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1" eType="#//PseudostateKind" defaultValueLiteral="initial"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" ordered="false" eType="#//StateMachine" eOpposite="#//StateMachine/connectionPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" ordered="false" eType="#//State" eOpposite="#//State/connectionPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PseudostateKind"> <eLiterals name="initial"/> <eLiterals name="deepHistory" value="1"/> <eLiterals name="shallowHistory" value="2"/> <eLiterals name="join" value="3"/> <eLiterals name="fork" value="4"/> <eLiterals name="junction" value="5"/> <eLiterals name="choice" value="6"/> <eLiterals name="entryPoint" value="7"/> <eLiterals name="exitPoint" value="8"/> <eLiterals name="terminate" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtocolConformance" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalMachine" ordered="false" lowerBound="1" eType="#//ProtocolStateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specificMachine" ordered="false" lowerBound="1" eType="#//ProtocolStateMachine" eOpposite="#//ProtocolStateMachine/conformance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" abstract="true" eSuperTypes="#//StructuredClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPort" ordered="false" upperBound="-1" eType="#//Port" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" abstract="true" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" ordered="false" upperBound="-1" eType="#//Property" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" ordered="false" upperBound="-1" eType="#//ConnectableElement" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedConnector" ordered="false" upperBound="-1" eType="#//Connector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedConnector" ordered="false" upperBound="-1" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="2" upperBound="-1" eType="#//ConnectorEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" eType="#//ConnectorKind" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" ordered="false" upperBound="-1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConnectorKind"> <eLiterals name="assembly"/> <eLiterals name="delegation" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequired" ordered="false" lowerBound="1" eType="#//Boolean" changeable="false" volatile="true" transient="true" defaultValueLiteral="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaclass" ordered="false" lowerBound="1" eType="#//Class" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Class/extension"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="icon" ordered="false" upperBound="-1" eType="#//Image" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" ordered="false" eType="#//String" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStereotype" ordered="false" upperBound="-1" eType="#//Stereotype" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaclassReference" ordered="false" upperBound="-1" eType="#//ElementImport"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelReference" ordered="false" upperBound="-1" eType="#//PackageImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewpoint" ordered="false" eType="#//String" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" upperBound="-1" eType="#//Parameter" eOpposite="#//Parameter/parameterSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CallConcurrencyKind"> <eLiterals name="sequential"/> <eLiterals name="guarded" value="1"/> <eLiterals name="concurrent" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/datatype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/datatype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="none"/> <eLiterals name="shared" value="1"/> <eLiterals name="composite" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElementTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="inout" value="1"/> <eLiterals name="out" value="2"/> <eLiterals name="return" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterEffectKind"> <eLiterals name="create"/> <eLiterals name="read" value="1"/> <eLiterals name="update" value="2"/> <eLiterals name="delete" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollaborationUse" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Collaboration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleBinding" ordered="false" upperBound="-1" eType="#//Dependency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="collaborationRole" ordered="false" upperBound="-1" eType="#//ConnectableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="include" ordered="false" upperBound="-1" eType="#//Include" containment="true" eOpposite="#//Include/includingCase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extend" ordered="false" upperBound="-1" eType="#//Extend" containment="true" eOpposite="#//Extend/extension"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionPoint" ordered="false" upperBound="-1" eType="#//ExtensionPoint" containment="true" eOpposite="#//ExtensionPoint/useCase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" ordered="false" upperBound="-1" eType="#//Classifier" eOpposite="#//Classifier/useCase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="addition" ordered="false" lowerBound="1" eType="#//UseCase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includingCase" ordered="false" lowerBound="1" eType="#//UseCase" eOpposite="#//UseCase/include"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedCase" ordered="false" lowerBound="1" eType="#//UseCase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionLocation" lowerBound="1" upperBound="-1" eType="#//ExtensionPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" ordered="false" lowerBound="1" eType="#//UseCase" eOpposite="#//UseCase/extend"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="useCase" ordered="false" lowerBound="1" eType="#//UseCase" eOpposite="#//UseCase/extensionPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//TemplateSignature"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedSignature" ordered="false" upperBound="-1" eType="#//RedefinableTemplateSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedParameter" ordered="false" upperBound="-1" eType="#//TemplateParameter" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Classifier" changeable="false" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierTemplateParameter" eSuperTypes="#//TemplateParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowSubstitutable" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainingClassifier" ordered="false" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//Expression #//TemplateableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subExpression" ordered="false" upperBound="-1" eType="#//StringExpression" containment="true" eOpposite="#//StringExpression/owningExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningExpression" ordered="false" eType="#//StringExpression" eOpposite="#//StringExpression/subExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" upperBound="-1" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" ordered="false" lowerBound="1" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/packageMerge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProfileApplication" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProfile" ordered="false" lowerBound="1" eType="#//Profile"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrict" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applyingPackage" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/profileApplication"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" eType="#//Enumeration" eOpposite="#//Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//DeploymentTarget #//PackageableElement #//DeployedArtifact"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" ordered="false" upperBound="-1" eType="#//Slot" containment="true" eOpposite="#//Slot/owningInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" ordered="false" lowerBound="1" eType="#//StructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningInstance" ordered="false" lowerBound="1" eType="#//InstanceSpecification" eOpposite="#//InstanceSpecification/slot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" abstract="true" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Integer" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" eType="#//String" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" ordered="false" lowerBound="1" eType="#//InstanceSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//UnlimitedNatural" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueBehavior" eSuperTypes="#//Behavior"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1" eType="#//String" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionBehavior" eSuperTypes="#//OpaqueBehavior"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" unique="false" upperBound="-1" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1" eType="#//String" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue" ordered="false" upperBound="-1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputValue" ordered="false" upperBound="-1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//ExecutableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="#//OutputPin" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//InputPin" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localPrecondition" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localPostcondition" ordered="false" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="#//ActivityNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="handler" ordered="false" upperBound="-1" eType="#//ExceptionHandler" containment="true" eOpposite="#//ExceptionHandler/protectedNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" abstract="true" eSuperTypes="#//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inStructuredNode" ordered="false" eType="#//StructuredActivityNode" eOpposite="#//StructuredActivityNode/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" eType="#//Activity" eOpposite="#//Activity/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPartition" ordered="false" upperBound="-1" eType="#//ActivityPartition" eOpposite="#//ActivityPartition/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inInterruptibleRegion" ordered="false" upperBound="-1" eType="#//InterruptibleActivityRegion" eOpposite="#//InterruptibleActivityRegion/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inGroup" ordered="false" upperBound="-1" eType="#//ActivityGroup" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ActivityGroup/containedNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedNode" ordered="false" upperBound="-1" eType="#//ActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//ActivityGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" upperBound="-1" eType="#//Variable" containment="true" eOpposite="#//Variable/scope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" ordered="false" upperBound="-1" eType="#//ActivityEdge" containment="true" eOpposite="#//ActivityEdge/inStructuredNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustIsolate" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" upperBound="-1" eType="#//ActivityNode" containment="true" eOpposite="#//ActivityNode/inStructuredNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityGroup" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="subgroup" ordered="false" upperBound="-1" eType="#//ActivityGroup" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ActivityGroup/superGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superGroup" ordered="false" eType="#//ActivityGroup" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ActivityGroup/subgroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inActivity" ordered="false" eType="#//Activity" eOpposite="#//Activity/group"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedEdge" ordered="false" upperBound="-1" eType="#//ActivityEdge" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ActivityEdge/inGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedNode" ordered="false" upperBound="-1" eType="#//ActivityNode" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ActivityNode/inGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuredNode" ordered="false" upperBound="-1" eType="#//StructuredActivityNode" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" upperBound="-1" eType="#//Variable" containment="true" eOpposite="#//Variable/activityScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" upperBound="-1" eType="#//ActivityNode" containment="true" eOpposite="#//ActivityNode/activity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" ordered="false" upperBound="-1" eType="#//ActivityEdge" containment="true" eOpposite="#//ActivityEdge/activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partition" ordered="false" upperBound="-1" eType="#//ActivityPartition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSingleExecution" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" ordered="false" upperBound="-1" eType="#//ActivityGroup" containment="true" eOpposite="#//ActivityGroup/inActivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" ordered="false" eType="#//StructuredActivityNode" eOpposite="#//StructuredActivityNode/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityScope" ordered="false" eType="#//Activity" eOpposite="#//Activity/variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="#//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//ActivityNode" eOpposite="#//ActivityNode/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//ActivityNode" eOpposite="#//ActivityNode/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedEdge" ordered="false" upperBound="-1" eType="#//ActivityEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPartition" ordered="false" upperBound="-1" eType="#//ActivityPartition" eOpposite="#//ActivityPartition/edge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weight" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interrupts" ordered="false" eType="#//InterruptibleActivityRegion" eOpposite="#//InterruptibleActivityRegion/interruptingEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inStructuredNode" ordered="false" eType="#//StructuredActivityNode" eOpposite="#//StructuredActivityNode/edge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inGroup" ordered="false" upperBound="-1" eType="#//ActivityGroup" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//ActivityGroup/containedEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" eType="#//Activity" eOpposite="#//Activity/edge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//ActivityGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDimension" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" upperBound="-1" eType="#//ActivityNode" eOpposite="#//ActivityNode/inPartition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subpartition" ordered="false" upperBound="-1" eType="#//ActivityPartition" containment="true" eOpposite="#//ActivityPartition/superPartition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superPartition" ordered="false" eType="#//ActivityPartition" eOpposite="#//ActivityPartition/subpartition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="represents" ordered="false" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edge" ordered="false" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/inPartition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterruptibleActivityRegion" eSuperTypes="#//ActivityGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="node" ordered="false" upperBound="-1" eType="#//ActivityNode" eOpposite="#//ActivityNode/inInterruptibleRegion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interruptingEdge" ordered="false" upperBound="-1" eType="#//ActivityEdge" eOpposite="#//ActivityEdge/interrupts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="handlerBody" ordered="false" lowerBound="1" eType="#//ExecutableNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionInput" ordered="false" lowerBound="1" eType="#//ObjectNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionType" ordered="false" lowerBound="1" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protectedNode" ordered="false" lowerBound="1" eType="#//ExecutableNode" eOpposite="#//ExecutableNode/handler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" abstract="true" eSuperTypes="#//ActivityNode #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" ordered="false" lowerBound="1" eType="#//ObjectNodeOrderingKind" defaultValueLiteral="FIFO"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isControlType" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperBound" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inState" ordered="false" upperBound="-1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" ordered="false" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ObjectNodeOrderingKind"> <eLiterals name="unordered"/> <eLiterals name="ordered" value="1"/> <eLiterals name="LIFO" value="2"/> <eLiterals name="FIFO" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isControl" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" abstract="true" eSuperTypes="#//InvocationAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSynchronous" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onPort" ordered="false" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" lowerBound="1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceNode" eSuperTypes="#//StructuredActivityNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="executableNode" upperBound="-1" eType="#//ExecutableNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageKind" ordered="false" lowerBound="1" eType="#//MessageKind" changeable="false" volatile="true" transient="true" defaultValueLiteral="unknown" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageSort" ordered="false" lowerBound="1" eType="#//MessageSort" defaultValueLiteral="synchCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receiveEvent" ordered="false" eType="#//MessageEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sendEvent" ordered="false" eType="#//MessageEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connector" ordered="false" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interaction" ordered="false" lowerBound="1" eType="#//Interaction" eOpposite="#//Interaction/message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signature" ordered="false" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageKind"> <eLiterals name="complete"/> <eLiterals name="lost" value="1"/> <eLiterals name="found" value="2"/> <eLiterals name="unknown" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageSort"> <eLiterals name="synchCall"/> <eLiterals name="asynchCall" value="1"/> <eLiterals name="asynchSignal" value="2"/> <eLiterals name="createMessage" value="3"/> <eLiterals name="deleteMessage" value="4"/> <eLiterals name="reply" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="lifeline" ordered="false" upperBound="-1" eType="#//Lifeline" containment="true" eOpposite="#//Lifeline/interaction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragment" upperBound="-1" eType="#//InteractionFragment" containment="true" eOpposite="#//InteractionFragment/enclosingInteraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" ordered="false" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalGate" ordered="false" upperBound="-1" eType="#//Gate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" upperBound="-1" eType="#//Message" containment="true" eOpposite="#//Message/interaction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="covered" ordered="false" upperBound="-1" eType="#//Lifeline" eOpposite="#//Lifeline/coveredBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalOrdering" ordered="false" upperBound="-1" eType="#//GeneralOrdering" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enclosingInteraction" ordered="false" eType="#//Interaction" eOpposite="#//Interaction/fragment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enclosingOperand" ordered="false" eType="#//InteractionOperand" eOpposite="#//InteractionOperand/fragment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="represents" ordered="false" eType="#//ConnectableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interaction" ordered="false" lowerBound="1" eType="#//Interaction" eOpposite="#//Interaction/lifeline"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decomposedAs" ordered="false" eType="#//PartDecomposition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coveredBy" ordered="false" upperBound="-1" eType="#//InteractionFragment" eOpposite="#//InteractionFragment/covered"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionUse"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionUse" eSuperTypes="#//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" ordered="false" lowerBound="1" eType="#//Interaction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualGate" ordered="false" upperBound="-1" eType="#//Gate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="before" ordered="false" lowerBound="1" eType="#//OccurrenceSpecification" eOpposite="#//OccurrenceSpecification/toAfter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="after" ordered="false" lowerBound="1" eType="#//OccurrenceSpecification" eOpposite="#//OccurrenceSpecification/toBefore"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OccurrenceSpecification" eSuperTypes="#//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="toBefore" ordered="false" upperBound="-1" eType="#//GeneralOrdering" eOpposite="#//GeneralOrdering/after"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toAfter" ordered="false" upperBound="-1" eType="#//GeneralOrdering" eOpposite="#//GeneralOrdering/before"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" ordered="false" eType="#//InteractionConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragment" upperBound="-1" eType="#//InteractionFragment" containment="true" eOpposite="#//InteractionFragment/enclosingOperand"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="minint" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxint" ordered="false" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionSpecification" abstract="true" eSuperTypes="#//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" ordered="false" lowerBound="1" eType="#//OccurrenceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finish" ordered="false" lowerBound="1" eType="#//OccurrenceSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" ordered="false" lowerBound="1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionExecutionSpecification" eSuperTypes="#//ExecutionSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" ordered="false" lowerBound="1" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviorExecutionSpecification" eSuperTypes="#//ExecutionSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEvent" eSuperTypes="#//Event"/> <eClassifiers xsi:type="ecore:EClass" name="CreationEvent" eSuperTypes="#//Event"/> <eClassifiers xsi:type="ecore:EClass" name="DestructionEvent" eSuperTypes="#//Event"/> <eClassifiers xsi:type="ecore:EClass" name="SendOperationEvent" eSuperTypes="#//MessageEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageEvent" abstract="true" eSuperTypes="#//Event"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalEvent" eSuperTypes="#//MessageEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageOccurrenceSpecification" eSuperTypes="#//OccurrenceSpecification #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrenceSpecification" eSuperTypes="#//OccurrenceSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="execution" ordered="false" lowerBound="1" eType="#//ExecutionSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReceiveOperationEvent" eSuperTypes="#//MessageEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReceiveSignalEvent" eSuperTypes="#//MessageEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallEvent" eSuperTypes="#//MessageEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeEvent" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="changeExpression" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SignalEvent" eSuperTypes="#//MessageEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyReceiveEvent" eSuperTypes="#//MessageEvent"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionInput" ordered="false" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionInputFlow" ordered="false" eType="#//ObjectFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMulticast" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMultireceive" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" ordered="false" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selection" ordered="false" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentRealization" eSuperTypes="#//Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstraction" ordered="false" eType="#//Component" eOpposite="#//Component/realization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizingClassifier" ordered="false" lowerBound="1" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIndirectlyInstantiated" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="required" ordered="false" upperBound="-1" eType="#//Interface" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provided" ordered="false" upperBound="-1" eType="#//Interface" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" ordered="false" upperBound="-1" eType="#//PackageableElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realization" ordered="false" upperBound="-1" eType="#//ComponentRealization" containment="true" eOpposite="#//ComponentRealization/abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedNode" ordered="false" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interactionOperator" ordered="false" lowerBound="1" eType="#//InteractionOperatorKind" defaultValueLiteral="seq"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" upperBound="-1" eType="#//InteractionOperand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cfragmentGate" ordered="false" upperBound="-1" eType="#//Gate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InteractionOperatorKind"> <eLiterals name="seq"/> <eLiterals name="alt" value="1"/> <eLiterals name="opt" value="2"/> <eLiterals name="break" value="3"/> <eLiterals name="par" value="4"/> <eLiterals name="strict" value="5"/> <eLiterals name="loop" value="6"/> <eLiterals name="critical" value="7"/> <eLiterals name="neg" value="8"/> <eLiterals name="assert" value="9"/> <eLiterals name="ignore" value="10"/> <eLiterals name="consider" value="11"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setting" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConsiderIgnoreFragment" eSuperTypes="#//CombinedFragment"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDestroyLinks" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDestroyOwnedObjects" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeature" ordered="false" lowerBound="1" eType="#//StructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" abstract="true" eSuperTypes="#//StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRemoveDuplicates" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeAt" ordered="false" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReplaceAll" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" ordered="false" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="endData" ordered="false" lowerBound="2" upperBound="-1" eType="#//LinkEndData" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue" ordered="false" lowerBound="1" upperBound="-1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="#//InputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" upperBound="-1" eType="#//QualifierValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifierValue" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//InputPin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="#//LinkEndData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReplaceAll" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" ordered="false" eType="#//InputPin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" abstract="true" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndDestructionData" eSuperTypes="#//LinkEndData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDestroyDuplicates" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destroyAt" ordered="false" eType="#//InputPin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" lowerBound="1" eType="#//Association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" ordered="false" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="request" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecificationAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observation" ordered="false" upperBound="-1" eType="#//Observation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Observation" abstract="true" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" ordered="false" eType="#//ValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="observation" ordered="false" upperBound="-1" eType="#//Observation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="min" ordered="false" lowerBound="1" eType="#//ValueSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="max" ordered="false" lowerBound="1" eType="#//ValueSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstEvent" ordered="false" eType="#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstEvent" ordered="false" upperBound="2" eType="#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeObservation" eSuperTypes="#//Observation"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstEvent" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DurationObservation" eSuperTypes="#//Observation"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" upperBound="2" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstEvent" ordered="false" upperBound="2" eType="#//Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="TimeEvent" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRelative" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" ordered="false" lowerBound="1" eType="#//TimeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" abstract="true" eSuperTypes="#//VariableAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReplaceAll" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insertAt" ordered="false" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRemoveDuplicates" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="removeAt" ordered="false" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionInputPin" eSuperTypes="#//InputPin"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromAction" ordered="false" lowerBound="1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="represented" ordered="false" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="realization" ordered="false" upperBound="-1" eType="#//Relationship"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conveyed" ordered="false" lowerBound="1" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="informationSource" ordered="false" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="informationTarget" ordered="false" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizingActivityEdge" ordered="false" upperBound="-1" eType="#//ActivityEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizingConnector" ordered="false" upperBound="-1" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizingMessage" ordered="false" upperBound="-1" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReplaceAll" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldClassifier" ordered="false" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newClassifier" ordered="false" upperBound="-1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDirect" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartClassifierBehaviorAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnmarshall" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" upperBound="-1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" ordered="false" lowerBound="1" upperBound="-1" eType="#//Trigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnInformation" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="replyToCall" ordered="false" lowerBound="1" eType="#//Trigger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnInformation" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replyValue" ordered="false" upperBound="-1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnmarshallAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" upperBound="-1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unmarshallType" ordered="false" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReduceAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="reducer" ordered="false" lowerBound="1" eType="#//Behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartObjectBehaviorAction" eSuperTypes="#//CallAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCombineDuplicate" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinSpec" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeterminate" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssured" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clause" ordered="false" lowerBound="1" upperBound="-1" eType="#//Clause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clause" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="test" ordered="false" upperBound="-1" eType="#//ExecutableNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" upperBound="-1" eType="#//ExecutableNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessorClause" ordered="false" upperBound="-1" eType="#//Clause" eOpposite="#//Clause/successorClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successorClause" ordered="false" upperBound="-1" eType="#//Clause" eOpposite="#//Clause/predecessorClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decider" ordered="false" lowerBound="1" eType="#//OutputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyOutput" upperBound="-1" eType="#//OutputPin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTestedFirst" ordered="false" lowerBound="1" eType="#//Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyPart" ordered="false" upperBound="-1" eType="#//ExecutableNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setupPart" ordered="false" upperBound="-1" eType="#//ExecutableNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decider" ordered="false" lowerBound="1" eType="#//OutputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="test" ordered="false" upperBound="-1" eType="#//ExecutableNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="#//OutputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopVariable" upperBound="-1" eType="#//OutputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyOutput" upperBound="-1" eType="#//OutputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopVariableInput" upperBound="-1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="regionAsOutput" ordered="false" eType="#//ExpansionRegion" eOpposite="#//ExpansionRegion/outputElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="regionAsInput" ordered="false" eType="#//ExpansionRegion" eOpposite="#//ExpansionRegion/inputElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" ordered="false" lowerBound="1" eType="#//ExpansionKind" defaultValueLiteral="iterative"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputElement" ordered="false" lowerBound="1" upperBound="-1" eType="#//ExpansionNode" eOpposite="#//ExpansionNode/regionAsInput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputElement" ordered="false" upperBound="-1" eType="#//ExpansionNode" eOpposite="#//ExpansionNode/regionAsOutput"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExpansionKind"> <eLiterals name="parallel"/> <eLiterals name="iterative" value="1"/> <eLiterals name="stream" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="postCondition" ordered="false" eType="#//Constraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referred" ordered="false" upperBound="-1" eType="#//Operation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preCondition" ordered="false" eType="#//Constraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"uml","nsURI":"http://www.eclipse.org/uml2/3.0.0/UML","name":"uml","id":0,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"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":"PackageableElement","instanceClass":null,"abstract":true,"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,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"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":"Association","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignature","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableElement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorEnd","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealization","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransitionKind","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PseudostateKind","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolConformance","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConnectorKind","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","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":"Profile","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CallConcurrencyKind","instanceClass":null,"id":82,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTemplateParameter","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":86,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElementTemplateParameter","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":88,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterEffectKind","instanceClass":null,"id":89,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationUse","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierTemplateParameter","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileApplication","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueBehavior","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionBehavior","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityGroup","instanceClass":null,"abstract":true,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptibleActivityRegion","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ObjectNodeOrderingKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceNode","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageKind","instanceClass":null,"id":146,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageSort","instanceClass":null,"id":147,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":true,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionUse","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OccurrenceSpecification","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionSpecification","instanceClass":null,"abstract":true,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionExecutionSpecification","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorExecutionSpecification","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEvent","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationEvent","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestructionEvent","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendOperationEvent","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEvent","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalEvent","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageOccurrenceSpecification","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrenceSpecification","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveOperationEvent","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveSignalEvent","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallEvent","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeEvent","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalEvent","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyReceiveEvent","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentRealization","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InteractionOperatorKind","instanceClass":null,"id":193,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConsiderIgnoreFragment","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":true,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifierValue","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":true,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndDestructionData","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecificationAction","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observation","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservation","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservation","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeEvent","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":true,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":true,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionInputPin","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartClassifierBehaviorAction","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnmarshallAction","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReduceAction","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartObjectBehaviorAction","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExpansionKind","instanceClass":null,"id":262,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"ownedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":270,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"owner","changeable":false,"resolveProxies":true,"lowerBound":0,"id":271,"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":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"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":"packageMerge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":false,"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":279,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"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":"profileApplication","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":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":true},{"id":288,"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":"receivingPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"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":"applyingPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":298,"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":299,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"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":"namespace","changeable":false,"resolveProxies":true,"lowerBound":0,"id":301,"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":"nameExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"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":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"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":310,"derived":true},{"id":311,"eClass":"EGenericType"},{"name":"public","id":312,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":313,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":314,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":315,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"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":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"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":321,"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":322,"derived":true},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"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":326,"derived":true},{"id":327,"eClass":"EGenericType"},{"id":328,"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":"elementImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"member","changeable":false,"resolveProxies":true,"lowerBound":0,"id":332,"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":"importedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":333,"derived":true},{"id":334,"eClass":"EGenericType"},{"id":335,"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":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"id":337,"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":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"public","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":345,"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":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"public","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":352,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"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":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"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":372,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"endType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":374,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"navigableOwnedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"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":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":385,"derived":false},{"container":false,"ordered":false,"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":386,"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":"powertypeExtent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"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":"feature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":388,"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":389,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"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":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"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":"substitution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"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":"attribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":393,"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":"representation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collaborationUse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedUseCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"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":"useCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"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":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"id":405,"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":"powertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featuringClassifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":408,"derived":true},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"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":"substitutingClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"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":"isLeaf","changeable":true,"lowerBound":1,"iD":false,"id":420,"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":"redefinedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":421,"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":"redefinitionContext","changeable":false,"resolveProxies":true,"lowerBound":0,"id":422,"derived":true},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"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":"ownedTemplateSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"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":"boundElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"derived":false},{"id":432,"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":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterSubstitution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"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":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"derived":false},{"id":440,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"id":447,"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":"parameteredElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"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":"ownedParameteredElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"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":"ownedDefault","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"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":"templateParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningTemplateParameter","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":false,"unsettable":false,"transient":false,"unique":true,"name":"formal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":463,"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":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":464,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedActual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isSubstitutable","changeable":true,"lowerBound":0,"iD":false,"id":471,"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":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"generalizationSet","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"},{"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":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"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":"isCovering","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":"false","unsettable":false,"transient":false,"unique":true,"name":"isDisjoint","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"},{"id":486,"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":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"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":"contract","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"},{"container":false,"ordered":false,"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":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":500,"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":"result","changeable":false,"resolveProxies":true,"lowerBound":0,"id":501,"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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"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":"operation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"in","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":510,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":511,"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"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":"isException","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":"false","unsettable":false,"transient":false,"unique":true,"name":"isStream","changeable":true,"lowerBound":1,"iD":false,"id":514,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"effect","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"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":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":527,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":528,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":529,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":530,"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":"upperValue","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":"lowerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":true},{"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":"definingEnd","changeable":false,"resolveProxies":true,"lowerBound":0,"id":544,"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":"role","changeable":true,"resolveProxies":true,"lowerBound":1,"id":545,"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":"partWithPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"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":"class","changeable":false,"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":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":553,"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":"isDerivedUnion","changeable":true,"lowerBound":1,"iD":false,"id":554,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":555,"derived":true},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"none","unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":1,"iD":false,"id":556,"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":"isComposite","changeable":true,"lowerBound":1,"iD":false,"id":557,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"container":false,"ordered":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":562,"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":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"container":false,"ordered":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":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deployment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"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":"deployedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":584,"derived":true},{"id":585,"eClass":"EGenericType"},{"id":586,"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":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":587,"derived":false},{"id":588,"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":"deployedArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"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":"deployment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"deploymentLocation","changeable":true,"lowerBound":0,"iD":false,"id":597,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"executionLocation","changeable":true,"lowerBound":0,"iD":false,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":603,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedArtifact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manifestation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"container":false,"ordered":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":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"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":"utilizedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":615,"derived":false},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":619,"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":"isQuery","changeable":true,"lowerBound":1,"iD":false,"id":620,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":621,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":622,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":623,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":624,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":625,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":627,"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":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":628,"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":"bodyCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":629,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"derived":true},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"container":false,"ordered":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":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"container":false,"ordered":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":637,"derived":false},{"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"},{"container":false,"ordered":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":647,"derived":false},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"container":false,"ordered":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":650,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":651,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":652,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"sequential","unsettable":false,"transient":false,"unique":true,"name":"concurrency","changeable":true,"lowerBound":1,"iD":false,"id":653,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"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":"isReentrant","changeable":true,"lowerBound":1,"iD":false,"id":665,"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":"redefinedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"container":false,"ordered":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":667,"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":"context","changeable":false,"resolveProxies":true,"lowerBound":0,"id":668,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"container":false,"ordered":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":681,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":682,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":683,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedReception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"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":"extension","changeable":false,"resolveProxies":true,"lowerBound":0,"id":685,"derived":true},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"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":"metaclass","changeable":false,"resolveProxies":true,"lowerBound":1,"id":694,"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":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"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":"classifierBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":696,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceRealization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":697,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"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":"implementingClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":703,"derived":false},{"id":704,"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":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"container":false,"ordered":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":709,"derived":false},{"container":false,"ordered":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":710,"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":"redefinedInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":711,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedReception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":712,"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":"protocol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":713,"derived":false},{"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"},{"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":721,"derived":false},{"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":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"id":726,"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":"conformance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"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":"specificMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":730,"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":"region","changeable":true,"resolveProxies":true,"lowerBound":1,"id":731,"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":"submachineState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":732,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":733,"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":"extendedStateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"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":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":737,"derived":false},{"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":"submachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"id":740,"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":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subvertex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":743,"derived":false},{"container":false,"ordered":false,"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":744,"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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":745,"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":"extendedRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":750,"derived":false},{"id":751,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":752,"derived":false},{"id":753,"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":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":754,"derived":false},{"id":755,"eClass":"EGenericType"},{"id":756,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":757,"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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":758,"derived":true},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"external","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":763,"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":764,"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":765,"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":"redefinedTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":767,"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":"effect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":768,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":769,"derived":false},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"name":"internal","id":780,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"local","id":781,"value":1,"literal":"local","eClass":"EEnumLiteral"},{"name":"external","id":782,"value":2,"literal":"external","eClass":"EEnumLiteral"},{"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":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":783,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":784,"derived":false},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isBehavior","changeable":true,"lowerBound":1,"iD":false,"id":789,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isService","changeable":true,"lowerBound":1,"iD":false,"id":790,"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":"required","changeable":false,"resolveProxies":true,"lowerBound":0,"id":791,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"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":"provided","changeable":false,"resolveProxies":true,"lowerBound":0,"id":793,"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":"protocol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":794,"derived":false},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isComposite","changeable":false,"lowerBound":1,"iD":false,"id":802,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isOrthogonal","changeable":false,"lowerBound":1,"iD":false,"id":803,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"isSimple","changeable":false,"lowerBound":1,"iD":false,"id":804,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isSubmachineState","changeable":false,"lowerBound":1,"iD":false,"id":805,"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":"connection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":806,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectionPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":807,"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":"redefinedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":808,"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":"stateInvariant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":809,"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":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":810,"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":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"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":"doActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":812,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deferrableTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":813,"derived":false},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"id":822,"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","changeable":true,"resolveProxies":true,"lowerBound":0,"id":823,"derived":false},{"id":824,"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","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"},{"id":831,"eClass":"EGenericType"},{"id":832,"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":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":833,"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":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":834,"derived":false},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"initial","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":839,"derived":false},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"name":"initial","id":844,"value":0,"literal":"initial","eClass":"EEnumLiteral"},{"name":"deepHistory","id":845,"value":1,"literal":"deepHistory","eClass":"EEnumLiteral"},{"name":"shallowHistory","id":846,"value":2,"literal":"shallowHistory","eClass":"EEnumLiteral"},{"name":"join","id":847,"value":3,"literal":"join","eClass":"EEnumLiteral"},{"name":"fork","id":848,"value":4,"literal":"fork","eClass":"EEnumLiteral"},{"name":"junction","id":849,"value":5,"literal":"junction","eClass":"EEnumLiteral"},{"name":"choice","id":850,"value":6,"literal":"choice","eClass":"EEnumLiteral"},{"name":"entryPoint","id":851,"value":7,"literal":"entryPoint","eClass":"EEnumLiteral"},{"name":"exitPoint","id":852,"value":8,"literal":"exitPoint","eClass":"EEnumLiteral"},{"name":"terminate","id":853,"value":9,"literal":"terminate","eClass":"EEnumLiteral"},{"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":"generalMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":854,"derived":false},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"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":"ownedPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":858,"derived":true},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"container":false,"ordered":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":861,"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":"part","changeable":false,"resolveProxies":true,"lowerBound":0,"id":862,"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":"role","changeable":false,"resolveProxies":true,"lowerBound":0,"id":863,"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":"ownedConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":864,"derived":false},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"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":870,"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":"redefinedConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":871,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":2,"id":872,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":873,"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":"contract","changeable":true,"resolveProxies":true,"lowerBound":0,"id":874,"derived":false},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"name":"assembly","id":881,"value":0,"literal":"assembly","eClass":"EEnumLiteral"},{"name":"delegation","id":882,"value":1,"literal":"delegation","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isRequired","changeable":false,"lowerBound":1,"iD":false,"id":883,"derived":true},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"id":887,"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":"icon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":888,"derived":false},{"id":889,"eClass":"EGenericType"},{"id":890,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":891,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":892,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":893,"derived":false},{"id":894,"eClass":"EGenericType"},{"id":895,"eClass":"EGenericType"},{"id":896,"eClass":"EGenericType"},{"id":897,"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":"ownedStereotype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":898,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaclassReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":899,"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":"metamodelReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":900,"derived":false},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"viewpoint","changeable":true,"lowerBound":0,"iD":false,"id":905,"derived":false},{"id":906,"eClass":"EGenericType"},{"id":907,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":908,"derived":false},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"id":911,"eClass":"EGenericType"},{"name":"sequential","id":912,"value":0,"literal":"sequential","eClass":"EEnumLiteral"},{"name":"guarded","id":913,"value":1,"literal":"guarded","eClass":"EEnumLiteral"},{"name":"concurrent","id":914,"value":2,"literal":"concurrent","eClass":"EEnumLiteral"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"id":918,"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":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":919,"derived":false},{"id":920,"eClass":"EGenericType"},{"id":921,"eClass":"EGenericType"},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"name":"none","id":924,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":925,"value":1,"literal":"shared","eClass":"EEnumLiteral"},{"name":"composite","id":926,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"id":927,"eClass":"EGenericType"},{"name":"in","id":928,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":929,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":930,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":931,"value":3,"literal":"return","eClass":"EEnumLiteral"},{"name":"create","id":932,"value":0,"literal":"create","eClass":"EEnumLiteral"},{"name":"read","id":933,"value":1,"literal":"read","eClass":"EEnumLiteral"},{"name":"update","id":934,"value":2,"literal":"update","eClass":"EEnumLiteral"},{"name":"delete","id":935,"value":3,"literal":"delete","eClass":"EEnumLiteral"},{"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":936,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":937,"derived":false},{"id":938,"eClass":"EGenericType"},{"id":939,"eClass":"EGenericType"},{"id":940,"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":"collaborationRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":941,"derived":false},{"id":942,"eClass":"EGenericType"},{"id":943,"eClass":"EGenericType"},{"id":944,"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":"include","changeable":true,"resolveProxies":true,"lowerBound":0,"id":945,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extend","changeable":true,"resolveProxies":true,"lowerBound":0,"id":946,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensionPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":947,"derived":false},{"id":948,"eClass":"EGenericType"},{"id":949,"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":"includingCase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":950,"derived":false},{"id":951,"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":"extension","changeable":true,"resolveProxies":true,"lowerBound":1,"id":952,"derived":false},{"id":953,"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":"useCase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":954,"derived":false},{"id":955,"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":"addition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":956,"derived":false},{"id":957,"eClass":"EGenericType"},{"id":958,"eClass":"EGenericType"},{"id":959,"eClass":"EGenericType"},{"id":960,"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":"extendedCase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":961,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":962,"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":"extensionLocation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":963,"derived":false},{"id":964,"eClass":"EGenericType"},{"id":965,"eClass":"EGenericType"},{"id":966,"eClass":"EGenericType"},{"id":967,"eClass":"EGenericType"},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"id":970,"eClass":"EGenericType"},{"id":971,"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":"extendedSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":972,"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":"inheritedParameter","changeable":false,"resolveProxies":true,"lowerBound":0,"id":973,"derived":true},{"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":"classifier","changeable":false,"resolveProxies":true,"lowerBound":1,"id":974,"derived":false},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"id":977,"eClass":"EGenericType"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"allowSubstitutable","changeable":true,"lowerBound":1,"iD":false,"id":980,"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":"constrainingClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":981,"derived":false},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"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":"subExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":985,"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":"owningExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":986,"derived":false},{"id":987,"eClass":"EGenericType"},{"id":988,"eClass":"EGenericType"},{"id":989,"eClass":"EGenericType"},{"id":990,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":991,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":992,"derived":false},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"id":995,"eClass":"EGenericType"},{"id":996,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mergedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":997,"derived":false},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"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":"appliedProfile","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1001,"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":"isStrict","changeable":true,"lowerBound":1,"iD":false,"id":1002,"derived":false},{"id":1003,"eClass":"EGenericType"},{"id":1004,"eClass":"EGenericType"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"container":false,"ordered":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":1007,"derived":false},{"id":1008,"eClass":"EGenericType"},{"id":1009,"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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1010,"derived":false},{"id":1011,"eClass":"EGenericType"},{"id":1012,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1013,"derived":false},{"container":false,"ordered":false,"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":1014,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1015,"derived":false},{"id":1016,"eClass":"EGenericType"},{"id":1017,"eClass":"EGenericType"},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"id":1020,"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":"owningInstance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1021,"derived":false},{"id":1022,"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":"definingFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1023,"derived":false},{"container":false,"ordered":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":1024,"derived":false},{"id":1025,"eClass":"EGenericType"},{"id":1026,"eClass":"EGenericType"},{"id":1027,"eClass":"EGenericType"},{"id":1028,"eClass":"EGenericType"},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1031,"derived":false},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":1034,"derived":false},{"id":1035,"eClass":"EGenericType"},{"id":1036,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":1037,"derived":false},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"id":1040,"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":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1041,"derived":false},{"id":1042,"eClass":"EGenericType"},{"id":1043,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":1044,"derived":false},{"id":1045,"eClass":"EGenericType"},{"id":1046,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":1047,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":1048,"derived":false},{"id":1049,"eClass":"EGenericType"},{"id":1050,"eClass":"EGenericType"},{"id":1051,"eClass":"EGenericType"},{"id":1052,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":false,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":1053,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":1054,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1055,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1056,"derived":false},{"id":1057,"eClass":"EGenericType"},{"id":1058,"eClass":"EGenericType"},{"id":1059,"eClass":"EGenericType"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"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":"output","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1062,"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":"input","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1063,"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":"context","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1064,"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":"localPrecondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1065,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localPostcondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1066,"derived":false},{"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":"handler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1073,"derived":false},{"id":1074,"eClass":"EGenericType"},{"id":1075,"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":"protectedNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1076,"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":"inStructuredNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1077,"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":"activity","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inPartition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inInterruptibleRegion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1082,"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":"inGroup","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1083,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1084,"derived":false},{"id":1085,"eClass":"EGenericType"},{"id":1086,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1087,"derived":false},{"id":1088,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1089,"derived":false},{"id":1090,"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":1091,"derived":false},{"id":1092,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1093,"derived":false},{"id":1094,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1095,"derived":false},{"id":1096,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1097,"derived":false},{"id":1098,"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":"containedNode","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1099,"derived":true},{"id":1100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1101,"derived":false},{"container":false,"ordered":false,"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":1102,"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":"mustIsolate","changeable":true,"lowerBound":1,"iD":false,"id":1103,"derived":false},{"id":1104,"eClass":"EGenericType"},{"id":1105,"eClass":"EGenericType"},{"id":1106,"eClass":"EGenericType"},{"id":1107,"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":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1108,"derived":false},{"id":1109,"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":"inStructuredNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1110,"derived":false},{"id":1111,"eClass":"EGenericType"},{"id":1112,"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":"subgroup","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1113,"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":"superGroup","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1114,"derived":true},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1115,"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":"containedEdge","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1116,"derived":true},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1121,"derived":false},{"id":1122,"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":"inGroup","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1123,"derived":true},{"id":1124,"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":"structuredNode","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1125,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1126,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":1127,"derived":false},{"container":false,"ordered":false,"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":1128,"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":"partition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1129,"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":"isSingleExecution","changeable":true,"lowerBound":1,"iD":false,"id":1130,"derived":false},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"id":1133,"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":"activityScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1134,"derived":false},{"id":1135,"eClass":"EGenericType"},{"id":1136,"eClass":"EGenericType"},{"id":1137,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1138,"derived":false},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"id":1141,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1146,"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":"inPartition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1147,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1148,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1149,"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":"interrupts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1150,"derived":false},{"id":1151,"eClass":"EGenericType"},{"id":1152,"eClass":"EGenericType"},{"id":1153,"eClass":"EGenericType"},{"id":1154,"eClass":"EGenericType"},{"id":1155,"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":"edge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1156,"derived":false},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"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":"interruptingEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1160,"derived":false},{"id":1161,"eClass":"EGenericType"},{"id":1162,"eClass":"EGenericType"},{"id":1163,"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":"isDimension","changeable":true,"lowerBound":1,"iD":false,"id":1164,"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":"isExternal","changeable":true,"lowerBound":1,"iD":false,"id":1165,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpartition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1166,"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":"superPartition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1167,"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":"represents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1168,"derived":false},{"id":1169,"eClass":"EGenericType"},{"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"},{"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":"handlerBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1181,"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":"exceptionInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1182,"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":"exceptionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1183,"derived":false},{"id":1184,"eClass":"EGenericType"},{"id":1185,"eClass":"EGenericType"},{"id":1186,"eClass":"EGenericType"},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"FIFO","unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":1,"iD":false,"id":1189,"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":"isControlType","changeable":true,"lowerBound":1,"iD":false,"id":1190,"derived":false},{"container":false,"ordered":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":1191,"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":"inState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1192,"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":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1193,"derived":false},{"id":1194,"eClass":"EGenericType"},{"id":1195,"eClass":"EGenericType"},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"id":1200,"eClass":"EGenericType"},{"name":"unordered","id":1201,"value":0,"literal":"unordered","eClass":"EEnumLiteral"},{"name":"ordered","id":1202,"value":1,"literal":"ordered","eClass":"EEnumLiteral"},{"name":"LIFO","id":1203,"value":2,"literal":"LIFO","eClass":"EEnumLiteral"},{"name":"FIFO","id":1204,"value":3,"literal":"FIFO","eClass":"EEnumLiteral"},{"id":1205,"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":"isControl","changeable":true,"lowerBound":1,"iD":false,"id":1206,"derived":false},{"id":1207,"eClass":"EGenericType"},{"id":1208,"eClass":"EGenericType"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isSynchronous","changeable":true,"lowerBound":1,"iD":false,"id":1211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1212,"derived":false},{"id":1213,"eClass":"EGenericType"},{"id":1214,"eClass":"EGenericType"},{"id":1215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1216,"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":"onPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1217,"derived":false},{"id":1218,"eClass":"EGenericType"},{"id":1219,"eClass":"EGenericType"},{"id":1220,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":1221,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1222,"derived":false},{"id":1223,"eClass":"EGenericType"},{"id":1224,"eClass":"EGenericType"},{"id":1225,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1226,"derived":false},{"container":false,"ordered":false,"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":1227,"derived":false},{"id":1228,"eClass":"EGenericType"},{"id":1229,"eClass":"EGenericType"},{"id":1230,"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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1231,"derived":false},{"id":1232,"eClass":"EGenericType"},{"id":1233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executableNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1234,"derived":false},{"id":1235,"eClass":"EGenericType"},{"id":1236,"eClass":"EGenericType"},{"id":1237,"eClass":"EGenericType"},{"id":1238,"eClass":"EGenericType"},{"id":1239,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1240,"derived":false},{"id":1241,"eClass":"EGenericType"},{"id":1242,"eClass":"EGenericType"},{"container":false,"ordered":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":1243,"derived":false},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"unknown","unsettable":false,"transient":true,"unique":true,"name":"messageKind","changeable":false,"lowerBound":1,"iD":false,"id":1246,"derived":true},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"synchCall","unsettable":false,"transient":false,"unique":true,"name":"messageSort","changeable":true,"lowerBound":1,"iD":false,"id":1247,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receiveEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1248,"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":"sendEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1249,"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":"connector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1250,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interaction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1252,"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":"signature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1253,"derived":true},{"id":1254,"eClass":"EGenericType"},{"id":1255,"eClass":"EGenericType"},{"id":1256,"eClass":"EGenericType"},{"id":1257,"eClass":"EGenericType"},{"id":1258,"eClass":"EGenericType"},{"id":1259,"eClass":"EGenericType"},{"id":1260,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1261,"derived":false},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"name":"complete","id":1264,"value":0,"literal":"complete","eClass":"EEnumLiteral"},{"name":"lost","id":1265,"value":1,"literal":"lost","eClass":"EEnumLiteral"},{"name":"found","id":1266,"value":2,"literal":"found","eClass":"EEnumLiteral"},{"name":"unknown","id":1267,"value":3,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"synchCall","id":1268,"value":0,"literal":"synchCall","eClass":"EEnumLiteral"},{"name":"asynchCall","id":1269,"value":1,"literal":"asynchCall","eClass":"EEnumLiteral"},{"name":"asynchSignal","id":1270,"value":2,"literal":"asynchSignal","eClass":"EEnumLiteral"},{"name":"createMessage","id":1271,"value":3,"literal":"createMessage","eClass":"EEnumLiteral"},{"name":"deleteMessage","id":1272,"value":4,"literal":"deleteMessage","eClass":"EEnumLiteral"},{"name":"reply","id":1273,"value":5,"literal":"reply","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":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1274,"derived":false},{"id":1275,"eClass":"EGenericType"},{"id":1276,"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":"lifeline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1277,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1278,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1279,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalGate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1280,"derived":false},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"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":"interaction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1284,"derived":false},{"id":1285,"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":"enclosingInteraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1286,"derived":false},{"id":1287,"eClass":"EGenericType"},{"id":1288,"eClass":"EGenericType"},{"id":1289,"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":"covered","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":"generalOrdering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1291,"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":"enclosingOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1292,"derived":false},{"id":1293,"eClass":"EGenericType"},{"id":1294,"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":"coveredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1295,"derived":false},{"id":1296,"eClass":"EGenericType"},{"id":1297,"eClass":"EGenericType"},{"id":1298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1299,"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":"represents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1300,"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":"selector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1301,"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":"decomposedAs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1302,"derived":false},{"id":1303,"eClass":"EGenericType"},{"id":1304,"eClass":"EGenericType"},{"id":1305,"eClass":"EGenericType"},{"id":1306,"eClass":"EGenericType"},{"id":1307,"eClass":"EGenericType"},{"id":1308,"eClass":"EGenericType"},{"id":1309,"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":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1310,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualGate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1312,"derived":false},{"id":1313,"eClass":"EGenericType"},{"id":1314,"eClass":"EGenericType"},{"id":1315,"eClass":"EGenericType"},{"id":1316,"eClass":"EGenericType"},{"id":1317,"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":"before","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1318,"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":"after","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1319,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"toAfter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1322,"derived":false},{"id":1323,"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":"toBefore","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1324,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1325,"derived":false},{"id":1326,"eClass":"EGenericType"},{"id":1327,"eClass":"EGenericType"},{"id":1328,"eClass":"EGenericType"},{"id":1329,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1330,"derived":false},{"id":1331,"eClass":"EGenericType"},{"id":1332,"eClass":"EGenericType"},{"id":1333,"eClass":"EGenericType"},{"id":1334,"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":"minint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1335,"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":"maxint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1336,"derived":false},{"id":1337,"eClass":"EGenericType"},{"id":1338,"eClass":"EGenericType"},{"id":1339,"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":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1340,"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":"finish","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1341,"derived":false},{"id":1342,"eClass":"EGenericType"},{"id":1343,"eClass":"EGenericType"},{"id":1344,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1345,"derived":false},{"id":1346,"eClass":"EGenericType"},{"id":1347,"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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1348,"derived":false},{"id":1349,"eClass":"EGenericType"},{"id":1350,"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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1351,"derived":false},{"id":1352,"eClass":"EGenericType"},{"id":1353,"eClass":"EGenericType"},{"id":1354,"eClass":"EGenericType"},{"id":1355,"eClass":"EGenericType"},{"id":1356,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1357,"derived":false},{"id":1358,"eClass":"EGenericType"},{"id":1359,"eClass":"EGenericType"},{"id":1360,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1361,"derived":false},{"id":1362,"eClass":"EGenericType"},{"id":1363,"eClass":"EGenericType"},{"id":1364,"eClass":"EGenericType"},{"id":1365,"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":"execution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1366,"derived":false},{"id":1367,"eClass":"EGenericType"},{"id":1368,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1369,"derived":false},{"id":1370,"eClass":"EGenericType"},{"id":1371,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1372,"derived":false},{"id":1373,"eClass":"EGenericType"},{"id":1374,"eClass":"EGenericType"},{"id":1375,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1376,"derived":false},{"id":1377,"eClass":"EGenericType"},{"id":1378,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changeExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1379,"derived":false},{"id":1380,"eClass":"EGenericType"},{"id":1381,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1382,"derived":false},{"id":1383,"eClass":"EGenericType"},{"id":1384,"eClass":"EGenericType"},{"id":1385,"eClass":"EGenericType"},{"id":1386,"eClass":"EGenericType"},{"id":1387,"eClass":"EGenericType"},{"id":1388,"eClass":"EGenericType"},{"id":1389,"eClass":"EGenericType"},{"id":1390,"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":"decisionInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1391,"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":"decisionInputFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1392,"derived":false},{"id":1393,"eClass":"EGenericType"},{"id":1394,"eClass":"EGenericType"},{"id":1395,"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":"isMulticast","changeable":true,"lowerBound":1,"iD":false,"id":1396,"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":"isMultireceive","changeable":true,"lowerBound":1,"iD":false,"id":1397,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1398,"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":"selection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1399,"derived":false},{"id":1400,"eClass":"EGenericType"},{"id":1401,"eClass":"EGenericType"},{"id":1402,"eClass":"EGenericType"},{"id":1403,"eClass":"EGenericType"},{"id":1404,"eClass":"EGenericType"},{"id":1405,"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":"abstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1406,"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":"realizingClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1407,"derived":false},{"id":1408,"eClass":"EGenericType"},{"id":1409,"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":"realization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1410,"derived":false},{"id":1411,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isIndirectlyInstantiated","changeable":true,"lowerBound":1,"iD":false,"id":1412,"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":"required","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1413,"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":"provided","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1414,"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":"packagedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1415,"derived":false},{"id":1416,"eClass":"EGenericType"},{"id":1417,"eClass":"EGenericType"},{"id":1418,"eClass":"EGenericType"},{"id":1419,"eClass":"EGenericType"},{"id":1420,"eClass":"EGenericType"},{"id":1421,"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":"nestedNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1422,"derived":false},{"id":1423,"eClass":"EGenericType"},{"id":1424,"eClass":"EGenericType"},{"id":1425,"eClass":"EGenericType"},{"id":1426,"eClass":"EGenericType"},{"id":1427,"eClass":"EGenericType"},{"id":1428,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"seq","unsettable":false,"transient":false,"unique":true,"name":"interactionOperator","changeable":true,"lowerBound":1,"iD":false,"id":1429,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1430,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cfragmentGate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1431,"derived":false},{"id":1432,"eClass":"EGenericType"},{"id":1433,"eClass":"EGenericType"},{"id":1434,"eClass":"EGenericType"},{"id":1435,"eClass":"EGenericType"},{"name":"seq","id":1436,"value":0,"literal":"seq","eClass":"EEnumLiteral"},{"name":"alt","id":1437,"value":1,"literal":"alt","eClass":"EEnumLiteral"},{"name":"opt","id":1438,"value":2,"literal":"opt","eClass":"EEnumLiteral"},{"name":"break","id":1439,"value":3,"literal":"break","eClass":"EEnumLiteral"},{"name":"par","id":1440,"value":4,"literal":"par","eClass":"EEnumLiteral"},{"name":"strict","id":1441,"value":5,"literal":"strict","eClass":"EEnumLiteral"},{"name":"loop","id":1442,"value":6,"literal":"loop","eClass":"EEnumLiteral"},{"name":"critical","id":1443,"value":7,"literal":"critical","eClass":"EEnumLiteral"},{"name":"neg","id":1444,"value":8,"literal":"neg","eClass":"EEnumLiteral"},{"name":"assert","id":1445,"value":9,"literal":"assert","eClass":"EEnumLiteral"},{"name":"ignore","id":1446,"value":10,"literal":"ignore","eClass":"EEnumLiteral"},{"name":"consider","id":1447,"value":11,"literal":"consider","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"setting","changeable":true,"lowerBound":1,"iD":false,"id":1448,"derived":false},{"id":1449,"eClass":"EGenericType"},{"id":1450,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1451,"derived":false},{"id":1452,"eClass":"EGenericType"},{"id":1453,"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":1454,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1455,"derived":false},{"id":1456,"eClass":"EGenericType"},{"id":1457,"eClass":"EGenericType"},{"id":1458,"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":"isDestroyLinks","changeable":true,"lowerBound":1,"iD":false,"id":1459,"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":"isDestroyOwnedObjects","changeable":true,"lowerBound":1,"iD":false,"id":1460,"derived":false},{"container":false,"ordered":false,"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":1461,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1466,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1467,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1468,"derived":false},{"id":1469,"eClass":"EGenericType"},{"id":1470,"eClass":"EGenericType"},{"id":1471,"eClass":"EGenericType"},{"id":1472,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1473,"derived":false},{"id":1474,"eClass":"EGenericType"},{"id":1475,"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":"structuralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1476,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1477,"derived":false},{"id":1478,"eClass":"EGenericType"},{"id":1479,"eClass":"EGenericType"},{"id":1480,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1481,"derived":false},{"id":1482,"eClass":"EGenericType"},{"id":1483,"eClass":"EGenericType"},{"container":false,"ordered":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":1484,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1485,"derived":false},{"id":1486,"eClass":"EGenericType"},{"id":1487,"eClass":"EGenericType"},{"id":1488,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1489,"derived":false},{"id":1490,"eClass":"EGenericType"},{"id":1491,"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":"isRemoveDuplicates","changeable":true,"lowerBound":1,"iD":false,"id":1492,"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":"removeAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1493,"derived":false},{"id":1494,"eClass":"EGenericType"},{"id":1495,"eClass":"EGenericType"},{"id":1496,"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":"isReplaceAll","changeable":true,"lowerBound":1,"iD":false,"id":1497,"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":"insertAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1498,"derived":false},{"id":1499,"eClass":"EGenericType"},{"id":1500,"eClass":"EGenericType"},{"id":1501,"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":"endData","changeable":true,"resolveProxies":true,"lowerBound":2,"id":1502,"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":"inputValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1503,"derived":false},{"id":1504,"eClass":"EGenericType"},{"id":1505,"eClass":"EGenericType"},{"id":1506,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1507,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1508,"derived":false},{"container":false,"ordered":false,"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":1509,"derived":false},{"id":1510,"eClass":"EGenericType"},{"id":1511,"eClass":"EGenericType"},{"id":1512,"eClass":"EGenericType"},{"id":1513,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1514,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1515,"derived":false},{"id":1516,"eClass":"EGenericType"},{"id":1517,"eClass":"EGenericType"},{"id":1518,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1519,"derived":false},{"id":1520,"eClass":"EGenericType"},{"id":1521,"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":"isReplaceAll","changeable":true,"lowerBound":1,"iD":false,"id":1522,"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":"insertAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1523,"derived":false},{"id":1524,"eClass":"EGenericType"},{"id":1525,"eClass":"EGenericType"},{"id":1526,"eClass":"EGenericType"},{"id":1527,"eClass":"EGenericType"},{"id":1528,"eClass":"EGenericType"},{"id":1529,"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":"isDestroyDuplicates","changeable":true,"lowerBound":1,"iD":false,"id":1530,"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":"destroyAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1531,"derived":false},{"id":1532,"eClass":"EGenericType"},{"id":1533,"eClass":"EGenericType"},{"id":1534,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1535,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1536,"derived":false},{"id":1537,"eClass":"EGenericType"},{"id":1538,"eClass":"EGenericType"},{"id":1539,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1540,"derived":false},{"id":1541,"eClass":"EGenericType"},{"id":1542,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":1543,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"request","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1544,"derived":false},{"id":1545,"eClass":"EGenericType"},{"id":1546,"eClass":"EGenericType"},{"id":1547,"eClass":"EGenericType"},{"container":false,"ordered":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":1548,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1549,"derived":false},{"id":1550,"eClass":"EGenericType"},{"id":1551,"eClass":"EGenericType"},{"id":1552,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1553,"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":"observation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1554,"derived":false},{"id":1555,"eClass":"EGenericType"},{"id":1556,"eClass":"EGenericType"},{"id":1557,"eClass":"EGenericType"},{"id":1558,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1559,"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":"observation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1560,"derived":false},{"id":1561,"eClass":"EGenericType"},{"id":1562,"eClass":"EGenericType"},{"id":1563,"eClass":"EGenericType"},{"id":1564,"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":"min","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1565,"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":"max","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1566,"derived":false},{"id":1567,"eClass":"EGenericType"},{"id":1568,"eClass":"EGenericType"},{"id":1569,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"firstEvent","changeable":true,"lowerBound":0,"iD":false,"id":1570,"derived":false},{"id":1571,"eClass":"EGenericType"},{"id":1572,"eClass":"EGenericType"},{"id":1573,"eClass":"EGenericType"},{"id":1574,"eClass":"EGenericType"},{"ordered":false,"upperBound":2,"defaultValue":true,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"firstEvent","changeable":true,"lowerBound":0,"iD":false,"id":1575,"derived":false},{"id":1576,"eClass":"EGenericType"},{"id":1577,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1578,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"firstEvent","changeable":true,"lowerBound":1,"iD":false,"id":1579,"derived":false},{"id":1580,"eClass":"EGenericType"},{"id":1581,"eClass":"EGenericType"},{"id":1582,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1583,"derived":false},{"ordered":false,"upperBound":2,"defaultValue":true,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"firstEvent","changeable":true,"lowerBound":0,"iD":false,"id":1584,"derived":false},{"id":1585,"eClass":"EGenericType"},{"id":1586,"eClass":"EGenericType"},{"id":1587,"eClass":"EGenericType"},{"id":1588,"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":"isRelative","changeable":true,"lowerBound":1,"iD":false,"id":1589,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1590,"derived":false},{"id":1591,"eClass":"EGenericType"},{"id":1592,"eClass":"EGenericType"},{"id":1593,"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":1594,"derived":false},{"id":1595,"eClass":"EGenericType"},{"id":1596,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1597,"derived":false},{"id":1598,"eClass":"EGenericType"},{"id":1599,"eClass":"EGenericType"},{"container":false,"ordered":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":1600,"derived":false},{"id":1601,"eClass":"EGenericType"},{"id":1602,"eClass":"EGenericType"},{"id":1603,"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":"isReplaceAll","changeable":true,"lowerBound":1,"iD":false,"id":1604,"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":"insertAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1605,"derived":false},{"id":1606,"eClass":"EGenericType"},{"id":1607,"eClass":"EGenericType"},{"id":1608,"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":"isRemoveDuplicates","changeable":true,"lowerBound":1,"iD":false,"id":1609,"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":"removeAt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1610,"derived":false},{"id":1611,"eClass":"EGenericType"},{"id":1612,"eClass":"EGenericType"},{"id":1613,"eClass":"EGenericType"},{"container":false,"ordered":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":1614,"derived":false},{"id":1615,"eClass":"EGenericType"},{"id":1616,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1617,"derived":false},{"id":1618,"eClass":"EGenericType"},{"id":1619,"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":"represented","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1620,"derived":false},{"id":1621,"eClass":"EGenericType"},{"id":1622,"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":"realization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1623,"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":"conveyed","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1624,"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":"informationSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1625,"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":"informationTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1626,"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":"realizingActivityEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1627,"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":"realizingConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1628,"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":"realizingMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1629,"derived":false},{"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"},{"id":1637,"eClass":"EGenericType"},{"id":1638,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1639,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1640,"derived":false},{"id":1641,"eClass":"EGenericType"},{"id":1642,"eClass":"EGenericType"},{"id":1643,"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":"isReplaceAll","changeable":true,"lowerBound":1,"iD":false,"id":1644,"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":"oldClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1645,"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":"newClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1646,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1647,"derived":false},{"id":1648,"eClass":"EGenericType"},{"id":1649,"eClass":"EGenericType"},{"id":1650,"eClass":"EGenericType"},{"id":1651,"eClass":"EGenericType"},{"id":1652,"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":"isDirect","changeable":true,"lowerBound":1,"iD":false,"id":1653,"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":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1654,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1655,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1656,"derived":false},{"id":1657,"eClass":"EGenericType"},{"id":1658,"eClass":"EGenericType"},{"id":1659,"eClass":"EGenericType"},{"id":1660,"eClass":"EGenericType"},{"id":1661,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1662,"derived":false},{"id":1663,"eClass":"EGenericType"},{"id":1664,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1665,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1666,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1667,"derived":false},{"id":1668,"eClass":"EGenericType"},{"id":1669,"eClass":"EGenericType"},{"id":1670,"eClass":"EGenericType"},{"id":1671,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1672,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1673,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1674,"derived":false},{"id":1675,"eClass":"EGenericType"},{"id":1676,"eClass":"EGenericType"},{"id":1677,"eClass":"EGenericType"},{"id":1678,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1679,"derived":false},{"id":1680,"eClass":"EGenericType"},{"id":1681,"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":"isUnmarshall","changeable":true,"lowerBound":1,"iD":false,"id":1682,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1683,"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":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1684,"derived":false},{"id":1685,"eClass":"EGenericType"},{"id":1686,"eClass":"EGenericType"},{"id":1687,"eClass":"EGenericType"},{"id":1688,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1689,"derived":false},{"id":1690,"eClass":"EGenericType"},{"id":1691,"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":"replyToCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1692,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnInformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1693,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replyValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1694,"derived":false},{"id":1695,"eClass":"EGenericType"},{"id":1696,"eClass":"EGenericType"},{"id":1697,"eClass":"EGenericType"},{"id":1698,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1699,"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":"unmarshallType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1700,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reducer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1706,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1707,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1708,"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":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":1709,"derived":false},{"id":1710,"eClass":"EGenericType"},{"id":1711,"eClass":"EGenericType"},{"id":1712,"eClass":"EGenericType"},{"id":1713,"eClass":"EGenericType"},{"id":1714,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1715,"derived":false},{"id":1716,"eClass":"EGenericType"},{"id":1717,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isCombineDuplicate","changeable":true,"lowerBound":1,"iD":false,"id":1718,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinSpec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1719,"derived":false},{"id":1720,"eClass":"EGenericType"},{"id":1721,"eClass":"EGenericType"},{"id":1722,"eClass":"EGenericType"},{"id":1723,"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":"isDeterminate","changeable":true,"lowerBound":1,"iD":false,"id":1724,"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":"isAssured","changeable":true,"lowerBound":1,"iD":false,"id":1725,"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":"clause","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1726,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1727,"derived":false},{"id":1728,"eClass":"EGenericType"},{"id":1729,"eClass":"EGenericType"},{"id":1730,"eClass":"EGenericType"},{"id":1731,"eClass":"EGenericType"},{"id":1732,"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":"test","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1733,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1734,"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":"predecessorClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1735,"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":"successorClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1736,"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":"decider","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1737,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1738,"derived":false},{"id":1739,"eClass":"EGenericType"},{"id":1740,"eClass":"EGenericType"},{"id":1741,"eClass":"EGenericType"},{"id":1742,"eClass":"EGenericType"},{"id":1743,"eClass":"EGenericType"},{"id":1744,"eClass":"EGenericType"},{"id":1745,"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":"isTestedFirst","changeable":true,"lowerBound":1,"iD":false,"id":1746,"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":"bodyPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1747,"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":"setupPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1748,"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":"decider","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1749,"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":"test","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1750,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1751,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1752,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1753,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopVariableInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1754,"derived":false},{"id":1755,"eClass":"EGenericType"},{"id":1756,"eClass":"EGenericType"},{"id":1757,"eClass":"EGenericType"},{"id":1758,"eClass":"EGenericType"},{"id":1759,"eClass":"EGenericType"},{"id":1760,"eClass":"EGenericType"},{"id":1761,"eClass":"EGenericType"},{"id":1762,"eClass":"EGenericType"},{"id":1763,"eClass":"EGenericType"},{"id":1764,"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":"regionAsOutput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1765,"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":"regionAsInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1766,"derived":false},{"id":1767,"eClass":"EGenericType"},{"id":1768,"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":"outputElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1769,"derived":false},{"id":1770,"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":"inputElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1771,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"iterative","unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":1772,"derived":false},{"id":1773,"eClass":"EGenericType"},{"id":1774,"eClass":"EGenericType"},{"id":1775,"eClass":"EGenericType"},{"id":1776,"eClass":"EGenericType"},{"name":"parallel","id":1777,"value":0,"literal":"parallel","eClass":"EEnumLiteral"},{"name":"iterative","id":1778,"value":1,"literal":"iterative","eClass":"EEnumLiteral"},{"name":"stream","id":1779,"value":2,"literal":"stream","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":"postCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1780,"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":"referred","changeable":false,"resolveProxies":true,"lowerBound":0,"id":1781,"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":"preCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1782,"derived":false},{"id":1783,"eClass":"EGenericType"},{"id":1784,"eClass":"EGenericType"},{"id":1785,"eClass":"EGenericType"},{"id":1786,"eClass":"EGenericType"},{"id":1787,"eClass":"EGenericType"},{"id":1788,"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":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":265},{"source":5,"target":266},{"source":5,"target":267},{"source":265,"target":3},{"source":265,"target":268},{"source":265,"target":5},{"source":268,"target":3},{"source":266,"target":6},{"source":266,"target":269},{"source":266,"target":5},{"source":269,"target":6},{"source":267,"target":6},{"source":6,"target":0},{"source":6,"target":270},{"source":6,"target":271},{"source":6,"target":272},{"source":6,"target":273},{"source":270,"target":6},{"source":270,"target":274},{"source":270,"target":6},{"source":270,"target":271},{"source":274,"target":6},{"source":271,"target":6},{"source":271,"target":275},{"source":271,"target":6},{"source":271,"target":270},{"source":275,"target":6},{"source":272,"target":5},{"source":272,"target":276},{"source":272,"target":6},{"source":276,"target":5},{"source":7,"target":0},{"source":7,"target":14},{"source":7,"target":8},{"source":7,"target":24},{"source":7,"target":277},{"source":7,"target":278},{"source":7,"target":279},{"source":7,"target":280},{"source":7,"target":281},{"source":7,"target":282},{"source":7,"target":283},{"source":7,"target":284},{"source":7,"target":285},{"source":277,"target":20},{"source":277,"target":286},{"source":277,"target":7},{"source":277,"target":287},{"source":286,"target":20},{"source":278,"target":101},{"source":278,"target":288},{"source":278,"target":7},{"source":278,"target":289},{"source":288,"target":101},{"source":279,"target":8},{"source":279,"target":290},{"source":279,"target":7},{"source":290,"target":8},{"source":280,"target":7},{"source":280,"target":291},{"source":280,"target":7},{"source":280,"target":281},{"source":291,"target":7},{"source":281,"target":7},{"source":281,"target":292},{"source":281,"target":7},{"source":281,"target":280},{"source":292,"target":7},{"source":282,"target":102},{"source":282,"target":293},{"source":282,"target":7},{"source":282,"target":294},{"source":293,"target":102},{"source":283,"target":14},{"source":284,"target":8},{"source":285,"target":24},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":28},{"source":8,"target":295},{"source":8,"target":296},{"source":295,"target":9},{"source":296,"target":28},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":297},{"source":9,"target":298},{"source":9,"target":299},{"source":9,"target":300},{"source":9,"target":301},{"source":9,"target":302},{"source":9,"target":303},{"source":297,"target":3},{"source":297,"target":304},{"source":297,"target":9},{"source":304,"target":3},{"source":298,"target":10},{"source":298,"target":305},{"source":298,"target":9},{"source":305,"target":10},{"source":299,"target":3},{"source":299,"target":306},{"source":299,"target":9},{"source":306,"target":3},{"source":300,"target":11},{"source":300,"target":307},{"source":300,"target":9},{"source":300,"target":308},{"source":307,"target":11},{"source":301,"target":14},{"source":301,"target":309},{"source":301,"target":9},{"source":301,"target":310},{"source":309,"target":14},{"source":302,"target":98},{"source":302,"target":311},{"source":302,"target":9},{"source":311,"target":98},{"source":303,"target":6},{"source":10,"target":0},{"source":10,"target":312},{"source":10,"target":313},{"source":10,"target":314},{"source":10,"target":315},{"source":312,"target":10},{"source":313,"target":10},{"source":314,"target":10},{"source":315,"target":10},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":12},{"source":11,"target":316},{"source":11,"target":308},{"source":11,"target":317},{"source":11,"target":318},{"source":316,"target":9},{"source":316,"target":319},{"source":316,"target":11},{"source":319,"target":9},{"source":308,"target":9},{"source":308,"target":320},{"source":308,"target":11},{"source":308,"target":300},{"source":320,"target":9},{"source":317,"target":8},{"source":318,"target":12},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":321},{"source":12,"target":322},{"source":12,"target":323},{"source":321,"target":6},{"source":321,"target":324},{"source":321,"target":12},{"source":324,"target":6},{"source":322,"target":6},{"source":322,"target":325},{"source":322,"target":12},{"source":325,"target":6},{"source":323,"target":13},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":326},{"source":13,"target":327},{"source":326,"target":6},{"source":326,"target":328},{"source":326,"target":13},{"source":328,"target":6},{"source":327,"target":6},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":329},{"source":14,"target":330},{"source":14,"target":331},{"source":14,"target":332},{"source":14,"target":333},{"source":14,"target":310},{"source":14,"target":334},{"source":329,"target":15},{"source":329,"target":335},{"source":329,"target":14},{"source":329,"target":336},{"source":335,"target":15},{"source":330,"target":16},{"source":330,"target":337},{"source":330,"target":14},{"source":330,"target":338},{"source":337,"target":16},{"source":331,"target":17},{"source":331,"target":339},{"source":331,"target":14},{"source":331,"target":340},{"source":339,"target":17},{"source":332,"target":9},{"source":332,"target":341},{"source":332,"target":14},{"source":341,"target":9},{"source":333,"target":8},{"source":333,"target":342},{"source":333,"target":14},{"source":342,"target":8},{"source":310,"target":9},{"source":310,"target":343},{"source":310,"target":14},{"source":310,"target":301},{"source":343,"target":9},{"source":334,"target":9},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":344},{"source":15,"target":345},{"source":15,"target":346},{"source":15,"target":336},{"source":15,"target":347},{"source":344,"target":10},{"source":344,"target":348},{"source":344,"target":15},{"source":348,"target":10},{"source":345,"target":3},{"source":345,"target":349},{"source":345,"target":15},{"source":349,"target":3},{"source":346,"target":8},{"source":346,"target":350},{"source":346,"target":15},{"source":350,"target":8},{"source":336,"target":14},{"source":336,"target":351},{"source":336,"target":15},{"source":336,"target":329},{"source":351,"target":14},{"source":347,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":352},{"source":16,"target":353},{"source":16,"target":338},{"source":16,"target":354},{"source":352,"target":10},{"source":352,"target":355},{"source":352,"target":16},{"source":355,"target":10},{"source":353,"target":7},{"source":353,"target":356},{"source":353,"target":16},{"source":356,"target":7},{"source":338,"target":14},{"source":338,"target":357},{"source":338,"target":16},{"source":338,"target":330},{"source":357,"target":14},{"source":354,"target":12},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":358},{"source":17,"target":359},{"source":17,"target":340},{"source":17,"target":360},{"source":358,"target":6},{"source":358,"target":361},{"source":358,"target":17},{"source":361,"target":6},{"source":359,"target":18},{"source":359,"target":362},{"source":359,"target":17},{"source":362,"target":18},{"source":340,"target":14},{"source":340,"target":363},{"source":340,"target":17},{"source":340,"target":331},{"source":363,"target":14},{"source":360,"target":8},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":19},{"source":18,"target":364},{"source":18,"target":365},{"source":364,"target":8},{"source":365,"target":19},{"source":19,"target":0},{"source":19,"target":9},{"source":19,"target":366},{"source":19,"target":367},{"source":366,"target":20},{"source":366,"target":368},{"source":366,"target":19},{"source":368,"target":20},{"source":367,"target":9},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":287},{"source":20,"target":369},{"source":287,"target":7},{"source":287,"target":370},{"source":287,"target":20},{"source":287,"target":277},{"source":370,"target":7},{"source":369,"target":8},{"source":21,"target":0},{"source":21,"target":22},{"source":21,"target":13},{"source":21,"target":371},{"source":21,"target":372},{"source":21,"target":373},{"source":21,"target":374},{"source":21,"target":375},{"source":21,"target":376},{"source":21,"target":377},{"source":371,"target":41},{"source":371,"target":378},{"source":371,"target":21},{"source":371,"target":379},{"source":378,"target":41},{"source":372,"target":41},{"source":372,"target":380},{"source":372,"target":21},{"source":372,"target":381},{"source":380,"target":41},{"source":373,"target":2},{"source":373,"target":382},{"source":373,"target":21},{"source":382,"target":2},{"source":374,"target":20},{"source":374,"target":383},{"source":374,"target":21},{"source":383,"target":20},{"source":375,"target":41},{"source":375,"target":384},{"source":375,"target":21},{"source":384,"target":41},{"source":376,"target":22},{"source":377,"target":13},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":23},{"source":22,"target":20},{"source":22,"target":24},{"source":22,"target":385},{"source":22,"target":386},{"source":22,"target":387},{"source":22,"target":388},{"source":22,"target":389},{"source":22,"target":390},{"source":22,"target":391},{"source":22,"target":392},{"source":22,"target":393},{"source":22,"target":394},{"source":22,"target":395},{"source":22,"target":396},{"source":22,"target":397},{"source":22,"target":398},{"source":22,"target":399},{"source":22,"target":400},{"source":22,"target":401},{"source":385,"target":2},{"source":385,"target":402},{"source":385,"target":22},{"source":402,"target":2},{"source":386,"target":30},{"source":386,"target":403},{"source":386,"target":22},{"source":386,"target":404},{"source":403,"target":30},{"source":387,"target":31},{"source":387,"target":405},{"source":387,"target":22},{"source":387,"target":406},{"source":405,"target":31},{"source":388,"target":32},{"source":388,"target":407},{"source":388,"target":22},{"source":388,"target":408},{"source":407,"target":32},{"source":389,"target":9},{"source":389,"target":409},{"source":389,"target":22},{"source":409,"target":9},{"source":390,"target":22},{"source":390,"target":410},{"source":390,"target":22},{"source":410,"target":22},{"source":391,"target":22},{"source":391,"target":411},{"source":391,"target":22},{"source":411,"target":22},{"source":392,"target":33},{"source":392,"target":412},{"source":392,"target":22},{"source":392,"target":413},{"source":412,"target":33},{"source":393,"target":41},{"source":393,"target":414},{"source":393,"target":22},{"source":414,"target":41},{"source":394,"target":90},{"source":394,"target":415},{"source":394,"target":22},{"source":415,"target":90},{"source":395,"target":90},{"source":395,"target":416},{"source":395,"target":22},{"source":416,"target":90},{"source":396,"target":92},{"source":396,"target":417},{"source":396,"target":22},{"source":417,"target":92},{"source":397,"target":92},{"source":397,"target":418},{"source":397,"target":22},{"source":397,"target":419},{"source":418,"target":92},{"source":398,"target":14},{"source":399,"target":23},{"source":400,"target":20},{"source":401,"target":24},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":420},{"source":23,"target":421},{"source":23,"target":422},{"source":23,"target":423},{"source":420,"target":2},{"source":420,"target":424},{"source":420,"target":23},{"source":424,"target":2},{"source":421,"target":23},{"source":421,"target":425},{"source":421,"target":23},{"source":425,"target":23},{"source":422,"target":22},{"source":422,"target":426},{"source":422,"target":23},{"source":426,"target":22},{"source":423,"target":9},{"source":24,"target":0},{"source":24,"target":6},{"source":24,"target":427},{"source":24,"target":428},{"source":24,"target":429},{"source":427,"target":25},{"source":427,"target":430},{"source":427,"target":24},{"source":427,"target":431},{"source":430,"target":25},{"source":428,"target":26},{"source":428,"target":432},{"source":428,"target":24},{"source":428,"target":433},{"source":432,"target":26},{"source":429,"target":6},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":434},{"source":25,"target":435},{"source":25,"target":431},{"source":25,"target":436},{"source":434,"target":26},{"source":434,"target":437},{"source":434,"target":25},{"source":437,"target":26},{"source":435,"target":29},{"source":435,"target":438},{"source":435,"target":25},{"source":435,"target":439},{"source":438,"target":29},{"source":431,"target":24},{"source":431,"target":440},{"source":431,"target":25},{"source":431,"target":427},{"source":440,"target":24},{"source":436,"target":12},{"source":26,"target":0},{"source":26,"target":6},{"source":26,"target":441},{"source":26,"target":442},{"source":26,"target":433},{"source":26,"target":443},{"source":441,"target":27},{"source":441,"target":444},{"source":441,"target":26},{"source":444,"target":27},{"source":442,"target":27},{"source":442,"target":445},{"source":442,"target":26},{"source":442,"target":446},{"source":445,"target":27},{"source":433,"target":24},{"source":433,"target":447},{"source":433,"target":26},{"source":433,"target":428},{"source":447,"target":24},{"source":443,"target":6},{"source":27,"target":0},{"source":27,"target":6},{"source":27,"target":446},{"source":27,"target":448},{"source":27,"target":449},{"source":27,"target":450},{"source":27,"target":451},{"source":27,"target":452},{"source":446,"target":26},{"source":446,"target":453},{"source":446,"target":27},{"source":446,"target":442},{"source":453,"target":26},{"source":448,"target":28},{"source":448,"target":454},{"source":448,"target":27},{"source":448,"target":455},{"source":454,"target":28},{"source":449,"target":28},{"source":449,"target":456},{"source":449,"target":27},{"source":449,"target":457},{"source":456,"target":28},{"source":450,"target":28},{"source":450,"target":458},{"source":450,"target":27},{"source":458,"target":28},{"source":451,"target":28},{"source":451,"target":459},{"source":451,"target":27},{"source":459,"target":28},{"source":452,"target":6},{"source":28,"target":0},{"source":28,"target":6},{"source":28,"target":457},{"source":28,"target":455},{"source":28,"target":460},{"source":457,"target":27},{"source":457,"target":461},{"source":457,"target":28},{"source":457,"target":449},{"source":461,"target":27},{"source":455,"target":27},{"source":455,"target":462},{"source":455,"target":28},{"source":455,"target":448},{"source":462,"target":27},{"source":460,"target":6},{"source":29,"target":0},{"source":29,"target":6},{"source":29,"target":463},{"source":29,"target":464},{"source":29,"target":465},{"source":29,"target":439},{"source":29,"target":466},{"source":463,"target":27},{"source":463,"target":467},{"source":463,"target":29},{"source":467,"target":27},{"source":464,"target":28},{"source":464,"target":468},{"source":464,"target":29},{"source":468,"target":28},{"source":465,"target":28},{"source":465,"target":469},{"source":465,"target":29},{"source":469,"target":28},{"source":439,"target":25},{"source":439,"target":470},{"source":439,"target":29},{"source":439,"target":435},{"source":470,"target":25},{"source":466,"target":6},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":471},{"source":30,"target":472},{"source":30,"target":473},{"source":30,"target":404},{"source":30,"target":474},{"source":471,"target":2},{"source":471,"target":475},{"source":471,"target":30},{"source":475,"target":2},{"source":472,"target":22},{"source":472,"target":476},{"source":472,"target":30},{"source":476,"target":22},{"source":473,"target":31},{"source":473,"target":477},{"source":473,"target":30},{"source":473,"target":478},{"source":477,"target":31},{"source":404,"target":22},{"source":404,"target":479},{"source":404,"target":30},{"source":404,"target":386},{"source":479,"target":22},{"source":474,"target":12},{"source":31,"target":0},{"source":31,"target":8},{"source":31,"target":480},{"source":31,"target":481},{"source":31,"target":406},{"source":31,"target":478},{"source":31,"target":482},{"source":480,"target":2},{"source":480,"target":483},{"source":480,"target":31},{"source":483,"target":2},{"source":481,"target":2},{"source":481,"target":484},{"source":481,"target":31},{"source":484,"target":2},{"source":406,"target":22},{"source":406,"target":485},{"source":406,"target":31},{"source":406,"target":387},{"source":485,"target":22},{"source":478,"target":30},{"source":478,"target":486},{"source":478,"target":31},{"source":478,"target":473},{"source":486,"target":30},{"source":482,"target":8},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":487},{"source":32,"target":408},{"source":32,"target":488},{"source":487,"target":2},{"source":487,"target":489},{"source":487,"target":32},{"source":489,"target":2},{"source":408,"target":22},{"source":408,"target":490},{"source":408,"target":32},{"source":408,"target":388},{"source":490,"target":22},{"source":488,"target":23},{"source":33,"target":0},{"source":33,"target":34},{"source":33,"target":491},{"source":33,"target":413},{"source":33,"target":492},{"source":491,"target":22},{"source":491,"target":493},{"source":491,"target":33},{"source":493,"target":22},{"source":413,"target":22},{"source":413,"target":494},{"source":413,"target":33},{"source":413,"target":392},{"source":494,"target":22},{"source":492,"target":34},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":495},{"source":495,"target":35},{"source":35,"target":0},{"source":35,"target":11},{"source":35,"target":496},{"source":35,"target":497},{"source":496,"target":36},{"source":496,"target":498},{"source":496,"target":35},{"source":498,"target":36},{"source":497,"target":11},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":499},{"source":36,"target":500},{"source":36,"target":501},{"source":36,"target":502},{"source":36,"target":503},{"source":499,"target":3},{"source":499,"target":504},{"source":499,"target":36},{"source":504,"target":3},{"source":500,"target":3},{"source":500,"target":505},{"source":500,"target":36},{"source":505,"target":3},{"source":501,"target":37},{"source":501,"target":506},{"source":501,"target":36},{"source":506,"target":37},{"source":502,"target":50},{"source":502,"target":507},{"source":502,"target":36},{"source":507,"target":50},{"source":503,"target":18},{"source":37,"target":0},{"source":37,"target":39},{"source":37,"target":38},{"source":37,"target":508},{"source":37,"target":509},{"source":37,"target":510},{"source":37,"target":511},{"source":37,"target":512},{"source":37,"target":513},{"source":37,"target":514},{"source":37,"target":515},{"source":37,"target":516},{"source":37,"target":517},{"source":508,"target":81},{"source":508,"target":518},{"source":508,"target":37},{"source":508,"target":519},{"source":518,"target":81},{"source":509,"target":48},{"source":509,"target":520},{"source":509,"target":37},{"source":520,"target":48},{"source":510,"target":88},{"source":510,"target":521},{"source":510,"target":37},{"source":521,"target":88},{"source":511,"target":3},{"source":511,"target":522},{"source":511,"target":37},{"source":522,"target":3},{"source":512,"target":18},{"source":512,"target":523},{"source":512,"target":37},{"source":523,"target":18},{"source":513,"target":2},{"source":513,"target":524},{"source":513,"target":37},{"source":524,"target":2},{"source":514,"target":2},{"source":514,"target":525},{"source":514,"target":37},{"source":525,"target":2},{"source":515,"target":89},{"source":515,"target":526},{"source":515,"target":37},{"source":526,"target":89},{"source":516,"target":39},{"source":517,"target":38},{"source":38,"target":0},{"source":38,"target":6},{"source":38,"target":527},{"source":38,"target":528},{"source":38,"target":529},{"source":38,"target":530},{"source":38,"target":531},{"source":38,"target":532},{"source":38,"target":533},{"source":527,"target":2},{"source":527,"target":534},{"source":527,"target":38},{"source":534,"target":2},{"source":528,"target":2},{"source":528,"target":535},{"source":528,"target":38},{"source":535,"target":2},{"source":529,"target":4},{"source":529,"target":536},{"source":529,"target":38},{"source":536,"target":4},{"source":530,"target":1},{"source":530,"target":537},{"source":530,"target":38},{"source":537,"target":1},{"source":531,"target":18},{"source":531,"target":538},{"source":531,"target":38},{"source":538,"target":18},{"source":532,"target":18},{"source":532,"target":539},{"source":532,"target":38},{"source":539,"target":18},{"source":533,"target":6},{"source":39,"target":0},{"source":39,"target":19},{"source":39,"target":28},{"source":39,"target":540},{"source":39,"target":541},{"source":39,"target":542},{"source":540,"target":40},{"source":540,"target":543},{"source":540,"target":39},{"source":543,"target":40},{"source":541,"target":19},{"source":542,"target":28},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":544},{"source":40,"target":545},{"source":40,"target":546},{"source":40,"target":547},{"source":544,"target":41},{"source":544,"target":548},{"source":544,"target":40},{"source":548,"target":41},{"source":545,"target":39},{"source":545,"target":549},{"source":545,"target":40},{"source":549,"target":39},{"source":546,"target":41},{"source":546,"target":550},{"source":546,"target":40},{"source":550,"target":41},{"source":547,"target":38},{"source":41,"target":0},{"source":41,"target":85},{"source":41,"target":39},{"source":41,"target":42},{"source":41,"target":551},{"source":41,"target":552},{"source":41,"target":553},{"source":41,"target":554},{"source":41,"target":555},{"source":41,"target":556},{"source":41,"target":557},{"source":41,"target":558},{"source":41,"target":379},{"source":41,"target":559},{"source":41,"target":560},{"source":41,"target":561},{"source":41,"target":381},{"source":41,"target":562},{"source":41,"target":563},{"source":41,"target":564},{"source":41,"target":565},{"source":41,"target":566},{"source":551,"target":51},{"source":551,"target":567},{"source":551,"target":41},{"source":567,"target":51},{"source":552,"target":83},{"source":552,"target":568},{"source":552,"target":41},{"source":552,"target":569},{"source":568,"target":83},{"source":553,"target":2},{"source":553,"target":570},{"source":553,"target":41},{"source":570,"target":2},{"source":554,"target":2},{"source":554,"target":571},{"source":554,"target":41},{"source":571,"target":2},{"source":555,"target":3},{"source":555,"target":572},{"source":555,"target":41},{"source":572,"target":3},{"source":556,"target":86},{"source":556,"target":573},{"source":556,"target":41},{"source":573,"target":86},{"source":557,"target":2},{"source":557,"target":574},{"source":557,"target":41},{"source":574,"target":2},{"source":558,"target":41},{"source":558,"target":575},{"source":558,"target":41},{"source":575,"target":41},{"source":379,"target":21},{"source":379,"target":576},{"source":379,"target":41},{"source":379,"target":371},{"source":576,"target":21},{"source":559,"target":18},{"source":559,"target":577},{"source":559,"target":41},{"source":577,"target":18},{"source":560,"target":41},{"source":560,"target":578},{"source":560,"target":41},{"source":578,"target":41},{"source":561,"target":41},{"source":561,"target":579},{"source":561,"target":41},{"source":579,"target":41},{"source":381,"target":21},{"source":381,"target":580},{"source":381,"target":41},{"source":381,"target":372},{"source":580,"target":21},{"source":562,"target":41},{"source":562,"target":581},{"source":562,"target":41},{"source":562,"target":563},{"source":581,"target":41},{"source":563,"target":41},{"source":563,"target":582},{"source":563,"target":41},{"source":563,"target":562},{"source":582,"target":41},{"source":564,"target":85},{"source":565,"target":39},{"source":566,"target":42},{"source":42,"target":0},{"source":42,"target":9},{"source":42,"target":583},{"source":42,"target":584},{"source":42,"target":585},{"source":583,"target":43},{"source":583,"target":586},{"source":583,"target":42},{"source":583,"target":587},{"source":586,"target":43},{"source":584,"target":8},{"source":584,"target":588},{"source":584,"target":42},{"source":588,"target":8},{"source":585,"target":9},{"source":43,"target":0},{"source":43,"target":11},{"source":43,"target":589},{"source":43,"target":590},{"source":43,"target":587},{"source":43,"target":591},{"source":589,"target":44},{"source":589,"target":592},{"source":589,"target":43},{"source":592,"target":44},{"source":590,"target":45},{"source":590,"target":593},{"source":590,"target":43},{"source":590,"target":594},{"source":593,"target":45},{"source":587,"target":42},{"source":587,"target":595},{"source":587,"target":43},{"source":587,"target":583},{"source":595,"target":42},{"source":591,"target":11},{"source":44,"target":0},{"source":44,"target":9},{"source":44,"target":596},{"source":596,"target":9},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":597},{"source":45,"target":598},{"source":45,"target":594},{"source":45,"target":599},{"source":597,"target":3},{"source":597,"target":600},{"source":597,"target":45},{"source":600,"target":3},{"source":598,"target":3},{"source":598,"target":601},{"source":598,"target":45},{"source":601,"target":3},{"source":594,"target":43},{"source":594,"target":602},{"source":594,"target":45},{"source":594,"target":590},{"source":602,"target":43},{"source":599,"target":46},{"source":46,"target":0},{"source":46,"target":22},{"source":46,"target":44},{"source":46,"target":603},{"source":46,"target":604},{"source":46,"target":605},{"source":46,"target":606},{"source":46,"target":607},{"source":46,"target":608},{"source":46,"target":609},{"source":603,"target":3},{"source":603,"target":610},{"source":603,"target":46},{"source":610,"target":3},{"source":604,"target":46},{"source":604,"target":611},{"source":604,"target":46},{"source":611,"target":46},{"source":605,"target":47},{"source":605,"target":612},{"source":605,"target":46},{"source":612,"target":47},{"source":606,"target":48},{"source":606,"target":613},{"source":606,"target":46},{"source":613,"target":48},{"source":607,"target":41},{"source":607,"target":614},{"source":607,"target":46},{"source":614,"target":41},{"source":608,"target":22},{"source":609,"target":44},{"source":47,"target":0},{"source":47,"target":35},{"source":47,"target":615},{"source":47,"target":616},{"source":615,"target":8},{"source":615,"target":617},{"source":615,"target":47},{"source":617,"target":8},{"source":616,"target":35},{"source":48,"target":0},{"source":48,"target":49},{"source":48,"target":28},{"source":48,"target":24},{"source":48,"target":618},{"source":48,"target":619},{"source":48,"target":620},{"source":48,"target":621},{"source":48,"target":622},{"source":48,"target":623},{"source":48,"target":624},{"source":48,"target":625},{"source":48,"target":626},{"source":48,"target":627},{"source":48,"target":628},{"source":48,"target":629},{"source":48,"target":630},{"source":48,"target":631},{"source":48,"target":632},{"source":48,"target":633},{"source":618,"target":54},{"source":618,"target":634},{"source":618,"target":48},{"source":618,"target":635},{"source":634,"target":54},{"source":619,"target":51},{"source":619,"target":636},{"source":619,"target":48},{"source":619,"target":637},{"source":636,"target":51},{"source":620,"target":2},{"source":620,"target":638},{"source":620,"target":48},{"source":638,"target":2},{"source":621,"target":2},{"source":621,"target":639},{"source":621,"target":48},{"source":639,"target":2},{"source":622,"target":2},{"source":622,"target":640},{"source":622,"target":48},{"source":640,"target":2},{"source":623,"target":1},{"source":623,"target":641},{"source":623,"target":48},{"source":641,"target":1},{"source":624,"target":4},{"source":624,"target":642},{"source":624,"target":48},{"source":642,"target":4},{"source":625,"target":17},{"source":625,"target":643},{"source":625,"target":48},{"source":643,"target":17},{"source":626,"target":17},{"source":626,"target":644},{"source":626,"target":48},{"source":644,"target":17},{"source":627,"target":48},{"source":627,"target":645},{"source":627,"target":48},{"source":645,"target":48},{"source":628,"target":83},{"source":628,"target":646},{"source":628,"target":48},{"source":628,"target":647},{"source":646,"target":83},{"source":629,"target":17},{"source":629,"target":648},{"source":629,"target":48},{"source":648,"target":17},{"source":630,"target":20},{"source":630,"target":649},{"source":630,"target":48},{"source":649,"target":20},{"source":631,"target":49},{"source":632,"target":28},{"source":633,"target":24},{"source":49,"target":0},{"source":49,"target":14},{"source":49,"target":32},{"source":49,"target":650},{"source":49,"target":651},{"source":49,"target":652},{"source":49,"target":653},{"source":49,"target":654},{"source":49,"target":655},{"source":49,"target":656},{"source":49,"target":657},{"source":650,"target":37},{"source":650,"target":658},{"source":650,"target":49},{"source":658,"target":37},{"source":651,"target":2},{"source":651,"target":659},{"source":651,"target":49},{"source":659,"target":2},{"source":652,"target":50},{"source":652,"target":660},{"source":652,"target":49},{"source":652,"target":661},{"source":660,"target":50},{"source":653,"target":82},{"source":653,"target":662},{"source":653,"target":49},{"source":662,"target":82},{"source":654,"target":20},{"source":654,"target":663},{"source":654,"target":49},{"source":663,"target":20},{"source":655,"target":81},{"source":655,"target":664},{"source":655,"target":49},{"source":664,"target":81},{"source":656,"target":14},{"source":657,"target":32},{"source":50,"target":0},{"source":50,"target":51},{"source":50,"target":665},{"source":50,"target":666},{"source":50,"target":667},{"source":50,"target":668},{"source":50,"target":669},{"source":50,"target":670},{"source":50,"target":671},{"source":50,"target":661},{"source":50,"target":672},{"source":665,"target":2},{"source":665,"target":673},{"source":665,"target":50},{"source":673,"target":2},{"source":666,"target":50},{"source":666,"target":674},{"source":666,"target":50},{"source":674,"target":50},{"source":667,"target":37},{"source":667,"target":675},{"source":667,"target":50},{"source":675,"target":37},{"source":668,"target":52},{"source":668,"target":676},{"source":668,"target":50},{"source":676,"target":52},{"source":669,"target":17},{"source":669,"target":677},{"source":669,"target":50},{"source":677,"target":17},{"source":670,"target":17},{"source":670,"target":678},{"source":670,"target":50},{"source":678,"target":17},{"source":671,"target":81},{"source":671,"target":679},{"source":671,"target":50},{"source":679,"target":81},{"source":661,"target":49},{"source":661,"target":680},{"source":661,"target":50},{"source":661,"target":652},{"source":680,"target":49},{"source":672,"target":51},{"source":51,"target":0},{"source":51,"target":71},{"source":51,"target":52},{"source":51,"target":681},{"source":51,"target":637},{"source":51,"target":682},{"source":51,"target":683},{"source":51,"target":684},{"source":51,"target":685},{"source":51,"target":686},{"source":51,"target":687},{"source":681,"target":22},{"source":681,"target":688},{"source":681,"target":51},{"source":688,"target":22},{"source":637,"target":48},{"source":637,"target":689},{"source":637,"target":51},{"source":637,"target":619},{"source":689,"target":48},{"source":682,"target":51},{"source":682,"target":690},{"source":682,"target":51},{"source":690,"target":51},{"source":683,"target":2},{"source":683,"target":691},{"source":683,"target":51},{"source":691,"target":2},{"source":684,"target":55},{"source":684,"target":692},{"source":684,"target":51},{"source":692,"target":55},{"source":685,"target":75},{"source":685,"target":693},{"source":685,"target":51},{"source":685,"target":694},{"source":693,"target":75},{"source":686,"target":71},{"source":687,"target":52},{"source":52,"target":0},{"source":52,"target":22},{"source":52,"target":695},{"source":52,"target":696},{"source":52,"target":697},{"source":52,"target":698},{"source":52,"target":699},{"source":695,"target":50},{"source":695,"target":700},{"source":695,"target":52},{"source":700,"target":50},{"source":696,"target":50},{"source":696,"target":701},{"source":696,"target":52},{"source":701,"target":50},{"source":697,"target":53},{"source":697,"target":702},{"source":697,"target":52},{"source":697,"target":703},{"source":702,"target":53},{"source":698,"target":63},{"source":698,"target":704},{"source":698,"target":52},{"source":704,"target":63},{"source":699,"target":22},{"source":53,"target":0},{"source":53,"target":34},{"source":53,"target":705},{"source":53,"target":703},{"source":53,"target":706},{"source":705,"target":54},{"source":705,"target":707},{"source":705,"target":53},{"source":707,"target":54},{"source":703,"target":52},{"source":703,"target":708},{"source":703,"target":53},{"source":703,"target":697},{"source":708,"target":52},{"source":706,"target":34},{"source":54,"target":0},{"source":54,"target":22},{"source":54,"target":709},{"source":54,"target":635},{"source":54,"target":710},{"source":54,"target":711},{"source":54,"target":712},{"source":54,"target":713},{"source":54,"target":714},{"source":709,"target":41},{"source":709,"target":715},{"source":709,"target":54},{"source":715,"target":41},{"source":635,"target":48},{"source":635,"target":716},{"source":635,"target":54},{"source":635,"target":618},{"source":716,"target":48},{"source":710,"target":22},{"source":710,"target":717},{"source":710,"target":54},{"source":717,"target":22},{"source":711,"target":54},{"source":711,"target":718},{"source":711,"target":54},{"source":718,"target":54},{"source":712,"target":55},{"source":712,"target":719},{"source":712,"target":54},{"source":719,"target":55},{"source":713,"target":57},{"source":713,"target":720},{"source":713,"target":54},{"source":720,"target":57},{"source":714,"target":22},{"source":55,"target":0},{"source":55,"target":49},{"source":55,"target":721},{"source":55,"target":722},{"source":721,"target":56},{"source":721,"target":723},{"source":721,"target":55},{"source":723,"target":56},{"source":722,"target":49},{"source":56,"target":0},{"source":56,"target":22},{"source":56,"target":724},{"source":56,"target":725},{"source":724,"target":41},{"source":724,"target":726},{"source":724,"target":56},{"source":726,"target":41},{"source":725,"target":22},{"source":57,"target":0},{"source":57,"target":58},{"source":57,"target":727},{"source":57,"target":728},{"source":727,"target":70},{"source":727,"target":729},{"source":727,"target":57},{"source":727,"target":730},{"source":729,"target":70},{"source":728,"target":58},{"source":58,"target":0},{"source":58,"target":50},{"source":58,"target":731},{"source":58,"target":732},{"source":58,"target":733},{"source":58,"target":734},{"source":58,"target":735},{"source":731,"target":59},{"source":731,"target":736},{"source":731,"target":58},{"source":731,"target":737},{"source":736,"target":59},{"source":732,"target":66},{"source":732,"target":738},{"source":732,"target":58},{"source":732,"target":739},{"source":738,"target":66},{"source":733,"target":68},{"source":733,"target":740},{"source":733,"target":58},{"source":733,"target":741},{"source":740,"target":68},{"source":734,"target":58},{"source":734,"target":742},{"source":734,"target":58},{"source":742,"target":58},{"source":735,"target":50},{"source":59,"target":0},{"source":59,"target":14},{"source":59,"target":23},{"source":59,"target":743},{"source":59,"target":744},{"source":59,"target":745},{"source":59,"target":746},{"source":59,"target":737},{"source":59,"target":747},{"source":59,"target":748},{"source":743,"target":60},{"source":743,"target":749},{"source":743,"target":59},{"source":743,"target":750},{"source":749,"target":60},{"source":744,"target":61},{"source":744,"target":751},{"source":744,"target":59},{"source":744,"target":752},{"source":751,"target":61},{"source":745,"target":66},{"source":745,"target":753},{"source":745,"target":59},{"source":745,"target":754},{"source":753,"target":66},{"source":746,"target":59},{"source":746,"target":755},{"source":746,"target":59},{"source":755,"target":59},{"source":737,"target":58},{"source":737,"target":756},{"source":737,"target":59},{"source":737,"target":731},{"source":756,"target":58},{"source":747,"target":14},{"source":748,"target":23},{"source":60,"target":0},{"source":60,"target":9},{"source":60,"target":757},{"source":60,"target":758},{"source":60,"target":750},{"source":60,"target":759},{"source":757,"target":61},{"source":757,"target":760},{"source":757,"target":60},{"source":760,"target":61},{"source":758,"target":61},{"source":758,"target":761},{"source":758,"target":60},{"source":761,"target":61},{"source":750,"target":59},{"source":750,"target":762},{"source":750,"target":60},{"source":750,"target":743},{"source":762,"target":59},{"source":759,"target":9},{"source":61,"target":0},{"source":61,"target":14},{"source":61,"target":23},{"source":61,"target":763},{"source":61,"target":752},{"source":61,"target":764},{"source":61,"target":765},{"source":61,"target":766},{"source":61,"target":767},{"source":61,"target":768},{"source":61,"target":769},{"source":61,"target":770},{"source":61,"target":771},{"source":763,"target":62},{"source":763,"target":772},{"source":763,"target":61},{"source":772,"target":62},{"source":752,"target":59},{"source":752,"target":773},{"source":752,"target":61},{"source":752,"target":744},{"source":773,"target":59},{"source":764,"target":60},{"source":764,"target":774},{"source":764,"target":61},{"source":774,"target":60},{"source":765,"target":60},{"source":765,"target":775},{"source":765,"target":61},{"source":775,"target":60},{"source":766,"target":61},{"source":766,"target":776},{"source":766,"target":61},{"source":776,"target":61},{"source":767,"target":17},{"source":767,"target":777},{"source":767,"target":61},{"source":777,"target":17},{"source":768,"target":50},{"source":768,"target":778},{"source":768,"target":61},{"source":778,"target":50},{"source":769,"target":63},{"source":769,"target":779},{"source":769,"target":61},{"source":779,"target":63},{"source":770,"target":14},{"source":771,"target":23},{"source":62,"target":0},{"source":62,"target":780},{"source":62,"target":781},{"source":62,"target":782},{"source":780,"target":62},{"source":781,"target":62},{"source":782,"target":62},{"source":63,"target":0},{"source":63,"target":9},{"source":63,"target":783},{"source":63,"target":784},{"source":63,"target":785},{"source":783,"target":64},{"source":783,"target":786},{"source":783,"target":63},{"source":786,"target":64},{"source":784,"target":65},{"source":784,"target":787},{"source":784,"target":63},{"source":787,"target":65},{"source":785,"target":9},{"source":64,"target":0},{"source":64,"target":8},{"source":64,"target":788},{"source":788,"target":8},{"source":65,"target":0},{"source":65,"target":41},{"source":65,"target":789},{"source":65,"target":790},{"source":65,"target":791},{"source":65,"target":792},{"source":65,"target":793},{"source":65,"target":794},{"source":65,"target":795},{"source":789,"target":2},{"source":789,"target":796},{"source":789,"target":65},{"source":796,"target":2},{"source":790,"target":2},{"source":790,"target":797},{"source":790,"target":65},{"source":797,"target":2},{"source":791,"target":54},{"source":791,"target":798},{"source":791,"target":65},{"source":798,"target":54},{"source":792,"target":65},{"source":792,"target":799},{"source":792,"target":65},{"source":799,"target":65},{"source":793,"target":54},{"source":793,"target":800},{"source":793,"target":65},{"source":800,"target":54},{"source":794,"target":57},{"source":794,"target":801},{"source":794,"target":65},{"source":801,"target":57},{"source":795,"target":41},{"source":66,"target":0},{"source":66,"target":14},{"source":66,"target":23},{"source":66,"target":60},{"source":66,"target":802},{"source":66,"target":803},{"source":66,"target":804},{"source":66,"target":805},{"source":66,"target":739},{"source":66,"target":806},{"source":66,"target":807},{"source":66,"target":808},{"source":66,"target":809},{"source":66,"target":810},{"source":66,"target":811},{"source":66,"target":812},{"source":66,"target":813},{"source":66,"target":754},{"source":66,"target":814},{"source":66,"target":815},{"source":66,"target":816},{"source":802,"target":2},{"source":802,"target":817},{"source":802,"target":66},{"source":817,"target":2},{"source":803,"target":2},{"source":803,"target":818},{"source":803,"target":66},{"source":818,"target":2},{"source":804,"target":2},{"source":804,"target":819},{"source":804,"target":66},{"source":819,"target":2},{"source":805,"target":2},{"source":805,"target":820},{"source":805,"target":66},{"source":820,"target":2},{"source":739,"target":58},{"source":739,"target":821},{"source":739,"target":66},{"source":739,"target":732},{"source":821,"target":58},{"source":806,"target":67},{"source":806,"target":822},{"source":806,"target":66},{"source":806,"target":823},{"source":822,"target":67},{"source":807,"target":68},{"source":807,"target":824},{"source":807,"target":66},{"source":807,"target":825},{"source":824,"target":68},{"source":808,"target":66},{"source":808,"target":826},{"source":808,"target":66},{"source":826,"target":66},{"source":809,"target":17},{"source":809,"target":827},{"source":809,"target":66},{"source":827,"target":17},{"source":810,"target":50},{"source":810,"target":828},{"source":810,"target":66},{"source":828,"target":50},{"source":811,"target":50},{"source":811,"target":829},{"source":811,"target":66},{"source":829,"target":50},{"source":812,"target":50},{"source":812,"target":830},{"source":812,"target":66},{"source":830,"target":50},{"source":813,"target":63},{"source":813,"target":831},{"source":813,"target":66},{"source":831,"target":63},{"source":754,"target":59},{"source":754,"target":832},{"source":754,"target":66},{"source":754,"target":745},{"source":832,"target":59},{"source":814,"target":14},{"source":815,"target":23},{"source":816,"target":60},{"source":67,"target":0},{"source":67,"target":60},{"source":67,"target":833},{"source":67,"target":834},{"source":67,"target":823},{"source":67,"target":835},{"source":833,"target":68},{"source":833,"target":836},{"source":833,"target":67},{"source":836,"target":68},{"source":834,"target":68},{"source":834,"target":837},{"source":834,"target":67},{"source":837,"target":68},{"source":823,"target":66},{"source":823,"target":838},{"source":823,"target":67},{"source":823,"target":806},{"source":838,"target":66},{"source":835,"target":60},{"source":68,"target":0},{"source":68,"target":60},{"source":68,"target":839},{"source":68,"target":741},{"source":68,"target":825},{"source":68,"target":840},{"source":839,"target":69},{"source":839,"target":841},{"source":839,"target":68},{"source":841,"target":69},{"source":741,"target":58},{"source":741,"target":842},{"source":741,"target":68},{"source":741,"target":733},{"source":842,"target":58},{"source":825,"target":66},{"source":825,"target":843},{"source":825,"target":68},{"source":825,"target":807},{"source":843,"target":66},{"source":840,"target":60},{"source":69,"target":0},{"source":69,"target":844},{"source":69,"target":845},{"source":69,"target":846},{"source":69,"target":847},{"source":69,"target":848},{"source":69,"target":849},{"source":69,"target":850},{"source":69,"target":851},{"source":69,"target":852},{"source":69,"target":853},{"source":844,"target":69},{"source":845,"target":69},{"source":846,"target":69},{"source":847,"target":69},{"source":848,"target":69},{"source":849,"target":69},{"source":850,"target":69},{"source":851,"target":69},{"source":852,"target":69},{"source":853,"target":69},{"source":70,"target":0},{"source":70,"target":12},{"source":70,"target":854},{"source":70,"target":730},{"source":70,"target":855},{"source":854,"target":57},{"source":854,"target":856},{"source":854,"target":70},{"source":856,"target":57},{"source":730,"target":57},{"source":730,"target":857},{"source":730,"target":70},{"source":730,"target":727},{"source":857,"target":57},{"source":855,"target":12},{"source":71,"target":0},{"source":71,"target":72},{"source":71,"target":858},{"source":71,"target":859},{"source":858,"target":65},{"source":858,"target":860},{"source":858,"target":71},{"source":860,"target":65},{"source":859,"target":72},{"source":72,"target":0},{"source":72,"target":22},{"source":72,"target":861},{"source":72,"target":862},{"source":72,"target":863},{"source":72,"target":864},{"source":72,"target":865},{"source":861,"target":41},{"source":861,"target":866},{"source":861,"target":72},{"source":866,"target":41},{"source":862,"target":41},{"source":862,"target":867},{"source":862,"target":72},{"source":867,"target":41},{"source":863,"target":39},{"source":863,"target":868},{"source":863,"target":72},{"source":868,"target":39},{"source":864,"target":73},{"source":864,"target":869},{"source":864,"target":72},{"source":869,"target":73},{"source":865,"target":22},{"source":73,"target":0},{"source":73,"target":32},{"source":73,"target":870},{"source":73,"target":871},{"source":73,"target":872},{"source":73,"target":873},{"source":73,"target":874},{"source":73,"target":875},{"source":870,"target":21},{"source":870,"target":876},{"source":870,"target":73},{"source":876,"target":21},{"source":871,"target":73},{"source":871,"target":877},{"source":871,"target":73},{"source":877,"target":73},{"source":872,"target":40},{"source":872,"target":878},{"source":872,"target":73},{"source":878,"target":40},{"source":873,"target":74},{"source":873,"target":879},{"source":873,"target":73},{"source":879,"target":74},{"source":874,"target":50},{"source":874,"target":880},{"source":874,"target":73},{"source":880,"target":50},{"source":875,"target":32},{"source":74,"target":0},{"source":74,"target":881},{"source":74,"target":882},{"source":881,"target":74},{"source":882,"target":74},{"source":75,"target":0},{"source":75,"target":21},{"source":75,"target":883},{"source":75,"target":694},{"source":75,"target":884},{"source":883,"target":2},{"source":883,"target":885},{"source":883,"target":75},{"source":885,"target":2},{"source":694,"target":51},{"source":694,"target":886},{"source":694,"target":75},{"source":694,"target":685},{"source":886,"target":51},{"source":884,"target":21},{"source":76,"target":0},{"source":76,"target":41},{"source":76,"target":887},{"source":887,"target":41},{"source":77,"target":0},{"source":77,"target":51},{"source":77,"target":888},{"source":77,"target":889},{"source":888,"target":78},{"source":888,"target":890},{"source":888,"target":77},{"source":890,"target":78},{"source":889,"target":51},{"source":78,"target":0},{"source":78,"target":6},{"source":78,"target":891},{"source":78,"target":892},{"source":78,"target":893},{"source":78,"target":894},{"source":891,"target":3},{"source":891,"target":895},{"source":891,"target":78},{"source":895,"target":3},{"source":892,"target":3},{"source":892,"target":896},{"source":892,"target":78},{"source":896,"target":3},{"source":893,"target":3},{"source":893,"target":897},{"source":893,"target":78},{"source":897,"target":3},{"source":894,"target":6},{"source":79,"target":0},{"source":79,"target":7},{"source":79,"target":898},{"source":79,"target":899},{"source":79,"target":900},{"source":79,"target":901},{"source":898,"target":77},{"source":898,"target":902},{"source":898,"target":79},{"source":902,"target":77},{"source":899,"target":15},{"source":899,"target":903},{"source":899,"target":79},{"source":903,"target":15},{"source":900,"target":16},{"source":900,"target":904},{"source":900,"target":79},{"source":904,"target":16},{"source":901,"target":7},{"source":80,"target":0},{"source":80,"target":7},{"source":80,"target":905},{"source":80,"target":906},{"source":905,"target":3},{"source":905,"target":907},{"source":905,"target":80},{"source":907,"target":3},{"source":906,"target":7},{"source":81,"target":0},{"source":81,"target":9},{"source":81,"target":519},{"source":81,"target":908},{"source":81,"target":909},{"source":519,"target":37},{"source":519,"target":910},{"source":519,"target":81},{"source":519,"target":508},{"source":910,"target":37},{"source":908,"target":17},{"source":908,"target":911},{"source":908,"target":81},{"source":911,"target":17},{"source":909,"target":9},{"source":82,"target":0},{"source":82,"target":912},{"source":82,"target":913},{"source":82,"target":914},{"source":912,"target":82},{"source":913,"target":82},{"source":914,"target":82},{"source":83,"target":0},{"source":83,"target":22},{"source":83,"target":569},{"source":83,"target":647},{"source":83,"target":915},{"source":569,"target":41},{"source":569,"target":916},{"source":569,"target":83},{"source":569,"target":552},{"source":916,"target":41},{"source":647,"target":48},{"source":647,"target":917},{"source":647,"target":83},{"source":647,"target":628},{"source":917,"target":48},{"source":915,"target":22},{"source":84,"target":0},{"source":84,"target":27},{"source":84,"target":918},{"source":918,"target":27},{"source":85,"target":0},{"source":85,"target":32},{"source":85,"target":19},{"source":85,"target":38},{"source":85,"target":919},{"source":85,"target":920},{"source":85,"target":921},{"source":85,"target":922},{"source":919,"target":2},{"source":919,"target":923},{"source":919,"target":85},{"source":923,"target":2},{"source":920,"target":32},{"source":921,"target":19},{"source":922,"target":38},{"source":86,"target":0},{"source":86,"target":924},{"source":86,"target":925},{"source":86,"target":926},{"source":924,"target":86},{"source":925,"target":86},{"source":926,"target":86},{"source":87,"target":0},{"source":87,"target":27},{"source":87,"target":927},{"source":927,"target":27},{"source":88,"target":0},{"source":88,"target":928},{"source":88,"target":929},{"source":88,"target":930},{"source":88,"target":931},{"source":928,"target":88},{"source":929,"target":88},{"source":930,"target":88},{"source":931,"target":88},{"source":89,"target":0},{"source":89,"target":932},{"source":89,"target":933},{"source":89,"target":934},{"source":89,"target":935},{"source":932,"target":89},{"source":933,"target":89},{"source":934,"target":89},{"source":935,"target":89},{"source":90,"target":0},{"source":90,"target":9},{"source":90,"target":936},{"source":90,"target":937},{"source":90,"target":938},{"source":936,"target":91},{"source":936,"target":939},{"source":936,"target":90},{"source":939,"target":91},{"source":937,"target":11},{"source":937,"target":940},{"source":937,"target":90},{"source":940,"target":11},{"source":938,"target":9},{"source":91,"target":0},{"source":91,"target":52},{"source":91,"target":72},{"source":91,"target":941},{"source":91,"target":942},{"source":91,"target":943},{"source":941,"target":39},{"source":941,"target":944},{"source":941,"target":91},{"source":944,"target":39},{"source":942,"target":52},{"source":943,"target":72},{"source":92,"target":0},{"source":92,"target":52},{"source":92,"target":945},{"source":92,"target":946},{"source":92,"target":947},{"source":92,"target":419},{"source":92,"target":948},{"source":945,"target":93},{"source":945,"target":949},{"source":945,"target":92},{"source":945,"target":950},{"source":949,"target":93},{"source":946,"target":94},{"source":946,"target":951},{"source":946,"target":92},{"source":946,"target":952},{"source":951,"target":94},{"source":947,"target":95},{"source":947,"target":953},{"source":947,"target":92},{"source":947,"target":954},{"source":953,"target":95},{"source":419,"target":22},{"source":419,"target":955},{"source":419,"target":92},{"source":419,"target":397},{"source":955,"target":22},{"source":948,"target":52},{"source":93,"target":0},{"source":93,"target":9},{"source":93,"target":12},{"source":93,"target":956},{"source":93,"target":950},{"source":93,"target":957},{"source":93,"target":958},{"source":956,"target":92},{"source":956,"target":959},{"source":956,"target":93},{"source":959,"target":92},{"source":950,"target":92},{"source":950,"target":960},{"source":950,"target":93},{"source":950,"target":945},{"source":960,"target":92},{"source":957,"target":9},{"source":958,"target":12},{"source":94,"target":0},{"source":94,"target":9},{"source":94,"target":12},{"source":94,"target":961},{"source":94,"target":962},{"source":94,"target":963},{"source":94,"target":952},{"source":94,"target":964},{"source":94,"target":965},{"source":961,"target":92},{"source":961,"target":966},{"source":961,"target":94},{"source":966,"target":92},{"source":962,"target":17},{"source":962,"target":967},{"source":962,"target":94},{"source":967,"target":17},{"source":963,"target":95},{"source":963,"target":968},{"source":963,"target":94},{"source":968,"target":95},{"source":952,"target":92},{"source":952,"target":969},{"source":952,"target":94},{"source":952,"target":946},{"source":969,"target":92},{"source":964,"target":9},{"source":965,"target":12},{"source":95,"target":0},{"source":95,"target":23},{"source":95,"target":954},{"source":95,"target":970},{"source":954,"target":92},{"source":954,"target":971},{"source":954,"target":95},{"source":954,"target":947},{"source":971,"target":92},{"source":970,"target":23},{"source":96,"target":0},{"source":96,"target":23},{"source":96,"target":26},{"source":96,"target":972},{"source":96,"target":973},{"source":96,"target":974},{"source":96,"target":975},{"source":96,"target":976},{"source":972,"target":96},{"source":972,"target":977},{"source":972,"target":96},{"source":977,"target":96},{"source":973,"target":27},{"source":973,"target":978},{"source":973,"target":96},{"source":978,"target":27},{"source":974,"target":22},{"source":974,"target":979},{"source":974,"target":96},{"source":979,"target":22},{"source":975,"target":23},{"source":976,"target":26},{"source":97,"target":0},{"source":97,"target":27},{"source":97,"target":980},{"source":97,"target":981},{"source":97,"target":982},{"source":980,"target":2},{"source":980,"target":983},{"source":980,"target":97},{"source":983,"target":2},{"source":981,"target":22},{"source":981,"target":984},{"source":981,"target":97},{"source":984,"target":22},{"source":982,"target":27},{"source":98,"target":0},{"source":98,"target":99},{"source":98,"target":24},{"source":98,"target":985},{"source":98,"target":986},{"source":98,"target":987},{"source":98,"target":988},{"source":985,"target":98},{"source":985,"target":989},{"source":985,"target":98},{"source":985,"target":986},{"source":989,"target":98},{"source":986,"target":98},{"source":986,"target":990},{"source":986,"target":98},{"source":986,"target":985},{"source":990,"target":98},{"source":987,"target":99},{"source":988,"target":24},{"source":99,"target":0},{"source":99,"target":18},{"source":99,"target":991},{"source":99,"target":992},{"source":99,"target":993},{"source":991,"target":3},{"source":991,"target":994},{"source":991,"target":99},{"source":994,"target":3},{"source":992,"target":18},{"source":992,"target":995},{"source":992,"target":99},{"source":995,"target":18},{"source":993,"target":18},{"source":100,"target":0},{"source":100,"target":11},{"source":100,"target":996},{"source":996,"target":11},{"source":101,"target":0},{"source":101,"target":12},{"source":101,"target":997},{"source":101,"target":289},{"source":101,"target":998},{"source":997,"target":7},{"source":997,"target":999},{"source":997,"target":101},{"source":999,"target":7},{"source":289,"target":7},{"source":289,"target":1000},{"source":289,"target":101},{"source":289,"target":278},{"source":1000,"target":7},{"source":998,"target":12},{"source":102,"target":0},{"source":102,"target":12},{"source":102,"target":1001},{"source":102,"target":1002},{"source":102,"target":294},{"source":102,"target":1003},{"source":1001,"target":79},{"source":1001,"target":1004},{"source":1001,"target":102},{"source":1004,"target":79},{"source":1002,"target":2},{"source":1002,"target":1005},{"source":1002,"target":102},{"source":1005,"target":2},{"source":294,"target":7},{"source":294,"target":1006},{"source":294,"target":102},{"source":294,"target":282},{"source":1006,"target":7},{"source":1003,"target":12},{"source":103,"target":0},{"source":103,"target":83},{"source":103,"target":1007},{"source":103,"target":1008},{"source":1007,"target":104},{"source":1007,"target":1009},{"source":1007,"target":103},{"source":1007,"target":1010},{"source":1009,"target":104},{"source":1008,"target":83},{"source":104,"target":0},{"source":104,"target":105},{"source":104,"target":1010},{"source":104,"target":1011},{"source":1010,"target":103},{"source":1010,"target":1012},{"source":1010,"target":104},{"source":1010,"target":1007},{"source":1012,"target":103},{"source":1011,"target":105},{"source":105,"target":0},{"source":105,"target":42},{"source":105,"target":8},{"source":105,"target":44},{"source":105,"target":1013},{"source":105,"target":1014},{"source":105,"target":1015},{"source":105,"target":1016},{"source":105,"target":1017},{"source":105,"target":1018},{"source":1013,"target":22},{"source":1013,"target":1019},{"source":1013,"target":105},{"source":1019,"target":22},{"source":1014,"target":106},{"source":1014,"target":1020},{"source":1014,"target":105},{"source":1014,"target":1021},{"source":1020,"target":106},{"source":1015,"target":18},{"source":1015,"target":1022},{"source":1015,"target":105},{"source":1022,"target":18},{"source":1016,"target":42},{"source":1017,"target":8},{"source":1018,"target":44},{"source":106,"target":0},{"source":106,"target":6},{"source":106,"target":1023},{"source":106,"target":1024},{"source":106,"target":1021},{"source":106,"target":1025},{"source":1023,"target":85},{"source":1023,"target":1026},{"source":1023,"target":106},{"source":1026,"target":85},{"source":1024,"target":18},{"source":1024,"target":1027},{"source":1024,"target":106},{"source":1027,"target":18},{"source":1021,"target":105},{"source":1021,"target":1028},{"source":1021,"target":106},{"source":1021,"target":1014},{"source":1028,"target":105},{"source":1025,"target":6},{"source":107,"target":0},{"source":107,"target":83},{"source":107,"target":1029},{"source":1029,"target":83},{"source":108,"target":0},{"source":108,"target":18},{"source":108,"target":1030},{"source":1030,"target":18},{"source":109,"target":0},{"source":109,"target":108},{"source":109,"target":1031},{"source":109,"target":1032},{"source":1031,"target":1},{"source":1031,"target":1033},{"source":1031,"target":109},{"source":1033,"target":1},{"source":1032,"target":108},{"source":110,"target":0},{"source":110,"target":108},{"source":110,"target":1034},{"source":110,"target":1035},{"source":1034,"target":3},{"source":1034,"target":1036},{"source":1034,"target":110},{"source":1036,"target":3},{"source":1035,"target":108},{"source":111,"target":0},{"source":111,"target":108},{"source":111,"target":1037},{"source":111,"target":1038},{"source":1037,"target":2},{"source":1037,"target":1039},{"source":1037,"target":111},{"source":1039,"target":2},{"source":1038,"target":108},{"source":112,"target":0},{"source":112,"target":108},{"source":112,"target":1040},{"source":1040,"target":108},{"source":113,"target":0},{"source":113,"target":18},{"source":113,"target":1041},{"source":113,"target":1042},{"source":1041,"target":105},{"source":1041,"target":1043},{"source":1041,"target":113},{"source":1043,"target":105},{"source":1042,"target":18},{"source":114,"target":0},{"source":114,"target":108},{"source":114,"target":1044},{"source":114,"target":1045},{"source":1044,"target":4},{"source":1044,"target":1046},{"source":1044,"target":114},{"source":1046,"target":4},{"source":1045,"target":108},{"source":115,"target":0},{"source":115,"target":50},{"source":115,"target":1047},{"source":115,"target":1048},{"source":115,"target":1049},{"source":1047,"target":3},{"source":1047,"target":1050},{"source":1047,"target":115},{"source":1050,"target":3},{"source":1048,"target":3},{"source":1048,"target":1051},{"source":1048,"target":115},{"source":1051,"target":3},{"source":1049,"target":50},{"source":116,"target":0},{"source":116,"target":115},{"source":116,"target":1052},{"source":1052,"target":115},{"source":117,"target":0},{"source":117,"target":118},{"source":117,"target":1053},{"source":117,"target":1054},{"source":117,"target":1055},{"source":117,"target":1056},{"source":117,"target":1057},{"source":1053,"target":3},{"source":1053,"target":1058},{"source":1053,"target":117},{"source":1058,"target":3},{"source":1054,"target":3},{"source":1054,"target":1059},{"source":1054,"target":117},{"source":1059,"target":3},{"source":1055,"target":133},{"source":1055,"target":1060},{"source":1055,"target":117},{"source":1060,"target":133},{"source":1056,"target":131},{"source":1056,"target":1061},{"source":1056,"target":117},{"source":1061,"target":131},{"source":1057,"target":118},{"source":118,"target":0},{"source":118,"target":119},{"source":118,"target":1062},{"source":118,"target":1063},{"source":118,"target":1064},{"source":118,"target":1065},{"source":118,"target":1066},{"source":118,"target":1067},{"source":1062,"target":131},{"source":1062,"target":1068},{"source":1062,"target":118},{"source":1068,"target":131},{"source":1063,"target":133},{"source":1063,"target":1069},{"source":1063,"target":118},{"source":1069,"target":133},{"source":1064,"target":22},{"source":1064,"target":1070},{"source":1064,"target":118},{"source":1070,"target":22},{"source":1065,"target":17},{"source":1065,"target":1071},{"source":1065,"target":118},{"source":1071,"target":17},{"source":1066,"target":17},{"source":1066,"target":1072},{"source":1066,"target":118},{"source":1072,"target":17},{"source":1067,"target":119},{"source":119,"target":0},{"source":119,"target":120},{"source":119,"target":1073},{"source":119,"target":1074},{"source":1073,"target":128},{"source":1073,"target":1075},{"source":1073,"target":119},{"source":1073,"target":1076},{"source":1075,"target":128},{"source":1074,"target":120},{"source":120,"target":0},{"source":120,"target":23},{"source":120,"target":1077},{"source":120,"target":1078},{"source":120,"target":1079},{"source":120,"target":1080},{"source":120,"target":1081},{"source":120,"target":1082},{"source":120,"target":1083},{"source":120,"target":1084},{"source":120,"target":1085},{"source":1077,"target":121},{"source":1077,"target":1086},{"source":1077,"target":120},{"source":1077,"target":1087},{"source":1086,"target":121},{"source":1078,"target":123},{"source":1078,"target":1088},{"source":1078,"target":120},{"source":1078,"target":1089},{"source":1088,"target":123},{"source":1079,"target":125},{"source":1079,"target":1090},{"source":1079,"target":120},{"source":1079,"target":1091},{"source":1090,"target":125},{"source":1080,"target":125},{"source":1080,"target":1092},{"source":1080,"target":120},{"source":1080,"target":1093},{"source":1092,"target":125},{"source":1081,"target":126},{"source":1081,"target":1094},{"source":1081,"target":120},{"source":1081,"target":1095},{"source":1094,"target":126},{"source":1082,"target":127},{"source":1082,"target":1096},{"source":1082,"target":120},{"source":1082,"target":1097},{"source":1096,"target":127},{"source":1083,"target":122},{"source":1083,"target":1098},{"source":1083,"target":120},{"source":1083,"target":1099},{"source":1098,"target":122},{"source":1084,"target":120},{"source":1084,"target":1100},{"source":1084,"target":120},{"source":1100,"target":120},{"source":1085,"target":23},{"source":121,"target":0},{"source":121,"target":118},{"source":121,"target":14},{"source":121,"target":122},{"source":121,"target":1101},{"source":121,"target":1102},{"source":121,"target":1103},{"source":121,"target":1087},{"source":121,"target":1104},{"source":121,"target":1105},{"source":121,"target":1106},{"source":1101,"target":124},{"source":1101,"target":1107},{"source":1101,"target":121},{"source":1101,"target":1108},{"source":1107,"target":124},{"source":1102,"target":125},{"source":1102,"target":1109},{"source":1102,"target":121},{"source":1102,"target":1110},{"source":1109,"target":125},{"source":1103,"target":2},{"source":1103,"target":1111},{"source":1103,"target":121},{"source":1111,"target":2},{"source":1087,"target":120},{"source":1087,"target":1112},{"source":1087,"target":121},{"source":1087,"target":1077},{"source":1112,"target":120},{"source":1104,"target":118},{"source":1105,"target":14},{"source":1106,"target":122},{"source":122,"target":0},{"source":122,"target":6},{"source":122,"target":1113},{"source":122,"target":1114},{"source":122,"target":1115},{"source":122,"target":1116},{"source":122,"target":1099},{"source":122,"target":1117},{"source":1113,"target":122},{"source":1113,"target":1118},{"source":1113,"target":122},{"source":1113,"target":1114},{"source":1118,"target":122},{"source":1114,"target":122},{"source":1114,"target":1119},{"source":1114,"target":122},{"source":1114,"target":1113},{"source":1119,"target":122},{"source":1115,"target":123},{"source":1115,"target":1120},{"source":1115,"target":122},{"source":1115,"target":1121},{"source":1120,"target":123},{"source":1116,"target":125},{"source":1116,"target":1122},{"source":1116,"target":122},{"source":1116,"target":1123},{"source":1122,"target":125},{"source":1099,"target":120},{"source":1099,"target":1124},{"source":1099,"target":122},{"source":1099,"target":1083},{"source":1124,"target":120},{"source":1117,"target":6},{"source":123,"target":0},{"source":123,"target":50},{"source":123,"target":1125},{"source":123,"target":1126},{"source":123,"target":1089},{"source":123,"target":1127},{"source":123,"target":1128},{"source":123,"target":1129},{"source":123,"target":1130},{"source":123,"target":1121},{"source":123,"target":1131},{"source":1125,"target":121},{"source":1125,"target":1132},{"source":1125,"target":123},{"source":1132,"target":121},{"source":1126,"target":124},{"source":1126,"target":1133},{"source":1126,"target":123},{"source":1126,"target":1134},{"source":1133,"target":124},{"source":1089,"target":120},{"source":1089,"target":1135},{"source":1089,"target":123},{"source":1089,"target":1078},{"source":1135,"target":120},{"source":1127,"target":2},{"source":1127,"target":1136},{"source":1127,"target":123},{"source":1136,"target":2},{"source":1128,"target":125},{"source":1128,"target":1137},{"source":1128,"target":123},{"source":1128,"target":1138},{"source":1137,"target":125},{"source":1129,"target":126},{"source":1129,"target":1139},{"source":1129,"target":123},{"source":1139,"target":126},{"source":1130,"target":2},{"source":1130,"target":1140},{"source":1130,"target":123},{"source":1140,"target":2},{"source":1121,"target":122},{"source":1121,"target":1141},{"source":1121,"target":123},{"source":1121,"target":1115},{"source":1141,"target":122},{"source":1131,"target":50},{"source":124,"target":0},{"source":124,"target":39},{"source":124,"target":38},{"source":124,"target":1108},{"source":124,"target":1134},{"source":124,"target":1142},{"source":124,"target":1143},{"source":1108,"target":121},{"source":1108,"target":1144},{"source":1108,"target":124},{"source":1108,"target":1101},{"source":1144,"target":121},{"source":1134,"target":123},{"source":1134,"target":1145},{"source":1134,"target":124},{"source":1134,"target":1126},{"source":1145,"target":123},{"source":1142,"target":39},{"source":1143,"target":38},{"source":125,"target":0},{"source":125,"target":23},{"source":125,"target":1091},{"source":125,"target":1093},{"source":125,"target":1146},{"source":125,"target":1147},{"source":125,"target":1148},{"source":125,"target":1149},{"source":125,"target":1150},{"source":125,"target":1110},{"source":125,"target":1123},{"source":125,"target":1138},{"source":125,"target":1151},{"source":1091,"target":120},{"source":1091,"target":1152},{"source":1091,"target":125},{"source":1091,"target":1079},{"source":1152,"target":120},{"source":1093,"target":120},{"source":1093,"target":1153},{"source":1093,"target":125},{"source":1093,"target":1080},{"source":1153,"target":120},{"source":1146,"target":125},{"source":1146,"target":1154},{"source":1146,"target":125},{"source":1154,"target":125},{"source":1147,"target":126},{"source":1147,"target":1155},{"source":1147,"target":125},{"source":1147,"target":1156},{"source":1155,"target":126},{"source":1148,"target":18},{"source":1148,"target":1157},{"source":1148,"target":125},{"source":1157,"target":18},{"source":1149,"target":18},{"source":1149,"target":1158},{"source":1149,"target":125},{"source":1158,"target":18},{"source":1150,"target":127},{"source":1150,"target":1159},{"source":1150,"target":125},{"source":1150,"target":1160},{"source":1159,"target":127},{"source":1110,"target":121},{"source":1110,"target":1161},{"source":1110,"target":125},{"source":1110,"target":1102},{"source":1161,"target":121},{"source":1123,"target":122},{"source":1123,"target":1162},{"source":1123,"target":125},{"source":1123,"target":1116},{"source":1162,"target":122},{"source":1138,"target":123},{"source":1138,"target":1163},{"source":1138,"target":125},{"source":1138,"target":1128},{"source":1163,"target":123},{"source":1151,"target":23},{"source":126,"target":0},{"source":126,"target":9},{"source":126,"target":122},{"source":126,"target":1164},{"source":126,"target":1165},{"source":126,"target":1095},{"source":126,"target":1166},{"source":126,"target":1167},{"source":126,"target":1168},{"source":126,"target":1156},{"source":126,"target":1169},{"source":126,"target":1170},{"source":1164,"target":2},{"source":1164,"target":1171},{"source":1164,"target":126},{"source":1171,"target":2},{"source":1165,"target":2},{"source":1165,"target":1172},{"source":1165,"target":126},{"source":1172,"target":2},{"source":1095,"target":120},{"source":1095,"target":1173},{"source":1095,"target":126},{"source":1095,"target":1081},{"source":1173,"target":120},{"source":1166,"target":126},{"source":1166,"target":1174},{"source":1166,"target":126},{"source":1166,"target":1167},{"source":1174,"target":126},{"source":1167,"target":126},{"source":1167,"target":1175},{"source":1167,"target":126},{"source":1167,"target":1166},{"source":1175,"target":126},{"source":1168,"target":6},{"source":1168,"target":1176},{"source":1168,"target":126},{"source":1176,"target":6},{"source":1156,"target":125},{"source":1156,"target":1177},{"source":1156,"target":126},{"source":1156,"target":1147},{"source":1177,"target":125},{"source":1169,"target":9},{"source":1170,"target":122},{"source":127,"target":0},{"source":127,"target":122},{"source":127,"target":1097},{"source":127,"target":1160},{"source":127,"target":1178},{"source":1097,"target":120},{"source":1097,"target":1179},{"source":1097,"target":127},{"source":1097,"target":1082},{"source":1179,"target":120},{"source":1160,"target":125},{"source":1160,"target":1180},{"source":1160,"target":127},{"source":1160,"target":1150},{"source":1180,"target":125},{"source":1178,"target":122},{"source":128,"target":0},{"source":128,"target":6},{"source":128,"target":1181},{"source":128,"target":1182},{"source":128,"target":1183},{"source":128,"target":1076},{"source":128,"target":1184},{"source":1181,"target":119},{"source":1181,"target":1185},{"source":1181,"target":128},{"source":1185,"target":119},{"source":1182,"target":129},{"source":1182,"target":1186},{"source":1182,"target":128},{"source":1186,"target":129},{"source":1183,"target":22},{"source":1183,"target":1187},{"source":1183,"target":128},{"source":1187,"target":22},{"source":1076,"target":119},{"source":1076,"target":1188},{"source":1076,"target":128},{"source":1076,"target":1073},{"source":1188,"target":119},{"source":1184,"target":6},{"source":129,"target":0},{"source":129,"target":120},{"source":129,"target":19},{"source":129,"target":1189},{"source":129,"target":1190},{"source":129,"target":1191},{"source":129,"target":1192},{"source":129,"target":1193},{"source":129,"target":1194},{"source":129,"target":1195},{"source":1189,"target":130},{"source":1189,"target":1196},{"source":1189,"target":129},{"source":1196,"target":130},{"source":1190,"target":2},{"source":1190,"target":1197},{"source":1190,"target":129},{"source":1197,"target":2},{"source":1191,"target":18},{"source":1191,"target":1198},{"source":1191,"target":129},{"source":1198,"target":18},{"source":1192,"target":66},{"source":1192,"target":1199},{"source":1192,"target":129},{"source":1199,"target":66},{"source":1193,"target":50},{"source":1193,"target":1200},{"source":1193,"target":129},{"source":1200,"target":50},{"source":1194,"target":120},{"source":1195,"target":19},{"source":130,"target":0},{"source":130,"target":1201},{"source":130,"target":1202},{"source":130,"target":1203},{"source":130,"target":1204},{"source":1201,"target":130},{"source":1202,"target":130},{"source":1203,"target":130},{"source":1204,"target":130},{"source":131,"target":0},{"source":131,"target":132},{"source":131,"target":1205},{"source":1205,"target":132},{"source":132,"target":0},{"source":132,"target":129},{"source":132,"target":38},{"source":132,"target":1206},{"source":132,"target":1207},{"source":132,"target":1208},{"source":1206,"target":2},{"source":1206,"target":1209},{"source":1206,"target":132},{"source":1209,"target":2},{"source":1207,"target":129},{"source":1208,"target":38},{"source":133,"target":0},{"source":133,"target":132},{"source":133,"target":1210},{"source":1210,"target":132},{"source":134,"target":0},{"source":134,"target":135},{"source":134,"target":1211},{"source":134,"target":1212},{"source":134,"target":1213},{"source":1211,"target":2},{"source":1211,"target":1214},{"source":1211,"target":134},{"source":1214,"target":2},{"source":1212,"target":131},{"source":1212,"target":1215},{"source":1212,"target":134},{"source":1215,"target":131},{"source":1213,"target":135},{"source":135,"target":0},{"source":135,"target":118},{"source":135,"target":1216},{"source":135,"target":1217},{"source":135,"target":1218},{"source":1216,"target":133},{"source":1216,"target":1219},{"source":1216,"target":135},{"source":1219,"target":133},{"source":1217,"target":65},{"source":1217,"target":1220},{"source":1217,"target":135},{"source":1220,"target":65},{"source":1218,"target":118},{"source":136,"target":0},{"source":136,"target":135},{"source":136,"target":1221},{"source":136,"target":1222},{"source":136,"target":1223},{"source":1221,"target":133},{"source":1221,"target":1224},{"source":1221,"target":136},{"source":1224,"target":133},{"source":1222,"target":56},{"source":1222,"target":1225},{"source":1222,"target":136},{"source":1225,"target":56},{"source":1223,"target":135},{"source":137,"target":0},{"source":137,"target":134},{"source":137,"target":1226},{"source":137,"target":1227},{"source":137,"target":1228},{"source":1226,"target":48},{"source":1226,"target":1229},{"source":1226,"target":137},{"source":1229,"target":48},{"source":1227,"target":133},{"source":1227,"target":1230},{"source":1227,"target":137},{"source":1230,"target":133},{"source":1228,"target":134},{"source":138,"target":0},{"source":138,"target":134},{"source":138,"target":1231},{"source":138,"target":1232},{"source":1231,"target":50},{"source":1231,"target":1233},{"source":1231,"target":138},{"source":1233,"target":50},{"source":1232,"target":134},{"source":139,"target":0},{"source":139,"target":121},{"source":139,"target":1234},{"source":139,"target":1235},{"source":1234,"target":119},{"source":1234,"target":1236},{"source":1234,"target":139},{"source":1236,"target":119},{"source":1235,"target":121},{"source":140,"target":0},{"source":140,"target":120},{"source":140,"target":1237},{"source":1237,"target":120},{"source":141,"target":0},{"source":141,"target":125},{"source":141,"target":1238},{"source":1238,"target":125},{"source":142,"target":0},{"source":142,"target":140},{"source":142,"target":1239},{"source":1239,"target":140},{"source":143,"target":0},{"source":143,"target":129},{"source":143,"target":1240},{"source":143,"target":1241},{"source":1240,"target":37},{"source":1240,"target":1242},{"source":1240,"target":143},{"source":1242,"target":37},{"source":1241,"target":129},{"source":144,"target":0},{"source":144,"target":133},{"source":144,"target":1243},{"source":144,"target":1244},{"source":1243,"target":18},{"source":1243,"target":1245},{"source":1243,"target":144},{"source":1245,"target":18},{"source":1244,"target":133},{"source":145,"target":0},{"source":145,"target":9},{"source":145,"target":1246},{"source":145,"target":1247},{"source":145,"target":1248},{"source":145,"target":1249},{"source":145,"target":1250},{"source":145,"target":1251},{"source":145,"target":1252},{"source":145,"target":1253},{"source":145,"target":1254},{"source":1246,"target":146},{"source":1246,"target":1255},{"source":1246,"target":145},{"source":1255,"target":146},{"source":1247,"target":147},{"source":1247,"target":1256},{"source":1247,"target":145},{"source":1256,"target":147},{"source":1248,"target":148},{"source":1248,"target":1257},{"source":1248,"target":145},{"source":1257,"target":148},{"source":1249,"target":148},{"source":1249,"target":1258},{"source":1249,"target":145},{"source":1258,"target":148},{"source":1250,"target":73},{"source":1250,"target":1259},{"source":1250,"target":145},{"source":1259,"target":73},{"source":1251,"target":149},{"source":1251,"target":1260},{"source":1251,"target":145},{"source":1251,"target":1261},{"source":1260,"target":149},{"source":1252,"target":18},{"source":1252,"target":1262},{"source":1252,"target":145},{"source":1262,"target":18},{"source":1253,"target":9},{"source":1253,"target":1263},{"source":1253,"target":145},{"source":1263,"target":9},{"source":1254,"target":9},{"source":146,"target":0},{"source":146,"target":1264},{"source":146,"target":1265},{"source":146,"target":1266},{"source":146,"target":1267},{"source":1264,"target":146},{"source":1265,"target":146},{"source":1266,"target":146},{"source":1267,"target":146},{"source":147,"target":0},{"source":147,"target":1268},{"source":147,"target":1269},{"source":147,"target":1270},{"source":147,"target":1271},{"source":147,"target":1272},{"source":147,"target":1273},{"source":1268,"target":147},{"source":1269,"target":147},{"source":1270,"target":147},{"source":1271,"target":147},{"source":1272,"target":147},{"source":1273,"target":147},{"source":148,"target":0},{"source":148,"target":9},{"source":148,"target":1274},{"source":148,"target":1275},{"source":1274,"target":145},{"source":1274,"target":1276},{"source":1274,"target":148},{"source":1276,"target":145},{"source":1275,"target":9},{"source":149,"target":0},{"source":149,"target":50},{"source":149,"target":150},{"source":149,"target":1277},{"source":149,"target":1278},{"source":149,"target":1279},{"source":149,"target":1280},{"source":149,"target":1261},{"source":149,"target":1281},{"source":149,"target":1282},{"source":1277,"target":151},{"source":1277,"target":1283},{"source":1277,"target":149},{"source":1277,"target":1284},{"source":1283,"target":151},{"source":1278,"target":150},{"source":1278,"target":1285},{"source":1278,"target":149},{"source":1278,"target":1286},{"source":1285,"target":150},{"source":1279,"target":118},{"source":1279,"target":1287},{"source":1279,"target":149},{"source":1287,"target":118},{"source":1280,"target":154},{"source":1280,"target":1288},{"source":1280,"target":149},{"source":1288,"target":154},{"source":1261,"target":145},{"source":1261,"target":1289},{"source":1261,"target":149},{"source":1261,"target":1251},{"source":1289,"target":145},{"source":1281,"target":50},{"source":1282,"target":150},{"source":150,"target":0},{"source":150,"target":9},{"source":150,"target":1290},{"source":150,"target":1291},{"source":150,"target":1286},{"source":150,"target":1292},{"source":150,"target":1293},{"source":1290,"target":151},{"source":1290,"target":1294},{"source":1290,"target":150},{"source":1290,"target":1295},{"source":1294,"target":151},{"source":1291,"target":155},{"source":1291,"target":1296},{"source":1291,"target":150},{"source":1296,"target":155},{"source":1286,"target":149},{"source":1286,"target":1297},{"source":1286,"target":150},{"source":1286,"target":1278},{"source":1297,"target":149},{"source":1292,"target":157},{"source":1292,"target":1298},{"source":1292,"target":150},{"source":1292,"target":1299},{"source":1298,"target":157},{"source":1293,"target":9},{"source":151,"target":0},{"source":151,"target":9},{"source":151,"target":1300},{"source":151,"target":1284},{"source":151,"target":1301},{"source":151,"target":1302},{"source":151,"target":1295},{"source":151,"target":1303},{"source":1300,"target":39},{"source":1300,"target":1304},{"source":1300,"target":151},{"source":1304,"target":39},{"source":1284,"target":149},{"source":1284,"target":1305},{"source":1284,"target":151},{"source":1284,"target":1277},{"source":1305,"target":149},{"source":1301,"target":18},{"source":1301,"target":1306},{"source":1301,"target":151},{"source":1306,"target":18},{"source":1302,"target":152},{"source":1302,"target":1307},{"source":1302,"target":151},{"source":1307,"target":152},{"source":1295,"target":150},{"source":1295,"target":1308},{"source":1295,"target":151},{"source":1295,"target":1290},{"source":1308,"target":150},{"source":1303,"target":9},{"source":152,"target":0},{"source":152,"target":153},{"source":152,"target":1309},{"source":1309,"target":153},{"source":153,"target":0},{"source":153,"target":150},{"source":153,"target":1310},{"source":153,"target":1311},{"source":153,"target":1312},{"source":153,"target":1313},{"source":1310,"target":149},{"source":1310,"target":1314},{"source":1310,"target":153},{"source":1314,"target":149},{"source":1311,"target":154},{"source":1311,"target":1315},{"source":1311,"target":153},{"source":1315,"target":154},{"source":1312,"target":118},{"source":1312,"target":1316},{"source":1312,"target":153},{"source":1316,"target":118},{"source":1313,"target":150},{"source":154,"target":0},{"source":154,"target":148},{"source":154,"target":1317},{"source":1317,"target":148},{"source":155,"target":0},{"source":155,"target":9},{"source":155,"target":1318},{"source":155,"target":1319},{"source":155,"target":1320},{"source":1318,"target":156},{"source":1318,"target":1321},{"source":1318,"target":155},{"source":1318,"target":1322},{"source":1321,"target":156},{"source":1319,"target":156},{"source":1319,"target":1323},{"source":1319,"target":155},{"source":1319,"target":1324},{"source":1323,"target":156},{"source":1320,"target":9},{"source":156,"target":0},{"source":156,"target":150},{"source":156,"target":1324},{"source":156,"target":1325},{"source":156,"target":1322},{"source":156,"target":1326},{"source":1324,"target":155},{"source":1324,"target":1327},{"source":1324,"target":156},{"source":1324,"target":1319},{"source":1327,"target":155},{"source":1325,"target":64},{"source":1325,"target":1328},{"source":1325,"target":156},{"source":1328,"target":64},{"source":1322,"target":155},{"source":1322,"target":1329},{"source":1322,"target":156},{"source":1322,"target":1318},{"source":1329,"target":155},{"source":1326,"target":150},{"source":157,"target":0},{"source":157,"target":14},{"source":157,"target":150},{"source":157,"target":1330},{"source":157,"target":1299},{"source":157,"target":1331},{"source":157,"target":1332},{"source":1330,"target":158},{"source":1330,"target":1333},{"source":1330,"target":157},{"source":1333,"target":158},{"source":1299,"target":150},{"source":1299,"target":1334},{"source":1299,"target":157},{"source":1299,"target":1292},{"source":1334,"target":150},{"source":1331,"target":14},{"source":1332,"target":150},{"source":158,"target":0},{"source":158,"target":17},{"source":158,"target":1335},{"source":158,"target":1336},{"source":158,"target":1337},{"source":1335,"target":18},{"source":1335,"target":1338},{"source":1335,"target":158},{"source":1338,"target":18},{"source":1336,"target":18},{"source":1336,"target":1339},{"source":1336,"target":158},{"source":1339,"target":18},{"source":1337,"target":17},{"source":159,"target":0},{"source":159,"target":150},{"source":159,"target":1340},{"source":159,"target":1341},{"source":159,"target":1342},{"source":1340,"target":156},{"source":1340,"target":1343},{"source":1340,"target":159},{"source":1343,"target":156},{"source":1341,"target":156},{"source":1341,"target":1344},{"source":1341,"target":159},{"source":1344,"target":156},{"source":1342,"target":150},{"source":160,"target":0},{"source":160,"target":150},{"source":160,"target":1345},{"source":160,"target":1346},{"source":1345,"target":17},{"source":1345,"target":1347},{"source":1345,"target":160},{"source":1347,"target":17},{"source":1346,"target":150},{"source":161,"target":0},{"source":161,"target":159},{"source":161,"target":1348},{"source":161,"target":1349},{"source":1348,"target":118},{"source":1348,"target":1350},{"source":1348,"target":161},{"source":1350,"target":118},{"source":1349,"target":159},{"source":162,"target":0},{"source":162,"target":159},{"source":162,"target":1351},{"source":162,"target":1352},{"source":1351,"target":50},{"source":1351,"target":1353},{"source":1351,"target":162},{"source":1353,"target":50},{"source":1352,"target":159},{"source":163,"target":0},{"source":163,"target":64},{"source":163,"target":1354},{"source":1354,"target":64},{"source":164,"target":0},{"source":164,"target":64},{"source":164,"target":1355},{"source":1355,"target":64},{"source":165,"target":0},{"source":165,"target":64},{"source":165,"target":1356},{"source":1356,"target":64},{"source":166,"target":0},{"source":166,"target":167},{"source":166,"target":1357},{"source":166,"target":1358},{"source":1357,"target":48},{"source":1357,"target":1359},{"source":1357,"target":166},{"source":1359,"target":48},{"source":1358,"target":167},{"source":167,"target":0},{"source":167,"target":64},{"source":167,"target":1360},{"source":1360,"target":64},{"source":168,"target":0},{"source":168,"target":167},{"source":168,"target":1361},{"source":168,"target":1362},{"source":1361,"target":56},{"source":1361,"target":1363},{"source":1361,"target":168},{"source":1363,"target":56},{"source":1362,"target":167},{"source":169,"target":0},{"source":169,"target":156},{"source":169,"target":148},{"source":169,"target":1364},{"source":169,"target":1365},{"source":1364,"target":156},{"source":1365,"target":148},{"source":170,"target":0},{"source":170,"target":156},{"source":170,"target":1366},{"source":170,"target":1367},{"source":1366,"target":159},{"source":1366,"target":1368},{"source":1366,"target":170},{"source":1368,"target":159},{"source":1367,"target":156},{"source":171,"target":0},{"source":171,"target":167},{"source":171,"target":1369},{"source":171,"target":1370},{"source":1369,"target":48},{"source":1369,"target":1371},{"source":1369,"target":171},{"source":1371,"target":48},{"source":1370,"target":167},{"source":172,"target":0},{"source":172,"target":167},{"source":172,"target":1372},{"source":172,"target":1373},{"source":1372,"target":56},{"source":1372,"target":1374},{"source":1372,"target":172},{"source":1374,"target":56},{"source":1373,"target":167},{"source":173,"target":0},{"source":173,"target":52},{"source":173,"target":1375},{"source":1375,"target":52},{"source":174,"target":0},{"source":174,"target":167},{"source":174,"target":1376},{"source":174,"target":1377},{"source":1376,"target":48},{"source":1376,"target":1378},{"source":1376,"target":174},{"source":1378,"target":48},{"source":1377,"target":167},{"source":175,"target":0},{"source":175,"target":64},{"source":175,"target":1379},{"source":175,"target":1380},{"source":1379,"target":18},{"source":1379,"target":1381},{"source":1379,"target":175},{"source":1381,"target":18},{"source":1380,"target":64},{"source":176,"target":0},{"source":176,"target":167},{"source":176,"target":1382},{"source":176,"target":1383},{"source":1382,"target":56},{"source":1382,"target":1384},{"source":1382,"target":176},{"source":1384,"target":56},{"source":1383,"target":167},{"source":177,"target":0},{"source":177,"target":167},{"source":177,"target":1385},{"source":1385,"target":167},{"source":178,"target":0},{"source":178,"target":140},{"source":178,"target":1386},{"source":1386,"target":140},{"source":179,"target":0},{"source":179,"target":180},{"source":179,"target":1387},{"source":1387,"target":180},{"source":180,"target":0},{"source":180,"target":140},{"source":180,"target":1388},{"source":1388,"target":140},{"source":181,"target":0},{"source":181,"target":129},{"source":181,"target":1389},{"source":1389,"target":129},{"source":182,"target":0},{"source":182,"target":140},{"source":182,"target":1390},{"source":1390,"target":140},{"source":183,"target":0},{"source":183,"target":140},{"source":183,"target":1391},{"source":183,"target":1392},{"source":183,"target":1393},{"source":1391,"target":50},{"source":1391,"target":1394},{"source":1391,"target":183},{"source":1394,"target":50},{"source":1392,"target":184},{"source":1392,"target":1395},{"source":1392,"target":183},{"source":1395,"target":184},{"source":1393,"target":140},{"source":184,"target":0},{"source":184,"target":125},{"source":184,"target":1396},{"source":184,"target":1397},{"source":184,"target":1398},{"source":184,"target":1399},{"source":184,"target":1400},{"source":1396,"target":2},{"source":1396,"target":1401},{"source":1396,"target":184},{"source":1401,"target":2},{"source":1397,"target":2},{"source":1397,"target":1402},{"source":1397,"target":184},{"source":1402,"target":2},{"source":1398,"target":50},{"source":1398,"target":1403},{"source":1398,"target":184},{"source":1403,"target":50},{"source":1399,"target":50},{"source":1399,"target":1404},{"source":1399,"target":184},{"source":1404,"target":50},{"source":1400,"target":125},{"source":185,"target":0},{"source":185,"target":180},{"source":185,"target":1405},{"source":1405,"target":180},{"source":186,"target":0},{"source":186,"target":34},{"source":186,"target":1406},{"source":186,"target":1407},{"source":186,"target":1408},{"source":1406,"target":187},{"source":1406,"target":1409},{"source":1406,"target":186},{"source":1406,"target":1410},{"source":1409,"target":187},{"source":1407,"target":22},{"source":1407,"target":1411},{"source":1407,"target":186},{"source":1411,"target":22},{"source":1408,"target":34},{"source":187,"target":0},{"source":187,"target":51},{"source":187,"target":1412},{"source":187,"target":1413},{"source":187,"target":1414},{"source":187,"target":1415},{"source":187,"target":1410},{"source":187,"target":1416},{"source":1412,"target":2},{"source":1412,"target":1417},{"source":1412,"target":187},{"source":1417,"target":2},{"source":1413,"target":54},{"source":1413,"target":1418},{"source":1413,"target":187},{"source":1418,"target":54},{"source":1414,"target":54},{"source":1414,"target":1419},{"source":1414,"target":187},{"source":1419,"target":54},{"source":1415,"target":8},{"source":1415,"target":1420},{"source":1415,"target":187},{"source":1420,"target":8},{"source":1410,"target":186},{"source":1410,"target":1421},{"source":1410,"target":187},{"source":1410,"target":1406},{"source":1421,"target":186},{"source":1416,"target":51},{"source":188,"target":0},{"source":188,"target":51},{"source":188,"target":42},{"source":188,"target":1422},{"source":188,"target":1423},{"source":188,"target":1424},{"source":1422,"target":188},{"source":1422,"target":1425},{"source":1422,"target":188},{"source":1425,"target":188},{"source":1423,"target":51},{"source":1424,"target":42},{"source":189,"target":0},{"source":189,"target":21},{"source":189,"target":1426},{"source":1426,"target":21},{"source":190,"target":0},{"source":190,"target":188},{"source":190,"target":1427},{"source":1427,"target":188},{"source":191,"target":0},{"source":191,"target":188},{"source":191,"target":1428},{"source":1428,"target":188},{"source":192,"target":0},{"source":192,"target":150},{"source":192,"target":1429},{"source":192,"target":1430},{"source":192,"target":1431},{"source":192,"target":1432},{"source":1429,"target":193},{"source":1429,"target":1433},{"source":1429,"target":192},{"source":1433,"target":193},{"source":1430,"target":157},{"source":1430,"target":1434},{"source":1430,"target":192},{"source":1434,"target":157},{"source":1431,"target":154},{"source":1431,"target":1435},{"source":1431,"target":192},{"source":1435,"target":154},{"source":1432,"target":150},{"source":193,"target":0},{"source":193,"target":1436},{"source":193,"target":1437},{"source":193,"target":1438},{"source":193,"target":1439},{"source":193,"target":1440},{"source":193,"target":1441},{"source":193,"target":1442},{"source":193,"target":1443},{"source":193,"target":1444},{"source":193,"target":1445},{"source":193,"target":1446},{"source":193,"target":1447},{"source":1436,"target":193},{"source":1437,"target":193},{"source":1438,"target":193},{"source":1439,"target":193},{"source":1440,"target":193},{"source":1441,"target":193},{"source":1442,"target":193},{"source":1443,"target":193},{"source":1444,"target":193},{"source":1445,"target":193},{"source":1446,"target":193},{"source":1447,"target":193},{"source":194,"target":0},{"source":194,"target":150},{"source":194,"target":1448},{"source":194,"target":1449},{"source":1448,"target":2},{"source":1448,"target":1450},{"source":1448,"target":194},{"source":1450,"target":2},{"source":1449,"target":150},{"source":195,"target":0},{"source":195,"target":192},{"source":195,"target":1451},{"source":195,"target":1452},{"source":1451,"target":9},{"source":1451,"target":1453},{"source":1451,"target":195},{"source":1453,"target":9},{"source":1452,"target":192},{"source":196,"target":0},{"source":196,"target":118},{"source":196,"target":1454},{"source":196,"target":1455},{"source":196,"target":1456},{"source":1454,"target":22},{"source":1454,"target":1457},{"source":1454,"target":196},{"source":1457,"target":22},{"source":1455,"target":131},{"source":1455,"target":1458},{"source":1455,"target":196},{"source":1458,"target":131},{"source":1456,"target":118},{"source":197,"target":0},{"source":197,"target":118},{"source":197,"target":1459},{"source":197,"target":1460},{"source":197,"target":1461},{"source":197,"target":1462},{"source":1459,"target":2},{"source":1459,"target":1463},{"source":1459,"target":197},{"source":1463,"target":2},{"source":1460,"target":2},{"source":1460,"target":1464},{"source":1460,"target":197},{"source":1464,"target":2},{"source":1461,"target":133},{"source":1461,"target":1465},{"source":1461,"target":197},{"source":1465,"target":133},{"source":1462,"target":118},{"source":198,"target":0},{"source":198,"target":118},{"source":198,"target":1466},{"source":198,"target":1467},{"source":198,"target":1468},{"source":198,"target":1469},{"source":1466,"target":133},{"source":1466,"target":1470},{"source":1466,"target":198},{"source":1470,"target":133},{"source":1467,"target":133},{"source":1467,"target":1471},{"source":1467,"target":198},{"source":1471,"target":133},{"source":1468,"target":131},{"source":1468,"target":1472},{"source":1468,"target":198},{"source":1472,"target":131},{"source":1469,"target":118},{"source":199,"target":0},{"source":199,"target":118},{"source":199,"target":1473},{"source":199,"target":1474},{"source":1473,"target":131},{"source":1473,"target":1475},{"source":1473,"target":199},{"source":1475,"target":131},{"source":1474,"target":118},{"source":200,"target":0},{"source":200,"target":118},{"source":200,"target":1476},{"source":200,"target":1477},{"source":200,"target":1478},{"source":1476,"target":85},{"source":1476,"target":1479},{"source":1476,"target":200},{"source":1479,"target":85},{"source":1477,"target":133},{"source":1477,"target":1480},{"source":1477,"target":200},{"source":1480,"target":133},{"source":1478,"target":118},{"source":201,"target":0},{"source":201,"target":200},{"source":201,"target":1481},{"source":201,"target":1482},{"source":1481,"target":131},{"source":1481,"target":1483},{"source":1481,"target":201},{"source":1483,"target":131},{"source":1482,"target":200},{"source":202,"target":0},{"source":202,"target":200},{"source":202,"target":1484},{"source":202,"target":1485},{"source":202,"target":1486},{"source":1484,"target":133},{"source":1484,"target":1487},{"source":1484,"target":202},{"source":1487,"target":133},{"source":1485,"target":131},{"source":1485,"target":1488},{"source":1485,"target":202},{"source":1488,"target":131},{"source":1486,"target":200},{"source":203,"target":0},{"source":203,"target":200},{"source":203,"target":1489},{"source":203,"target":1490},{"source":1489,"target":131},{"source":1489,"target":1491},{"source":1489,"target":203},{"source":1491,"target":131},{"source":1490,"target":200},{"source":204,"target":0},{"source":204,"target":202},{"source":204,"target":1492},{"source":204,"target":1493},{"source":204,"target":1494},{"source":1492,"target":2},{"source":1492,"target":1495},{"source":1492,"target":204},{"source":1495,"target":2},{"source":1493,"target":133},{"source":1493,"target":1496},{"source":1493,"target":204},{"source":1496,"target":133},{"source":1494,"target":202},{"source":205,"target":0},{"source":205,"target":202},{"source":205,"target":1497},{"source":205,"target":1498},{"source":205,"target":1499},{"source":1497,"target":2},{"source":1497,"target":1500},{"source":1497,"target":205},{"source":1500,"target":2},{"source":1498,"target":133},{"source":1498,"target":1501},{"source":1498,"target":205},{"source":1501,"target":133},{"source":1499,"target":202},{"source":206,"target":0},{"source":206,"target":118},{"source":206,"target":1502},{"source":206,"target":1503},{"source":206,"target":1504},{"source":1502,"target":207},{"source":1502,"target":1505},{"source":1502,"target":206},{"source":1505,"target":207},{"source":1503,"target":133},{"source":1503,"target":1506},{"source":1503,"target":206},{"source":1506,"target":133},{"source":1504,"target":118},{"source":207,"target":0},{"source":207,"target":6},{"source":207,"target":1507},{"source":207,"target":1508},{"source":207,"target":1509},{"source":207,"target":1510},{"source":1507,"target":133},{"source":1507,"target":1511},{"source":1507,"target":207},{"source":1511,"target":133},{"source":1508,"target":41},{"source":1508,"target":1512},{"source":1508,"target":207},{"source":1512,"target":41},{"source":1509,"target":208},{"source":1509,"target":1513},{"source":1509,"target":207},{"source":1513,"target":208},{"source":1510,"target":6},{"source":208,"target":0},{"source":208,"target":6},{"source":208,"target":1514},{"source":208,"target":1515},{"source":208,"target":1516},{"source":1514,"target":41},{"source":1514,"target":1517},{"source":1514,"target":208},{"source":1517,"target":41},{"source":1515,"target":133},{"source":1515,"target":1518},{"source":1515,"target":208},{"source":1518,"target":133},{"source":1516,"target":6},{"source":209,"target":0},{"source":209,"target":206},{"source":209,"target":1519},{"source":209,"target":1520},{"source":1519,"target":131},{"source":1519,"target":1521},{"source":1519,"target":209},{"source":1521,"target":131},{"source":1520,"target":206},{"source":210,"target":0},{"source":210,"target":207},{"source":210,"target":1522},{"source":210,"target":1523},{"source":210,"target":1524},{"source":1522,"target":2},{"source":1522,"target":1525},{"source":1522,"target":210},{"source":1525,"target":2},{"source":1523,"target":133},{"source":1523,"target":1526},{"source":1523,"target":210},{"source":1526,"target":133},{"source":1524,"target":207},{"source":211,"target":0},{"source":211,"target":212},{"source":211,"target":1527},{"source":1527,"target":212},{"source":212,"target":0},{"source":212,"target":206},{"source":212,"target":1528},{"source":1528,"target":206},{"source":213,"target":0},{"source":213,"target":212},{"source":213,"target":1529},{"source":1529,"target":212},{"source":214,"target":0},{"source":214,"target":207},{"source":214,"target":1530},{"source":214,"target":1531},{"source":214,"target":1532},{"source":1530,"target":2},{"source":1530,"target":1533},{"source":1530,"target":214},{"source":1533,"target":2},{"source":1531,"target":133},{"source":1531,"target":1534},{"source":1531,"target":214},{"source":1534,"target":133},{"source":1532,"target":207},{"source":215,"target":0},{"source":215,"target":118},{"source":215,"target":1535},{"source":215,"target":1536},{"source":215,"target":1537},{"source":1535,"target":133},{"source":1535,"target":1538},{"source":1535,"target":215},{"source":1538,"target":133},{"source":1536,"target":21},{"source":1536,"target":1539},{"source":1536,"target":215},{"source":1539,"target":21},{"source":1537,"target":118},{"source":216,"target":0},{"source":216,"target":135},{"source":216,"target":1540},{"source":216,"target":1541},{"source":1540,"target":56},{"source":1540,"target":1542},{"source":1540,"target":216},{"source":1542,"target":56},{"source":1541,"target":135},{"source":217,"target":0},{"source":217,"target":135},{"source":217,"target":1543},{"source":217,"target":1544},{"source":217,"target":1545},{"source":1543,"target":133},{"source":1543,"target":1546},{"source":1543,"target":217},{"source":1546,"target":133},{"source":1544,"target":133},{"source":1544,"target":1547},{"source":1544,"target":217},{"source":1547,"target":133},{"source":1545,"target":135},{"source":218,"target":0},{"source":218,"target":118},{"source":218,"target":1548},{"source":218,"target":1549},{"source":218,"target":1550},{"source":1548,"target":18},{"source":1548,"target":1551},{"source":1548,"target":218},{"source":1551,"target":18},{"source":1549,"target":131},{"source":1549,"target":1552},{"source":1549,"target":218},{"source":1552,"target":131},{"source":1550,"target":118},{"source":219,"target":0},{"source":219,"target":18},{"source":219,"target":1553},{"source":219,"target":1554},{"source":219,"target":1555},{"source":1553,"target":18},{"source":1553,"target":1556},{"source":1553,"target":219},{"source":1556,"target":18},{"source":1554,"target":220},{"source":1554,"target":1557},{"source":1554,"target":219},{"source":1557,"target":220},{"source":1555,"target":18},{"source":220,"target":0},{"source":220,"target":8},{"source":220,"target":1558},{"source":1558,"target":8},{"source":221,"target":0},{"source":221,"target":18},{"source":221,"target":1559},{"source":221,"target":1560},{"source":221,"target":1561},{"source":1559,"target":18},{"source":1559,"target":1562},{"source":1559,"target":221},{"source":1562,"target":18},{"source":1560,"target":220},{"source":1560,"target":1563},{"source":1560,"target":221},{"source":1563,"target":220},{"source":1561,"target":18},{"source":222,"target":0},{"source":222,"target":223},{"source":222,"target":1564},{"source":1564,"target":223},{"source":223,"target":0},{"source":223,"target":18},{"source":223,"target":1565},{"source":223,"target":1566},{"source":223,"target":1567},{"source":1565,"target":18},{"source":1565,"target":1568},{"source":1565,"target":223},{"source":1568,"target":18},{"source":1566,"target":18},{"source":1566,"target":1569},{"source":1566,"target":223},{"source":1569,"target":18},{"source":1567,"target":18},{"source":224,"target":0},{"source":224,"target":225},{"source":224,"target":1570},{"source":224,"target":1571},{"source":1570,"target":2},{"source":1570,"target":1572},{"source":1570,"target":224},{"source":1572,"target":2},{"source":1571,"target":225},{"source":225,"target":0},{"source":225,"target":17},{"source":225,"target":1573},{"source":1573,"target":17},{"source":226,"target":0},{"source":226,"target":223},{"source":226,"target":1574},{"source":1574,"target":223},{"source":227,"target":0},{"source":227,"target":225},{"source":227,"target":1575},{"source":227,"target":1576},{"source":1575,"target":2},{"source":1575,"target":1577},{"source":1575,"target":227},{"source":1577,"target":2},{"source":1576,"target":225},{"source":228,"target":0},{"source":228,"target":220},{"source":228,"target":1578},{"source":228,"target":1579},{"source":228,"target":1580},{"source":1578,"target":9},{"source":1578,"target":1581},{"source":1578,"target":228},{"source":1581,"target":9},{"source":1579,"target":2},{"source":1579,"target":1582},{"source":1579,"target":228},{"source":1582,"target":2},{"source":1580,"target":220},{"source":229,"target":0},{"source":229,"target":220},{"source":229,"target":1583},{"source":229,"target":1584},{"source":229,"target":1585},{"source":1583,"target":9},{"source":1583,"target":1586},{"source":1583,"target":229},{"source":1586,"target":9},{"source":1584,"target":2},{"source":1584,"target":1587},{"source":1584,"target":229},{"source":1587,"target":2},{"source":1585,"target":220},{"source":230,"target":0},{"source":230,"target":66},{"source":230,"target":1588},{"source":1588,"target":66},{"source":231,"target":0},{"source":231,"target":64},{"source":231,"target":1589},{"source":231,"target":1590},{"source":231,"target":1591},{"source":1589,"target":2},{"source":1589,"target":1592},{"source":1589,"target":231},{"source":1592,"target":2},{"source":1590,"target":219},{"source":1590,"target":1593},{"source":1590,"target":231},{"source":1593,"target":219},{"source":1591,"target":64},{"source":232,"target":0},{"source":232,"target":118},{"source":232,"target":1594},{"source":232,"target":1595},{"source":1594,"target":124},{"source":1594,"target":1596},{"source":1594,"target":232},{"source":1596,"target":124},{"source":1595,"target":118},{"source":233,"target":0},{"source":233,"target":232},{"source":233,"target":1597},{"source":233,"target":1598},{"source":1597,"target":131},{"source":1597,"target":1599},{"source":1597,"target":233},{"source":1599,"target":131},{"source":1598,"target":232},{"source":234,"target":0},{"source":234,"target":232},{"source":234,"target":1600},{"source":234,"target":1601},{"source":1600,"target":133},{"source":1600,"target":1602},{"source":1600,"target":234},{"source":1602,"target":133},{"source":1601,"target":232},{"source":235,"target":0},{"source":235,"target":232},{"source":235,"target":1603},{"source":1603,"target":232},{"source":236,"target":0},{"source":236,"target":234},{"source":236,"target":1604},{"source":236,"target":1605},{"source":236,"target":1606},{"source":1604,"target":2},{"source":1604,"target":1607},{"source":1604,"target":236},{"source":1607,"target":2},{"source":1605,"target":133},{"source":1605,"target":1608},{"source":1605,"target":236},{"source":1608,"target":133},{"source":1606,"target":234},{"source":237,"target":0},{"source":237,"target":234},{"source":237,"target":1609},{"source":237,"target":1610},{"source":237,"target":1611},{"source":1609,"target":2},{"source":1609,"target":1612},{"source":1609,"target":237},{"source":1612,"target":2},{"source":1610,"target":133},{"source":1610,"target":1613},{"source":1610,"target":237},{"source":1613,"target":133},{"source":1611,"target":234},{"source":238,"target":0},{"source":238,"target":118},{"source":238,"target":1614},{"source":238,"target":1615},{"source":1614,"target":133},{"source":1614,"target":1616},{"source":1614,"target":238},{"source":1616,"target":133},{"source":1615,"target":118},{"source":239,"target":0},{"source":239,"target":133},{"source":239,"target":1617},{"source":239,"target":1618},{"source":1617,"target":118},{"source":1617,"target":1619},{"source":1617,"target":239},{"source":1619,"target":118},{"source":1618,"target":133},{"source":240,"target":0},{"source":240,"target":22},{"source":240,"target":1620},{"source":240,"target":1621},{"source":1620,"target":22},{"source":1620,"target":1622},{"source":1620,"target":240},{"source":1622,"target":22},{"source":1621,"target":22},{"source":241,"target":0},{"source":241,"target":8},{"source":241,"target":12},{"source":241,"target":1623},{"source":241,"target":1624},{"source":241,"target":1625},{"source":241,"target":1626},{"source":241,"target":1627},{"source":241,"target":1628},{"source":241,"target":1629},{"source":241,"target":1630},{"source":241,"target":1631},{"source":1623,"target":13},{"source":1623,"target":1632},{"source":1623,"target":241},{"source":1632,"target":13},{"source":1624,"target":22},{"source":1624,"target":1633},{"source":1624,"target":241},{"source":1633,"target":22},{"source":1625,"target":9},{"source":1625,"target":1634},{"source":1625,"target":241},{"source":1634,"target":9},{"source":1626,"target":9},{"source":1626,"target":1635},{"source":1626,"target":241},{"source":1635,"target":9},{"source":1627,"target":125},{"source":1627,"target":1636},{"source":1627,"target":241},{"source":1636,"target":125},{"source":1628,"target":73},{"source":1628,"target":1637},{"source":1628,"target":241},{"source":1637,"target":73},{"source":1629,"target":145},{"source":1629,"target":1638},{"source":1629,"target":241},{"source":1638,"target":145},{"source":1630,"target":8},{"source":1631,"target":12},{"source":242,"target":0},{"source":242,"target":118},{"source":242,"target":1639},{"source":242,"target":1640},{"source":242,"target":1641},{"source":1639,"target":131},{"source":1639,"target":1642},{"source":1639,"target":242},{"source":1642,"target":131},{"source":1640,"target":22},{"source":1640,"target":1643},{"source":1640,"target":242},{"source":1643,"target":22},{"source":1641,"target":118},{"source":243,"target":0},{"source":243,"target":118},{"source":243,"target":1644},{"source":243,"target":1645},{"source":243,"target":1646},{"source":243,"target":1647},{"source":243,"target":1648},{"source":1644,"target":2},{"source":1644,"target":1649},{"source":1644,"target":243},{"source":1649,"target":2},{"source":1645,"target":22},{"source":1645,"target":1650},{"source":1645,"target":243},{"source":1650,"target":22},{"source":1646,"target":22},{"source":1646,"target":1651},{"source":1646,"target":243},{"source":1651,"target":22},{"source":1647,"target":133},{"source":1647,"target":1652},{"source":1647,"target":243},{"source":1652,"target":133},{"source":1648,"target":118},{"source":244,"target":0},{"source":244,"target":118},{"source":244,"target":1653},{"source":244,"target":1654},{"source":244,"target":1655},{"source":244,"target":1656},{"source":244,"target":1657},{"source":1653,"target":2},{"source":1653,"target":1658},{"source":1653,"target":244},{"source":1658,"target":2},{"source":1654,"target":22},{"source":1654,"target":1659},{"source":1654,"target":244},{"source":1659,"target":22},{"source":1655,"target":131},{"source":1655,"target":1660},{"source":1655,"target":244},{"source":1660,"target":131},{"source":1656,"target":133},{"source":1656,"target":1661},{"source":1656,"target":244},{"source":1661,"target":133},{"source":1657,"target":118},{"source":245,"target":0},{"source":245,"target":118},{"source":245,"target":1662},{"source":245,"target":1663},{"source":1662,"target":133},{"source":1662,"target":1664},{"source":1662,"target":245},{"source":1664,"target":133},{"source":1663,"target":118},{"source":246,"target":0},{"source":246,"target":118},{"source":246,"target":1665},{"source":246,"target":1666},{"source":246,"target":1667},{"source":246,"target":1668},{"source":1665,"target":133},{"source":1665,"target":1669},{"source":1665,"target":246},{"source":1669,"target":133},{"source":1666,"target":41},{"source":1666,"target":1670},{"source":1666,"target":246},{"source":1670,"target":41},{"source":1667,"target":131},{"source":1667,"target":1671},{"source":1667,"target":246},{"source":1671,"target":131},{"source":1668,"target":118},{"source":247,"target":0},{"source":247,"target":118},{"source":247,"target":1672},{"source":247,"target":1673},{"source":247,"target":1674},{"source":247,"target":1675},{"source":1672,"target":133},{"source":1672,"target":1676},{"source":1672,"target":247},{"source":1676,"target":133},{"source":1673,"target":131},{"source":1673,"target":1677},{"source":1673,"target":247},{"source":1677,"target":131},{"source":1674,"target":41},{"source":1674,"target":1678},{"source":1674,"target":247},{"source":1678,"target":41},{"source":1675,"target":118},{"source":248,"target":0},{"source":248,"target":211},{"source":248,"target":1679},{"source":248,"target":1680},{"source":1679,"target":131},{"source":1679,"target":1681},{"source":1679,"target":248},{"source":1681,"target":131},{"source":1680,"target":211},{"source":249,"target":0},{"source":249,"target":118},{"source":249,"target":1682},{"source":249,"target":1683},{"source":249,"target":1684},{"source":249,"target":1685},{"source":1682,"target":2},{"source":1682,"target":1686},{"source":1682,"target":249},{"source":1686,"target":2},{"source":1683,"target":131},{"source":1683,"target":1687},{"source":1683,"target":249},{"source":1687,"target":131},{"source":1684,"target":63},{"source":1684,"target":1688},{"source":1684,"target":249},{"source":1688,"target":63},{"source":1685,"target":118},{"source":250,"target":0},{"source":250,"target":249},{"source":250,"target":1689},{"source":250,"target":1690},{"source":1689,"target":131},{"source":1689,"target":1691},{"source":1689,"target":250},{"source":1691,"target":131},{"source":1690,"target":249},{"source":251,"target":0},{"source":251,"target":118},{"source":251,"target":1692},{"source":251,"target":1693},{"source":251,"target":1694},{"source":251,"target":1695},{"source":1692,"target":63},{"source":1692,"target":1696},{"source":1692,"target":251},{"source":1696,"target":63},{"source":1693,"target":133},{"source":1693,"target":1697},{"source":1693,"target":251},{"source":1697,"target":133},{"source":1694,"target":133},{"source":1694,"target":1698},{"source":1694,"target":251},{"source":1698,"target":133},{"source":1695,"target":118},{"source":252,"target":0},{"source":252,"target":118},{"source":252,"target":1699},{"source":252,"target":1700},{"source":252,"target":1701},{"source":252,"target":1702},{"source":1699,"target":131},{"source":1699,"target":1703},{"source":1699,"target":252},{"source":1703,"target":131},{"source":1700,"target":22},{"source":1700,"target":1704},{"source":1700,"target":252},{"source":1704,"target":22},{"source":1701,"target":133},{"source":1701,"target":1705},{"source":1701,"target":252},{"source":1705,"target":133},{"source":1702,"target":118},{"source":253,"target":0},{"source":253,"target":118},{"source":253,"target":1706},{"source":253,"target":1707},{"source":253,"target":1708},{"source":253,"target":1709},{"source":253,"target":1710},{"source":1706,"target":50},{"source":1706,"target":1711},{"source":1706,"target":253},{"source":1711,"target":50},{"source":1707,"target":131},{"source":1707,"target":1712},{"source":1707,"target":253},{"source":1712,"target":131},{"source":1708,"target":133},{"source":1708,"target":1713},{"source":1708,"target":253},{"source":1713,"target":133},{"source":1709,"target":2},{"source":1709,"target":1714},{"source":1709,"target":253},{"source":1714,"target":2},{"source":1710,"target":118},{"source":254,"target":0},{"source":254,"target":134},{"source":254,"target":1715},{"source":254,"target":1716},{"source":1715,"target":133},{"source":1715,"target":1717},{"source":1715,"target":254},{"source":1717,"target":133},{"source":1716,"target":134},{"source":255,"target":0},{"source":255,"target":140},{"source":255,"target":1718},{"source":255,"target":1719},{"source":255,"target":1720},{"source":1718,"target":2},{"source":1718,"target":1721},{"source":1718,"target":255},{"source":1721,"target":2},{"source":1719,"target":18},{"source":1719,"target":1722},{"source":1719,"target":255},{"source":1722,"target":18},{"source":1720,"target":140},{"source":256,"target":0},{"source":256,"target":181},{"source":256,"target":1723},{"source":1723,"target":181},{"source":257,"target":0},{"source":257,"target":121},{"source":257,"target":1724},{"source":257,"target":1725},{"source":257,"target":1726},{"source":257,"target":1727},{"source":257,"target":1728},{"source":1724,"target":2},{"source":1724,"target":1729},{"source":1724,"target":257},{"source":1729,"target":2},{"source":1725,"target":2},{"source":1725,"target":1730},{"source":1725,"target":257},{"source":1730,"target":2},{"source":1726,"target":258},{"source":1726,"target":1731},{"source":1726,"target":257},{"source":1731,"target":258},{"source":1727,"target":131},{"source":1727,"target":1732},{"source":1727,"target":257},{"source":1732,"target":131},{"source":1728,"target":121},{"source":258,"target":0},{"source":258,"target":6},{"source":258,"target":1733},{"source":258,"target":1734},{"source":258,"target":1735},{"source":258,"target":1736},{"source":258,"target":1737},{"source":258,"target":1738},{"source":258,"target":1739},{"source":1733,"target":119},{"source":1733,"target":1740},{"source":1733,"target":258},{"source":1740,"target":119},{"source":1734,"target":119},{"source":1734,"target":1741},{"source":1734,"target":258},{"source":1741,"target":119},{"source":1735,"target":258},{"source":1735,"target":1742},{"source":1735,"target":258},{"source":1735,"target":1736},{"source":1742,"target":258},{"source":1736,"target":258},{"source":1736,"target":1743},{"source":1736,"target":258},{"source":1736,"target":1735},{"source":1743,"target":258},{"source":1737,"target":131},{"source":1737,"target":1744},{"source":1737,"target":258},{"source":1744,"target":131},{"source":1738,"target":131},{"source":1738,"target":1745},{"source":1738,"target":258},{"source":1745,"target":131},{"source":1739,"target":6},{"source":259,"target":0},{"source":259,"target":121},{"source":259,"target":1746},{"source":259,"target":1747},{"source":259,"target":1748},{"source":259,"target":1749},{"source":259,"target":1750},{"source":259,"target":1751},{"source":259,"target":1752},{"source":259,"target":1753},{"source":259,"target":1754},{"source":259,"target":1755},{"source":1746,"target":2},{"source":1746,"target":1756},{"source":1746,"target":259},{"source":1756,"target":2},{"source":1747,"target":119},{"source":1747,"target":1757},{"source":1747,"target":259},{"source":1757,"target":119},{"source":1748,"target":119},{"source":1748,"target":1758},{"source":1748,"target":259},{"source":1758,"target":119},{"source":1749,"target":131},{"source":1749,"target":1759},{"source":1749,"target":259},{"source":1759,"target":131},{"source":1750,"target":119},{"source":1750,"target":1760},{"source":1750,"target":259},{"source":1760,"target":119},{"source":1751,"target":131},{"source":1751,"target":1761},{"source":1751,"target":259},{"source":1761,"target":131},{"source":1752,"target":131},{"source":1752,"target":1762},{"source":1752,"target":259},{"source":1762,"target":131},{"source":1753,"target":131},{"source":1753,"target":1763},{"source":1753,"target":259},{"source":1763,"target":131},{"source":1754,"target":133},{"source":1754,"target":1764},{"source":1754,"target":259},{"source":1764,"target":133},{"source":1755,"target":121},{"source":260,"target":0},{"source":260,"target":129},{"source":260,"target":1765},{"source":260,"target":1766},{"source":260,"target":1767},{"source":1765,"target":261},{"source":1765,"target":1768},{"source":1765,"target":260},{"source":1765,"target":1769},{"source":1768,"target":261},{"source":1766,"target":261},{"source":1766,"target":1770},{"source":1766,"target":260},{"source":1766,"target":1771},{"source":1770,"target":261},{"source":1767,"target":129},{"source":261,"target":0},{"source":261,"target":121},{"source":261,"target":1772},{"source":261,"target":1771},{"source":261,"target":1769},{"source":261,"target":1773},{"source":1772,"target":262},{"source":1772,"target":1774},{"source":1772,"target":261},{"source":1774,"target":262},{"source":1771,"target":260},{"source":1771,"target":1775},{"source":1771,"target":261},{"source":1771,"target":1766},{"source":1775,"target":260},{"source":1769,"target":260},{"source":1769,"target":1776},{"source":1769,"target":261},{"source":1769,"target":1765},{"source":1776,"target":260},{"source":1773,"target":121},{"source":262,"target":0},{"source":262,"target":1777},{"source":262,"target":1778},{"source":262,"target":1779},{"source":1777,"target":262},{"source":1778,"target":262},{"source":1779,"target":262},{"source":263,"target":0},{"source":263,"target":61},{"source":263,"target":1780},{"source":263,"target":1781},{"source":263,"target":1782},{"source":263,"target":1783},{"source":1780,"target":17},{"source":1780,"target":1784},{"source":1780,"target":263},{"source":1784,"target":17},{"source":1781,"target":48},{"source":1781,"target":1785},{"source":1781,"target":263},{"source":1785,"target":48},{"source":1782,"target":17},{"source":1782,"target":1786},{"source":1782,"target":263},{"source":1786,"target":17},{"source":1783,"target":61},{"source":264,"target":0},{"source":264,"target":51},{"source":264,"target":21},{"source":264,"target":1787},{"source":264,"target":1788},{"source":1787,"target":51},{"source":1788,"target":21}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMARTEspecializedAssociationsHasSameNumberOfEnds.ecore
UML2 Artifact Generalization general Stereotype Device Node ParameterableClassifier Collaboration Association memberEnd BehavioredClassifier Classifier generalization Port AssociationClass ExecutionEnvironment CommunicationPath TemplateableClassifier Extension Signal DeploymentSpecification ExtensionEnd Behavior DataType ProtocolStateMachine Interaction InformationItem EncapsulatedClassifier Class StateMachine Activity UseCase Property StructuredClassifier Interface Actor Component Enumeration PrimitiveType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Property"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> </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":"Artifact","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","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":"DataType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":37},{"source":37,"target":10},{"source":2,"target":0},{"source":2,"target":38},{"source":38,"target":10},{"source":38,"target":39},{"source":38,"target":2},{"source":39,"target":10},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":40},{"source":40,"target":26},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":41},{"source":41,"target":5},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":42},{"source":42,"target":26},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":43},{"source":43,"target":10},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":31},{"source":7,"target":44},{"source":7,"target":45},{"source":44,"target":9},{"source":45,"target":31},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":30},{"source":46,"target":48},{"source":46,"target":8},{"source":48,"target":30},{"source":47,"target":10},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":49},{"source":49,"target":10},{"source":10,"target":0},{"source":10,"target":50},{"source":50,"target":2},{"source":50,"target":51},{"source":50,"target":10},{"source":51,"target":2},{"source":11,"target":0},{"source":11,"target":30},{"source":11,"target":52},{"source":52,"target":30},{"source":12,"target":0},{"source":12,"target":26},{"source":12,"target":8},{"source":12,"target":53},{"source":12,"target":54},{"source":53,"target":26},{"source":54,"target":8},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":55},{"source":55,"target":5},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":56},{"source":56,"target":8},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":57},{"source":57,"target":10},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":58},{"source":58,"target":8},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":59},{"source":59,"target":10},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":60},{"source":60,"target":1},{"source":19,"target":0},{"source":19,"target":30},{"source":19,"target":61},{"source":61,"target":30},{"source":20,"target":0},{"source":20,"target":26},{"source":20,"target":62},{"source":62,"target":26},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":63},{"source":63,"target":10},{"source":22,"target":0},{"source":22,"target":27},{"source":22,"target":64},{"source":64,"target":27},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":65},{"source":65,"target":20},{"source":24,"target":0},{"source":24,"target":10},{"source":24,"target":66},{"source":66,"target":10},{"source":25,"target":0},{"source":25,"target":31},{"source":25,"target":67},{"source":67,"target":31},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":25},{"source":26,"target":68},{"source":26,"target":69},{"source":68,"target":9},{"source":69,"target":25},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":70},{"source":70,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":71},{"source":71,"target":20},{"source":29,"target":0},{"source":29,"target":9},{"source":29,"target":72},{"source":72,"target":9},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":10},{"source":31,"target":73},{"source":73,"target":10},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":74},{"source":74,"target":10},{"source":33,"target":0},{"source":33,"target":10},{"source":33,"target":75},{"source":75,"target":10},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":76},{"source":76,"target":26},{"source":35,"target":0},{"source":35,"target":21},{"source":35,"target":77},{"source":77,"target":21},{"source":36,"target":0},{"source":36,"target":21},{"source":36,"target":78},{"source":78,"target":21}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/takarabt/BPMN-Cmof2Ecore/fr.obeo.bpmn.cmof/model/DI.ecore
di DiagramElement owningDiagram owningElement ownedElement modelElement style Diagram name documentation resolution ownedStyle rootElement Style Node Edge source target waypoint Shape bounds LabeledEdge ownedLabel Label bounds LabeledShape ownedLabel Plane plane_element_type diagnostics context planeElement
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="di" nsURI="http://www.omg.org/spec/DD/20100524/DI-XMI" nsPrefix="di"> <eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningDiagram" ordered="false" eType="#//Diagram" changeable="false" volatile="true" derived="true" eOpposite="#//Diagram/rootElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningElement" ordered="false" eType="#//DiagramElement" changeable="false" volatile="true" derived="true" eOpposite="#//DiagramElement/ownedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//DiagramElement" changeable="false" volatile="true" derived="true" eOpposite="#//DiagramElement/owningElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="style" ordered="false" eType="#//Style" changeable="false" volatile="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStyle" ordered="false" upperBound="-1" eType="#//Style" changeable="false" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootElement" ordered="false" lowerBound="1" eType="#//DiagramElement" changeable="false" volatile="true" derived="true" eOpposite="#//DiagramElement/owningDiagram"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Style" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Edge" abstract="true" eSuperTypes="#//DiagramElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="#//DiagramElement" changeable="false" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" eType="#//DiagramElement" changeable="false" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" lowerBound="2" upperBound="-1" eType="ecore:EClass DC.ecore#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" ordered="false" lowerBound="1" eType="ecore:EClass DC.ecore#//Bounds" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledEdge" abstract="true" eSuperTypes="#//Edge"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLabel" ordered="false" upperBound="-1" eType="#//Label" changeable="false" volatile="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" abstract="true" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" ordered="false" eType="ecore:EClass DC.ecore#//Bounds" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledShape" abstract="true" eSuperTypes="#//Shape"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLabel" ordered="false" upperBound="-1" eType="#//Label" changeable="false" volatile="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plane" abstract="true" eSuperTypes="#//Node"> <eOperations name="plane_element_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="planeElement->forAll(oclIsKindOf(Shape) or oclIsKindOf(Edge))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="planeElement" upperBound="-1" eType="#//DiagramElement" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"di","nsURI":"http://www.omg.org/spec/DD/20100524/DI-XMI","name":"di","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledEdge","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledShape","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plane","instanceClass":null,"abstract":true,"id":10,"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":false,"unique":true,"name":"owningDiagram","changeable":false,"resolveProxies":true,"lowerBound":0,"id":11,"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":false,"unique":true,"name":"owningElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":12,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":13,"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":false,"unique":true,"name":"modelElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":14,"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":false,"unique":true,"name":"style","changeable":false,"resolveProxies":true,"lowerBound":0,"id":15,"derived":true},{"id":16,"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":false,"unique":true,"name":"rootElement","changeable":false,"resolveProxies":true,"lowerBound":1,"id":17,"derived":true},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedStyle","changeable":false,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"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":false,"unique":true,"name":"source","changeable":false,"resolveProxies":true,"lowerBound":0,"id":32,"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":false,"unique":true,"name":"target","changeable":false,"resolveProxies":true,"lowerBound":0,"id":33,"derived":true},{"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":"waypoint","changeable":true,"resolveProxies":true,"lowerBound":2,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"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":false,"unique":true,"name":"ownedLabel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":42,"derived":true},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"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":false,"unique":true,"name":"ownedLabel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"plane_element_type","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"planeElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"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":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":2},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":16,"target":2},{"source":12,"target":1},{"source":12,"target":18},{"source":12,"target":1},{"source":12,"target":13},{"source":18,"target":1},{"source":13,"target":1},{"source":13,"target":19},{"source":13,"target":1},{"source":13,"target":12},{"source":19,"target":1},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":3},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":3},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":17},{"source":22,"target":26},{"source":22,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":3},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":3},{"source":17,"target":1},{"source":17,"target":30},{"source":17,"target":2},{"source":17,"target":11},{"source":30,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":31},{"source":31,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":32,"target":1},{"source":32,"target":36},{"source":32,"target":5},{"source":36,"target":1},{"source":33,"target":1},{"source":33,"target":37},{"source":33,"target":5},{"source":37,"target":1},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":1},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":41},{"source":39,"target":6},{"source":40,"target":4},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":8},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":8},{"source":43,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":45},{"source":8,"target":46},{"source":45,"target":47},{"source":45,"target":8},{"source":46,"target":4},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":48},{"source":9,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":9},{"source":50,"target":8},{"source":49,"target":6},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":51,"target":54},{"source":51,"target":10},{"source":51,"target":55},{"source":51,"target":56},{"source":55,"target":57},{"source":55,"target":51},{"source":56,"target":58},{"source":56,"target":51},{"source":58,"target":59},{"source":58,"target":60},{"source":52,"target":1},{"source":52,"target":61},{"source":52,"target":10},{"source":61,"target":1},{"source":53,"target":4}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/gssi/TraceabilityModel/case-study/evaluation/grafecet2pnml/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.com" nsPrefix="petrinet"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" 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" 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" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <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.com","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"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":"name","changeable":true,"lowerBound":0,"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":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":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
education
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/Courses.ecore
Courses Course name members id credit assignments Person name id role assignmentDelivery Assignment name description mandatory answer Answer id text pass
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Courses" nsURI="courses" nsPrefix="courses"> <eClassifiers xsi:type="ecore:EClass" name="Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="credit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignments" upperBound="-1" eType="#//Assignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentDelivery" upperBound="-1" eType="#//Answer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="answer" upperBound="-1" eType="#//Answer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Answer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"courses","nsURI":"courses","name":"Courses","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":"Person","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Answer","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":"members","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"credit","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":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignmentDelivery","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"answer","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"},{"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":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":"text","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pass","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":5,"target":10},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":3},{"source":9,"target":14},{"source":9,"target":1},{"source":14,"target":3},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":4},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":29},{"source":25,"target":3},{"source":26,"target":4},{"source":26,"target":30},{"source":26,"target":3},{"source":30,"target":4},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":34},{"source":31,"target":4},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":36},{"source":33,"target":4}],"multigraph":true}
ecore
relational
repo-ecore-all/data/adisandro/MMINT/examples/NECSIS14/edu.toronto.cs.se.modelepedia.necsis14_databaseschema/model/necsis14_databaseschema.ecore
necsis14_databaseschema DatabaseSchema tables NamedElement name Table columns primaryKeys Column
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="necsis14_databaseschema" nsURI="http://se.cs.toronto.edu/modelepedia/NECSIS14_DatabaseSchema" nsPrefix="necsis14_databaseschema"> <eClassifiers xsi:type="ecore:EClass" name="DatabaseSchema"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//Table" 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="Table" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="#//Column" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKeys" lowerBound="1" upperBound="-1" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"necsis14_databaseschema","nsURI":"http://se.cs.toronto.edu/modelepedia/NECSIS14_DatabaseSchema","name":"necsis14_databaseschema","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseSchema","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","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":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"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":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"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":"primaryKeys","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"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":3},{"source":5,"target":6},{"source":5,"target":1},{"source":6,"target":3},{"source":2,"target":0},{"source":2,"target":7},{"source":7,"target":8},{"source":7,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":9,"target":4},{"source":9,"target":12},{"source":9,"target":3},{"source":12,"target":4},{"source":10,"target":4},{"source":10,"target":13},{"source":10,"target":3},{"source":13,"target":4},{"source":11,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":14},{"source":14,"target":2}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/jpilgrim/mitra2/plugins/de.jevopi.mitra2/src-gen/de/jevopi/mitra2/Mitra.ecore
mitra Module toString packageName name imports metamodelDeclarations annotationDefinitions ruleDeclarations ModuleReference module MetamodelDeclaration toString type name properties replaces Property toString name value VisibilityModifier public public private private RuleDeclaration toString annotations visibility exec traced stealth virtual multi name formalParameters returnParameters implementedRules overriddenRule excludingRules trigger javaSpec body RuleReference ruleDeclaration SimpleRuleReference toString parameterReferences returnReferences QualifiedRuleReference toString parameterReferences returnReferences ParameterReference SimpleParameterReference toString type name QualifiedParameterReference toString vardecl Trigger triggerRules with when JavaSpec properties ExecutionModifier called called abstract abstract manual manual auto auto confirm confirm Parameter annotations modifier vardecl FormalParameter toString ReturnParameter toString ParameterModifier use use from from into into return return create create Type ReferenceType toString metamodelDeclaration eClassifier PrimitiveType toString primitiveType PrimitiveTypeSpec void void any any string String int int boolean boolean real real type Type CollectionType toString collectionType typePar CollectionTypeSpec Collection Collection Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Block statements BlockStatement Statement LocalVariableDeclarationStatement localVariableDeclaration LocalVariableDeclaration vardecl expression VarDeclaration type name TypedVarDeclaration InferredVarDeclaration ExpressionStatement statementExpression StatementExpression EmptyStatement ReturnStatement expression IfStatement expression trueStatement elseStatement WhileStatement expression statement DoStatement statement expression ForInit statementExpressions varDeclarations ForUpdate statementExpression ForStatement loopVariable expression forInit forUpdate statement LoopVariable vardecl BreakStatement ThrowStatement expression TryStatement tryBlock catches finallyBlock Catch formalParameter block Expression BooleanOperator and & or | andsc && orsc || EqualityOperator eq == neq != RelationalOperator lt < gt > leq <= geq >= MathOperator add + sub - mul * div / UnaryMathOperator plus + minus - TerminalExpression Literal StringLiteral toString stringValue IntLiteral toString intValue RealLiteral toString floatValue BooleanLiteral toString booleanValue NullLiteral ClassInstanceCreationExpression type arguments RuleInvocation toString ruleDeclaration arguments RuleInvocationSuper toString Feature toString name MethodInvocation arguments FeatureMethodInvocation expression NativeOperationInvocation MetamodelFeature FeatureField expression VariableAccess toString prefixOperator variable features default postfixOperator StaticAccess expression type features AssignmentOperator set = add += sub -= PPOperator NULL NULL inc ++ dec -- AnnotationsDefinition annotationDecls AnnotationDecl name targets valuetype many required default propertyDecls AnnotationTargetSpec module module rule rule parameter parameter AnnotationPropertyDecl type name required default Annotation decl values properties AnnotationProperty decl value Assignment lhs operator expression IteratorExpression variable expression BooleanExpression lhs op rhs EqualityExpression lhs op rhs RelationalExpression lhs op rhs MathExpression lhs op rhs UnaryCastExpression type expression UnaryBooleanExpression expression UnaryMathExpression op expression InstanceOfExpression expression 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="mitra" nsURI="http://www.jevopi.de/Mitra" nsPrefix="mitra"> <eClassifiers xsi:type="ecore:EClass" name="Module"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" 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="imports" upperBound="-1" eType="#//ModuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelDeclarations" upperBound="-1" eType="#//MetamodelDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationDefinitions" upperBound="-1" eType="#//AnnotationsDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleDeclarations" upperBound="-1" eType="#//RuleDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelDeclaration"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replaces" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </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:EEnum" name="VisibilityModifier"> <eLiterals name="public" literal="public"/> <eLiterals name="private" value="1" literal="private"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleDeclaration"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityModifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exec" eType="#//ExecutionModifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traced" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stealth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="virtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multi" 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="formalParameters" upperBound="-1" eType="#//FormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnParameters" upperBound="-1" eType="#//ReturnParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementedRules" upperBound="-1" eType="#//SimpleRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overriddenRule" eType="#//SimpleRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludingRules" upperBound="-1" eType="#//SimpleRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javaSpec" eType="#//JavaSpec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleDeclaration" eType="#//RuleDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleRuleReference" eSuperTypes="#//RuleReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterReferences" upperBound="-1" eType="#//SimpleParameterReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnReferences" upperBound="-1" eType="#//SimpleParameterReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedRuleReference" eSuperTypes="#//RuleReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterReferences" upperBound="-1" eType="#//QualifiedParameterReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnReferences" upperBound="-1" eType="#//QualifiedParameterReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterReference"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleParameterReference" eSuperTypes="#//ParameterReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <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="QualifiedParameterReference" eSuperTypes="#//ParameterReference"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//TypedVarDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerRules" upperBound="-1" eType="#//QualifiedRuleReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="with" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ExecutionModifier"> <eLiterals name="called" literal="called"/> <eLiterals name="abstract" value="1" literal="abstract"/> <eLiterals name="manual" value="2" literal="manual"/> <eLiterals name="auto" value="3" literal="auto"/> <eLiterals name="confirm" value="4" literal="confirm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//ParameterModifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//TypedVarDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameter" eSuperTypes="#//Parameter"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnParameter" eSuperTypes="#//Parameter"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterModifier"> <eLiterals name="use" literal="use"/> <eLiterals name="from" value="1" literal="from"/> <eLiterals name="into" value="2" literal="into"/> <eLiterals name="return" literal="return"/> <eLiterals name="create" value="1" literal="create"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//Type"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelDeclaration" eType="#//MetamodelDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primitiveType" eType="#//PrimitiveTypeSpec"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeSpec"> <eLiterals name="void" literal="void"/> <eLiterals name="any" value="1" literal="any"/> <eLiterals name="string" value="2" literal="String"/> <eLiterals name="int" value="3" literal="int"/> <eLiterals name="boolean" value="4" literal="boolean"/> <eLiterals name="real" value="5" literal="real"/> <eLiterals name="type" value="6" literal="Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//Type"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionType" eType="#//CollectionTypeSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typePar" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionTypeSpec"> <eLiterals name="Collection" literal="Collection"/> <eLiterals name="Set" value="1" literal="Set"/> <eLiterals name="OrderedSet" value="2" literal="OrderedSet"/> <eLiterals name="Bag" value="3" literal="Bag"/> <eLiterals name="Sequence" value="4" literal="Sequence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//BlockStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//BlockStatement"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariableDeclarationStatement" eSuperTypes="#//BlockStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariableDeclaration" eType="#//LocalVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//TypedVarDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDeclaration"> <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="TypedVarDeclaration" eSuperTypes="#//VarDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InferredVarDeclaration" eSuperTypes="#//VarDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementExpression" eType="#//StatementExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trueStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//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="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForInit"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementExpressions" upperBound="-1" eType="#//StatementExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="varDeclarations" upperBound="-1" eType="#//LocalVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForUpdate"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementExpression" upperBound="-1" eType="#//StatementExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopVariable" eType="#//LoopVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forInit" eType="#//ForInit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forUpdate" eType="#//ForUpdate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="vardecl" eType="#//VarDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBlock" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1" eType="#//Catch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finallyBlock" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Catch"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameter" eType="#//FormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperator"> <eLiterals name="and" literal="&amp;"/> <eLiterals name="or" value="1" literal="|"/> <eLiterals name="andsc" value="2" literal="&amp;&amp;"/> <eLiterals name="orsc" value="3" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EqualityOperator"> <eLiterals name="eq" literal="=="/> <eLiterals name="neq" value="1" literal="!="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationalOperator"> <eLiterals name="lt" literal="&lt;"/> <eLiterals name="gt" value="1" literal=">"/> <eLiterals name="leq" value="2" literal="&lt;="/> <eLiterals name="geq" value="3" literal=">="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MathOperator"> <eLiterals name="add" literal="+"/> <eLiterals name="sub" value="1" literal="-"/> <eLiterals name="mul" value="2" literal="*"/> <eLiterals name="div" value="3" literal="/"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryMathOperator"> <eLiterals name="plus" literal="+"/> <eLiterals name="minus" value="1" literal="-"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminalExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//TerminalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="floatValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreationExpression" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleInvocation" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleDeclaration" eType="#//RuleDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleInvocationSuper" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <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="MethodInvocation" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureMethodInvocation" eSuperTypes="#//MethodInvocation #//MetamodelFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NativeOperationInvocation" eSuperTypes="#//MethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="MetamodelFeature"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureField" eSuperTypes="#//Feature #//MetamodelFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAccess" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xA;return ToString.valueOf(this);"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOperator" eType="#//PPOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//VarDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postfixOperator" eType="#//PPOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticAccess" eSuperTypes="#//StatementExpression #//TerminalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator"> <eLiterals name="set" literal="="/> <eLiterals name="add" value="1" literal="+="/> <eLiterals name="sub" value="2" literal="-="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PPOperator"> <eLiterals name="NULL" literal="NULL"/> <eLiterals name="inc" value="1" literal="++"/> <eLiterals name="dec" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationsDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationDecls" upperBound="-1" eType="#//AnnotationDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationDecl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targets" unique="false" upperBound="-1" eType="#//AnnotationTargetSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valuetype" eType="#//PrimitiveType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyDecls" upperBound="-1" eType="#//AnnotationPropertyDecl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AnnotationTargetSpec"> <eLiterals name="module" literal="module"/> <eLiterals name="rule" value="1" literal="rule"/> <eLiterals name="parameter" value="2" literal="parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationPropertyDecl"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//PrimitiveType" containment="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="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="decl" eType="#//AnnotationDecl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Literal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//AnnotationProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="decl" eType="#//AnnotationPropertyDecl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//StatementExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" upperBound="-1" eType="#//VariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//AssignmentOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//LoopVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BooleanOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//EqualityOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//RelationalOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MathExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//MathOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryCastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryBooleanExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryMathExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//UnaryMathOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"mitra","nsURI":"http://www.jevopi.de/Mitra","name":"mitra","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleReference","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityModifier","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleDeclaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleReference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleRuleReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedRuleReference","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleParameterReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedParameterReference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaSpec","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ExecutionModifier","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnParameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterModifier","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeSpec","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypeSpec","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableDeclarationStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableDeclaration","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedVarDeclaration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferredVarDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForInit","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForUpdate","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopVariable","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Catch","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperator","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MathOperator","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryMathOperator","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreationExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleInvocation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleInvocationSuper","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMethodInvocation","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeOperationInvocation","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelFeature","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureField","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAccess","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticAccess","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PPOperator","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationsDefinition","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationDecl","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AnnotationTargetSpec","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationPropertyDecl","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationProperty","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MathExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryCastExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryBooleanExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMathExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":91,"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":"packageName","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"metamodelDeclarations","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":"annotationDefinitions","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":"ruleDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":107,"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":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"replaces","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":117,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"public","id":123,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":124,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"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":127,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exec","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traced","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stealth","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"virtual","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multi","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","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":"returnParameters","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":"implementedRules","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":"overriddenRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"excludingRules","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":"trigger","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":"javaSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ruleDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":161,"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":"parameterReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":168,"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":"parameterReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":175,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":182,"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":"vardecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triggerRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"with","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"name":"called","id":195,"value":0,"literal":"called","eClass":"EEnumLiteral"},{"name":"abstract","id":196,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"manual","id":197,"value":2,"literal":"manual","eClass":"EEnumLiteral"},{"name":"auto","id":198,"value":3,"literal":"auto","eClass":"EEnumLiteral"},{"name":"confirm","id":199,"value":4,"literal":"confirm","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":200,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vardecl","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,"unique":true,"name":"toString","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"name":"use","id":212,"value":0,"literal":"use","eClass":"EEnumLiteral"},{"name":"from","id":213,"value":1,"literal":"from","eClass":"EEnumLiteral"},{"name":"into","id":214,"value":2,"literal":"into","eClass":"EEnumLiteral"},{"name":"return","id":215,"value":0,"literal":"return","eClass":"EEnumLiteral"},{"name":"create","id":216,"value":1,"literal":"create","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":217,"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":"metamodelDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","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,"unique":true,"name":"toString","lowerBound":0,"id":224,"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":"primitiveType","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"name":"void","id":229,"value":0,"literal":"void","eClass":"EEnumLiteral"},{"name":"any","id":230,"value":1,"literal":"any","eClass":"EEnumLiteral"},{"name":"string","id":231,"value":2,"literal":"String","eClass":"EEnumLiteral"},{"name":"int","id":232,"value":3,"literal":"int","eClass":"EEnumLiteral"},{"name":"boolean","id":233,"value":4,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"real","id":234,"value":5,"literal":"real","eClass":"EEnumLiteral"},{"name":"type","id":235,"value":6,"literal":"Type","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":236,"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":"collectionType","changeable":true,"lowerBound":0,"iD":false,"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":"typePar","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"},{"name":"Collection","id":243,"value":0,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"Set","id":244,"value":1,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":245,"value":2,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":246,"value":3,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":247,"value":4,"literal":"Sequence","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"vardecl","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueStatement","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":"elseStatement","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"},{"container":false,"ordered":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":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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"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":"statementExpressions","changeable":true,"resolveProxies":true,"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":"varDeclarations","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":"statementExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forInit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forUpdate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vardecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catches","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":"finallyBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"name":"and","id":323,"value":0,"literal":"&","eClass":"EEnumLiteral"},{"name":"or","id":324,"value":1,"literal":"|","eClass":"EEnumLiteral"},{"name":"andsc","id":325,"value":2,"literal":"&&","eClass":"EEnumLiteral"},{"name":"orsc","id":326,"value":3,"literal":"||","eClass":"EEnumLiteral"},{"name":"eq","id":327,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"neq","id":328,"value":1,"literal":"!=","eClass":"EEnumLiteral"},{"name":"lt","id":329,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"gt","id":330,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"leq","id":331,"value":2,"literal":"<=","eClass":"EEnumLiteral"},{"name":"geq","id":332,"value":3,"literal":">=","eClass":"EEnumLiteral"},{"name":"add","id":333,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"sub","id":334,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"mul","id":335,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"div","id":336,"value":3,"literal":"/","eClass":"EEnumLiteral"},{"name":"plus","id":337,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"minus","id":338,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":341,"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":"stringValue","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":346,"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":"intValue","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":351,"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":"floatValue","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":356,"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":"booleanValue","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":368,"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":"ruleDeclaration","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EOperation"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":380,"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":381,"derived":false},{"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":"arguments","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":396,"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":"prefixOperator","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"container":false,"ordered":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":398,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postfixOperator","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":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":410,"derived":false},{"container":false,"ordered":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":411,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"name":"set","id":418,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"add","id":419,"value":1,"literal":"+=","eClass":"EEnumLiteral"},{"name":"sub","id":420,"value":2,"literal":"-=","eClass":"EEnumLiteral"},{"name":"NULL","id":421,"value":0,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"inc","id":422,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"dec","id":423,"value":2,"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":"annotationDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":426,"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":"targets","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valuetype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"name":"module","id":440,"value":0,"literal":"module","eClass":"EEnumLiteral"},{"name":"rule","id":441,"value":1,"literal":"rule","eClass":"EEnumLiteral"},{"name":"parameter","id":442,"value":2,"literal":"parameter","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":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":444,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":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":452,"derived":false},{"container":false,"ordered":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":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":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":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":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":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"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":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"container":false,"ordered":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":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"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":1,"target":0},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":91,"target":98},{"source":91,"target":1},{"source":92,"target":99},{"source":92,"target":1},{"source":93,"target":100},{"source":93,"target":1},{"source":94,"target":2},{"source":94,"target":101},{"source":94,"target":1},{"source":101,"target":2},{"source":95,"target":3},{"source":95,"target":102},{"source":95,"target":1},{"source":102,"target":3},{"source":96,"target":75},{"source":96,"target":103},{"source":96,"target":1},{"source":103,"target":75},{"source":97,"target":6},{"source":97,"target":104},{"source":97,"target":1},{"source":104,"target":6},{"source":2,"target":0},{"source":2,"target":105},{"source":105,"target":1},{"source":105,"target":106},{"source":105,"target":2},{"source":106,"target":1},{"source":3,"target":0},{"source":3,"target":107},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":3,"target":111},{"source":107,"target":112},{"source":107,"target":3},{"source":108,"target":113},{"source":108,"target":3},{"source":109,"target":114},{"source":109,"target":3},{"source":110,"target":4},{"source":110,"target":115},{"source":110,"target":3},{"source":115,"target":4},{"source":111,"target":116},{"source":111,"target":3},{"source":4,"target":0},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":117,"target":120},{"source":117,"target":4},{"source":118,"target":121},{"source":118,"target":4},{"source":119,"target":122},{"source":119,"target":4},{"source":5,"target":0},{"source":5,"target":123},{"source":5,"target":124},{"source":123,"target":5},{"source":124,"target":5},{"source":6,"target":0},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":6,"target":132},{"source":6,"target":133},{"source":6,"target":134},{"source":6,"target":135},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":125,"target":142},{"source":125,"target":6},{"source":126,"target":79},{"source":126,"target":143},{"source":126,"target":6},{"source":143,"target":79},{"source":127,"target":5},{"source":127,"target":144},{"source":127,"target":6},{"source":144,"target":5},{"source":128,"target":15},{"source":128,"target":145},{"source":128,"target":6},{"source":145,"target":15},{"source":129,"target":146},{"source":129,"target":6},{"source":130,"target":147},{"source":130,"target":6},{"source":131,"target":148},{"source":131,"target":6},{"source":132,"target":149},{"source":132,"target":6},{"source":133,"target":150},{"source":133,"target":6},{"source":134,"target":17},{"source":134,"target":151},{"source":134,"target":6},{"source":151,"target":17},{"source":135,"target":18},{"source":135,"target":152},{"source":135,"target":6},{"source":152,"target":18},{"source":136,"target":8},{"source":136,"target":153},{"source":136,"target":6},{"source":153,"target":8},{"source":137,"target":8},{"source":137,"target":154},{"source":137,"target":6},{"source":154,"target":8},{"source":138,"target":8},{"source":138,"target":155},{"source":138,"target":6},{"source":155,"target":8},{"source":139,"target":13},{"source":139,"target":156},{"source":139,"target":6},{"source":156,"target":13},{"source":140,"target":14},{"source":140,"target":157},{"source":140,"target":6},{"source":157,"target":14},{"source":141,"target":26},{"source":141,"target":158},{"source":141,"target":6},{"source":158,"target":26},{"source":7,"target":0},{"source":7,"target":159},{"source":159,"target":6},{"source":159,"target":160},{"source":159,"target":7},{"source":160,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":161},{"source":8,"target":162},{"source":8,"target":163},{"source":8,"target":164},{"source":161,"target":165},{"source":161,"target":8},{"source":162,"target":11},{"source":162,"target":166},{"source":162,"target":8},{"source":166,"target":11},{"source":163,"target":11},{"source":163,"target":167},{"source":163,"target":8},{"source":167,"target":11},{"source":164,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":168},{"source":9,"target":169},{"source":9,"target":170},{"source":9,"target":171},{"source":168,"target":172},{"source":168,"target":9},{"source":169,"target":12},{"source":169,"target":173},{"source":169,"target":9},{"source":173,"target":12},{"source":170,"target":12},{"source":170,"target":174},{"source":170,"target":9},{"source":174,"target":12},{"source":171,"target":7},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":11,"target":178},{"source":175,"target":179},{"source":175,"target":11},{"source":176,"target":20},{"source":176,"target":180},{"source":176,"target":11},{"source":180,"target":20},{"source":177,"target":181},{"source":177,"target":11},{"source":178,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":182},{"source":12,"target":183},{"source":12,"target":184},{"source":182,"target":185},{"source":182,"target":12},{"source":183,"target":32},{"source":183,"target":186},{"source":183,"target":12},{"source":186,"target":32},{"source":184,"target":10},{"source":13,"target":0},{"source":13,"target":187},{"source":13,"target":188},{"source":13,"target":189},{"source":187,"target":9},{"source":187,"target":190},{"source":187,"target":13},{"source":190,"target":9},{"source":188,"target":26},{"source":188,"target":191},{"source":188,"target":13},{"source":191,"target":26},{"source":189,"target":49},{"source":189,"target":192},{"source":189,"target":13},{"source":192,"target":49},{"source":14,"target":0},{"source":14,"target":193},{"source":193,"target":4},{"source":193,"target":194},{"source":193,"target":14},{"source":194,"target":4},{"source":15,"target":0},{"source":15,"target":195},{"source":15,"target":196},{"source":15,"target":197},{"source":15,"target":198},{"source":15,"target":199},{"source":195,"target":15},{"source":196,"target":15},{"source":197,"target":15},{"source":198,"target":15},{"source":199,"target":15},{"source":16,"target":0},{"source":16,"target":200},{"source":16,"target":201},{"source":16,"target":202},{"source":200,"target":79},{"source":200,"target":203},{"source":200,"target":16},{"source":203,"target":79},{"source":201,"target":19},{"source":201,"target":204},{"source":201,"target":16},{"source":204,"target":19},{"source":202,"target":32},{"source":202,"target":205},{"source":202,"target":16},{"source":205,"target":32},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":206},{"source":17,"target":207},{"source":206,"target":208},{"source":206,"target":17},{"source":207,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":209},{"source":18,"target":210},{"source":209,"target":211},{"source":209,"target":18},{"source":210,"target":16},{"source":19,"target":0},{"source":19,"target":212},{"source":19,"target":213},{"source":19,"target":214},{"source":19,"target":215},{"source":19,"target":216},{"source":212,"target":19},{"source":213,"target":19},{"source":214,"target":19},{"source":215,"target":19},{"source":216,"target":19},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":217},{"source":21,"target":218},{"source":21,"target":219},{"source":21,"target":220},{"source":217,"target":221},{"source":217,"target":21},{"source":218,"target":3},{"source":218,"target":222},{"source":218,"target":21},{"source":222,"target":3},{"source":219,"target":223},{"source":219,"target":21},{"source":220,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":224},{"source":22,"target":225},{"source":22,"target":226},{"source":224,"target":227},{"source":224,"target":22},{"source":225,"target":23},{"source":225,"target":228},{"source":225,"target":22},{"source":228,"target":23},{"source":226,"target":20},{"source":23,"target":0},{"source":23,"target":229},{"source":23,"target":230},{"source":23,"target":231},{"source":23,"target":232},{"source":23,"target":233},{"source":23,"target":234},{"source":23,"target":235},{"source":229,"target":23},{"source":230,"target":23},{"source":231,"target":23},{"source":232,"target":23},{"source":233,"target":23},{"source":234,"target":23},{"source":235,"target":23},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":236},{"source":24,"target":237},{"source":24,"target":238},{"source":24,"target":239},{"source":236,"target":240},{"source":236,"target":24},{"source":237,"target":25},{"source":237,"target":241},{"source":237,"target":24},{"source":241,"target":25},{"source":238,"target":20},{"source":238,"target":242},{"source":238,"target":24},{"source":242,"target":20},{"source":239,"target":20},{"source":25,"target":0},{"source":25,"target":243},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":25,"target":247},{"source":243,"target":25},{"source":244,"target":25},{"source":245,"target":25},{"source":246,"target":25},{"source":247,"target":25},{"source":26,"target":0},{"source":26,"target":28},{"source":26,"target":248},{"source":26,"target":249},{"source":248,"target":27},{"source":248,"target":250},{"source":248,"target":26},{"source":250,"target":27},{"source":249,"target":28},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":251},{"source":251,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":252},{"source":29,"target":253},{"source":252,"target":30},{"source":252,"target":254},{"source":252,"target":29},{"source":254,"target":30},{"source":253,"target":27},{"source":30,"target":0},{"source":30,"target":255},{"source":30,"target":256},{"source":255,"target":32},{"source":255,"target":257},{"source":255,"target":30},{"source":257,"target":32},{"source":256,"target":49},{"source":256,"target":258},{"source":256,"target":30},{"source":258,"target":49},{"source":31,"target":0},{"source":31,"target":259},{"source":31,"target":260},{"source":259,"target":20},{"source":259,"target":261},{"source":259,"target":31},{"source":261,"target":20},{"source":260,"target":262},{"source":260,"target":31},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":263},{"source":263,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":264},{"source":264,"target":31},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":265},{"source":34,"target":266},{"source":265,"target":35},{"source":265,"target":267},{"source":265,"target":34},{"source":267,"target":35},{"source":266,"target":28},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":28},{"source":36,"target":268},{"source":268,"target":28},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":269},{"source":37,"target":270},{"source":269,"target":49},{"source":269,"target":271},{"source":269,"target":37},{"source":271,"target":49},{"source":270,"target":28},{"source":38,"target":0},{"source":38,"target":28},{"source":38,"target":272},{"source":38,"target":273},{"source":38,"target":274},{"source":38,"target":275},{"source":272,"target":49},{"source":272,"target":276},{"source":272,"target":38},{"source":276,"target":49},{"source":273,"target":28},{"source":273,"target":277},{"source":273,"target":38},{"source":277,"target":28},{"source":274,"target":28},{"source":274,"target":278},{"source":274,"target":38},{"source":278,"target":28},{"source":275,"target":28},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":279},{"source":39,"target":280},{"source":39,"target":281},{"source":279,"target":49},{"source":279,"target":282},{"source":279,"target":39},{"source":282,"target":49},{"source":280,"target":28},{"source":280,"target":283},{"source":280,"target":39},{"source":283,"target":28},{"source":281,"target":28},{"source":40,"target":0},{"source":40,"target":28},{"source":40,"target":284},{"source":40,"target":285},{"source":40,"target":286},{"source":284,"target":28},{"source":284,"target":287},{"source":284,"target":40},{"source":287,"target":28},{"source":285,"target":49},{"source":285,"target":288},{"source":285,"target":40},{"source":288,"target":49},{"source":286,"target":28},{"source":41,"target":0},{"source":41,"target":289},{"source":41,"target":290},{"source":289,"target":35},{"source":289,"target":291},{"source":289,"target":41},{"source":291,"target":35},{"source":290,"target":30},{"source":290,"target":292},{"source":290,"target":41},{"source":292,"target":30},{"source":42,"target":0},{"source":42,"target":293},{"source":293,"target":35},{"source":293,"target":294},{"source":293,"target":42},{"source":294,"target":35},{"source":43,"target":0},{"source":43,"target":28},{"source":43,"target":295},{"source":43,"target":296},{"source":43,"target":297},{"source":43,"target":298},{"source":43,"target":299},{"source":43,"target":300},{"source":295,"target":44},{"source":295,"target":301},{"source":295,"target":43},{"source":301,"target":44},{"source":296,"target":49},{"source":296,"target":302},{"source":296,"target":43},{"source":302,"target":49},{"source":297,"target":41},{"source":297,"target":303},{"source":297,"target":43},{"source":303,"target":41},{"source":298,"target":42},{"source":298,"target":304},{"source":298,"target":43},{"source":304,"target":42},{"source":299,"target":28},{"source":299,"target":305},{"source":299,"target":43},{"source":305,"target":28},{"source":300,"target":28},{"source":44,"target":0},{"source":44,"target":306},{"source":306,"target":31},{"source":306,"target":307},{"source":306,"target":44},{"source":307,"target":31},{"source":45,"target":0},{"source":45,"target":28},{"source":45,"target":308},{"source":308,"target":28},{"source":46,"target":0},{"source":46,"target":28},{"source":46,"target":309},{"source":46,"target":310},{"source":309,"target":49},{"source":309,"target":311},{"source":309,"target":46},{"source":311,"target":49},{"source":310,"target":28},{"source":47,"target":0},{"source":47,"target":28},{"source":47,"target":312},{"source":47,"target":313},{"source":47,"target":314},{"source":47,"target":315},{"source":312,"target":26},{"source":312,"target":316},{"source":312,"target":47},{"source":316,"target":26},{"source":313,"target":48},{"source":313,"target":317},{"source":313,"target":47},{"source":317,"target":48},{"source":314,"target":26},{"source":314,"target":318},{"source":314,"target":47},{"source":318,"target":26},{"source":315,"target":28},{"source":48,"target":0},{"source":48,"target":319},{"source":48,"target":320},{"source":319,"target":17},{"source":319,"target":321},{"source":319,"target":48},{"source":321,"target":17},{"source":320,"target":26},{"source":320,"target":322},{"source":320,"target":48},{"source":322,"target":26},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":323},{"source":50,"target":324},{"source":50,"target":325},{"source":50,"target":326},{"source":323,"target":50},{"source":324,"target":50},{"source":325,"target":50},{"source":326,"target":50},{"source":51,"target":0},{"source":51,"target":327},{"source":51,"target":328},{"source":327,"target":51},{"source":328,"target":51},{"source":52,"target":0},{"source":52,"target":329},{"source":52,"target":330},{"source":52,"target":331},{"source":52,"target":332},{"source":329,"target":52},{"source":330,"target":52},{"source":331,"target":52},{"source":332,"target":52},{"source":53,"target":0},{"source":53,"target":333},{"source":53,"target":334},{"source":53,"target":335},{"source":53,"target":336},{"source":333,"target":53},{"source":334,"target":53},{"source":335,"target":53},{"source":336,"target":53},{"source":54,"target":0},{"source":54,"target":337},{"source":54,"target":338},{"source":337,"target":54},{"source":338,"target":54},{"source":55,"target":0},{"source":55,"target":49},{"source":55,"target":339},{"source":339,"target":49},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":340},{"source":340,"target":55},{"source":57,"target":0},{"source":57,"target":56},{"source":57,"target":341},{"source":57,"target":342},{"source":57,"target":343},{"source":341,"target":344},{"source":341,"target":57},{"source":342,"target":345},{"source":342,"target":57},{"source":343,"target":56},{"source":58,"target":0},{"source":58,"target":56},{"source":58,"target":346},{"source":58,"target":347},{"source":58,"target":348},{"source":346,"target":349},{"source":346,"target":58},{"source":347,"target":350},{"source":347,"target":58},{"source":348,"target":56},{"source":59,"target":0},{"source":59,"target":56},{"source":59,"target":351},{"source":59,"target":352},{"source":59,"target":353},{"source":351,"target":354},{"source":351,"target":59},{"source":352,"target":355},{"source":352,"target":59},{"source":353,"target":56},{"source":60,"target":0},{"source":60,"target":56},{"source":60,"target":356},{"source":60,"target":357},{"source":60,"target":358},{"source":356,"target":359},{"source":356,"target":60},{"source":357,"target":360},{"source":357,"target":60},{"source":358,"target":56},{"source":61,"target":0},{"source":61,"target":56},{"source":61,"target":361},{"source":361,"target":56},{"source":62,"target":0},{"source":62,"target":35},{"source":62,"target":55},{"source":62,"target":362},{"source":62,"target":363},{"source":62,"target":364},{"source":62,"target":365},{"source":362,"target":20},{"source":362,"target":366},{"source":362,"target":62},{"source":366,"target":20},{"source":363,"target":49},{"source":363,"target":367},{"source":363,"target":62},{"source":367,"target":49},{"source":364,"target":35},{"source":365,"target":55},{"source":63,"target":0},{"source":63,"target":35},{"source":63,"target":55},{"source":63,"target":368},{"source":63,"target":369},{"source":63,"target":370},{"source":63,"target":371},{"source":63,"target":372},{"source":368,"target":373},{"source":368,"target":63},{"source":369,"target":6},{"source":369,"target":374},{"source":369,"target":63},{"source":374,"target":6},{"source":370,"target":49},{"source":370,"target":375},{"source":370,"target":63},{"source":375,"target":49},{"source":371,"target":35},{"source":372,"target":55},{"source":64,"target":0},{"source":64,"target":35},{"source":64,"target":55},{"source":64,"target":376},{"source":64,"target":377},{"source":64,"target":378},{"source":376,"target":379},{"source":376,"target":64},{"source":377,"target":35},{"source":378,"target":55},{"source":65,"target":0},{"source":65,"target":380},{"source":65,"target":381},{"source":380,"target":382},{"source":380,"target":65},{"source":381,"target":383},{"source":381,"target":65},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":384},{"source":66,"target":385},{"source":384,"target":49},{"source":384,"target":386},{"source":384,"target":66},{"source":386,"target":49},{"source":385,"target":65},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":69},{"source":67,"target":387},{"source":67,"target":388},{"source":67,"target":389},{"source":387,"target":49},{"source":387,"target":390},{"source":387,"target":67},{"source":390,"target":49},{"source":388,"target":66},{"source":389,"target":69},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":391},{"source":391,"target":66},{"source":69,"target":0},{"source":70,"target":0},{"source":70,"target":65},{"source":70,"target":69},{"source":70,"target":392},{"source":70,"target":393},{"source":70,"target":394},{"source":392,"target":49},{"source":392,"target":395},{"source":392,"target":70},{"source":395,"target":49},{"source":393,"target":65},{"source":394,"target":69},{"source":71,"target":0},{"source":71,"target":35},{"source":71,"target":55},{"source":71,"target":396},{"source":71,"target":397},{"source":71,"target":398},{"source":71,"target":399},{"source":71,"target":400},{"source":71,"target":401},{"source":71,"target":402},{"source":71,"target":403},{"source":396,"target":404},{"source":396,"target":71},{"source":397,"target":74},{"source":397,"target":405},{"source":397,"target":71},{"source":405,"target":74},{"source":398,"target":31},{"source":398,"target":406},{"source":398,"target":71},{"source":406,"target":31},{"source":399,"target":65},{"source":399,"target":407},{"source":399,"target":71},{"source":407,"target":65},{"source":400,"target":49},{"source":400,"target":408},{"source":400,"target":71},{"source":408,"target":49},{"source":401,"target":74},{"source":401,"target":409},{"source":401,"target":71},{"source":409,"target":74},{"source":402,"target":35},{"source":403,"target":55},{"source":72,"target":0},{"source":72,"target":35},{"source":72,"target":55},{"source":72,"target":410},{"source":72,"target":411},{"source":72,"target":412},{"source":72,"target":413},{"source":72,"target":414},{"source":410,"target":49},{"source":410,"target":415},{"source":410,"target":72},{"source":415,"target":49},{"source":411,"target":20},{"source":411,"target":416},{"source":411,"target":72},{"source":416,"target":20},{"source":412,"target":65},{"source":412,"target":417},{"source":412,"target":72},{"source":417,"target":65},{"source":413,"target":35},{"source":414,"target":55},{"source":73,"target":0},{"source":73,"target":418},{"source":73,"target":419},{"source":73,"target":420},{"source":418,"target":73},{"source":419,"target":73},{"source":420,"target":73},{"source":74,"target":0},{"source":74,"target":421},{"source":74,"target":422},{"source":74,"target":423},{"source":421,"target":74},{"source":422,"target":74},{"source":423,"target":74},{"source":75,"target":0},{"source":75,"target":424},{"source":424,"target":76},{"source":424,"target":425},{"source":424,"target":75},{"source":425,"target":76},{"source":76,"target":0},{"source":76,"target":426},{"source":76,"target":427},{"source":76,"target":428},{"source":76,"target":429},{"source":76,"target":430},{"source":76,"target":431},{"source":76,"target":432},{"source":426,"target":433},{"source":426,"target":76},{"source":427,"target":77},{"source":427,"target":434},{"source":427,"target":76},{"source":434,"target":77},{"source":428,"target":22},{"source":428,"target":435},{"source":428,"target":76},{"source":435,"target":22},{"source":429,"target":436},{"source":429,"target":76},{"source":430,"target":437},{"source":430,"target":76},{"source":431,"target":56},{"source":431,"target":438},{"source":431,"target":76},{"source":438,"target":56},{"source":432,"target":78},{"source":432,"target":439},{"source":432,"target":76},{"source":439,"target":78},{"source":77,"target":0},{"source":77,"target":440},{"source":77,"target":441},{"source":77,"target":442},{"source":440,"target":77},{"source":441,"target":77},{"source":442,"target":77},{"source":78,"target":0},{"source":78,"target":443},{"source":78,"target":444},{"source":78,"target":445},{"source":78,"target":446},{"source":443,"target":22},{"source":443,"target":447},{"source":443,"target":78},{"source":447,"target":22},{"source":444,"target":448},{"source":444,"target":78},{"source":445,"target":449},{"source":445,"target":78},{"source":446,"target":56},{"source":446,"target":450},{"source":446,"target":78},{"source":450,"target":56},{"source":79,"target":0},{"source":79,"target":451},{"source":79,"target":452},{"source":79,"target":453},{"source":451,"target":76},{"source":451,"target":454},{"source":451,"target":79},{"source":454,"target":76},{"source":452,"target":56},{"source":452,"target":455},{"source":452,"target":79},{"source":455,"target":56},{"source":453,"target":80},{"source":453,"target":456},{"source":453,"target":79},{"source":456,"target":80},{"source":80,"target":0},{"source":80,"target":457},{"source":80,"target":458},{"source":457,"target":78},{"source":457,"target":459},{"source":457,"target":80},{"source":459,"target":78},{"source":458,"target":56},{"source":458,"target":460},{"source":458,"target":80},{"source":460,"target":56},{"source":81,"target":0},{"source":81,"target":35},{"source":81,"target":461},{"source":81,"target":462},{"source":81,"target":463},{"source":81,"target":464},{"source":461,"target":71},{"source":461,"target":465},{"source":461,"target":81},{"source":465,"target":71},{"source":462,"target":73},{"source":462,"target":466},{"source":462,"target":81},{"source":466,"target":73},{"source":463,"target":49},{"source":463,"target":467},{"source":463,"target":81},{"source":467,"target":49},{"source":464,"target":35},{"source":82,"target":0},{"source":82,"target":49},{"source":82,"target":468},{"source":82,"target":469},{"source":82,"target":470},{"source":468,"target":44},{"source":468,"target":471},{"source":468,"target":82},{"source":471,"target":44},{"source":469,"target":49},{"source":469,"target":472},{"source":469,"target":82},{"source":472,"target":49},{"source":470,"target":49},{"source":83,"target":0},{"source":83,"target":49},{"source":83,"target":473},{"source":83,"target":474},{"source":83,"target":475},{"source":83,"target":476},{"source":473,"target":49},{"source":473,"target":477},{"source":473,"target":83},{"source":477,"target":49},{"source":474,"target":50},{"source":474,"target":478},{"source":474,"target":83},{"source":478,"target":50},{"source":475,"target":49},{"source":475,"target":479},{"source":475,"target":83},{"source":479,"target":49},{"source":476,"target":49},{"source":84,"target":0},{"source":84,"target":49},{"source":84,"target":480},{"source":84,"target":481},{"source":84,"target":482},{"source":84,"target":483},{"source":480,"target":49},{"source":480,"target":484},{"source":480,"target":84},{"source":484,"target":49},{"source":481,"target":51},{"source":481,"target":485},{"source":481,"target":84},{"source":485,"target":51},{"source":482,"target":49},{"source":482,"target":486},{"source":482,"target":84},{"source":486,"target":49},{"source":483,"target":49},{"source":85,"target":0},{"source":85,"target":49},{"source":85,"target":487},{"source":85,"target":488},{"source":85,"target":489},{"source":85,"target":490},{"source":487,"target":49},{"source":487,"target":491},{"source":487,"target":85},{"source":491,"target":49},{"source":488,"target":52},{"source":488,"target":492},{"source":488,"target":85},{"source":492,"target":52},{"source":489,"target":49},{"source":489,"target":493},{"source":489,"target":85},{"source":493,"target":49},{"source":490,"target":49},{"source":86,"target":0},{"source":86,"target":49},{"source":86,"target":494},{"source":86,"target":495},{"source":86,"target":496},{"source":86,"target":497},{"source":494,"target":49},{"source":494,"target":498},{"source":494,"target":86},{"source":498,"target":49},{"source":495,"target":53},{"source":495,"target":499},{"source":495,"target":86},{"source":499,"target":53},{"source":496,"target":49},{"source":496,"target":500},{"source":496,"target":86},{"source":500,"target":49},{"source":497,"target":49},{"source":87,"target":0},{"source":87,"target":49},{"source":87,"target":501},{"source":87,"target":502},{"source":87,"target":503},{"source":501,"target":20},{"source":501,"target":504},{"source":501,"target":87},{"source":504,"target":20},{"source":502,"target":49},{"source":502,"target":505},{"source":502,"target":87},{"source":505,"target":49},{"source":503,"target":49},{"source":88,"target":0},{"source":88,"target":49},{"source":88,"target":506},{"source":88,"target":507},{"source":506,"target":49},{"source":506,"target":508},{"source":506,"target":88},{"source":508,"target":49},{"source":507,"target":49},{"source":89,"target":0},{"source":89,"target":49},{"source":89,"target":509},{"source":89,"target":510},{"source":89,"target":511},{"source":509,"target":54},{"source":509,"target":512},{"source":509,"target":89},{"source":512,"target":54},{"source":510,"target":49},{"source":510,"target":513},{"source":510,"target":89},{"source":513,"target":49},{"source":511,"target":49},{"source":90,"target":0},{"source":90,"target":49},{"source":90,"target":514},{"source":90,"target":515},{"source":90,"target":516},{"source":514,"target":49},{"source":514,"target":517},{"source":514,"target":90},{"source":517,"target":49},{"source":515,"target":20},{"source":515,"target":518},{"source":515,"target":90},{"source":518,"target":20},{"source":516,"target":49}],"multigraph":true}
ecore
families
repo-ecore-all/data/gssi/Edelta_bad_smells/model/Families.ecore
Families Family lastName father mother sons daughters Member firstName familyFather familyMother familySon familyDaughter lastName Sample Test MemberMale MemberFemale 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="Families" nsURI="http://families" nsPrefix="families"> <eClassifiers xsi:type="ecore:EClass" name="Family"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="father" ordered="false" lowerBound="1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familyFather"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mother" ordered="false" lowerBound="1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familyMother"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sons" ordered="false" upperBound="-1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familySon"/> <eStructuralFeatures xsi:type="ecore:EReference" name="daughters" ordered="false" upperBound="-1" eType="#/0/Member" containment="true" eOpposite="#/0/Member/familyDaughter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyFather" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/father"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyMother" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/mother"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familySon" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/sons"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyDaughter" ordered="false" eType="#/0/Family" eOpposite="#/0/Family/daughters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sample"/> <eClassifiers xsi:type="ecore:EClass" name="Test"/> <eClassifiers xsi:type="ecore:EClass" name="MemberMale" eSuperTypes="#/0/Member"/> <eClassifiers xsi:type="ecore:EClass" name="MemberFemale" eSuperTypes="#/0/Member"/> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://pt" nsPrefix="pt"> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="String"/> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"families","nsURI":"http://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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sample","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberMale","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberFemale","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":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"container":false,"ordered":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":8,"derived":false},{"container":false,"ordered":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":9,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"daughters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"instanceTypeName":"String","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":12,"serializable":true,"eClass":"EDataType"},{"id":13,"eClass":"EGenericType"},{"id":14,"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":15,"derived":false},{"id":16,"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":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"familySon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"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":21,"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":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":22,"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":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"nsPrefix":"pt","nsURI":"http://pt","name":"PrimitiveTypes","id":32,"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":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":7,"target":12},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":12},{"source":8,"target":2},{"source":8,"target":14},{"source":8,"target":1},{"source":8,"target":15},{"source":14,"target":2},{"source":9,"target":2},{"source":9,"target":16},{"source":9,"target":1},{"source":9,"target":17},{"source":16,"target":2},{"source":10,"target":2},{"source":10,"target":18},{"source":10,"target":1},{"source":10,"target":19},{"source":18,"target":2},{"source":11,"target":2},{"source":11,"target":20},{"source":11,"target":1},{"source":11,"target":21},{"source":20,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":15},{"source":2,"target":17},{"source":2,"target":19},{"source":2,"target":21},{"source":2,"target":23},{"source":22,"target":12},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":12},{"source":15,"target":1},{"source":15,"target":25},{"source":15,"target":2},{"source":15,"target":8},{"source":25,"target":1},{"source":17,"target":1},{"source":17,"target":26},{"source":17,"target":2},{"source":17,"target":9},{"source":26,"target":1},{"source":19,"target":1},{"source":19,"target":27},{"source":19,"target":2},{"source":19,"target":10},{"source":27,"target":1},{"source":21,"target":1},{"source":21,"target":28},{"source":21,"target":2},{"source":21,"target":11},{"source":28,"target":1},{"source":23,"target":12},{"source":23,"target":29},{"source":23,"target":2},{"source":29,"target":12},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":30},{"source":30,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":31},{"source":31,"target":2},{"source":32,"target":12},{"source":12,"target":32}],"multigraph":true}
ecore
relational
repo-ecore-all/data/ObeoNetwork/Database-Designer/plugins/org.obeonetwork.dsl.database/model/database.ecore
database NamedElement name DataBase url schemas defines AbstractTable columns owner Column addToPrimaryKey addToUniqueIndex removeFromPrimaryKey removeFromUniqueIndex nullable defaultValue indexes indexElements primaryKey foreignKeys foreignKeyElements type sequence owner autoincrement inPrimaryKey inForeignKey unique Index qualifier elements unique cardinality indexType owner View query Table primaryKey foreignKeys constraints indexes PrimaryKey columns owner ForeignKey getSourceTable getTargetTable elements owner target ForeignKeyElement fkColumn pkColumn IndexElement column asc Constraint expression owner DatabaseElement ID comments Schema Sequence start increment minValue maxValue TableContainer tables sequences
<?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="database" nsURI="http://www.obeonetwork.org/dsl/database/1.0" nsPrefix="database"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//DatabaseElement"> <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="DataBase" eSuperTypes="#//TableContainer ../../org.obeonetwork.dsl.typeslibrary/model/typeslibrary.ecore#//TypesLibraryUser"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schemas" upperBound="-1" eType="#//Schema" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1" eType="ecore:EClass ../../org.obeonetwork.dsl.typeslibrary/model/typeslibrary.ecore#//UserDefinedTypesLibrary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTable" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//TableContainer" eOpposite="#//TableContainer/tables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//NamedElement"> <eOperations name="addToPrimaryKey"/> <eOperations name="addToUniqueIndex"/> <eOperations name="removeFromPrimaryKey"/> <eOperations name="removeFromUniqueIndex"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//Index" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexElements" upperBound="-1" eType="#//IndexElement" eOpposite="#//IndexElement/column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" eType="#//PrimaryKey" eOpposite="#//PrimaryKey/columns"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" upperBound="-1" eType="#//ForeignKey" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeyElements" upperBound="-1" eType="#//ForeignKeyElement" eOpposite="#//ForeignKeyElement/fkColumn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ../../org.obeonetwork.dsl.typeslibrary/model/typeslibrary.ecore#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//Sequence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//AbstractTable" eOpposite="#//AbstractTable/columns"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoincrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inPrimaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inForeignKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Index" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//IndexElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table" eOpposite="#//Table/indexes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="#//AbstractTable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//AbstractTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" ordered="false" eType="#//PrimaryKey" containment="true" eOpposite="#//PrimaryKey/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKeys" upperBound="-1" eType="#//ForeignKey" containment="true" eOpposite="#//ForeignKey/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//Index" containment="true" eOpposite="#//Index/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" eOpposite="#//Column/primaryKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table" eOpposite="#//Table/primaryKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//NamedElement"> <eOperations name="getSourceTable" eType="#//Table"/> <eOperations name="getTargetTable" eType="#//Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ForeignKeyElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table" eOpposite="#//Table/foreignKeys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKeyElement" eSuperTypes="#//DatabaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fkColumn" eType="#//Column" eOpposite="#//Column/foreignKeyElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pkColumn" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexElement" eSuperTypes="#//DatabaseElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//Column" eOpposite="#//Column/indexElements"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Table" eOpposite="#//Table/constraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema" eSuperTypes="#//TableContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableContainer" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" ordered="false" upperBound="-1" eType="#//AbstractTable" containment="true" eOpposite="#//AbstractTable/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequences" upperBound="-1" eType="#//Sequence" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"database","nsURI":"http://www.obeonetwork.org/dsl/database/1.0","name":"database","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":"AbstractTable","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKeyElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexElement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableContainer","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"url","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":"schemas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defines","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"},{"container":false,"ordered":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":28,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"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":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"addToPrimaryKey","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addToUniqueIndex","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeFromPrimaryKey","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeFromUniqueIndex","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nullable","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"indexes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":41,"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":"indexElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"foreignKeys","changeable":false,"resolveProxies":true,"lowerBound":0,"id":44,"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":"foreignKeyElements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoincrement","changeable":true,"lowerBound":0,"iD":false,"id":48,"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":"inPrimaryKey","changeable":false,"lowerBound":0,"iD":false,"id":49,"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":"inForeignKey","changeable":false,"lowerBound":0,"iD":false,"id":50,"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":"unique","changeable":false,"lowerBound":0,"iD":false,"id":51,"derived":true},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fkColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","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":"cardinality","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexType","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":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":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"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":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreignKeys","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSourceTable","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTargetTable","lowerBound":0,"id":102,"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":"elements","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pkColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asc","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"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":"ID","changeable":false,"lowerBound":0,"iD":true,"id":123,"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":"comments","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"start","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"increment","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxValue","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"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":13},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":19},{"source":17,"target":1},{"source":18,"target":13},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":20,"target":25},{"source":20,"target":2},{"source":21,"target":14},{"source":21,"target":26},{"source":21,"target":2},{"source":26,"target":14},{"source":22,"target":27},{"source":22,"target":2},{"source":23,"target":16},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":28,"target":4},{"source":28,"target":31},{"source":28,"target":3},{"source":28,"target":32},{"source":31,"target":4},{"source":29,"target":16},{"source":29,"target":33},{"source":29,"target":3},{"source":29,"target":34},{"source":33,"target":16},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":32},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":53},{"source":39,"target":4},{"source":40,"target":54},{"source":40,"target":4},{"source":41,"target":5},{"source":41,"target":55},{"source":41,"target":4},{"source":55,"target":5},{"source":42,"target":11},{"source":42,"target":56},{"source":42,"target":4},{"source":42,"target":57},{"source":56,"target":11},{"source":43,"target":8},{"source":43,"target":58},{"source":43,"target":4},{"source":43,"target":59},{"source":58,"target":8},{"source":44,"target":9},{"source":44,"target":60},{"source":44,"target":4},{"source":60,"target":9},{"source":45,"target":10},{"source":45,"target":61},{"source":45,"target":4},{"source":45,"target":62},{"source":61,"target":10},{"source":46,"target":63},{"source":46,"target":4},{"source":47,"target":15},{"source":47,"target":64},{"source":47,"target":4},{"source":64,"target":15},{"source":32,"target":3},{"source":32,"target":65},{"source":32,"target":4},{"source":32,"target":28},{"source":65,"target":3},{"source":48,"target":66},{"source":48,"target":4},{"source":49,"target":67},{"source":49,"target":4},{"source":50,"target":68},{"source":50,"target":4},{"source":51,"target":69},{"source":51,"target":4},{"source":52,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":70,"target":77},{"source":70,"target":5},{"source":71,"target":11},{"source":71,"target":78},{"source":71,"target":5},{"source":78,"target":11},{"source":72,"target":79},{"source":72,"target":5},{"source":73,"target":80},{"source":73,"target":5},{"source":74,"target":81},{"source":74,"target":5},{"source":75,"target":7},{"source":75,"target":82},{"source":75,"target":5},{"source":75,"target":83},{"source":82,"target":7},{"source":76,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":84},{"source":6,"target":85},{"source":84,"target":86},{"source":84,"target":6},{"source":85,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":83},{"source":7,"target":90},{"source":87,"target":8},{"source":87,"target":91},{"source":87,"target":7},{"source":87,"target":92},{"source":91,"target":8},{"source":88,"target":9},{"source":88,"target":93},{"source":88,"target":7},{"source":88,"target":94},{"source":93,"target":9},{"source":89,"target":12},{"source":89,"target":95},{"source":89,"target":7},{"source":89,"target":96},{"source":95,"target":12},{"source":83,"target":5},{"source":83,"target":97},{"source":83,"target":7},{"source":83,"target":75},{"source":97,"target":5},{"source":90,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":59},{"source":8,"target":92},{"source":8,"target":98},{"source":59,"target":4},{"source":59,"target":99},{"source":59,"target":8},{"source":59,"target":43},{"source":99,"target":4},{"source":92,"target":7},{"source":92,"target":100},{"source":92,"target":8},{"source":92,"target":87},{"source":100,"target":7},{"source":98,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":94},{"source":9,"target":104},{"source":9,"target":105},{"source":101,"target":7},{"source":101,"target":106},{"source":101,"target":9},{"source":106,"target":7},{"source":102,"target":7},{"source":102,"target":107},{"source":102,"target":9},{"source":107,"target":7},{"source":103,"target":10},{"source":103,"target":108},{"source":103,"target":9},{"source":108,"target":10},{"source":94,"target":7},{"source":94,"target":109},{"source":94,"target":9},{"source":94,"target":88},{"source":109,"target":7},{"source":104,"target":7},{"source":104,"target":110},{"source":104,"target":9},{"source":110,"target":7},{"source":105,"target":1},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":62},{"source":10,"target":111},{"source":10,"target":112},{"source":62,"target":4},{"source":62,"target":113},{"source":62,"target":10},{"source":62,"target":45},{"source":113,"target":4},{"source":111,"target":4},{"source":111,"target":114},{"source":111,"target":10},{"source":114,"target":4},{"source":112,"target":13},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":57},{"source":11,"target":115},{"source":11,"target":116},{"source":57,"target":4},{"source":57,"target":117},{"source":57,"target":11},{"source":57,"target":42},{"source":117,"target":4},{"source":115,"target":118},{"source":115,"target":11},{"source":116,"target":13},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":119},{"source":12,"target":96},{"source":12,"target":120},{"source":119,"target":121},{"source":119,"target":12},{"source":96,"target":7},{"source":96,"target":122},{"source":96,"target":12},{"source":96,"target":89},{"source":122,"target":7},{"source":120,"target":1},{"source":13,"target":0},{"source":13,"target":123},{"source":13,"target":124},{"source":123,"target":125},{"source":123,"target":13},{"source":124,"target":126},{"source":124,"target":13},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":127},{"source":127,"target":16},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":128},{"source":15,"target":129},{"source":15,"target":130},{"source":15,"target":131},{"source":15,"target":132},{"source":128,"target":133},{"source":128,"target":15},{"source":129,"target":134},{"source":129,"target":15},{"source":130,"target":135},{"source":130,"target":15},{"source":131,"target":136},{"source":131,"target":15},{"source":132,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":34},{"source":16,"target":137},{"source":16,"target":138},{"source":34,"target":3},{"source":34,"target":139},{"source":34,"target":16},{"source":34,"target":29},{"source":139,"target":3},{"source":137,"target":15},{"source":137,"target":140},{"source":137,"target":16},{"source":140,"target":15},{"source":138,"target":1}],"multigraph":true}
ecore
relational
repo-ecore-all/data/LaMaksim/DSL-2018/ProjectsDOMIJ/file_transfer/model/external/rdbms.ecore
rdbms Database userDefinedDataTypes tables dataTypes Table tableFKs tablePK tableUQ columns tableCHs Column default columnInPKandUQ nullable precision length columnInFK columnDataType ForeignKey rhsKey lhsAttr refersTo deleteActionRHS updateActionRHS FKTable match inverseReferentialIntegrityCon Constraints deferrable deferred CheckCon checkCondition PKeyAndUnique PKandUQColumns PrimaryKeyCon UniqueCon Action RESTRICT RESTRICT NO_ACTION NO_ACTION SET_NULL SET_NULL SET_DEFAULT SET_DEFAULT CASCADE CASCADE DeferrableAct DEFFERABLE DEFFERABLE NOT_DEFFERABLE NOT_DEFFERABLE DeferredAct INITIALLY_IMMEDIATE INITIALLY_IMMEDIATE INITIALLY_DEFERRED INITIALLY_DEFERRED SystemDataType predefinedLength predefinedDecPlaces ModelElement name UserDefinedDataType dataType precision length defaultValue DataType ReferencingType DEFAULT DEFAULT PARTIAL PARTIAL FULL FULL
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="rdbms" nsURI="http://rdbms/1.0" nsPrefix="rm"> <eClassifiers xsi:type="ecore:EClass" name="Database" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="userDefinedDataTypes" upperBound="-1" eType="#//UserDefinedDataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//Table" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1" eType="#//SystemDataType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tableFKs" upperBound="-1" eType="#//ForeignKey" containment="true" eOpposite="#//ForeignKey/FKTable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tablePK" lowerBound="1" eType="#//PrimaryKeyCon" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tableUQ" upperBound="-1" eType="#//UniqueCon" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tableCHs" upperBound="-1" eType="#//CheckCon" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnInPKandUQ" eType="#//PKeyAndUnique"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnInFK" eType="#//ForeignKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnDataType" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//Constraints"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhsKey" lowerBound="1" eType="#//PKeyAndUnique"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lhsAttr" lowerBound="1" upperBound="-1" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" lowerBound="1" eType="#//Table"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deleteActionRHS" eType="#//Action"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateActionRHS" eType="#//Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="FKTable" lowerBound="1" eType="#//Table" eOpposite="#//Table/tableFKs"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="match" eType="#//ReferencingType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverseReferentialIntegrityCon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraints" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deferrable" eType="#//DeferrableAct"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deferred" eType="#//DeferredAct"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckCon" eSuperTypes="#//Constraints"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PKeyAndUnique" abstract="true" eSuperTypes="#//Constraints"> <eStructuralFeatures xsi:type="ecore:EReference" name="PKandUQColumns" lowerBound="1" upperBound="-1" eType="#//Column"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKeyCon" eSuperTypes="#//PKeyAndUnique"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueCon" eSuperTypes="#//PKeyAndUnique"/> <eClassifiers xsi:type="ecore:EEnum" name="Action"> <eLiterals name="RESTRICT"/> <eLiterals name="NO_ACTION" value="1"/> <eLiterals name="SET_NULL" value="2"/> <eLiterals name="SET_DEFAULT" value="4"/> <eLiterals name="CASCADE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DeferrableAct"> <eLiterals name="DEFFERABLE" literal="DEFFERABLE"/> <eLiterals name="NOT_DEFFERABLE" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DeferredAct"> <eLiterals name="INITIALLY_IMMEDIATE" literal="INITIALLY_IMMEDIATE"/> <eLiterals name="INITIALLY_DEFERRED" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemDataType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predefinedLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predefinedDecPlaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" 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="UserDefinedDataType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" lowerBound="1" eType="#//SystemDataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <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="DataType" abstract="true" eSuperTypes="#//ModelElement"/> <eClassifiers xsi:type="ecore:EEnum" name="ReferencingType"> <eLiterals name="DEFAULT"/> <eLiterals name="PARTIAL" value="1"/> <eLiterals name="FULL" value="2"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"rm","nsURI":"http://rdbms/1.0","name":"rdbms","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":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraints","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckCon","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PKeyAndUnique","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKeyCon","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueCon","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Action","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DeferrableAct","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DeferredAct","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDefinedDataType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReferencingType","instanceClass":null,"id":17,"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":"userDefinedDataTypes","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":"tables","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":"dataTypes","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableFKs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tablePK","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"tableUQ","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"tableCHs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"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":"FKTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"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":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnInPKandUQ","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":"nullable","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnInFK","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhsKey","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":false,"unsettable":false,"transient":false,"unique":true,"name":"lhsAttr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deleteActionRHS","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateActionRHS","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverseReferentialIntegrityCon","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deferrable","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deferred","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"checkCondition","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PKandUQColumns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"RESTRICT","id":81,"value":0,"literal":"RESTRICT","eClass":"EEnumLiteral"},{"name":"NO_ACTION","id":82,"value":1,"literal":"NO_ACTION","eClass":"EEnumLiteral"},{"name":"SET_NULL","id":83,"value":2,"literal":"SET_NULL","eClass":"EEnumLiteral"},{"name":"SET_DEFAULT","id":84,"value":4,"literal":"SET_DEFAULT","eClass":"EEnumLiteral"},{"name":"CASCADE","id":85,"value":3,"literal":"CASCADE","eClass":"EEnumLiteral"},{"name":"DEFFERABLE","id":86,"value":0,"literal":"DEFFERABLE","eClass":"EEnumLiteral"},{"name":"NOT_DEFFERABLE","id":87,"value":1,"literal":"NOT_DEFFERABLE","eClass":"EEnumLiteral"},{"name":"INITIALLY_IMMEDIATE","id":88,"value":0,"literal":"INITIALLY_IMMEDIATE","eClass":"EEnumLiteral"},{"name":"INITIALLY_DEFERRED","id":89,"value":1,"literal":"INITIALLY_DEFERRED","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":"predefinedLength","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predefinedDecPlaces","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"name":"DEFAULT","id":107,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"PARTIAL","id":108,"value":1,"literal":"PARTIAL","eClass":"EEnumLiteral"},{"name":"FULL","id":109,"value":2,"literal":"FULL","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":1,"target":0},{"source":1,"target":14},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":18,"target":15},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":15},{"source":19,"target":2},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":2},{"source":20,"target":13},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":13},{"source":21,"target":14},{"source":2,"target":0},{"source":2,"target":14},{"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":25,"target":4},{"source":25,"target":31},{"source":25,"target":2},{"source":25,"target":32},{"source":31,"target":4},{"source":26,"target":8},{"source":26,"target":33},{"source":26,"target":2},{"source":33,"target":8},{"source":27,"target":9},{"source":27,"target":34},{"source":27,"target":2},{"source":34,"target":9},{"source":28,"target":3},{"source":28,"target":35},{"source":28,"target":2},{"source":35,"target":3},{"source":29,"target":6},{"source":29,"target":36},{"source":29,"target":2},{"source":36,"target":6},{"source":30,"target":14},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":37,"target":45},{"source":37,"target":3},{"source":38,"target":7},{"source":38,"target":46},{"source":38,"target":3},{"source":46,"target":7},{"source":39,"target":47},{"source":39,"target":3},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":42,"target":4},{"source":42,"target":50},{"source":42,"target":3},{"source":50,"target":4},{"source":43,"target":16},{"source":43,"target":51},{"source":43,"target":3},{"source":51,"target":16},{"source":44,"target":14},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":32},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":52,"target":7},{"source":52,"target":60},{"source":52,"target":4},{"source":60,"target":7},{"source":53,"target":3},{"source":53,"target":61},{"source":53,"target":4},{"source":61,"target":3},{"source":54,"target":2},{"source":54,"target":62},{"source":54,"target":4},{"source":62,"target":2},{"source":55,"target":10},{"source":55,"target":63},{"source":55,"target":4},{"source":63,"target":10},{"source":56,"target":10},{"source":56,"target":64},{"source":56,"target":4},{"source":64,"target":10},{"source":32,"target":2},{"source":32,"target":65},{"source":32,"target":4},{"source":32,"target":25},{"source":65,"target":2},{"source":57,"target":17},{"source":57,"target":66},{"source":57,"target":4},{"source":66,"target":17},{"source":58,"target":67},{"source":58,"target":4},{"source":59,"target":5},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":68,"target":11},{"source":68,"target":71},{"source":68,"target":5},{"source":71,"target":11},{"source":69,"target":12},{"source":69,"target":72},{"source":69,"target":5},{"source":72,"target":12},{"source":70,"target":14},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":73},{"source":6,"target":74},{"source":73,"target":75},{"source":73,"target":6},{"source":74,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":76},{"source":7,"target":77},{"source":76,"target":3},{"source":76,"target":78},{"source":76,"target":7},{"source":78,"target":3},{"source":77,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":79},{"source":79,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":80},{"source":80,"target":7},{"source":10,"target":0},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":81,"target":10},{"source":82,"target":10},{"source":83,"target":10},{"source":84,"target":10},{"source":85,"target":10},{"source":11,"target":0},{"source":11,"target":86},{"source":11,"target":87},{"source":86,"target":11},{"source":87,"target":11},{"source":12,"target":0},{"source":12,"target":88},{"source":12,"target":89},{"source":88,"target":12},{"source":89,"target":12},{"source":13,"target":0},{"source":13,"target":16},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":92},{"source":90,"target":93},{"source":90,"target":13},{"source":91,"target":94},{"source":91,"target":13},{"source":92,"target":16},{"source":14,"target":0},{"source":14,"target":95},{"source":95,"target":96},{"source":95,"target":14},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":97,"target":13},{"source":97,"target":102},{"source":97,"target":15},{"source":102,"target":13},{"source":98,"target":103},{"source":98,"target":15},{"source":99,"target":104},{"source":99,"target":15},{"source":100,"target":105},{"source":100,"target":15},{"source":101,"target":16},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":106},{"source":106,"target":14},{"source":17,"target":0},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":107,"target":17},{"source":108,"target":17},{"source":109,"target":17}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/rpc1/org.eclipse.papyrus/extraplugins/soaml/org.eclipse.papyrus.soaml.profile/model/types.ecore
types Boolean boolean boolean Integer int int Real double double UnlimitedNatural int int String java.lang.String java.lang.String
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="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="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> </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":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","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
greetings
repo-ecore-all/data/amine-ben/DOCL-old/docl-releng/fr.inria.diverse.docl/model/generated/DOcl.ecore
docl Model greetings Greeting 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="docl" nsURI="http://fr.inria/diverse/DOcl" nsPrefix="docl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1" eType="#//Greeting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <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":"docl","nsURI":"http://fr.inria/diverse/DOcl","name":"docl","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":"Greeting","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":"greetings","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"id":6,"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":5,"target":6},{"source":5,"target":2}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/MDEGroup/QMM/validation-subjects/metamodels/gmfgraph.ecore
gmfgraph Canvas figures nodes connections compartments labels FigureGallery figures implementationBundle descriptors borders layouts Identity name DiagramElement figure facets Node resizeConstraint NSEW affixedParentSide NONE contentPane Connection Compartment collapsible needsTitle accessor DiagramLabel elementIcon true external accessor container VisualFacet GeneralFacet identifier data AlignmentFacet alignment GradientFacet direction LabelOffsetFacet x y Figure foregroundColor backgroundColor maximumSize minimumSize preferredSize font insets border location size descriptor FigureRef figure ConnectionFigure DecorationFigure Shape outline true fill true lineWidth 1 lineKind xorFill xorOutline resolvedChildren Label text LabeledContainer Rectangle RoundedRectangle cornerWidth 8 cornerHeight 8 Ellipse Polyline template Polygon PolylineConnection sourceDecoration targetDecoration PolylineDecoration PolygonDecoration CustomClass qualifiedClassName attributes CustomAttribute name value null directAccess false multiStatementValue false FigureAccessor accessor typedFigure CustomFigure customChildren CustomDecoration CustomConnection Color RGBColor red green blue ConstantColor value ColorConstants white white black black lightGray lightGray gray gray darkGray darkGray red red orange orange yellow yellow green green lightGreen lightGreen darkGreen darkGreen cyan cyan lightBlue lightBlue blue blue darkBlue darkBlue Font BasicFont faceName height 9 style NORMAL FontStyle NORMAL NORMAL BOLD BOLD ITALIC ITALIC Point x y Dimension dx dy Insets top left bottom right Border LineBorder color width 1 MarginBorder insets CompoundBorder outer inner CustomBorder Direction NONE NONE NORTH NORTH SOUTH SOUTH WEST WEST EAST EAST NORTH_EAST NORTH_EAST NORTH_WEST NORTH_WEST SOUTH_EAST SOUTH_EAST SOUTH_WEST SOUTH_WEST NORTH_SOUTH NORTH_SOUTH EAST_WEST EAST_WEST NSEW NSEW LineKind LINE_SOLID LINE_SOLID LINE_DASH LINE_DASH LINE_DOT LINE_DOT LINE_DASHDOT LINE_DASHDOT LINE_DASHDOTDOT LINE_DASHDOTDOT LINE_CUSTOM LINE_CUSTOM LayoutData owner CustomLayoutData GridLayoutData grabExcessHorizontalSpace false grabExcessVerticalSpace false verticalAlignment CENTER horizontalAlignment CENTER verticalSpan 1 horizontalSpan 1 horizontalIndent sizeHint BorderLayoutData alignment CENTER vertical false Alignment BEGINNING BEGINNING CENTER CENTER END END FILL FILL Layoutable layoutData layout Layout CustomLayout GridLayout numColumns 1 equalWidth true margins spacing BorderLayout spacing FlowLayout vertical false matchMinorSize false forceSingleLine false majorAlignment BEGINNING minorAlignment BEGINNING majorSpacing 5 minorSpacing 5 XYLayout XYLayoutData topLeft size StackLayout ScalablePolygon DefaultSizeFacet defaultSize AbstractNode RealFigure children name AbstractFigure FigureDescriptor actualFigure accessors ChildAccess owner accessor figure BorderRef actual LayoutRef actual
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gmfgraph" nsURI="http://www.eclipse.org/gmf/2006/GraphicalDefinition" nsPrefix="gmfgraph"> <eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//FigureGallery" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="containment here doesn't restrict nodes/connection from using figure galeries defined elsewhere. No assumption should be made whether or not node/connection figure is defined in the galery beloning to this canvas"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//Connection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1" eType="#//Compartment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//DiagramLabel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureGallery" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Kind of explicit figure library notion. Bundle of figures. Allows to specify plugin id (allows importing it later from gmfgen code) in addition to figures"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1" eType="#//RealFigure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationBundle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1" eType="#//FigureDescriptor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borders" upperBound="-1" eType="#//Border" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Borders for reuse"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="layouts" upperBound="-1" eType="#//Layout" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layouts for reuse"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identity" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Easy and readable way to reference element of the model from another one"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true" eSuperTypes="#//Identity"> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//FigureDescriptor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1" eType="#//VisualFacet" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="anything to further specify constraint or any other aspect of the element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeConstraint" eType="#//Direction" defaultValueLiteral="NSEW"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="affixedParentSide" eType="#//Direction" defaultValueLiteral="NONE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPane" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="Compartment" eSuperTypes="#//DiagramElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="needsTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramLabel" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ChildAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisualFacet" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="provide means to attach arbitrary data to your diagram element definition. It's up to you (template author) to process it somehow."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlignmentFacet" eSuperTypes="#//VisualFacet"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Makes sense for DiagramLabels of Links only (now). Constants from {@link org.eclipse.draw2d.ConnectionLocator} are: MIDDLE = Alignment.CENTER, TARGET = Alignment.END, SOURCE = Alignment.BEGINNING"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alignment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GradientFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelOffsetFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Figure" abstract="true" interface="true" eSuperTypes="#//Layoutable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Anything you could combine visual representation from. Ordinary GEF figures, custom-defined or references to defined elsewhere. org.eclipse.draw2d.Figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minimumSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferredSize" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="border" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//FigureDescriptor" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureRef" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Need this to facilitate reuse of figures while keeping (so nice looking) containment relationship in the Figure class"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="not just Figure because don't want to reference figure references."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="DecorationFigure" abstract="true" interface="true" eSuperTypes="#//RealFigure"/> <eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Shape"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineKind" eType="#//LineKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorFill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="xorOutline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedChildren" upperBound="-1" eType="#//Figure" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as children, but resolves child FigureRefs, if any, to Figures"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Label"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledContainer" eSuperTypes="#//RealFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.LabeledContainer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RectangleFigure"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.RoundedRectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Ellipse"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polyline" eSuperTypes="#//Shape"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polyline"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-1" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//Polyline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineConnection" eSuperTypes="#//Polyline #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineConnection"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDecoration" eType="#//DecorationFigure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetDecoration" eType="#//DecorationFigure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolylineDecoration" eSuperTypes="#//Polyline #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolylineDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PolygonDecoration" eSuperTypes="#//Polygon #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.PolygonDecoration"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomClass" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//CustomAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="null"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directAccess" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiStatementValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureAccessor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFigure" lowerBound="1" eType="#//RealFigure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomFigure" eSuperTypes="#//RealFigure #//CustomClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Any figure class provided by some bundle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="customChildren" upperBound="-1" eType="#//FigureAccessor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Childrent enumerated with this feature are mere 'access points' to actual structure of the CustomFigure. They are not created, unlike those contained in regular Figure#children"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDecoration" eSuperTypes="#//CustomFigure #//DecorationFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Decorations"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomConnection" eSuperTypes="#//CustomFigure #//ConnectionFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same as CustomFigure, but for Connections"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Color" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantColor" eSuperTypes="#//Color"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//ColorConstants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColorConstants"> <eLiterals name="white"/> <eLiterals name="black" value="1"/> <eLiterals name="lightGray" value="2"/> <eLiterals name="gray" value="3"/> <eLiterals name="darkGray" value="4"/> <eLiterals name="red" value="5"/> <eLiterals name="orange" value="6"/> <eLiterals name="yellow" value="7"/> <eLiterals name="green" value="8"/> <eLiterals name="lightGreen" value="9"/> <eLiterals name="darkGreen" value="10"/> <eLiterals name="cyan" value="11"/> <eLiterals name="lightBlue" value="12"/> <eLiterals name="blue" value="13"/> <eLiterals name="darkBlue" value="14"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Font" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BasicFont" eSuperTypes="#//Font"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="9"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle" defaultValueLiteral="NORMAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FontStyle"> <eLiterals name="NORMAL"/> <eLiterals name="BOLD" value="1"/> <eLiterals name="ITALIC" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Insets"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Border" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="LineBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//Color" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarginBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundBorder" eSuperTypes="#//Border"> <eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//Border" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Border" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomBorder" eSuperTypes="#//Border #//CustomClass"/> <eClassifiers xsi:type="ecore:EEnum" name="Direction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Geographical bit constants from org.eclipse.draw2d.PositionConstants"/> </eAnnotations> <eLiterals name="NONE"/> <eLiterals name="NORTH" value="1"/> <eLiterals name="SOUTH" value="4"/> <eLiterals name="WEST" value="8"/> <eLiterals name="EAST" value="16"/> <eLiterals name="NORTH_EAST" value="17"/> <eLiterals name="NORTH_WEST" value="9"/> <eLiterals name="SOUTH_EAST" value="20"/> <eLiterals name="SOUTH_WEST" value="12"/> <eLiterals name="NORTH_SOUTH" value="5"/> <eLiterals name="EAST_WEST" value="24"/> <eLiterals name="NSEW" value="29"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LineKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="org.eclipse.draw2d.Graphics.LINE_* (== org.eclipse.swt.SWT.LINE_*. Values are same as SWT constants"/> </eAnnotations> <eLiterals name="LINE_SOLID" value="1"/> <eLiterals name="LINE_DASH" value="2"/> <eLiterals name="LINE_DOT" value="3"/> <eLiterals name="LINE_DASHDOT" value="4"/> <eLiterals name="LINE_DASHDOTDOT" value="5"/> <eLiterals name="LINE_CUSTOM" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutData" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Layoutable" eOpposite="#//Layoutable/layoutData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayoutData" eSuperTypes="#//LayoutData #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sizeHint" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" lowerBound="1" eType="#//Alignment" defaultValueLiteral="CENTER"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Alignment"> <eLiterals name="BEGINNING"/> <eLiterals name="CENTER" value="1"/> <eLiterals name="END" value="2"/> <eLiterals name="FILL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layoutable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" eType="#//LayoutData" containment="true" eOpposite="#//LayoutData/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//Layout" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//Layout #//CustomClass"/> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="equalWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="margins" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowLayout" eSuperTypes="#//Layout"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchMinorSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forceSingleLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorAlignment" eType="#//Alignment" defaultValueLiteral="BEGINNING"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XYLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="XYLayoutData" eSuperTypes="#//LayoutData"> <eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" lowerBound="1" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="#//Layout"/> <eClassifiers xsi:type="ecore:EClass" name="ScalablePolygon" eSuperTypes="#//Polygon"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marker interface to denote polygons with ability to autoscale to fit all available bounds. Separate class is needed instead of property in the Polygon class because of generalization PolygonDecoration extends Polygon"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultSizeFacet" eSuperTypes="#//VisualFacet"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultSize" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true" eSuperTypes="#//DiagramElement"/> <eClassifiers xsi:type="ecore:EClass" name="RealFigure" abstract="true" eSuperTypes="#//AbstractFigure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is exact/specific/concrete figure, unlike proxy/reference-nature FigureRef"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Figure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractFigure" abstract="true" eSuperTypes="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is merely an implementation artifact to get only one base implementation of Figure attributes"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FigureDescriptor" eSuperTypes="#//Identity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The thing describes structure of a figure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actualFigure" lowerBound="1" eType="#//Figure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1" eType="#//ChildAccess" containment="true" eOpposite="#//ChildAccess/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//FigureDescriptor" changeable="false" resolveProxies="false" eOpposite="#//FigureDescriptor/accessors"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1" eType="#//Figure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This may also point to RealFigure from FigureAccessor#typedFigure"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BorderRef" eSuperTypes="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Border reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Border"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another BorderRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LayoutRef" eSuperTypes="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Layout reuse mechanism"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" lowerBound="1" eType="#//Layout"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="constraint: actual should not be another LayoutRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"gmfgraph","nsURI":"http://www.eclipse.org/gmf/2006/GraphicalDefinition","name":"gmfgraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureGallery","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compartment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLabel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualFacet","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralFacet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentFacet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradientFacet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelOffsetFacet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Figure","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionFigure","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationFigure","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledContainer","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","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":"Polygon","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineConnection","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineDecoration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolygonDecoration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomClass","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomAttribute","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureAccessor","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFigure","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDecoration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomConnection","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantColor","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorConstants","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicFont","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insets","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Border","instanceClass":null,"abstract":true,"id":45,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineBorder","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarginBorder","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundBorder","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomBorder","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineKind","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":true,"id":52,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayoutData","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutData","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayoutData","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layoutable","instanceClass":null,"abstract":true,"id":57,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":58,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayout","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowLayout","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayout","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayoutData","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalablePolygon","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSizeFacet","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealFigure","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFigure","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureDescriptor","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildAccess","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderRef","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutRef","instanceClass":null,"abstract":false,"id":74,"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":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"implementationBundle","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptors","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":"borders","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":"layouts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"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":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSEW","unsettable":false,"transient":false,"unique":true,"name":"resizeConstraint","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"affixedParentSide","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPane","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"needsTitle","changeable":true,"lowerBound":0,"iD":false,"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":"accessor","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"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"elementIcon","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"external","changeable":false,"lowerBound":0,"iD":false,"id":120,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":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":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":true,"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":"data","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"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":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","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":"preferredSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","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":true,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"descriptor","changeable":false,"resolveProxies":false,"lowerBound":0,"id":154,"derived":true},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"outline","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"fill","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineKind","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorFill","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xorOutline","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedChildren","changeable":false,"resolveProxies":true,"lowerBound":0,"id":178,"derived":true},{"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"},{"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":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedClassName","changeable":true,"lowerBound":0,"iD":false,"id":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":"attributes","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":216,"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":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"directAccess","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multiStatementValue","changeable":true,"lowerBound":1,"iD":false,"id":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":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"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":"customChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":1,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"name":"white","id":246,"value":0,"literal":"white","eClass":"EEnumLiteral"},{"name":"black","id":247,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"lightGray","id":248,"value":2,"literal":"lightGray","eClass":"EEnumLiteral"},{"name":"gray","id":249,"value":3,"literal":"gray","eClass":"EEnumLiteral"},{"name":"darkGray","id":250,"value":4,"literal":"darkGray","eClass":"EEnumLiteral"},{"name":"red","id":251,"value":5,"literal":"red","eClass":"EEnumLiteral"},{"name":"orange","id":252,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"yellow","id":253,"value":7,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"green","id":254,"value":8,"literal":"green","eClass":"EEnumLiteral"},{"name":"lightGreen","id":255,"value":9,"literal":"lightGreen","eClass":"EEnumLiteral"},{"name":"darkGreen","id":256,"value":10,"literal":"darkGreen","eClass":"EEnumLiteral"},{"name":"cyan","id":257,"value":11,"literal":"cyan","eClass":"EEnumLiteral"},{"name":"lightBlue","id":258,"value":12,"literal":"lightBlue","eClass":"EEnumLiteral"},{"name":"blue","id":259,"value":13,"literal":"blue","eClass":"EEnumLiteral"},{"name":"darkBlue","id":260,"value":14,"literal":"darkBlue","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faceName","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":9,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"name":"NORMAL","id":268,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":269,"value":1,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":270,"value":2,"literal":"ITALIC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":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":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dx","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dy","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":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":"right","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"},{"container":false,"ordered":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":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"name":"NONE","id":302,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NORTH","id":303,"value":1,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":304,"value":4,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"WEST","id":305,"value":8,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"EAST","id":306,"value":16,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":307,"value":17,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":308,"value":9,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":309,"value":20,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":310,"value":12,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_SOUTH","id":311,"value":5,"literal":"NORTH_SOUTH","eClass":"EEnumLiteral"},{"name":"EAST_WEST","id":312,"value":24,"literal":"EAST_WEST","eClass":"EEnumLiteral"},{"name":"NSEW","id":313,"value":29,"literal":"NSEW","eClass":"EEnumLiteral"},{"name":"LINE_SOLID","id":314,"value":1,"literal":"LINE_SOLID","eClass":"EEnumLiteral"},{"name":"LINE_DASH","id":315,"value":2,"literal":"LINE_DASH","eClass":"EEnumLiteral"},{"name":"LINE_DOT","id":316,"value":3,"literal":"LINE_DOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOT","id":317,"value":4,"literal":"LINE_DASHDOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOTDOT","id":318,"value":5,"literal":"LINE_DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"LINE_CUSTOM","id":319,"value":6,"literal":"LINE_CUSTOM","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessHorizontalSpace","changeable":true,"lowerBound":1,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"grabExcessVerticalSpace","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":1,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":1,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizontalIndent","changeable":true,"lowerBound":1,"iD":false,"id":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":"sizeHint","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"},{"id":340,"eClass":"EGenericType"},{"id":341,"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":342,"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":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"name":"BEGINNING","id":347,"value":0,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"CENTER","id":348,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"END","id":349,"value":2,"literal":"END","eClass":"EEnumLiteral"},{"name":"FILL","id":350,"value":3,"literal":"FILL","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"numColumns","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"equalWidth","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"margins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"matchMinorSize","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"forceSingleLine","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"majorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"minorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"majorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"minorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"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":"owner","changeable":false,"resolveProxies":false,"lowerBound":1,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":415,"derived":false},{"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":1,"target":0},{"source":1,"target":3},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":75,"target":2},{"source":75,"target":81},{"source":75,"target":1},{"source":81,"target":2},{"source":76,"target":5},{"source":76,"target":82},{"source":76,"target":1},{"source":82,"target":5},{"source":77,"target":6},{"source":77,"target":83},{"source":77,"target":1},{"source":83,"target":6},{"source":78,"target":7},{"source":78,"target":84},{"source":78,"target":1},{"source":84,"target":7},{"source":79,"target":8},{"source":79,"target":85},{"source":79,"target":1},{"source":85,"target":8},{"source":80,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":86,"target":69},{"source":86,"target":92},{"source":86,"target":2},{"source":92,"target":69},{"source":87,"target":93},{"source":87,"target":2},{"source":88,"target":71},{"source":88,"target":94},{"source":88,"target":2},{"source":94,"target":71},{"source":89,"target":45},{"source":89,"target":95},{"source":89,"target":2},{"source":95,"target":45},{"source":90,"target":58},{"source":90,"target":96},{"source":90,"target":2},{"source":96,"target":58},{"source":91,"target":3},{"source":3,"target":0},{"source":3,"target":97},{"source":97,"target":98},{"source":97,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":99},{"source":4,"target":100},{"source":4,"target":101},{"source":99,"target":71},{"source":99,"target":102},{"source":99,"target":4},{"source":102,"target":71},{"source":100,"target":9},{"source":100,"target":103},{"source":100,"target":4},{"source":103,"target":9},{"source":101,"target":3},{"source":5,"target":0},{"source":5,"target":68},{"source":5,"target":104},{"source":5,"target":105},{"source":5,"target":106},{"source":5,"target":107},{"source":104,"target":50},{"source":104,"target":108},{"source":104,"target":5},{"source":108,"target":50},{"source":105,"target":50},{"source":105,"target":109},{"source":105,"target":5},{"source":109,"target":50},{"source":106,"target":72},{"source":106,"target":110},{"source":106,"target":5},{"source":110,"target":72},{"source":107,"target":68},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":111},{"source":111,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":112,"target":116},{"source":112,"target":7},{"source":113,"target":117},{"source":113,"target":7},{"source":114,"target":72},{"source":114,"target":118},{"source":114,"target":7},{"source":118,"target":72},{"source":115,"target":4},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":119,"target":124},{"source":119,"target":8},{"source":120,"target":125},{"source":120,"target":8},{"source":121,"target":72},{"source":121,"target":126},{"source":121,"target":8},{"source":126,"target":72},{"source":122,"target":72},{"source":122,"target":127},{"source":122,"target":8},{"source":127,"target":72},{"source":123,"target":5},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":128},{"source":10,"target":129},{"source":10,"target":130},{"source":128,"target":131},{"source":128,"target":10},{"source":129,"target":132},{"source":129,"target":10},{"source":130,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":133},{"source":11,"target":134},{"source":133,"target":56},{"source":133,"target":135},{"source":133,"target":11},{"source":135,"target":56},{"source":134,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":136},{"source":12,"target":137},{"source":136,"target":50},{"source":136,"target":138},{"source":136,"target":12},{"source":138,"target":50},{"source":137,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":139,"target":142},{"source":139,"target":13},{"source":140,"target":143},{"source":140,"target":13},{"source":141,"target":9},{"source":14,"target":0},{"source":14,"target":57},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":154},{"source":14,"target":155},{"source":144,"target":35},{"source":144,"target":156},{"source":144,"target":14},{"source":156,"target":35},{"source":145,"target":35},{"source":145,"target":157},{"source":145,"target":14},{"source":157,"target":35},{"source":146,"target":43},{"source":146,"target":158},{"source":146,"target":14},{"source":158,"target":43},{"source":147,"target":43},{"source":147,"target":159},{"source":147,"target":14},{"source":159,"target":43},{"source":148,"target":43},{"source":148,"target":160},{"source":148,"target":14},{"source":160,"target":43},{"source":149,"target":39},{"source":149,"target":161},{"source":149,"target":14},{"source":161,"target":39},{"source":150,"target":44},{"source":150,"target":162},{"source":150,"target":14},{"source":162,"target":44},{"source":151,"target":45},{"source":151,"target":163},{"source":151,"target":14},{"source":163,"target":45},{"source":152,"target":42},{"source":152,"target":164},{"source":152,"target":14},{"source":164,"target":42},{"source":153,"target":42},{"source":153,"target":165},{"source":153,"target":14},{"source":165,"target":42},{"source":154,"target":71},{"source":154,"target":166},{"source":154,"target":14},{"source":166,"target":71},{"source":155,"target":57},{"source":15,"target":0},{"source":15,"target":70},{"source":15,"target":167},{"source":15,"target":168},{"source":167,"target":69},{"source":167,"target":169},{"source":167,"target":15},{"source":169,"target":69},{"source":168,"target":70},{"source":16,"target":0},{"source":16,"target":69},{"source":16,"target":170},{"source":170,"target":69},{"source":17,"target":0},{"source":17,"target":69},{"source":17,"target":171},{"source":171,"target":69},{"source":18,"target":0},{"source":18,"target":69},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":172,"target":180},{"source":172,"target":18},{"source":173,"target":181},{"source":173,"target":18},{"source":174,"target":182},{"source":174,"target":18},{"source":175,"target":51},{"source":175,"target":183},{"source":175,"target":18},{"source":183,"target":51},{"source":176,"target":184},{"source":176,"target":18},{"source":177,"target":185},{"source":177,"target":18},{"source":178,"target":14},{"source":178,"target":186},{"source":178,"target":18},{"source":186,"target":14},{"source":179,"target":69},{"source":19,"target":0},{"source":19,"target":69},{"source":19,"target":187},{"source":19,"target":188},{"source":187,"target":189},{"source":187,"target":19},{"source":188,"target":69},{"source":20,"target":0},{"source":20,"target":69},{"source":20,"target":190},{"source":190,"target":69},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":191},{"source":191,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":192},{"source":22,"target":193},{"source":22,"target":194},{"source":192,"target":195},{"source":192,"target":22},{"source":193,"target":196},{"source":193,"target":22},{"source":194,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":197},{"source":197,"target":18},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":198},{"source":24,"target":199},{"source":198,"target":42},{"source":198,"target":200},{"source":198,"target":24},{"source":200,"target":42},{"source":199,"target":18},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":201},{"source":201,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":16},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":202,"target":17},{"source":202,"target":206},{"source":202,"target":26},{"source":206,"target":17},{"source":203,"target":17},{"source":203,"target":207},{"source":203,"target":26},{"source":207,"target":17},{"source":204,"target":24},{"source":205,"target":16},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":17},{"source":27,"target":208},{"source":27,"target":209},{"source":208,"target":24},{"source":209,"target":17},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":17},{"source":28,"target":210},{"source":28,"target":211},{"source":210,"target":25},{"source":211,"target":17},{"source":29,"target":0},{"source":29,"target":212},{"source":29,"target":213},{"source":212,"target":214},{"source":212,"target":29},{"source":213,"target":30},{"source":213,"target":215},{"source":213,"target":29},{"source":215,"target":30},{"source":30,"target":0},{"source":30,"target":216},{"source":30,"target":217},{"source":30,"target":218},{"source":30,"target":219},{"source":216,"target":220},{"source":216,"target":30},{"source":217,"target":221},{"source":217,"target":30},{"source":218,"target":222},{"source":218,"target":30},{"source":219,"target":223},{"source":219,"target":30},{"source":31,"target":0},{"source":31,"target":224},{"source":31,"target":225},{"source":224,"target":226},{"source":224,"target":31},{"source":225,"target":69},{"source":225,"target":227},{"source":225,"target":31},{"source":227,"target":69},{"source":32,"target":0},{"source":32,"target":69},{"source":32,"target":29},{"source":32,"target":228},{"source":32,"target":229},{"source":32,"target":230},{"source":228,"target":31},{"source":228,"target":231},{"source":228,"target":32},{"source":231,"target":31},{"source":229,"target":69},{"source":230,"target":29},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":17},{"source":33,"target":232},{"source":33,"target":233},{"source":232,"target":32},{"source":233,"target":17},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":16},{"source":34,"target":234},{"source":34,"target":235},{"source":234,"target":32},{"source":235,"target":16},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":236},{"source":36,"target":237},{"source":36,"target":238},{"source":36,"target":239},{"source":236,"target":240},{"source":236,"target":36},{"source":237,"target":241},{"source":237,"target":36},{"source":238,"target":242},{"source":238,"target":36},{"source":239,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":243},{"source":37,"target":244},{"source":243,"target":38},{"source":243,"target":245},{"source":243,"target":37},{"source":245,"target":38},{"source":244,"target":35},{"source":38,"target":0},{"source":38,"target":246},{"source":38,"target":247},{"source":38,"target":248},{"source":38,"target":249},{"source":38,"target":250},{"source":38,"target":251},{"source":38,"target":252},{"source":38,"target":253},{"source":38,"target":254},{"source":38,"target":255},{"source":38,"target":256},{"source":38,"target":257},{"source":38,"target":258},{"source":38,"target":259},{"source":38,"target":260},{"source":246,"target":38},{"source":247,"target":38},{"source":248,"target":38},{"source":249,"target":38},{"source":250,"target":38},{"source":251,"target":38},{"source":252,"target":38},{"source":253,"target":38},{"source":254,"target":38},{"source":255,"target":38},{"source":256,"target":38},{"source":257,"target":38},{"source":258,"target":38},{"source":259,"target":38},{"source":260,"target":38},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":261},{"source":40,"target":262},{"source":40,"target":263},{"source":40,"target":264},{"source":261,"target":265},{"source":261,"target":40},{"source":262,"target":266},{"source":262,"target":40},{"source":263,"target":41},{"source":263,"target":267},{"source":263,"target":40},{"source":267,"target":41},{"source":264,"target":39},{"source":41,"target":0},{"source":41,"target":268},{"source":41,"target":269},{"source":41,"target":270},{"source":268,"target":41},{"source":269,"target":41},{"source":270,"target":41},{"source":42,"target":0},{"source":42,"target":271},{"source":42,"target":272},{"source":271,"target":273},{"source":271,"target":42},{"source":272,"target":274},{"source":272,"target":42},{"source":43,"target":0},{"source":43,"target":275},{"source":43,"target":276},{"source":275,"target":277},{"source":275,"target":43},{"source":276,"target":278},{"source":276,"target":43},{"source":44,"target":0},{"source":44,"target":279},{"source":44,"target":280},{"source":44,"target":281},{"source":44,"target":282},{"source":279,"target":283},{"source":279,"target":44},{"source":280,"target":284},{"source":280,"target":44},{"source":281,"target":285},{"source":281,"target":44},{"source":282,"target":286},{"source":282,"target":44},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":287},{"source":46,"target":288},{"source":46,"target":289},{"source":287,"target":35},{"source":287,"target":290},{"source":287,"target":46},{"source":290,"target":35},{"source":288,"target":291},{"source":288,"target":46},{"source":289,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":292},{"source":47,"target":293},{"source":292,"target":44},{"source":292,"target":294},{"source":292,"target":47},{"source":294,"target":44},{"source":293,"target":45},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":295},{"source":48,"target":296},{"source":48,"target":297},{"source":295,"target":45},{"source":295,"target":298},{"source":295,"target":48},{"source":298,"target":45},{"source":296,"target":45},{"source":296,"target":299},{"source":296,"target":48},{"source":299,"target":45},{"source":297,"target":45},{"source":49,"target":0},{"source":49,"target":45},{"source":49,"target":29},{"source":49,"target":300},{"source":49,"target":301},{"source":300,"target":45},{"source":301,"target":29},{"source":50,"target":0},{"source":50,"target":302},{"source":50,"target":303},{"source":50,"target":304},{"source":50,"target":305},{"source":50,"target":306},{"source":50,"target":307},{"source":50,"target":308},{"source":50,"target":309},{"source":50,"target":310},{"source":50,"target":311},{"source":50,"target":312},{"source":50,"target":313},{"source":302,"target":50},{"source":303,"target":50},{"source":304,"target":50},{"source":305,"target":50},{"source":306,"target":50},{"source":307,"target":50},{"source":308,"target":50},{"source":309,"target":50},{"source":310,"target":50},{"source":311,"target":50},{"source":312,"target":50},{"source":313,"target":50},{"source":51,"target":0},{"source":51,"target":314},{"source":51,"target":315},{"source":51,"target":316},{"source":51,"target":317},{"source":51,"target":318},{"source":51,"target":319},{"source":314,"target":51},{"source":315,"target":51},{"source":316,"target":51},{"source":317,"target":51},{"source":318,"target":51},{"source":319,"target":51},{"source":52,"target":0},{"source":52,"target":320},{"source":320,"target":57},{"source":320,"target":321},{"source":320,"target":52},{"source":320,"target":322},{"source":321,"target":57},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":29},{"source":53,"target":323},{"source":53,"target":324},{"source":323,"target":52},{"source":324,"target":29},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":325},{"source":54,"target":326},{"source":54,"target":327},{"source":54,"target":328},{"source":54,"target":329},{"source":54,"target":330},{"source":54,"target":331},{"source":54,"target":332},{"source":54,"target":333},{"source":325,"target":334},{"source":325,"target":54},{"source":326,"target":335},{"source":326,"target":54},{"source":327,"target":56},{"source":327,"target":336},{"source":327,"target":54},{"source":336,"target":56},{"source":328,"target":56},{"source":328,"target":337},{"source":328,"target":54},{"source":337,"target":56},{"source":329,"target":338},{"source":329,"target":54},{"source":330,"target":339},{"source":330,"target":54},{"source":331,"target":340},{"source":331,"target":54},{"source":332,"target":43},{"source":332,"target":341},{"source":332,"target":54},{"source":341,"target":43},{"source":333,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":342},{"source":55,"target":343},{"source":55,"target":344},{"source":342,"target":56},{"source":342,"target":345},{"source":342,"target":55},{"source":345,"target":56},{"source":343,"target":346},{"source":343,"target":55},{"source":344,"target":52},{"source":56,"target":0},{"source":56,"target":347},{"source":56,"target":348},{"source":56,"target":349},{"source":56,"target":350},{"source":347,"target":56},{"source":348,"target":56},{"source":349,"target":56},{"source":350,"target":56},{"source":57,"target":0},{"source":57,"target":322},{"source":57,"target":351},{"source":322,"target":52},{"source":322,"target":352},{"source":322,"target":57},{"source":322,"target":320},{"source":352,"target":52},{"source":351,"target":58},{"source":351,"target":353},{"source":351,"target":57},{"source":353,"target":58},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":29},{"source":59,"target":354},{"source":59,"target":355},{"source":354,"target":58},{"source":355,"target":29},{"source":60,"target":0},{"source":60,"target":58},{"source":60,"target":356},{"source":60,"target":357},{"source":60,"target":358},{"source":60,"target":359},{"source":60,"target":360},{"source":356,"target":361},{"source":356,"target":60},{"source":357,"target":362},{"source":357,"target":60},{"source":358,"target":43},{"source":358,"target":363},{"source":358,"target":60},{"source":363,"target":43},{"source":359,"target":43},{"source":359,"target":364},{"source":359,"target":60},{"source":364,"target":43},{"source":360,"target":58},{"source":61,"target":0},{"source":61,"target":58},{"source":61,"target":365},{"source":61,"target":366},{"source":365,"target":43},{"source":365,"target":367},{"source":365,"target":61},{"source":367,"target":43},{"source":366,"target":58},{"source":62,"target":0},{"source":62,"target":58},{"source":62,"target":368},{"source":62,"target":369},{"source":62,"target":370},{"source":62,"target":371},{"source":62,"target":372},{"source":62,"target":373},{"source":62,"target":374},{"source":62,"target":375},{"source":368,"target":376},{"source":368,"target":62},{"source":369,"target":377},{"source":369,"target":62},{"source":370,"target":378},{"source":370,"target":62},{"source":371,"target":56},{"source":371,"target":379},{"source":371,"target":62},{"source":379,"target":56},{"source":372,"target":56},{"source":372,"target":380},{"source":372,"target":62},{"source":380,"target":56},{"source":373,"target":381},{"source":373,"target":62},{"source":374,"target":382},{"source":374,"target":62},{"source":375,"target":58},{"source":63,"target":0},{"source":63,"target":58},{"source":63,"target":383},{"source":383,"target":58},{"source":64,"target":0},{"source":64,"target":52},{"source":64,"target":384},{"source":64,"target":385},{"source":64,"target":386},{"source":384,"target":42},{"source":384,"target":387},{"source":384,"target":64},{"source":387,"target":42},{"source":385,"target":43},{"source":385,"target":388},{"source":385,"target":64},{"source":388,"target":43},{"source":386,"target":52},{"source":65,"target":0},{"source":65,"target":58},{"source":65,"target":389},{"source":389,"target":58},{"source":66,"target":0},{"source":66,"target":25},{"source":66,"target":390},{"source":390,"target":25},{"source":67,"target":0},{"source":67,"target":9},{"source":67,"target":391},{"source":67,"target":392},{"source":391,"target":43},{"source":391,"target":393},{"source":391,"target":67},{"source":393,"target":43},{"source":392,"target":9},{"source":68,"target":0},{"source":68,"target":4},{"source":68,"target":394},{"source":394,"target":4},{"source":69,"target":0},{"source":69,"target":70},{"source":69,"target":395},{"source":69,"target":396},{"source":69,"target":397},{"source":395,"target":14},{"source":395,"target":398},{"source":395,"target":69},{"source":398,"target":14},{"source":396,"target":399},{"source":396,"target":69},{"source":397,"target":70},{"source":70,"target":0},{"source":70,"target":14},{"source":70,"target":400},{"source":400,"target":14},{"source":71,"target":0},{"source":71,"target":3},{"source":71,"target":401},{"source":71,"target":402},{"source":71,"target":403},{"source":401,"target":14},{"source":401,"target":404},{"source":401,"target":71},{"source":404,"target":14},{"source":402,"target":72},{"source":402,"target":405},{"source":402,"target":71},{"source":402,"target":406},{"source":405,"target":72},{"source":403,"target":3},{"source":72,"target":0},{"source":72,"target":406},{"source":72,"target":407},{"source":72,"target":408},{"source":406,"target":71},{"source":406,"target":409},{"source":406,"target":72},{"source":406,"target":402},{"source":409,"target":71},{"source":407,"target":410},{"source":407,"target":72},{"source":408,"target":14},{"source":408,"target":411},{"source":408,"target":72},{"source":411,"target":14},{"source":73,"target":0},{"source":73,"target":45},{"source":73,"target":412},{"source":73,"target":413},{"source":412,"target":45},{"source":412,"target":414},{"source":412,"target":73},{"source":414,"target":45},{"source":413,"target":45},{"source":74,"target":0},{"source":74,"target":58},{"source":74,"target":415},{"source":74,"target":416},{"source":415,"target":58},{"source":415,"target":417},{"source":415,"target":74},{"source":417,"target":58},{"source":416,"target":58}],"multigraph":true}
ecore
relational
repo-ecore-all/data/KybeleResearch/aml4m2dat/SOSyM_MetamodelEvolution/Metamodels/SQL2003_V2.ecore
SQL2003_V2 ARRAY num_elements Attribute default structured BaseTable BehaviouralComponent schema name body parametersWithMode BinaryStringType descriptor length_def 1 BinaryStringTypes BINARYLARGEOBJECT BINARYLARGEOBJECT BINARY BINARY BINARYVARYING BINARYVARYING BooleanType descriptor BooleanTypes BOOLEAN BOOLEAN CharacterStringType descriptor length_def 1 CharacterStringTypes CHARACTER CHARACTER CHARACTERVARYING CHARACTERVARYING CHARACTERLARGEOBJECT CHARACTERLARGEOBJECT CollectionType super_type type Column table default ColumnConstraint ConstructedType name DataType schema DatetimeFeature java.util.Map$Entry java.util.Map$Entry key value DatetimeFeatures precision precision DatetimeType descriptor DatetimeTypes DATE DATE TIMEWITHTIMEZONE TIMEWITHTIMEZONE TIMEWITHOUTTIMEZONE TIMEWITHOUTTIMEZONE TIMESTAMPWITHOUTTIMEZONE TIMESTAMPWITHOUTTIMEZONE TIMESTAMPWITHTIMEZONE TIMESTAMPWITHTIMEZONE DerivedTable query_expression DistinctType source_type features Feature Field row Function return_type IntervalFeature java.util.Map$Entry java.util.Map$Entry key value IntervalFeatures start_leading_precision start_leading_precision end_leading_precision end_leading_precision leading_precision leading_precision second_precision second_precision IntervalType descriptor IntervalTypes YEAR_MONTH YEAR TO MONTH DAY_HOUR DAY_HOUR DAY_MINUTE DAY_MINUTE DAY_SECOND DAY_SECOND HOUR_MINUTE HOUR_MINUTE HOUR_SECOND HOUR_SECOND MINUTE_SECOND MINUTE_SECOND YEAR YEAR MONTH MONTH DAY DAY HOUR HOUR MINUTE MINUTE SECOND SECOND MULTISET MatchTypes SIMPLE SIMPLE PARTIAL PARTIAL TOTAL TOTAL Method name body override structured return_type parameters MethodParameter method Multiplier K K M M G G T T P P NotNull NumericRadix DECIMAL DECIMAL BINARY BINARY NumericFeature java.util.Map$Entry java.util.Map$Entry key value NumericFeatures precision precision scale scale radix radix NumericType descriptor NumericTypes NUMERIC NUMERIC DECIMAL DECIMAL SMALLINT SMALLINT INTEGER INTEGER BIGINT BIGINT FLOAT FLOAT REAL REAL DOUBLEPRECISION DOUBLEPRECISION Parameter name type ParameterMode IN IN OUT OUT INOUT INOUT ParameterWithMode mode behaviouralComponent PredefinedType is_source_of PrimaryKey Procedure ROW super_type fields sub_types ReferenceType type ReferentialAction CASCADE CASCADE SET_NULL SET_NULL RESTRICT RESTRICT NO_ACTION NO_ACTION SET_DEFAULT SET_DEFAULT ReferentialConstraint delete_action update_action match references Restriction table columns Schema name behaviouralComponents datatypes tables domains StringFeature java.util.Map$Entry java.util.Map$Entry key value StringFeatures length length unit unit multiplier multiplier StructuralComponent name type views restrictions features has_domain StructuredType is_final is_instantiable super_type attributes methods typed Table schema columns views restrictions name TableCheckConstraint expression TableConstraint name Trigger name description updateColumns TriggerDescriptor event actionTime triggeredAction trigger level TriggerActionTime BEFORE BEFORE AFTER AFTER TriggerEvent INSERT INSERT DELETE DELETE UPDATE UPDATE TriggerLevel ROW_LEVEL ROW STATEMENT_LEVEL STATEMENT TypedTable structured supertable subtables UniqueConstraint Unit CHARACTERS CHARACTERS OCTETS OCTETS UserDefinedType name View tables components XMLType descriptor XMLTypes XMLTYPE XMLTYPE Domain name expression default schema defines
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SQL2003_V2" nsURI="http://SQL2003_V2.ecore" nsPrefix="SQL2003_V2"> <eClassifiers xsi:type="ecore:EClass" name="ARRAY" eSuperTypes="#//CollectionType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="num_elements" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="structured" lowerBound="1" eType="#//StructuredType" eOpposite="#//StructuredType/attributes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseTable" eSuperTypes="#//Table"/> <eClassifiers xsi:type="ecore:EClass" name="BehaviouralComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//Schema" eOpposite="#//Schema/behaviouralComponents"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametersWithMode" upperBound="-1" eType="#//ParameterWithMode" containment="true" eOpposite="#//ParameterWithMode/behaviouralComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryStringType" eSuperTypes="#//PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" lowerBound="1" eType="#//BinaryStringTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length_def" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryStringTypes"> <eLiterals name="BINARYLARGEOBJECT"/> <eLiterals name="BINARY" value="1" literal="BINARY"/> <eLiterals name="BINARYVARYING" value="2" literal="BINARYVARYING"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" lowerBound="1" eType="#//BooleanTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanTypes"> <eLiterals name="BOOLEAN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterStringType" eSuperTypes="#//PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" lowerBound="1" eType="#//CharacterStringTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length_def" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CharacterStringTypes"> <eLiterals name="CHARACTER"/> <eLiterals name="CHARACTERVARYING" value="1"/> <eLiterals name="CHARACTERLARGEOBJECT" value="2" literal="CHARACTERLARGEOBJECT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#//ConstructedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="super_type" eType="#//CollectionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//StructuralComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table" eOpposite="#//Table/columns"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnConstraint" abstract="true" eSuperTypes="#//Restriction"/> <eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#//DataType"> <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="DataType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//Schema" eOpposite="#//Schema/datatypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatetimeFeature" instanceClassName="java.util.Map$Entry" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//DatetimeFeatures"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DatetimeFeatures"> <eLiterals name="precision" literal="precision"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatetimeType" eSuperTypes="#//PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" lowerBound="1" eType="#//DatetimeTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DatetimeTypes"> <eLiterals name="DATE"/> <eLiterals name="TIMEWITHTIMEZONE" value="1" literal="TIMEWITHTIMEZONE"/> <eLiterals name="TIMEWITHOUTTIMEZONE" value="2" literal="TIMEWITHOUTTIMEZONE"/> <eLiterals name="TIMESTAMPWITHOUTTIMEZONE" value="3" literal="TIMESTAMPWITHOUTTIMEZONE"/> <eLiterals name="TIMESTAMPWITHTIMEZONE" value="4" literal="TIMESTAMPWITHTIMEZONE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivedTable" eSuperTypes="#//Table"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="query_expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DistinctType" eSuperTypes="#//UserDefinedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="source_type" lowerBound="1" eType="#//PredefinedType" eOpposite="#//PredefinedType/is_source_of"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" ordered="false" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//StructuralComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="row" lowerBound="1" eType="#//ROW" eOpposite="#//ROW/fields"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//BehaviouralComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="return_type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalFeature" instanceClassName="java.util.Map$Entry" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//IntervalFeatures"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IntervalFeatures"> <eLiterals name="start_leading_precision" literal="start_leading_precision"/> <eLiterals name="end_leading_precision" value="1" literal="end_leading_precision"/> <eLiterals name="leading_precision" value="2" literal="leading_precision"/> <eLiterals name="second_precision" value="3" literal="second_precision"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalType" eSuperTypes="#//PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" lowerBound="1" eType="#//IntervalTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IntervalTypes"> <eLiterals name="YEAR_MONTH" literal="YEAR TO MONTH"/> <eLiterals name="DAY_HOUR" value="1" literal="DAY_HOUR"/> <eLiterals name="DAY_MINUTE" value="2" literal="DAY_MINUTE"/> <eLiterals name="DAY_SECOND" value="3" literal="DAY_SECOND"/> <eLiterals name="HOUR_MINUTE" value="4" literal="HOUR_MINUTE"/> <eLiterals name="HOUR_SECOND" value="5" literal="HOUR_SECOND"/> <eLiterals name="MINUTE_SECOND" value="6" literal="MINUTE_SECOND"/> <eLiterals name="YEAR" value="7" literal="YEAR"/> <eLiterals name="MONTH" value="8" literal="MONTH"/> <eLiterals name="DAY" value="9" literal="DAY"/> <eLiterals name="HOUR" value="10" literal="HOUR"/> <eLiterals name="MINUTE" value="11" literal="MINUTE"/> <eLiterals name="SECOND" value="12" literal="SECOND"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MULTISET" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EEnum" name="MatchTypes"> <eLiterals name="SIMPLE" literal="SIMPLE"/> <eLiterals name="PARTIAL" value="1" literal="PARTIAL"/> <eLiterals name="TOTAL" value="2" literal="TOTAL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="override" ordered="false" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structured" lowerBound="1" eType="#//StructuredType" eOpposite="#//StructuredType/methods"/> <eStructuralFeatures xsi:type="ecore:EReference" name="return_type" lowerBound="1" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodParameter" containment="true" eOpposite="#//MethodParameter/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodParameter" eSuperTypes="#//Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//Method" eOpposite="#//Method/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Multiplier"> <eLiterals name="K" literal="K"/> <eLiterals name="M" value="1" literal="M"/> <eLiterals name="G" value="2" literal="G"/> <eLiterals name="T" value="3" literal="T"/> <eLiterals name="P" value="4" literal="P"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotNull" eSuperTypes="#//ColumnConstraint"/> <eClassifiers xsi:type="ecore:EEnum" name="NumericRadix"> <eLiterals name="DECIMAL" literal="DECIMAL"/> <eLiterals name="BINARY" value="1" literal="BINARY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericFeature" instanceClassName="java.util.Map$Entry" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//NumericFeatures"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericFeatures"> <eLiterals name="precision" literal="precision"/> <eLiterals name="scale" value="1" literal="scale"/> <eLiterals name="radix" value="2" literal="radix"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericType" eSuperTypes="#//PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" lowerBound="1" eType="#//NumericTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericTypes"> <eLiterals name="NUMERIC"/> <eLiterals name="DECIMAL" value="1"/> <eLiterals name="SMALLINT" value="2"/> <eLiterals name="INTEGER" value="3"/> <eLiterals name="BIGINT" value="4"/> <eLiterals name="FLOAT" value="5"/> <eLiterals name="REAL" value="6"/> <eLiterals name="DOUBLEPRECISION" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterMode"> <eLiterals name="IN" literal="IN"/> <eLiterals name="OUT" value="1" literal="OUT"/> <eLiterals name="INOUT" value="2" literal="INOUT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterWithMode" eSuperTypes="#//Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" lowerBound="1" eType="#//ParameterMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviouralComponent" lowerBound="1" eType="#//BehaviouralComponent" eOpposite="#//BehaviouralComponent/parametersWithMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="is_source_of" upperBound="-1" eType="#//DistinctType" derived="true" eOpposite="#//DistinctType/source_type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//UniqueConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Procedure" eSuperTypes="#//BehaviouralComponent"/> <eClassifiers xsi:type="ecore:EClass" name="ROW" eSuperTypes="#//ConstructedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="super_type" eType="#//ROW" eOpposite="#//ROW/sub_types"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1" upperBound="-1" eType="#//Field" containment="true" eOpposite="#//Field/row"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sub_types" upperBound="-1" eType="#//ROW" eOpposite="#//ROW/super_type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//ConstructedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//StructuredType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ReferentialAction"> <eLiterals name="CASCADE"/> <eLiterals name="SET_NULL" value="1"/> <eLiterals name="RESTRICT" value="2"/> <eLiterals name="NO_ACTION" value="3"/> <eLiterals name="SET_DEFAULT" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferentialConstraint" eSuperTypes="#//TableConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delete_action" eType="#//ReferentialAction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="update_action" eType="#//ReferentialAction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="match" eType="#//MatchTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" lowerBound="1" eType="#//UniqueConstraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Restriction" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" lowerBound="1" eType="#//Table" eOpposite="#//Table/restrictions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="#//StructuralComponent" eOpposite="#//StructuralComponent/restrictions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviouralComponents" upperBound="-1" eType="#//BehaviouralComponent" containment="true" eOpposite="#//BehaviouralComponent/schema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datatypes" ordered="false" upperBound="-1" eType="#//DataType" containment="true" eOpposite="#//DataType/schema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" ordered="false" upperBound="-1" eType="#//Table" containment="true" eOpposite="#//Table/schema"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domains" upperBound="-1" eType="#//Domain" containment="true" eOpposite="#//Domain/schema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringFeature" instanceClassName="java.util.Map$Entry" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//StringFeatures"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StringFeatures"> <eLiterals name="length" literal="length"/> <eLiterals name="unit" value="1" literal="unit"/> <eLiterals name="multiplier" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//View" eOpposite="#//View/components"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictions" upperBound="-1" eType="#//Restriction" eOpposite="#//Restriction/columns"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="has_domain" eType="#//Domain" eOpposite="#//Domain/defines"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredType" eSuperTypes="#//UserDefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_instantiable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super_type" ordered="false" eType="#//StructuredType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/structured"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" ordered="false" upperBound="-1" eType="#//Method" containment="true" eOpposite="#//Method/structured"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typed" ordered="false" upperBound="-1" eType="#//TypedTable" eOpposite="#//TypedTable/structured"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//Schema" eOpposite="#//Schema/tables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" ordered="false" upperBound="-1" eType="#//View" eOpposite="#//View/tables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictions" ordered="false" upperBound="-1" eType="#//Restriction" containment="true" eOpposite="#//Restriction/table"/> <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="TableCheckConstraint" eSuperTypes="#//TableConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableConstraint" abstract="true" eSuperTypes="#//Restriction"> <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="Trigger" eSuperTypes="#//Restriction"> <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="description" eType="#//TriggerDescriptor" containment="true" eOpposite="#//TriggerDescriptor/trigger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updateColumns" eType="#//StructuralComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggerDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" lowerBound="1" eType="#//TriggerEvent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionTime" lowerBound="1" eType="#//TriggerActionTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggeredAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1" eType="#//Trigger" eOpposite="#//Trigger/description"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="#//TriggerLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TriggerActionTime"> <eLiterals name="BEFORE" literal="BEFORE"/> <eLiterals name="AFTER" value="1" literal="AFTER"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TriggerEvent"> <eLiterals name="INSERT" literal="INSERT"/> <eLiterals name="DELETE" value="1" literal="DELETE"/> <eLiterals name="UPDATE" value="2" literal="UPDATE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TriggerLevel"> <eLiterals name="ROW_LEVEL" literal="ROW"/> <eLiterals name="STATEMENT_LEVEL" literal="STATEMENT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedTable" eSuperTypes="#//BaseTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="structured" lowerBound="1" eType="#//StructuredType" eOpposite="#//StructuredType/typed"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertable" eType="#//TypedTable" eOpposite="#//TypedTable/subtables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtables" upperBound="-1" eType="#//TypedTable" eOpposite="#//TypedTable/supertable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueConstraint" eSuperTypes="#//TableConstraint"/> <eClassifiers xsi:type="ecore:EEnum" name="Unit"> <eLiterals name="CHARACTERS" literal="CHARACTERS"/> <eLiterals name="OCTETS" value="1" literal="OCTETS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserDefinedType" abstract="true" eSuperTypes="#//DataType"> <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="View" eSuperTypes="#//DerivedTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" lowerBound="1" upperBound="-1" eType="#//Table" eOpposite="#//Table/views"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//StructuralComponent" eOpposite="#//StructuralComponent/views"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XMLType" eSuperTypes="#//PredefinedType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptor" lowerBound="1" eType="#//XMLTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XMLTypes"> <eLiterals name="XMLTYPE" literal="XMLTYPE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//Schema" eOpposite="#//Schema/domains"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1" eType="#//StructuralComponent" eOpposite="#//StructuralComponent/has_domain"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"SQL2003_V2","nsURI":"http://SQL2003_V2.ecore","name":"SQL2003_V2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ARRAY","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseTable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviouralComponent","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryStringType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryStringTypes","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanTypes","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterStringType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CharacterStringTypes","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnConstraint","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"DatetimeFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatetimeFeatures","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatetimeType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatetimeTypes","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedTable","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistinctType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"IntervalFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntervalFeatures","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntervalTypes","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MULTISET","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MatchTypes","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Multiplier","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNull","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericRadix","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"NumericFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericFeatures","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericTypes","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterMode","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterWithMode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedType","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROW","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReferentialAction","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferentialConstraint","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Restriction","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringFeature","instanceClass":"java.util.Map$Entry","abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StringFeatures","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralComponent","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredType","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableCheckConstraint","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableConstraint","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerDescriptor","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerActionTime","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerEvent","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerLevel","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedTable","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueConstraint","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDefinedType","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XMLTypes","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":71,"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":"num_elements","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structured","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":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":80,"derived":false},{"id":81,"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":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametersWithMode","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"behaviouralComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"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":"behaviouralComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"lowerBound":1,"iD":false,"id":92,"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":"length_def","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"BINARYLARGEOBJECT","id":97,"value":0,"literal":"BINARYLARGEOBJECT","eClass":"EEnumLiteral"},{"name":"BINARY","id":98,"value":1,"literal":"BINARY","eClass":"EEnumLiteral"},{"name":"BINARYVARYING","id":99,"value":2,"literal":"BINARYVARYING","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"name":"BOOLEAN","id":103,"value":0,"literal":"BOOLEAN","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"lowerBound":1,"iD":false,"id":104,"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":"length_def","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"CHARACTER","id":109,"value":0,"literal":"CHARACTER","eClass":"EEnumLiteral"},{"name":"CHARACTERVARYING","id":110,"value":1,"literal":"CHARACTERVARYING","eClass":"EEnumLiteral"},{"name":"CHARACTERLARGEOBJECT","id":111,"value":2,"literal":"CHARACTERLARGEOBJECT","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":"super_type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"default","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"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":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"datatypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"name":"precision","id":135,"value":0,"literal":"precision","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"name":"DATE","id":139,"value":0,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"TIMEWITHTIMEZONE","id":140,"value":1,"literal":"TIMEWITHTIMEZONE","eClass":"EEnumLiteral"},{"name":"TIMEWITHOUTTIMEZONE","id":141,"value":2,"literal":"TIMEWITHOUTTIMEZONE","eClass":"EEnumLiteral"},{"name":"TIMESTAMPWITHOUTTIMEZONE","id":142,"value":3,"literal":"TIMESTAMPWITHOUTTIMEZONE","eClass":"EEnumLiteral"},{"name":"TIMESTAMPWITHTIMEZONE","id":143,"value":4,"literal":"TIMESTAMPWITHTIMEZONE","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":"query_expression","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source_type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_source_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":true},{"id":152,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"row","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"return_type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":160,"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":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"name":"start_leading_precision","id":165,"value":0,"literal":"start_leading_precision","eClass":"EEnumLiteral"},{"name":"end_leading_precision","id":166,"value":1,"literal":"end_leading_precision","eClass":"EEnumLiteral"},{"name":"leading_precision","id":167,"value":2,"literal":"leading_precision","eClass":"EEnumLiteral"},{"name":"second_precision","id":168,"value":3,"literal":"second_precision","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"name":"YEAR_MONTH","id":172,"value":0,"literal":"YEAR TO MONTH","eClass":"EEnumLiteral"},{"name":"DAY_HOUR","id":173,"value":1,"literal":"DAY_HOUR","eClass":"EEnumLiteral"},{"name":"DAY_MINUTE","id":174,"value":2,"literal":"DAY_MINUTE","eClass":"EEnumLiteral"},{"name":"DAY_SECOND","id":175,"value":3,"literal":"DAY_SECOND","eClass":"EEnumLiteral"},{"name":"HOUR_MINUTE","id":176,"value":4,"literal":"HOUR_MINUTE","eClass":"EEnumLiteral"},{"name":"HOUR_SECOND","id":177,"value":5,"literal":"HOUR_SECOND","eClass":"EEnumLiteral"},{"name":"MINUTE_SECOND","id":178,"value":6,"literal":"MINUTE_SECOND","eClass":"EEnumLiteral"},{"name":"YEAR","id":179,"value":7,"literal":"YEAR","eClass":"EEnumLiteral"},{"name":"MONTH","id":180,"value":8,"literal":"MONTH","eClass":"EEnumLiteral"},{"name":"DAY","id":181,"value":9,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"HOUR","id":182,"value":10,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"MINUTE","id":183,"value":11,"literal":"MINUTE","eClass":"EEnumLiteral"},{"name":"SECOND","id":184,"value":12,"literal":"SECOND","eClass":"EEnumLiteral"},{"id":185,"eClass":"EGenericType"},{"name":"SIMPLE","id":186,"value":0,"literal":"SIMPLE","eClass":"EEnumLiteral"},{"name":"PARTIAL","id":187,"value":1,"literal":"PARTIAL","eClass":"EEnumLiteral"},{"name":"TOTAL","id":188,"value":2,"literal":"TOTAL","eClass":"EEnumLiteral"},{"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":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"override","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"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":"structured","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"return_type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"container":false,"ordered":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":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"name":"K","id":205,"value":0,"literal":"K","eClass":"EEnumLiteral"},{"name":"M","id":206,"value":1,"literal":"M","eClass":"EEnumLiteral"},{"name":"G","id":207,"value":2,"literal":"G","eClass":"EEnumLiteral"},{"name":"T","id":208,"value":3,"literal":"T","eClass":"EEnumLiteral"},{"name":"P","id":209,"value":4,"literal":"P","eClass":"EEnumLiteral"},{"id":210,"eClass":"EGenericType"},{"name":"DECIMAL","id":211,"value":0,"literal":"DECIMAL","eClass":"EEnumLiteral"},{"name":"BINARY","id":212,"value":1,"literal":"BINARY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":213,"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":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"precision","id":218,"value":0,"literal":"precision","eClass":"EEnumLiteral"},{"name":"scale","id":219,"value":1,"literal":"scale","eClass":"EEnumLiteral"},{"name":"radix","id":220,"value":2,"literal":"radix","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"name":"NUMERIC","id":224,"value":0,"literal":"NUMERIC","eClass":"EEnumLiteral"},{"name":"DECIMAL","id":225,"value":1,"literal":"DECIMAL","eClass":"EEnumLiteral"},{"name":"SMALLINT","id":226,"value":2,"literal":"SMALLINT","eClass":"EEnumLiteral"},{"name":"INTEGER","id":227,"value":3,"literal":"INTEGER","eClass":"EEnumLiteral"},{"name":"BIGINT","id":228,"value":4,"literal":"BIGINT","eClass":"EEnumLiteral"},{"name":"FLOAT","id":229,"value":5,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"REAL","id":230,"value":6,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"DOUBLEPRECISION","id":231,"value":7,"literal":"DOUBLEPRECISION","eClass":"EEnumLiteral"},{"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":232,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"name":"IN","id":236,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":237,"value":1,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":238,"value":2,"literal":"INOUT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":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_type","changeable":true,"resolveProxies":true,"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":false,"transient":false,"unique":true,"name":"sub_types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"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":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"name":"CASCADE","id":256,"value":0,"literal":"CASCADE","eClass":"EEnumLiteral"},{"name":"SET_NULL","id":257,"value":1,"literal":"SET_NULL","eClass":"EEnumLiteral"},{"name":"RESTRICT","id":258,"value":2,"literal":"RESTRICT","eClass":"EEnumLiteral"},{"name":"NO_ACTION","id":259,"value":3,"literal":"NO_ACTION","eClass":"EEnumLiteral"},{"name":"SET_DEFAULT","id":260,"value":4,"literal":"SET_DEFAULT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delete_action","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"update_action","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"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":"restrictions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"container":false,"ordered":false,"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":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":"domains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"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":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"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":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":286,"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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"name":"length","id":291,"value":0,"literal":"length","eClass":"EEnumLiteral"},{"name":"unit","id":292,"value":1,"literal":"unit","eClass":"EEnumLiteral"},{"name":"multiplier","id":293,"value":2,"literal":"multiplier","eClass":"EEnumLiteral"},{"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":294,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"container":false,"ordered":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":296,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":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":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_final","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_instantiable","changeable":true,"lowerBound":0,"iD":false,"id":308,"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":"super_type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"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":"typed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structured","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"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":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"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":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"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":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"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":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":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"updateColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"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":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":1,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionTime","changeable":true,"lowerBound":1,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggeredAction","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"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":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"name":"BEFORE","id":350,"value":0,"literal":"BEFORE","eClass":"EEnumLiteral"},{"name":"AFTER","id":351,"value":1,"literal":"AFTER","eClass":"EEnumLiteral"},{"name":"INSERT","id":352,"value":0,"literal":"INSERT","eClass":"EEnumLiteral"},{"name":"DELETE","id":353,"value":1,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"UPDATE","id":354,"value":2,"literal":"UPDATE","eClass":"EEnumLiteral"},{"name":"ROW_LEVEL","id":355,"value":0,"literal":"ROW","eClass":"EEnumLiteral"},{"name":"STATEMENT_LEVEL","id":356,"value":0,"literal":"STATEMENT","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":"supertable","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subtables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"name":"CHARACTERS","id":364,"value":0,"literal":"CHARACTERS","eClass":"EEnumLiteral"},{"name":"OCTETS","id":365,"value":1,"literal":"OCTETS","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":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,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"lowerBound":1,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"name":"XMLTYPE","id":375,"value":0,"literal":"XMLTYPE","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":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":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":"default","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":11},{"source":1,"target":72},{"source":1,"target":73},{"source":72,"target":74},{"source":72,"target":1},{"source":73,"target":11},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":75,"target":78},{"source":75,"target":2},{"source":76,"target":55},{"source":76,"target":79},{"source":76,"target":2},{"source":76,"target":80},{"source":79,"target":55},{"source":77,"target":54},{"source":3,"target":0},{"source":3,"target":56},{"source":3,"target":81},{"source":81,"target":56},{"source":4,"target":0},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":82,"target":51},{"source":82,"target":86},{"source":82,"target":4},{"source":82,"target":87},{"source":86,"target":51},{"source":83,"target":88},{"source":83,"target":4},{"source":84,"target":89},{"source":84,"target":4},{"source":85,"target":42},{"source":85,"target":90},{"source":85,"target":4},{"source":85,"target":91},{"source":90,"target":42},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":92,"target":6},{"source":92,"target":95},{"source":92,"target":5},{"source":95,"target":6},{"source":93,"target":96},{"source":93,"target":5},{"source":94,"target":43},{"source":6,"target":0},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":97,"target":6},{"source":98,"target":6},{"source":99,"target":6},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":100},{"source":7,"target":101},{"source":100,"target":8},{"source":100,"target":102},{"source":100,"target":7},{"source":102,"target":8},{"source":101,"target":43},{"source":8,"target":0},{"source":8,"target":103},{"source":103,"target":8},{"source":9,"target":0},{"source":9,"target":43},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":104,"target":10},{"source":104,"target":107},{"source":104,"target":9},{"source":107,"target":10},{"source":105,"target":108},{"source":105,"target":9},{"source":106,"target":43},{"source":10,"target":0},{"source":10,"target":109},{"source":10,"target":110},{"source":10,"target":111},{"source":109,"target":10},{"source":110,"target":10},{"source":111,"target":10},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":112},{"source":11,"target":113},{"source":11,"target":114},{"source":112,"target":11},{"source":112,"target":115},{"source":112,"target":11},{"source":115,"target":11},{"source":113,"target":15},{"source":113,"target":116},{"source":113,"target":11},{"source":116,"target":15},{"source":114,"target":14},{"source":12,"target":0},{"source":12,"target":54},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":117,"target":56},{"source":117,"target":120},{"source":117,"target":12},{"source":117,"target":121},{"source":120,"target":56},{"source":118,"target":122},{"source":118,"target":12},{"source":119,"target":54},{"source":13,"target":0},{"source":13,"target":50},{"source":13,"target":123},{"source":123,"target":50},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":124},{"source":14,"target":125},{"source":124,"target":126},{"source":124,"target":14},{"source":125,"target":15},{"source":15,"target":0},{"source":15,"target":127},{"source":127,"target":51},{"source":127,"target":128},{"source":127,"target":15},{"source":127,"target":129},{"source":128,"target":51},{"source":16,"target":0},{"source":16,"target":22},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":130,"target":17},{"source":130,"target":133},{"source":130,"target":16},{"source":133,"target":17},{"source":131,"target":134},{"source":131,"target":16},{"source":132,"target":22},{"source":17,"target":0},{"source":17,"target":135},{"source":135,"target":17},{"source":18,"target":0},{"source":18,"target":43},{"source":18,"target":136},{"source":18,"target":137},{"source":136,"target":19},{"source":136,"target":138},{"source":136,"target":18},{"source":138,"target":19},{"source":137,"target":43},{"source":19,"target":0},{"source":19,"target":139},{"source":19,"target":140},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":139,"target":19},{"source":140,"target":19},{"source":141,"target":19},{"source":142,"target":19},{"source":143,"target":19},{"source":20,"target":0},{"source":20,"target":56},{"source":20,"target":144},{"source":20,"target":145},{"source":144,"target":146},{"source":144,"target":20},{"source":145,"target":56},{"source":21,"target":0},{"source":21,"target":67},{"source":21,"target":147},{"source":21,"target":148},{"source":21,"target":149},{"source":147,"target":43},{"source":147,"target":150},{"source":147,"target":21},{"source":147,"target":151},{"source":150,"target":43},{"source":148,"target":22},{"source":148,"target":152},{"source":148,"target":21},{"source":152,"target":22},{"source":149,"target":67},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":54},{"source":23,"target":153},{"source":23,"target":154},{"source":153,"target":46},{"source":153,"target":155},{"source":153,"target":23},{"source":153,"target":156},{"source":155,"target":46},{"source":154,"target":54},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":157},{"source":24,"target":158},{"source":157,"target":15},{"source":157,"target":159},{"source":157,"target":24},{"source":159,"target":15},{"source":158,"target":4},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":160},{"source":25,"target":161},{"source":25,"target":162},{"source":160,"target":26},{"source":160,"target":163},{"source":160,"target":25},{"source":163,"target":26},{"source":161,"target":164},{"source":161,"target":25},{"source":162,"target":22},{"source":26,"target":0},{"source":26,"target":165},{"source":26,"target":166},{"source":26,"target":167},{"source":26,"target":168},{"source":165,"target":26},{"source":166,"target":26},{"source":167,"target":26},{"source":168,"target":26},{"source":27,"target":0},{"source":27,"target":43},{"source":27,"target":169},{"source":27,"target":170},{"source":169,"target":28},{"source":169,"target":171},{"source":169,"target":27},{"source":171,"target":28},{"source":170,"target":43},{"source":28,"target":0},{"source":28,"target":172},{"source":28,"target":173},{"source":28,"target":174},{"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":28,"target":182},{"source":28,"target":183},{"source":28,"target":184},{"source":172,"target":28},{"source":173,"target":28},{"source":174,"target":28},{"source":175,"target":28},{"source":176,"target":28},{"source":177,"target":28},{"source":178,"target":28},{"source":179,"target":28},{"source":180,"target":28},{"source":181,"target":28},{"source":182,"target":28},{"source":183,"target":28},{"source":184,"target":28},{"source":29,"target":0},{"source":29,"target":11},{"source":29,"target":185},{"source":185,"target":11},{"source":30,"target":0},{"source":30,"target":186},{"source":30,"target":187},{"source":30,"target":188},{"source":186,"target":30},{"source":187,"target":30},{"source":188,"target":30},{"source":31,"target":0},{"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":189,"target":195},{"source":189,"target":31},{"source":190,"target":196},{"source":190,"target":31},{"source":191,"target":31},{"source":191,"target":197},{"source":191,"target":31},{"source":197,"target":31},{"source":192,"target":55},{"source":192,"target":198},{"source":192,"target":31},{"source":192,"target":199},{"source":198,"target":55},{"source":193,"target":15},{"source":193,"target":200},{"source":193,"target":31},{"source":200,"target":15},{"source":194,"target":32},{"source":194,"target":201},{"source":194,"target":31},{"source":194,"target":202},{"source":201,"target":32},{"source":32,"target":0},{"source":32,"target":40},{"source":32,"target":202},{"source":32,"target":203},{"source":202,"target":31},{"source":202,"target":204},{"source":202,"target":32},{"source":202,"target":194},{"source":204,"target":31},{"source":203,"target":40},{"source":33,"target":0},{"source":33,"target":205},{"source":33,"target":206},{"source":33,"target":207},{"source":33,"target":208},{"source":33,"target":209},{"source":205,"target":33},{"source":206,"target":33},{"source":207,"target":33},{"source":208,"target":33},{"source":209,"target":33},{"source":34,"target":0},{"source":34,"target":13},{"source":34,"target":210},{"source":210,"target":13},{"source":35,"target":0},{"source":35,"target":211},{"source":35,"target":212},{"source":211,"target":35},{"source":212,"target":35},{"source":36,"target":0},{"source":36,"target":22},{"source":36,"target":213},{"source":36,"target":214},{"source":36,"target":215},{"source":213,"target":37},{"source":213,"target":216},{"source":213,"target":36},{"source":216,"target":37},{"source":214,"target":217},{"source":214,"target":36},{"source":215,"target":22},{"source":37,"target":0},{"source":37,"target":218},{"source":37,"target":219},{"source":37,"target":220},{"source":218,"target":37},{"source":219,"target":37},{"source":220,"target":37},{"source":38,"target":0},{"source":38,"target":43},{"source":38,"target":221},{"source":38,"target":222},{"source":221,"target":39},{"source":221,"target":223},{"source":221,"target":38},{"source":223,"target":39},{"source":222,"target":43},{"source":39,"target":0},{"source":39,"target":224},{"source":39,"target":225},{"source":39,"target":226},{"source":39,"target":227},{"source":39,"target":228},{"source":39,"target":229},{"source":39,"target":230},{"source":39,"target":231},{"source":224,"target":39},{"source":225,"target":39},{"source":226,"target":39},{"source":227,"target":39},{"source":228,"target":39},{"source":229,"target":39},{"source":230,"target":39},{"source":231,"target":39},{"source":40,"target":0},{"source":40,"target":232},{"source":40,"target":233},{"source":232,"target":234},{"source":232,"target":40},{"source":233,"target":15},{"source":233,"target":235},{"source":233,"target":40},{"source":235,"target":15},{"source":41,"target":0},{"source":41,"target":236},{"source":41,"target":237},{"source":41,"target":238},{"source":236,"target":41},{"source":237,"target":41},{"source":238,"target":41},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":239},{"source":42,"target":91},{"source":42,"target":240},{"source":239,"target":41},{"source":239,"target":241},{"source":239,"target":42},{"source":241,"target":41},{"source":91,"target":4},{"source":91,"target":242},{"source":91,"target":42},{"source":91,"target":85},{"source":242,"target":4},{"source":240,"target":40},{"source":43,"target":0},{"source":43,"target":15},{"source":43,"target":151},{"source":43,"target":243},{"source":151,"target":21},{"source":151,"target":244},{"source":151,"target":43},{"source":151,"target":147},{"source":244,"target":21},{"source":243,"target":15},{"source":44,"target":0},{"source":44,"target":65},{"source":44,"target":245},{"source":245,"target":65},{"source":45,"target":0},{"source":45,"target":4},{"source":45,"target":246},{"source":246,"target":4},{"source":46,"target":0},{"source":46,"target":14},{"source":46,"target":247},{"source":46,"target":156},{"source":46,"target":248},{"source":46,"target":249},{"source":247,"target":46},{"source":247,"target":250},{"source":247,"target":46},{"source":247,"target":248},{"source":250,"target":46},{"source":156,"target":23},{"source":156,"target":251},{"source":156,"target":46},{"source":156,"target":153},{"source":251,"target":23},{"source":248,"target":46},{"source":248,"target":252},{"source":248,"target":46},{"source":248,"target":247},{"source":252,"target":46},{"source":249,"target":14},{"source":47,"target":0},{"source":47,"target":14},{"source":47,"target":253},{"source":47,"target":254},{"source":253,"target":55},{"source":253,"target":255},{"source":253,"target":47},{"source":255,"target":55},{"source":254,"target":14},{"source":48,"target":0},{"source":48,"target":256},{"source":48,"target":257},{"source":48,"target":258},{"source":48,"target":259},{"source":48,"target":260},{"source":256,"target":48},{"source":257,"target":48},{"source":258,"target":48},{"source":259,"target":48},{"source":260,"target":48},{"source":49,"target":0},{"source":49,"target":58},{"source":49,"target":261},{"source":49,"target":262},{"source":49,"target":263},{"source":49,"target":264},{"source":49,"target":265},{"source":261,"target":48},{"source":261,"target":266},{"source":261,"target":49},{"source":266,"target":48},{"source":262,"target":48},{"source":262,"target":267},{"source":262,"target":49},{"source":267,"target":48},{"source":263,"target":30},{"source":263,"target":268},{"source":263,"target":49},{"source":268,"target":30},{"source":264,"target":65},{"source":264,"target":269},{"source":264,"target":49},{"source":269,"target":65},{"source":265,"target":58},{"source":50,"target":0},{"source":50,"target":270},{"source":50,"target":271},{"source":270,"target":56},{"source":270,"target":272},{"source":270,"target":50},{"source":270,"target":273},{"source":272,"target":56},{"source":271,"target":54},{"source":271,"target":274},{"source":271,"target":50},{"source":271,"target":275},{"source":274,"target":54},{"source":51,"target":0},{"source":51,"target":276},{"source":51,"target":87},{"source":51,"target":129},{"source":51,"target":277},{"source":51,"target":278},{"source":276,"target":279},{"source":276,"target":51},{"source":87,"target":4},{"source":87,"target":280},{"source":87,"target":51},{"source":87,"target":82},{"source":280,"target":4},{"source":129,"target":15},{"source":129,"target":281},{"source":129,"target":51},{"source":129,"target":127},{"source":281,"target":15},{"source":277,"target":56},{"source":277,"target":282},{"source":277,"target":51},{"source":277,"target":283},{"source":282,"target":56},{"source":278,"target":71},{"source":278,"target":284},{"source":278,"target":51},{"source":278,"target":285},{"source":284,"target":71},{"source":52,"target":0},{"source":52,"target":22},{"source":52,"target":286},{"source":52,"target":287},{"source":52,"target":288},{"source":286,"target":53},{"source":286,"target":289},{"source":286,"target":52},{"source":289,"target":53},{"source":287,"target":290},{"source":287,"target":52},{"source":288,"target":22},{"source":53,"target":0},{"source":53,"target":291},{"source":53,"target":292},{"source":53,"target":293},{"source":291,"target":53},{"source":292,"target":53},{"source":293,"target":53},{"source":54,"target":0},{"source":54,"target":294},{"source":54,"target":295},{"source":54,"target":296},{"source":54,"target":275},{"source":54,"target":297},{"source":54,"target":298},{"source":294,"target":299},{"source":294,"target":54},{"source":295,"target":15},{"source":295,"target":300},{"source":295,"target":54},{"source":300,"target":15},{"source":296,"target":68},{"source":296,"target":301},{"source":296,"target":54},{"source":296,"target":302},{"source":301,"target":68},{"source":275,"target":50},{"source":275,"target":303},{"source":275,"target":54},{"source":275,"target":271},{"source":303,"target":50},{"source":297,"target":22},{"source":297,"target":304},{"source":297,"target":54},{"source":304,"target":22},{"source":298,"target":71},{"source":298,"target":305},{"source":298,"target":54},{"source":298,"target":306},{"source":305,"target":71},{"source":55,"target":0},{"source":55,"target":67},{"source":55,"target":307},{"source":55,"target":308},{"source":55,"target":309},{"source":55,"target":80},{"source":55,"target":199},{"source":55,"target":310},{"source":55,"target":311},{"source":307,"target":312},{"source":307,"target":55},{"source":308,"target":313},{"source":308,"target":55},{"source":309,"target":55},{"source":309,"target":314},{"source":309,"target":55},{"source":314,"target":55},{"source":80,"target":2},{"source":80,"target":315},{"source":80,"target":55},{"source":80,"target":76},{"source":315,"target":2},{"source":199,"target":31},{"source":199,"target":316},{"source":199,"target":55},{"source":199,"target":192},{"source":316,"target":31},{"source":310,"target":64},{"source":310,"target":317},{"source":310,"target":55},{"source":310,"target":318},{"source":317,"target":64},{"source":311,"target":67},{"source":56,"target":0},{"source":56,"target":283},{"source":56,"target":121},{"source":56,"target":319},{"source":56,"target":273},{"source":56,"target":320},{"source":283,"target":51},{"source":283,"target":321},{"source":283,"target":56},{"source":283,"target":277},{"source":321,"target":51},{"source":121,"target":12},{"source":121,"target":322},{"source":121,"target":56},{"source":121,"target":117},{"source":322,"target":12},{"source":319,"target":68},{"source":319,"target":323},{"source":319,"target":56},{"source":319,"target":324},{"source":323,"target":68},{"source":273,"target":50},{"source":273,"target":325},{"source":273,"target":56},{"source":273,"target":270},{"source":325,"target":50},{"source":320,"target":326},{"source":320,"target":56},{"source":57,"target":0},{"source":57,"target":58},{"source":57,"target":327},{"source":57,"target":328},{"source":327,"target":329},{"source":327,"target":57},{"source":328,"target":58},{"source":58,"target":0},{"source":58,"target":50},{"source":58,"target":330},{"source":58,"target":331},{"source":330,"target":332},{"source":330,"target":58},{"source":331,"target":50},{"source":59,"target":0},{"source":59,"target":50},{"source":59,"target":333},{"source":59,"target":334},{"source":59,"target":335},{"source":59,"target":336},{"source":333,"target":337},{"source":333,"target":59},{"source":334,"target":60},{"source":334,"target":338},{"source":334,"target":59},{"source":334,"target":339},{"source":338,"target":60},{"source":335,"target":54},{"source":335,"target":340},{"source":335,"target":59},{"source":340,"target":54},{"source":336,"target":50},{"source":60,"target":0},{"source":60,"target":341},{"source":60,"target":342},{"source":60,"target":343},{"source":60,"target":339},{"source":60,"target":344},{"source":341,"target":62},{"source":341,"target":345},{"source":341,"target":60},{"source":345,"target":62},{"source":342,"target":61},{"source":342,"target":346},{"source":342,"target":60},{"source":346,"target":61},{"source":343,"target":347},{"source":343,"target":60},{"source":339,"target":59},{"source":339,"target":348},{"source":339,"target":60},{"source":339,"target":334},{"source":348,"target":59},{"source":344,"target":63},{"source":344,"target":349},{"source":344,"target":60},{"source":349,"target":63},{"source":61,"target":0},{"source":61,"target":350},{"source":61,"target":351},{"source":350,"target":61},{"source":351,"target":61},{"source":62,"target":0},{"source":62,"target":352},{"source":62,"target":353},{"source":62,"target":354},{"source":352,"target":62},{"source":353,"target":62},{"source":354,"target":62},{"source":63,"target":0},{"source":63,"target":355},{"source":63,"target":356},{"source":355,"target":63},{"source":356,"target":63},{"source":64,"target":0},{"source":64,"target":3},{"source":64,"target":318},{"source":64,"target":357},{"source":64,"target":358},{"source":64,"target":359},{"source":318,"target":55},{"source":318,"target":360},{"source":318,"target":64},{"source":318,"target":310},{"source":360,"target":55},{"source":357,"target":64},{"source":357,"target":361},{"source":357,"target":64},{"source":357,"target":358},{"source":361,"target":64},{"source":358,"target":64},{"source":358,"target":362},{"source":358,"target":64},{"source":358,"target":357},{"source":362,"target":64},{"source":359,"target":3},{"source":65,"target":0},{"source":65,"target":58},{"source":65,"target":363},{"source":363,"target":58},{"source":66,"target":0},{"source":66,"target":364},{"source":66,"target":365},{"source":364,"target":66},{"source":365,"target":66},{"source":67,"target":0},{"source":67,"target":15},{"source":67,"target":366},{"source":67,"target":367},{"source":366,"target":368},{"source":366,"target":67},{"source":367,"target":15},{"source":68,"target":0},{"source":68,"target":20},{"source":68,"target":324},{"source":68,"target":302},{"source":68,"target":369},{"source":324,"target":56},{"source":324,"target":370},{"source":324,"target":68},{"source":324,"target":319},{"source":370,"target":56},{"source":302,"target":54},{"source":302,"target":371},{"source":302,"target":68},{"source":302,"target":296},{"source":371,"target":54},{"source":369,"target":20},{"source":69,"target":0},{"source":69,"target":43},{"source":69,"target":372},{"source":69,"target":373},{"source":372,"target":70},{"source":372,"target":374},{"source":372,"target":69},{"source":374,"target":70},{"source":373,"target":43},{"source":70,"target":0},{"source":70,"target":375},{"source":375,"target":70},{"source":71,"target":0},{"source":71,"target":376},{"source":71,"target":377},{"source":71,"target":378},{"source":71,"target":285},{"source":71,"target":306},{"source":376,"target":379},{"source":376,"target":71},{"source":377,"target":380},{"source":377,"target":71},{"source":378,"target":381},{"source":378,"target":71},{"source":285,"target":51},{"source":285,"target":382},{"source":285,"target":71},{"source":285,"target":278},{"source":382,"target":51},{"source":306,"target":54},{"source":306,"target":383},{"source":306,"target":71},{"source":306,"target":298},{"source":383,"target":54}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMARTEownedElementHasVisibility.ecore
UML2 VisibilityKind package package private private protected protected public public StateInvariant Transition Deployment RedefinableElement InteractionFragment BehavioralFeature LiteralNull Activity Enumeration Node Property Connector ClearVariableAction WriteVariableAction Package ApplyFunctionAction ReadSelfAction AcceptEventAction InteractionOperand PartDecomposition Manifestation InputPin Pin TimeInterval InstanceValue Type Constraint DecisionNode ActivityPartition Interface AddVariableValueAction ForkNode Region UseCase CallTrigger TypedElement PackageableElement LiteralString Association Device ActivityFinalNode ExpansionRegion Interaction StructuredClassifier DataType LiteralBoolean Continuation CombinedFragment DestroyLinkAction NamedElement visibility Feature InformationFlow DurationObservationAction DestroyObjectAction Permission ObjectNode Pseudostate CreateLinkObjectAction DurationInterval Stereotype ReclassifyObjectAction ReadVariableAction Classifier Implementation ConditionalNode GeneralizationSet Trigger InteractionConstraint Actor Reception ProtocolTransition ClearAssociationAction JoinNode DataStoreNode Namespace member LiteralSpecification SignalTrigger Extend ReadIsClassifiedObjectAction MergeNode TimeObservationAction LinkAction LoopNode Duration CentralBufferNode DeploymentSpecification AnyTrigger RedefinableTemplateSignature Abstraction DeploymentTarget Parameter BroadcastSignalAction ActivityNode Stop AcceptCallAction ActivityParameterNode OpaqueExpression ReplyAction Signal EnumerationLiteral Operation Variable Dependency ConnectionPointReference ReadLinkObjectEndAction CollaborationOccurrence InitialNode InvocationAction TimeExpression Action AssociationClass Collaboration WriteStructuralFeatureAction EventOccurrence ClearStructuralFeatureAction ReadStructuralFeatureAction StartOwnedBehaviorAction Behavior ExpansionNode RaiseExceptionAction Port InstanceSpecification CreateLinkAction WriteLinkAction DeployedArtifact LiteralInteger ValueSpecification ReadExtentAction Usage SendSignalAction MessageTrigger Vertex StructuralFeatureAction ActivityEdge GeneralOrdering AddStructuralFeatureValueAction ParameterableClassifier ExecutableNode FinalNode StateMachine RemoveVariableValueAction StructuralFeature TemplateableClassifier FinalState VariableAction ReadLinkObjectEndQualifierAction Include ExecutionOccurrence CallBehaviorAction Substitution Gate LiteralUnlimitedNatural Lifeline ExecutionEnvironment ConnectableElement OutputPin Component PrimitiveType CallAction TimeTrigger ObjectFlow Model Class DurationConstraint PrimitiveFunction IntervalConstraint Extension SendObjectAction ReadLinkAction CallOperationAction EncapsulatedClassifier Artifact ValuePin TestIdentityAction ProtocolStateMachine Message State CommunicationPath ControlFlow FlowFinalNode InformationItem StructuredActivityNode ChangeTrigger ControlNode InteractionOccurrence BehavioredClassifier RemoveStructuralFeatureValueAction ParameterSet ExtensionEnd TimeConstraint Profile Expression Interval ExtensionPoint CreateObjectAction MessageEnd Realization
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","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":"Deployment","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","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":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"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":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":203},{"source":203,"target":6},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":204},{"source":204,"target":5},{"source":4,"target":0},{"source":4,"target":104},{"source":4,"target":205},{"source":205,"target":104},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":206},{"source":206,"target":51},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":207},{"source":207,"target":51},{"source":7,"target":0},{"source":7,"target":76},{"source":7,"target":52},{"source":7,"target":208},{"source":7,"target":209},{"source":208,"target":76},{"source":209,"target":52},{"source":8,"target":0},{"source":8,"target":77},{"source":8,"target":210},{"source":210,"target":77},{"source":9,"target":0},{"source":9,"target":119},{"source":9,"target":211},{"source":211,"target":119},{"source":10,"target":0},{"source":10,"target":46},{"source":10,"target":212},{"source":212,"target":46},{"source":11,"target":0},{"source":11,"target":164},{"source":11,"target":91},{"source":11,"target":213},{"source":11,"target":214},{"source":213,"target":164},{"source":214,"target":91},{"source":12,"target":0},{"source":12,"target":143},{"source":12,"target":156},{"source":12,"target":91},{"source":12,"target":215},{"source":12,"target":216},{"source":12,"target":217},{"source":215,"target":143},{"source":216,"target":156},{"source":217,"target":91},{"source":13,"target":0},{"source":13,"target":52},{"source":13,"target":218},{"source":218,"target":52},{"source":14,"target":0},{"source":14,"target":146},{"source":14,"target":219},{"source":219,"target":146},{"source":15,"target":0},{"source":15,"target":146},{"source":15,"target":220},{"source":220,"target":146},{"source":16,"target":0},{"source":16,"target":76},{"source":16,"target":38},{"source":16,"target":221},{"source":16,"target":222},{"source":221,"target":76},{"source":222,"target":38},{"source":17,"target":0},{"source":17,"target":111},{"source":17,"target":223},{"source":223,"target":111},{"source":18,"target":0},{"source":18,"target":111},{"source":18,"target":224},{"source":224,"target":111},{"source":19,"target":0},{"source":19,"target":111},{"source":19,"target":225},{"source":225,"target":111},{"source":20,"target":0},{"source":20,"target":76},{"source":20,"target":6},{"source":20,"target":226},{"source":20,"target":227},{"source":226,"target":76},{"source":227,"target":6},{"source":21,"target":0},{"source":21,"target":186},{"source":21,"target":228},{"source":228,"target":186},{"source":22,"target":0},{"source":22,"target":90},{"source":22,"target":229},{"source":229,"target":90},{"source":23,"target":0},{"source":23,"target":24},{"source":23,"target":230},{"source":230,"target":24},{"source":24,"target":0},{"source":24,"target":57},{"source":24,"target":231},{"source":231,"target":57},{"source":25,"target":0},{"source":25,"target":194},{"source":25,"target":232},{"source":232,"target":194},{"source":26,"target":0},{"source":26,"target":128},{"source":26,"target":233},{"source":233,"target":128},{"source":27,"target":0},{"source":27,"target":38},{"source":27,"target":234},{"source":234,"target":38},{"source":28,"target":0},{"source":28,"target":38},{"source":28,"target":235},{"source":235,"target":38},{"source":29,"target":0},{"source":29,"target":185},{"source":29,"target":236},{"source":236,"target":185},{"source":30,"target":0},{"source":30,"target":51},{"source":30,"target":237},{"source":237,"target":51},{"source":31,"target":0},{"source":31,"target":64},{"source":31,"target":238},{"source":238,"target":64},{"source":32,"target":0},{"source":32,"target":15},{"source":32,"target":239},{"source":239,"target":15},{"source":33,"target":0},{"source":33,"target":185},{"source":33,"target":240},{"source":240,"target":185},{"source":34,"target":0},{"source":34,"target":76},{"source":34,"target":5},{"source":34,"target":241},{"source":34,"target":242},{"source":241,"target":76},{"source":242,"target":5},{"source":35,"target":0},{"source":35,"target":187},{"source":35,"target":243},{"source":243,"target":187},{"source":36,"target":0},{"source":36,"target":132},{"source":36,"target":244},{"source":244,"target":132},{"source":37,"target":0},{"source":37,"target":51},{"source":37,"target":245},{"source":245,"target":51},{"source":38,"target":0},{"source":38,"target":51},{"source":38,"target":246},{"source":246,"target":51},{"source":39,"target":0},{"source":39,"target":77},{"source":39,"target":247},{"source":247,"target":77},{"source":40,"target":0},{"source":40,"target":64},{"source":40,"target":248},{"source":248,"target":64},{"source":41,"target":0},{"source":41,"target":11},{"source":41,"target":249},{"source":249,"target":11},{"source":42,"target":0},{"source":42,"target":140},{"source":42,"target":250},{"source":250,"target":140},{"source":43,"target":0},{"source":43,"target":183},{"source":43,"target":251},{"source":251,"target":183},{"source":44,"target":0},{"source":44,"target":119},{"source":44,"target":6},{"source":44,"target":252},{"source":44,"target":253},{"source":252,"target":119},{"source":253,"target":6},{"source":45,"target":0},{"source":45,"target":64},{"source":45,"target":254},{"source":254,"target":64},{"source":46,"target":0},{"source":46,"target":64},{"source":46,"target":255},{"source":255,"target":64},{"source":47,"target":0},{"source":47,"target":77},{"source":47,"target":256},{"source":256,"target":77},{"source":48,"target":0},{"source":48,"target":6},{"source":48,"target":257},{"source":257,"target":6},{"source":49,"target":0},{"source":49,"target":6},{"source":49,"target":258},{"source":258,"target":6},{"source":50,"target":0},{"source":50,"target":125},{"source":50,"target":259},{"source":259,"target":125},{"source":51,"target":0},{"source":51,"target":260},{"source":260,"target":1},{"source":260,"target":261},{"source":260,"target":51},{"source":261,"target":1},{"source":52,"target":0},{"source":52,"target":5},{"source":52,"target":262},{"source":262,"target":5},{"source":53,"target":0},{"source":53,"target":38},{"source":53,"target":263},{"source":263,"target":38},{"source":54,"target":0},{"source":54,"target":114},{"source":54,"target":264},{"source":264,"target":114},{"source":55,"target":0},{"source":55,"target":111},{"source":55,"target":265},{"source":265,"target":111},{"source":56,"target":0},{"source":56,"target":104},{"source":56,"target":266},{"source":266,"target":104},{"source":57,"target":0},{"source":57,"target":94},{"source":57,"target":37},{"source":57,"target":267},{"source":57,"target":268},{"source":267,"target":94},{"source":268,"target":37},{"source":58,"target":0},{"source":58,"target":133},{"source":58,"target":269},{"source":269,"target":133},{"source":59,"target":0},{"source":59,"target":124},{"source":59,"target":270},{"source":270,"target":124},{"source":60,"target":0},{"source":60,"target":194},{"source":60,"target":271},{"source":271,"target":194},{"source":61,"target":0},{"source":61,"target":164},{"source":61,"target":272},{"source":272,"target":164},{"source":62,"target":0},{"source":62,"target":111},{"source":62,"target":273},{"source":273,"target":111},{"source":63,"target":0},{"source":63,"target":146},{"source":63,"target":274},{"source":274,"target":146},{"source":64,"target":0},{"source":64,"target":76},{"source":64,"target":27},{"source":64,"target":5},{"source":64,"target":275},{"source":64,"target":276},{"source":64,"target":277},{"source":275,"target":76},{"source":276,"target":27},{"source":277,"target":5},{"source":65,"target":0},{"source":65,"target":198},{"source":65,"target":278},{"source":278,"target":198},{"source":66,"target":0},{"source":66,"target":183},{"source":66,"target":279},{"source":279,"target":183},{"source":67,"target":0},{"source":67,"target":38},{"source":67,"target":280},{"source":280,"target":38},{"source":68,"target":0},{"source":68,"target":51},{"source":68,"target":281},{"source":281,"target":51},{"source":69,"target":0},{"source":69,"target":28},{"source":69,"target":282},{"source":282,"target":28},{"source":70,"target":0},{"source":70,"target":64},{"source":70,"target":283},{"source":283,"target":64},{"source":71,"target":0},{"source":71,"target":7},{"source":71,"target":284},{"source":284,"target":7},{"source":72,"target":0},{"source":72,"target":3},{"source":72,"target":285},{"source":285,"target":3},{"source":73,"target":0},{"source":73,"target":111},{"source":73,"target":286},{"source":286,"target":111},{"source":74,"target":0},{"source":74,"target":185},{"source":74,"target":287},{"source":287,"target":185},{"source":75,"target":0},{"source":75,"target":86},{"source":75,"target":288},{"source":288,"target":86},{"source":76,"target":0},{"source":76,"target":51},{"source":76,"target":289},{"source":76,"target":290},{"source":289,"target":51},{"source":289,"target":291},{"source":289,"target":76},{"source":291,"target":51},{"source":290,"target":51},{"source":77,"target":0},{"source":77,"target":128},{"source":77,"target":292},{"source":292,"target":128},{"source":78,"target":0},{"source":78,"target":132},{"source":78,"target":293},{"source":293,"target":132},{"source":79,"target":0},{"source":79,"target":51},{"source":79,"target":294},{"source":294,"target":51},{"source":80,"target":0},{"source":80,"target":111},{"source":80,"target":295},{"source":295,"target":111},{"source":81,"target":0},{"source":81,"target":185},{"source":81,"target":296},{"source":296,"target":185},{"source":82,"target":0},{"source":82,"target":114},{"source":82,"target":297},{"source":297,"target":114},{"source":83,"target":0},{"source":83,"target":111},{"source":83,"target":298},{"source":298,"target":111},{"source":84,"target":0},{"source":84,"target":183},{"source":84,"target":299},{"source":299,"target":183},{"source":85,"target":0},{"source":85,"target":128},{"source":85,"target":300},{"source":300,"target":128},{"source":86,"target":0},{"source":86,"target":57},{"source":86,"target":301},{"source":301,"target":57},{"source":87,"target":0},{"source":87,"target":173},{"source":87,"target":302},{"source":302,"target":173},{"source":88,"target":0},{"source":88,"target":132},{"source":88,"target":303},{"source":303,"target":132},{"source":89,"target":0},{"source":89,"target":5},{"source":89,"target":304},{"source":304,"target":5},{"source":90,"target":0},{"source":90,"target":104},{"source":90,"target":305},{"source":305,"target":104},{"source":91,"target":0},{"source":91,"target":51},{"source":91,"target":306},{"source":306,"target":51},{"source":92,"target":0},{"source":92,"target":156},{"source":92,"target":37},{"source":92,"target":307},{"source":92,"target":308},{"source":307,"target":156},{"source":308,"target":37},{"source":93,"target":0},{"source":93,"target":109},{"source":93,"target":309},{"source":309,"target":109},{"source":94,"target":0},{"source":94,"target":5},{"source":94,"target":310},{"source":310,"target":5},{"source":95,"target":0},{"source":95,"target":115},{"source":95,"target":311},{"source":311,"target":115},{"source":96,"target":0},{"source":96,"target":19},{"source":96,"target":312},{"source":312,"target":19},{"source":97,"target":0},{"source":97,"target":57},{"source":97,"target":313},{"source":313,"target":57},{"source":98,"target":0},{"source":98,"target":128},{"source":98,"target":314},{"source":314,"target":128},{"source":99,"target":0},{"source":99,"target":111},{"source":99,"target":315},{"source":315,"target":111},{"source":100,"target":0},{"source":100,"target":64},{"source":100,"target":316},{"source":316,"target":64},{"source":101,"target":0},{"source":101,"target":123},{"source":101,"target":317},{"source":317,"target":123},{"source":102,"target":0},{"source":102,"target":7},{"source":102,"target":37},{"source":102,"target":318},{"source":102,"target":319},{"source":318,"target":7},{"source":319,"target":37},{"source":103,"target":0},{"source":103,"target":156},{"source":103,"target":37},{"source":103,"target":320},{"source":103,"target":321},{"source":320,"target":156},{"source":321,"target":37},{"source":104,"target":0},{"source":104,"target":38},{"source":104,"target":322},{"source":322,"target":38},{"source":105,"target":0},{"source":105,"target":133},{"source":105,"target":323},{"source":323,"target":133},{"source":106,"target":0},{"source":106,"target":111},{"source":106,"target":324},{"source":324,"target":111},{"source":107,"target":0},{"source":107,"target":51},{"source":107,"target":325},{"source":325,"target":51},{"source":108,"target":0},{"source":108,"target":185},{"source":108,"target":326},{"source":326,"target":185},{"source":109,"target":0},{"source":109,"target":111},{"source":109,"target":327},{"source":327,"target":111},{"source":110,"target":0},{"source":110,"target":128},{"source":110,"target":328},{"source":328,"target":128},{"source":111,"target":0},{"source":111,"target":139},{"source":111,"target":329},{"source":329,"target":139},{"source":112,"target":0},{"source":112,"target":164},{"source":112,"target":40},{"source":112,"target":330},{"source":112,"target":331},{"source":330,"target":164},{"source":331,"target":40},{"source":113,"target":0},{"source":113,"target":187},{"source":113,"target":45},{"source":113,"target":332},{"source":113,"target":333},{"source":332,"target":187},{"source":333,"target":45},{"source":114,"target":0},{"source":114,"target":134},{"source":114,"target":334},{"source":334,"target":134},{"source":115,"target":0},{"source":115,"target":6},{"source":115,"target":197},{"source":115,"target":335},{"source":115,"target":336},{"source":335,"target":6},{"source":336,"target":197},{"source":116,"target":0},{"source":116,"target":134},{"source":116,"target":337},{"source":337,"target":134},{"source":117,"target":0},{"source":117,"target":134},{"source":117,"target":338},{"source":338,"target":134},{"source":118,"target":0},{"source":118,"target":111},{"source":118,"target":339},{"source":339,"target":111},{"source":119,"target":0},{"source":119,"target":164},{"source":119,"target":340},{"source":340,"target":164},{"source":120,"target":0},{"source":120,"target":57},{"source":120,"target":341},{"source":341,"target":57},{"source":121,"target":0},{"source":121,"target":111},{"source":121,"target":342},{"source":342,"target":111},{"source":122,"target":0},{"source":122,"target":12},{"source":122,"target":343},{"source":343,"target":12},{"source":123,"target":0},{"source":123,"target":38},{"source":123,"target":91},{"source":123,"target":126},{"source":123,"target":344},{"source":123,"target":345},{"source":123,"target":346},{"source":344,"target":38},{"source":345,"target":91},{"source":346,"target":126},{"source":124,"target":0},{"source":124,"target":125},{"source":124,"target":347},{"source":347,"target":125},{"source":125,"target":0},{"source":125,"target":83},{"source":125,"target":348},{"source":348,"target":83},{"source":126,"target":0},{"source":126,"target":51},{"source":126,"target":349},{"source":349,"target":51},{"source":127,"target":0},{"source":127,"target":77},{"source":127,"target":350},{"source":350,"target":77},{"source":128,"target":0},{"source":128,"target":37},{"source":128,"target":351},{"source":351,"target":37},{"source":129,"target":0},{"source":129,"target":111},{"source":129,"target":352},{"source":352,"target":111},{"source":130,"target":0},{"source":130,"target":104},{"source":130,"target":353},{"source":353,"target":104},{"source":131,"target":0},{"source":131,"target":109},{"source":131,"target":354},{"source":354,"target":109},{"source":132,"target":0},{"source":132,"target":68},{"source":132,"target":355},{"source":355,"target":68},{"source":133,"target":0},{"source":133,"target":51},{"source":133,"target":356},{"source":356,"target":51},{"source":134,"target":0},{"source":134,"target":111},{"source":134,"target":357},{"source":357,"target":111},{"source":135,"target":0},{"source":135,"target":5},{"source":135,"target":358},{"source":358,"target":5},{"source":136,"target":0},{"source":136,"target":51},{"source":136,"target":359},{"source":359,"target":51},{"source":137,"target":0},{"source":137,"target":114},{"source":137,"target":360},{"source":360,"target":114},{"source":138,"target":0},{"source":138,"target":64},{"source":138,"target":361},{"source":361,"target":64},{"source":139,"target":0},{"source":139,"target":94},{"source":139,"target":362},{"source":362,"target":94},{"source":140,"target":0},{"source":140,"target":185},{"source":140,"target":363},{"source":363,"target":185},{"source":141,"target":0},{"source":141,"target":119},{"source":141,"target":364},{"source":364,"target":119},{"source":142,"target":0},{"source":142,"target":15},{"source":142,"target":365},{"source":365,"target":15},{"source":143,"target":0},{"source":143,"target":52},{"source":143,"target":37},{"source":143,"target":366},{"source":143,"target":367},{"source":366,"target":52},{"source":367,"target":37},{"source":144,"target":0},{"source":144,"target":64},{"source":144,"target":368},{"source":368,"target":64},{"source":145,"target":0},{"source":145,"target":178},{"source":145,"target":369},{"source":369,"target":178},{"source":146,"target":0},{"source":146,"target":111},{"source":146,"target":370},{"source":370,"target":111},{"source":147,"target":0},{"source":147,"target":111},{"source":147,"target":371},{"source":371,"target":111},{"source":148,"target":0},{"source":148,"target":51},{"source":148,"target":372},{"source":372,"target":51},{"source":149,"target":0},{"source":149,"target":6},{"source":149,"target":373},{"source":373,"target":6},{"source":150,"target":0},{"source":150,"target":160},{"source":150,"target":374},{"source":374,"target":160},{"source":151,"target":0},{"source":151,"target":198},{"source":151,"target":375},{"source":375,"target":198},{"source":152,"target":0},{"source":152,"target":197},{"source":152,"target":376},{"source":376,"target":197},{"source":153,"target":0},{"source":153,"target":77},{"source":153,"target":377},{"source":377,"target":77},{"source":154,"target":0},{"source":154,"target":51},{"source":154,"target":378},{"source":378,"target":51},{"source":155,"target":0},{"source":155,"target":11},{"source":155,"target":379},{"source":379,"target":11},{"source":156,"target":0},{"source":156,"target":51},{"source":156,"target":380},{"source":380,"target":51},{"source":157,"target":0},{"source":157,"target":24},{"source":157,"target":381},{"source":381,"target":24},{"source":158,"target":0},{"source":158,"target":164},{"source":158,"target":382},{"source":382,"target":164},{"source":159,"target":0},{"source":159,"target":46},{"source":159,"target":383},{"source":383,"target":46},{"source":160,"target":0},{"source":160,"target":109},{"source":160,"target":384},{"source":384,"target":109},{"source":161,"target":0},{"source":161,"target":68},{"source":161,"target":385},{"source":385,"target":68},{"source":162,"target":0},{"source":162,"target":135},{"source":162,"target":386},{"source":386,"target":135},{"source":163,"target":0},{"source":163,"target":16},{"source":163,"target":387},{"source":387,"target":16},{"source":164,"target":0},{"source":164,"target":187},{"source":164,"target":172},{"source":164,"target":388},{"source":164,"target":389},{"source":388,"target":187},{"source":389,"target":172},{"source":165,"target":0},{"source":165,"target":167},{"source":165,"target":390},{"source":390,"target":167},{"source":166,"target":0},{"source":166,"target":38},{"source":166,"target":391},{"source":391,"target":38},{"source":167,"target":0},{"source":167,"target":28},{"source":167,"target":392},{"source":392,"target":28},{"source":168,"target":0},{"source":168,"target":40},{"source":168,"target":393},{"source":393,"target":40},{"source":169,"target":0},{"source":169,"target":109},{"source":169,"target":394},{"source":394,"target":109},{"source":170,"target":0},{"source":170,"target":83},{"source":170,"target":395},{"source":395,"target":83},{"source":171,"target":0},{"source":171,"target":160},{"source":171,"target":396},{"source":396,"target":160},{"source":172,"target":0},{"source":172,"target":45},{"source":172,"target":397},{"source":397,"target":45},{"source":173,"target":0},{"source":173,"target":64},{"source":173,"target":126},{"source":173,"target":398},{"source":173,"target":399},{"source":398,"target":64},{"source":399,"target":126},{"source":174,"target":0},{"source":174,"target":23},{"source":174,"target":400},{"source":400,"target":23},{"source":175,"target":0},{"source":175,"target":111},{"source":175,"target":401},{"source":401,"target":111},{"source":176,"target":0},{"source":176,"target":141},{"source":176,"target":402},{"source":402,"target":141},{"source":177,"target":0},{"source":177,"target":51},{"source":177,"target":403},{"source":403,"target":51},{"source":178,"target":0},{"source":178,"target":76},{"source":178,"target":5},{"source":178,"target":133},{"source":178,"target":404},{"source":178,"target":405},{"source":178,"target":406},{"source":404,"target":76},{"source":405,"target":5},{"source":406,"target":133},{"source":179,"target":0},{"source":179,"target":40},{"source":179,"target":407},{"source":407,"target":40},{"source":180,"target":0},{"source":180,"target":135},{"source":180,"target":408},{"source":408,"target":135},{"source":181,"target":0},{"source":181,"target":140},{"source":181,"target":409},{"source":409,"target":140},{"source":182,"target":0},{"source":182,"target":64},{"source":182,"target":410},{"source":410,"target":64},{"source":183,"target":0},{"source":183,"target":111},{"source":183,"target":76},{"source":183,"target":411},{"source":183,"target":412},{"source":411,"target":111},{"source":412,"target":76},{"source":184,"target":0},{"source":184,"target":68},{"source":184,"target":413},{"source":413,"target":68},{"source":185,"target":0},{"source":185,"target":94},{"source":185,"target":414},{"source":414,"target":94},{"source":186,"target":0},{"source":186,"target":6},{"source":186,"target":415},{"source":415,"target":6},{"source":187,"target":0},{"source":187,"target":64},{"source":187,"target":416},{"source":416,"target":64},{"source":188,"target":0},{"source":188,"target":114},{"source":188,"target":417},{"source":417,"target":114},{"source":189,"target":0},{"source":189,"target":51},{"source":189,"target":418},{"source":418,"target":51},{"source":190,"target":0},{"source":190,"target":12},{"source":190,"target":419},{"source":419,"target":12},{"source":191,"target":0},{"source":191,"target":167},{"source":191,"target":420},{"source":420,"target":167},{"source":192,"target":0},{"source":192,"target":16},{"source":192,"target":421},{"source":421,"target":16},{"source":193,"target":0},{"source":193,"target":98},{"source":193,"target":422},{"source":422,"target":98},{"source":194,"target":0},{"source":194,"target":128},{"source":194,"target":423},{"source":423,"target":128},{"source":195,"target":0},{"source":195,"target":5},{"source":195,"target":424},{"source":424,"target":5},{"source":196,"target":0},{"source":196,"target":111},{"source":196,"target":425},{"source":425,"target":111},{"source":197,"target":0},{"source":197,"target":51},{"source":197,"target":426},{"source":426,"target":51},{"source":198,"target":0},{"source":198,"target":90},{"source":198,"target":427},{"source":427,"target":90}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/louismrose/migration_comparison/solutions/ecore2ecore/PetriNets/model/Before.ecore
lit_petriNets Net places transitions Place net name src dst Transition net src dst 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="lit_petriNets" nsURI="lit_petriNets" nsPrefix="lit_petriNets"> <eClassifiers xsi:type="ecore:EClass" name="Net"> <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"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/places"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//Net" eOpposite="#//Net/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" upperBound="-1" eType="#//Place" eOpposite="#//Place/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" upperBound="-1" eType="#//Place" eOpposite="#//Place/src"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"lit_petriNets","nsURI":"lit_petriNets","name":"lit_petriNets","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","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"},{"container":false,"ordered":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":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"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":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"container":false,"ordered":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":11,"derived":false},{"container":false,"ordered":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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":4,"target":7},{"source":6,"target":2},{"source":5,"target":3},{"source":5,"target":8},{"source":5,"target":1},{"source":5,"target":9},{"source":8,"target":3},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":7,"target":1},{"source":7,"target":13},{"source":7,"target":2},{"source":7,"target":4},{"source":13,"target":1},{"source":10,"target":14},{"source":10,"target":2},{"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":3,"target":0},{"source":3,"target":9},{"source":3,"target":18},{"source":3,"target":16},{"source":3,"target":19},{"source":9,"target":1},{"source":9,"target":20},{"source":9,"target":3},{"source":9,"target":5},{"source":20,"target":1},{"source":18,"target":2},{"source":18,"target":21},{"source":18,"target":3},{"source":18,"target":12},{"source":21,"target":2},{"source":16,"target":2},{"source":16,"target":22},{"source":16,"target":3},{"source":16,"target":11},{"source":22,"target":2},{"source":19,"target":23},{"source":19,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/gemoc/ICSA2017Tutorial/code/2.4-sirius-start/org.gemoc.sample.legacyfsm.fsm.model/model/fsm.ecore
fsm StateMachine ownedStates initialState ownedTransitions variables State owningFSM outgoingTransitions incomingTransitions Transition source target guard action NamedElement name Variable name UnnamedVariable NumberVariable initialValue Guard not false NumberGuard value -1 source EqualNumberGuard Action target AssignValueAction value LessThanNumberGuard GreaterThanNumberGuard IncreaseValueAction stepValue DecreaseValueAction stepValue
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsm" nsURI="http://www.gemoc.org/legacyfsm/fsm" nsPrefix="fsm"> <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="StateMachine" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="//State" containment="true" eOpposite="//State/owningFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TutorialSect24"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="New invariant"/> </eAnnotations> <details key="TutorialSect24" value="Tuple {&#xA;&#x9;message : String = 'State has non-deterministic outgoing transitions',&#xA;&#x9;status : Boolean = &#xA; self.outgoingTransitions->forAll(t1, t2 | (t1 &lt;> t2 and t1.guard=null) implies t2.guard &lt;> null)&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="//StateMachine" eOpposite="//StateMachine/ownedStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incomingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" lowerBound="1" eType="//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" defaultValueLiteral="UnnamedVariable"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberVariable" eSuperTypes="//Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" defaultValueLiteral="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumberGuard" abstract="true" eSuperTypes="//Guard"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" defaultValueLiteral="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//NumberVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualNumberGuard" eSuperTypes="//NumberGuard"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//NumberVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignValueAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessThanNumberGuard" eSuperTypes="//NumberGuard"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanNumberGuard" eSuperTypes="//NumberGuard"/> <eClassifiers xsi:type="ecore:EClass" name="IncreaseValueAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepValue" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecreaseValueAction" eSuperTypes="//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepValue" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://www.gemoc.org/legacyfsm/fsm","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"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":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberVariable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberGuard","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualNumberGuard","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignValueAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanNumberGuard","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanNumberGuard","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncreaseValueAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecreaseValueAction","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":"ownedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ownedTransitions","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"UnnamedVariable","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"UnnamedVariable","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"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":"initialValue","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"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":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stepValue","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stepValue","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":16,"target":1},{"source":16,"target":22},{"source":21,"target":2},{"source":17,"target":2},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":2},{"source":18,"target":3},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":3},{"source":19,"target":5},{"source":19,"target":25},{"source":19,"target":1},{"source":25,"target":5},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":22},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":22,"target":1},{"source":22,"target":29},{"source":22,"target":2},{"source":22,"target":16},{"source":29,"target":1},{"source":26,"target":3},{"source":26,"target":30},{"source":26,"target":2},{"source":26,"target":31},{"source":30,"target":3},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":2},{"source":27,"target":33},{"source":32,"target":3},{"source":28,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":31},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":31,"target":2},{"source":31,"target":37},{"source":31,"target":3},{"source":31,"target":26},{"source":37,"target":2},{"source":33,"target":2},{"source":33,"target":38},{"source":33,"target":3},{"source":33,"target":27},{"source":38,"target":2},{"source":34,"target":7},{"source":34,"target":39},{"source":34,"target":3},{"source":39,"target":7},{"source":35,"target":10},{"source":35,"target":40},{"source":35,"target":3},{"source":40,"target":10},{"source":36,"target":4},{"source":4,"target":0},{"source":4,"target":41},{"source":41,"target":42},{"source":41,"target":4},{"source":5,"target":0},{"source":5,"target":43},{"source":43,"target":44},{"source":43,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":47},{"source":45,"target":6},{"source":46,"target":5},{"source":7,"target":0},{"source":7,"target":48},{"source":48,"target":49},{"source":48,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":50,"target":53},{"source":50,"target":8},{"source":51,"target":6},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":6},{"source":52,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":55},{"source":55,"target":8},{"source":10,"target":0},{"source":10,"target":56},{"source":56,"target":6},{"source":56,"target":57},{"source":56,"target":10},{"source":57,"target":6},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":58},{"source":11,"target":59},{"source":58,"target":60},{"source":58,"target":11},{"source":59,"target":10},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":61},{"source":61,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":62},{"source":62,"target":8},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":63},{"source":14,"target":64},{"source":63,"target":65},{"source":63,"target":14},{"source":64,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":66},{"source":15,"target":67},{"source":66,"target":68},{"source":66,"target":15},{"source":67,"target":10}],"multigraph":true}
ecore
interaction
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/effbd101.ecore
effbd101 Function decompositions sequenceNodes flows outputPorts inputPorts descriptions SequenceNode controlFlowEdge name Sequence And Or Start Final Loop InputPort Port id Item name Flow inputflowEdge items ProcessNode label OutputPort outputflowEdge Description content
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="effbd101" nsURI="http://effbd101" nsPrefix="_effbd101"> <eAnnotations source="diastyle.node.vertical"> <details key="layout=vertical"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//SequenceNode #//ProcessNode"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="cont=Function.decompositions"/> <details key="afx=inputPorts"/> <details key="afx=outputPorts"/> <details key="cref=descriptions"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceNodes" upperBound="-1" eType="#//Sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//Flow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputPorts" upperBound="-1" eType="#//OutputPort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputPorts" upperBound="-1" eType="#//InputPort" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1" eType="#//Description" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceNode" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> <details key="ref=controlFlowEdge"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="controlFlowEdge" upperBound="-1" eType="#//SequenceNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" abstract="true" eSuperTypes="#//SequenceNode"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=id" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//ProcessNode"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=inputflowEdge" value=""/> <details key="kref=items" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputflowEdge" upperBound="-1" eType="#//InputPort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="#//Item" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessNode" abstract="true"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=outputflowEdge" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputflowEdge" upperBound="-1" eType="#//Flow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=content" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_effbd101","nsURI":"http://effbd101","name":"effbd101","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessNode","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"sequenceNodes","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":"flows","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":"outputPorts","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":"inputPorts","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":"descriptions","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"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlFlowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"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":"inputflowEdge","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":"items","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":"label","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputflowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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":2},{"source":1,"target":13},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":16,"target":1},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":1},{"source":17,"target":3},{"source":17,"target":25},{"source":17,"target":1},{"source":25,"target":3},{"source":18,"target":12},{"source":18,"target":26},{"source":18,"target":1},{"source":26,"target":12},{"source":19,"target":14},{"source":19,"target":27},{"source":19,"target":1},{"source":27,"target":14},{"source":20,"target":9},{"source":20,"target":28},{"source":20,"target":1},{"source":28,"target":9},{"source":21,"target":15},{"source":21,"target":29},{"source":21,"target":1},{"source":29,"target":15},{"source":22,"target":2},{"source":23,"target":13},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":30,"target":2},{"source":30,"target":32},{"source":30,"target":2},{"source":32,"target":2},{"source":31,"target":33},{"source":31,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":34},{"source":34,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":35},{"source":35,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":36},{"source":36,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":37},{"source":37,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":38},{"source":38,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":39},{"source":39,"target":3},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":40},{"source":40,"target":10},{"source":10,"target":0},{"source":10,"target":41},{"source":41,"target":42},{"source":41,"target":10},{"source":11,"target":0},{"source":11,"target":43},{"source":43,"target":44},{"source":43,"target":11},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":45},{"source":12,"target":46},{"source":12,"target":47},{"source":45,"target":9},{"source":45,"target":48},{"source":45,"target":12},{"source":48,"target":9},{"source":46,"target":11},{"source":46,"target":49},{"source":46,"target":12},{"source":49,"target":11},{"source":47,"target":13},{"source":13,"target":0},{"source":13,"target":50},{"source":50,"target":51},{"source":50,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":52},{"source":14,"target":53},{"source":52,"target":12},{"source":52,"target":54},{"source":52,"target":14},{"source":54,"target":12},{"source":53,"target":10},{"source":15,"target":0},{"source":15,"target":55},{"source":55,"target":56},{"source":55,"target":15}],"multigraph":true}
ecore
softwarerepository
repo-ecore-all/data/DevBoost/EMFTools/Tests/org.emftext.language.efactory.test/metamodels/EquinoxP2.ecore
p2 Feature application copyright description sites license provider plugins Copyright Description DiscoverySite License Plugin FeatureMetadata name 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="p2" nsURI="http://org.eclipse.equinox.p2/1.0" nsPrefix="p2"> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="./Platform.ecore#//Tool"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="application" eType="ecore:EDataType ./AM3Core.ecore#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" eType="#//Copyright" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sites" upperBound="-1" eType="#//DiscoverySite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="license" eType="#//License"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provider" eType="ecore:EClass ./OSGi.ecore#//Vendor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plugins" upperBound="-1" eType="#//Plugin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copyright" eSuperTypes="#//FeatureMetadata"/> <eClassifiers xsi:type="ecore:EClass" name="Description" eSuperTypes="#//FeatureMetadata"/> <eClassifiers xsi:type="ecore:EClass" name="DiscoverySite" eSuperTypes="#//FeatureMetadata"/> <eClassifiers xsi:type="ecore:EClass" name="License" eSuperTypes="#//FeatureMetadata"/> <eClassifiers xsi:type="ecore:EClass" name="Plugin" eSuperTypes="./OSGi.ecore#//Bundle"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureMetadata" abstract="true" eSuperTypes="./AM3Core.ecore#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType ./AM3Core.ecore#/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType ./AM3Core.ecore#/1/String"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"p2","nsURI":"http://org.eclipse.equinox.p2/1.0","name":"p2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copyright","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscoverySite","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"License","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plugin","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMetadata","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provider","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":"plugins","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"},{"id":23,"eClass":"EGenericType"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":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":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":8,"target":16},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":17},{"source":9,"target":1},{"source":17,"target":2},{"source":10,"target":3},{"source":10,"target":18},{"source":10,"target":1},{"source":18,"target":3},{"source":11,"target":4},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":4},{"source":12,"target":5},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":5},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":6},{"source":14,"target":22},{"source":14,"target":1},{"source":22,"target":6},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":23},{"source":23,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":24},{"source":24,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":25},{"source":25,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":26},{"source":26,"target":7},{"source":6,"target":0},{"source":6,"target":27},{"source":7,"target":0},{"source":7,"target":28},{"source":7,"target":29},{"source":7,"target":30},{"source":28,"target":31},{"source":28,"target":7},{"source":29,"target":32},{"source":29,"target":7}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/gemoc/gemoc-studio/gemoc_commons/plugins/gexpressions/org.gemoc.gexpressions.test/model/test.ecore
test StateMachine transitions states name Transition fire source target State kind NamedElement Kind Nice Nice NotNice NotNice
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="test" nsURI="http://www.example.org/test" nsPrefix="test"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" 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="Transition" eSuperTypes="#//NamedElement"> <eOperations name="fire" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//Kind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"/> <eClassifiers xsi:type="ecore:EEnum" name="Kind"> <eLiterals name="Nice"/> <eLiterals name="NotNice" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"test","nsURI":"http://www.example.org/test","name":"test","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":"State","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Kind","instanceClass":null,"id":5,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"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"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"Nice","id":23,"value":0,"literal":"Nice","eClass":"EEnumLiteral"},{"name":"NotNice","id":24,"value":1,"literal":"NotNice","eClass":"EEnumLiteral"}],"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":4},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":2},{"source":7,"target":3},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"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":3},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":3},{"source":15,"target":3},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":3},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":20},{"source":3,"target":21},{"source":20,"target":5},{"source":20,"target":22},{"source":20,"target":3},{"source":22,"target":5},{"source":21,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":24},{"source":23,"target":5},{"source":24,"target":5}],"multigraph":true}
ecore
bibliography
repo-ecore-all/data/MeysamKarimi/MDEMGTT/MDEMGTT/BibTeX.ecore
BibTeX BibTeXFile entries Author author BibTeXEntry id AuthoredEntry authors DatedEntry year TitledEntry title BookTitledEntry booktitle Article journal TechReport Unpublished note Manual Proceedings InProceedings Booklet Book publisher InCollection InBook chapter Misc ThesisEntry school PhDThesis MasterThesis
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="BibTeX" nsURI="http://BibTeX/1.0" nsPrefix="BibTeX"> <eClassifiers xsi:type="ecore:EClass" name="BibTeXFile"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" ordered="false" upperBound="-1" eType="#//BibTeXEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BibTeXEntry" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthoredEntry" abstract="true" eSuperTypes="#//BibTeXEntry"> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" lowerBound="1" upperBound="-1" eType="#//Author" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatedEntry" abstract="true" eSuperTypes="#//BibTeXEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TitledEntry" abstract="true" eSuperTypes="#//BibTeXEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookTitledEntry" abstract="true" eSuperTypes="#//BibTeXEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booktitle" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Article" eSuperTypes="#//AuthoredEntry #//DatedEntry #//TitledEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="journal" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TechReport" eSuperTypes="#//AuthoredEntry #//DatedEntry #//TitledEntry"/> <eClassifiers xsi:type="ecore:EClass" name="Unpublished" eSuperTypes="#//AuthoredEntry #//TitledEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="note" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Manual" eSuperTypes="#//TitledEntry"/> <eClassifiers xsi:type="ecore:EClass" name="Proceedings" eSuperTypes="#//DatedEntry #//TitledEntry"/> <eClassifiers xsi:type="ecore:EClass" name="InProceedings" eSuperTypes="#//Proceedings #//AuthoredEntry #//BookTitledEntry"/> <eClassifiers xsi:type="ecore:EClass" name="Booklet" eSuperTypes="#//DatedEntry"/> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//AuthoredEntry #//DatedEntry #//TitledEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publisher" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InCollection" eSuperTypes="#//Book #//BookTitledEntry"/> <eClassifiers xsi:type="ecore:EClass" name="InBook" eSuperTypes="#//Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chapter" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Misc" eSuperTypes="#//BibTeXEntry"/> <eClassifiers xsi:type="ecore:EClass" name="ThesisEntry" abstract="true" eSuperTypes="#//AuthoredEntry #//DatedEntry #//TitledEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="school" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhDThesis" eSuperTypes="#//ThesisEntry"/> <eClassifiers xsi:type="ecore:EClass" name="MasterThesis" eSuperTypes="#//ThesisEntry"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"BibTeX","nsURI":"http://BibTeX/1.0","name":"BibTeX","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BibTeXFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BibTeXEntry","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthoredEntry","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatedEntry","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitledEntry","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookTitledEntry","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechReport","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unpublished","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manual","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proceedings","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InProceedings","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booklet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InCollection","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InBook","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Misc","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThesisEntry","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhDThesis","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MasterThesis","instanceClass":null,"abstract":false,"id":21,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"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":"authors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"year","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":"title","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"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":"booktitle","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":"journal","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"note","changeable":true,"lowerBound":1,"iD":false,"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"},{"id":57,"eClass":"EGenericType"},{"id":58,"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":"publisher","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"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chapter","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"school","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":22,"target":3},{"source":22,"target":23},{"source":22,"target":1},{"source":23,"target":3},{"source":2,"target":0},{"source":2,"target":24},{"source":24,"target":25},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":26,"target":27},{"source":26,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":4,"target":29},{"source":28,"target":2},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":2},{"source":29,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":33},{"source":31,"target":5},{"source":32,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":36},{"source":34,"target":6},{"source":35,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":37},{"source":7,"target":38},{"source":37,"target":39},{"source":37,"target":7},{"source":38,"target":3},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":5},{"source":8,"target":6},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":40,"target":44},{"source":40,"target":8},{"source":41,"target":4},{"source":42,"target":5},{"source":43,"target":6},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":5},{"source":9,"target":6},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":45,"target":4},{"source":46,"target":5},{"source":47,"target":6},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":48,"target":51},{"source":48,"target":10},{"source":49,"target":4},{"source":50,"target":6},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":52},{"source":52,"target":6},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":6},{"source":12,"target":53},{"source":12,"target":54},{"source":53,"target":5},{"source":54,"target":6},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":4},{"source":13,"target":7},{"source":13,"target":55},{"source":13,"target":56},{"source":13,"target":57},{"source":55,"target":12},{"source":56,"target":4},{"source":57,"target":7},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":58},{"source":58,"target":5},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":5},{"source":15,"target":6},{"source":15,"target":59},{"source":15,"target":60},{"source":15,"target":61},{"source":15,"target":62},{"source":59,"target":63},{"source":59,"target":15},{"source":60,"target":4},{"source":61,"target":5},{"source":62,"target":6},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":7},{"source":16,"target":64},{"source":16,"target":65},{"source":64,"target":15},{"source":65,"target":7},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":66},{"source":17,"target":67},{"source":66,"target":68},{"source":66,"target":17},{"source":67,"target":15},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":69},{"source":69,"target":3},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":5},{"source":19,"target":6},{"source":19,"target":70},{"source":19,"target":71},{"source":19,"target":72},{"source":19,"target":73},{"source":70,"target":74},{"source":70,"target":19},{"source":71,"target":4},{"source":72,"target":5},{"source":73,"target":6},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":75},{"source":75,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":76},{"source":76,"target":19}],"multigraph":true}
ecore
html
repo-ecore-all/data/monardo12/NewsletterProject/Metamodels/MetamodeloHTML/metamodel/HTML.ecore
HTML HTML htmlElements HTMLElement elements styles TABLE trs border width cellspacing cellpadding align bgcolor TR tds valign align bgcolor height TD colspan rowspan valign align width bgcolor height DIV align SPAN P align A ref FONT color face size value B U I S IMG src width height border BR HR color Style key value StyleKey backgroundColor background-color color color display display lineHeight line-height textAlign text-align textDecoration text-decoration width width padding padding
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="HTML" nsURI="HTML" nsPrefix="HTML"> <eClassifiers xsi:type="ecore:EClass" name="HTML"> <eStructuralFeatures xsi:type="ecore:EReference" name="htmlElements" ordered="false" upperBound="-1" eType="#//HTMLElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTMLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//HTMLElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="styles" upperBound="-1" eType="#//Style" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TABLE" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="trs" ordered="false" upperBound="-1" eType="#//TR" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cellspacing" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cellpadding" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bgcolor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TR" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tds" ordered="false" upperBound="-1" eType="#//TD" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bgcolor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TD" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colspan" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowspan" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bgcolor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DIV" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SPAN" eSuperTypes="#//HTMLElement"/> <eClassifiers xsi:type="ecore:EClass" name="P" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="A" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FONT" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="face" ordered="false" unique="false" 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#//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="B" eSuperTypes="#//HTMLElement"/> <eClassifiers xsi:type="ecore:EClass" name="U" eSuperTypes="#//HTMLElement"/> <eClassifiers xsi:type="ecore:EClass" name="I" eSuperTypes="#//HTMLElement"/> <eClassifiers xsi:type="ecore:EClass" name="S" eSuperTypes="#//HTMLElement"/> <eClassifiers xsi:type="ecore:EClass" name="IMG" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BR" eSuperTypes="#//HTMLElement"/> <eClassifiers xsi:type="ecore:EClass" name="HR" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Style"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="#//StyleKey"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StyleKey"> <eLiterals name="backgroundColor" literal="background-color"/> <eLiterals name="color" literal="color"/> <eLiterals name="display" literal="display"/> <eLiterals name="lineHeight" literal="line-height"/> <eLiterals name="textAlign" literal="text-align"/> <eLiterals name="textDecoration" literal="text-decoration"/> <eLiterals name="width"/> <eLiterals name="padding" literal="padding"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"HTML","nsURI":"HTML","name":"HTML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTML","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTMLElement","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":"TR","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TD","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DIV","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPAN","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"P","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FONT","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"U","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMG","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BR","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HR","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StyleKey","instanceClass":null,"id":19,"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":"htmlElements","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":"elements","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":"styles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":"border","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"cellspacing","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"cellpadding","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","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":"bgcolor","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"valign","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"align","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":"bgcolor","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":"height","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":"colspan","changeable":true,"lowerBound":0,"iD":false,"id":52,"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":"rowspan","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"valign","changeable":true,"lowerBound":0,"iD":false,"id":54,"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":"align","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"width","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":"bgcolor","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":"height","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"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":"ref","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"color","changeable":true,"lowerBound":0,"iD":false,"id":77,"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":"face","changeable":true,"lowerBound":0,"iD":false,"id":78,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"src","changeable":true,"lowerBound":0,"iD":false,"id":90,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"height","changeable":true,"lowerBound":0,"iD":false,"id":92,"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":"border","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":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":"value","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"name":"backgroundColor","id":107,"value":0,"literal":"background-color","eClass":"EEnumLiteral"},{"name":"color","id":108,"value":0,"literal":"color","eClass":"EEnumLiteral"},{"name":"display","id":109,"value":0,"literal":"display","eClass":"EEnumLiteral"},{"name":"lineHeight","id":110,"value":0,"literal":"line-height","eClass":"EEnumLiteral"},{"name":"textAlign","id":111,"value":0,"literal":"text-align","eClass":"EEnumLiteral"},{"name":"textDecoration","id":112,"value":0,"literal":"text-decoration","eClass":"EEnumLiteral"},{"name":"width","id":113,"value":0,"literal":"width","eClass":"EEnumLiteral"},{"name":"padding","id":114,"value":0,"literal":"padding","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":1,"target":0},{"source":1,"target":20},{"source":20,"target":2},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":2},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":2},{"source":23,"target":18},{"source":23,"target":25},{"source":23,"target":2},{"source":25,"target":18},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":26,"target":4},{"source":26,"target":34},{"source":26,"target":3},{"source":34,"target":4},{"source":27,"target":35},{"source":27,"target":3},{"source":28,"target":36},{"source":28,"target":3},{"source":29,"target":37},{"source":29,"target":3},{"source":30,"target":38},{"source":30,"target":3},{"source":31,"target":39},{"source":31,"target":3},{"source":32,"target":40},{"source":32,"target":3},{"source":33,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"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":41,"target":5},{"source":41,"target":47},{"source":41,"target":4},{"source":47,"target":5},{"source":42,"target":48},{"source":42,"target":4},{"source":43,"target":49},{"source":43,"target":4},{"source":44,"target":50},{"source":44,"target":4},{"source":45,"target":51},{"source":45,"target":4},{"source":46,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":52,"target":60},{"source":52,"target":5},{"source":53,"target":61},{"source":53,"target":5},{"source":54,"target":62},{"source":54,"target":5},{"source":55,"target":63},{"source":55,"target":5},{"source":56,"target":64},{"source":56,"target":5},{"source":57,"target":65},{"source":57,"target":5},{"source":58,"target":66},{"source":58,"target":5},{"source":59,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":67},{"source":6,"target":68},{"source":67,"target":69},{"source":67,"target":6},{"source":68,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":70},{"source":70,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":71},{"source":8,"target":72},{"source":71,"target":73},{"source":71,"target":8},{"source":72,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":74},{"source":9,"target":75},{"source":74,"target":76},{"source":74,"target":9},{"source":75,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":10,"target":80},{"source":10,"target":81},{"source":77,"target":82},{"source":77,"target":10},{"source":78,"target":83},{"source":78,"target":10},{"source":79,"target":84},{"source":79,"target":10},{"source":80,"target":85},{"source":80,"target":10},{"source":81,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":86},{"source":86,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":87},{"source":87,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":88},{"source":88,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":89},{"source":89,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":90,"target":95},{"source":90,"target":15},{"source":91,"target":96},{"source":91,"target":15},{"source":92,"target":97},{"source":92,"target":15},{"source":93,"target":98},{"source":93,"target":15},{"source":94,"target":2},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":99},{"source":99,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":100},{"source":17,"target":101},{"source":100,"target":102},{"source":100,"target":17},{"source":101,"target":2},{"source":18,"target":0},{"source":18,"target":103},{"source":18,"target":104},{"source":103,"target":19},{"source":103,"target":105},{"source":103,"target":18},{"source":105,"target":19},{"source":104,"target":106},{"source":104,"target":18},{"source":19,"target":0},{"source":19,"target":107},{"source":19,"target":108},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":107,"target":19},{"source":108,"target":19},{"source":109,"target":19},{"source":110,"target":19},{"source":111,"target":19},{"source":112,"target":19},{"source":113,"target":19},{"source":114,"target":19}],"multigraph":true}
ecore
metrics
repo-ecore-all/data/mariliaafreire/marilia-doc-projects/FirstMetricModel/model/MyMetricsModel.ecore
MetricModel Metric name description type form id unit MetricType hardData hardData softData softData normalizedData normalizedData BaseElement Task Task Activity Activity ColectType continuous continuous intercalated intercalated ActivityMetric activityBegin activityEnd TaskMetric tasksBase MetricUnit minutes minutes uc uc MetricPlanModel name metrics
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MetricModel" nsURI="Metrica" nsPrefix="Metrica"> <eClassifiers xsi:type="ecore:EClass" name="Metric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//MetricType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="form" eType="#//ColectType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//MetricUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MetricType"> <eLiterals name="hardData" literal="hardData"/> <eLiterals name="softData" value="1"/> <eLiterals name="normalizedData" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BaseElement"> <eLiterals name="Task"/> <eLiterals name="Activity" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ColectType"> <eLiterals name="continuous"/> <eLiterals name="intercalated" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityMetric" eSuperTypes="#//Metric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activityBegin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activityEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskMetric" eSuperTypes="#//Metric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tasksBase" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MetricUnit"> <eLiterals name="minutes"/> <eLiterals name="uc" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricPlanModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" upperBound="-1" eType="#//Metric" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Metrica","nsURI":"Metrica","name":"MetricModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MetricType","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BaseElement","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColectType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityMetric","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskMetric","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MetricUnit","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricPlanModel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"form","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"name":"hardData","id":21,"value":0,"literal":"hardData","eClass":"EEnumLiteral"},{"name":"softData","id":22,"value":1,"literal":"softData","eClass":"EEnumLiteral"},{"name":"normalizedData","id":23,"value":2,"literal":"normalizedData","eClass":"EEnumLiteral"},{"name":"Task","id":24,"value":0,"literal":"Task","eClass":"EEnumLiteral"},{"name":"Activity","id":25,"value":1,"literal":"Activity","eClass":"EEnumLiteral"},{"name":"continuous","id":26,"value":0,"literal":"continuous","eClass":"EEnumLiteral"},{"name":"intercalated","id":27,"value":1,"literal":"intercalated","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":"activityBegin","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activityEnd","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tasksBase","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"name":"minutes","id":36,"value":0,"literal":"minutes","eClass":"EEnumLiteral"},{"name":"uc","id":37,"value":1,"literal":"uc","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":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":"metrics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":2},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":2},{"source":12,"target":4},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":4},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":7},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":7},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":21,"target":2},{"source":22,"target":2},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":3},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":4},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":28,"target":31},{"source":28,"target":5},{"source":29,"target":32},{"source":29,"target":5},{"source":30,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":33},{"source":6,"target":34},{"source":33,"target":35},{"source":33,"target":6},{"source":34,"target":1},{"source":7,"target":0},{"source":7,"target":36},{"source":7,"target":37},{"source":36,"target":7},{"source":37,"target":7},{"source":8,"target":0},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":40},{"source":38,"target":8},{"source":39,"target":1},{"source":39,"target":41},{"source":39,"target":8},{"source":41,"target":1}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/FH-SE-Master/Model-Driven-Engineering/Übung 2/at.fh-hagenberg.swml.solution/model/solution_ohne_ocl.ecore
solution WebApplication creationDateBeforeGoLive name entities webpages homePage Entity name attributes id relationships Attribute name dataType DataType String String Float Float Integer Integer Boolean Boolean Relationship source target opposite roleName lowerBound 0 upperBound -1 WebPage name relativeUrl links homeLink StaticPage DynamicPage entity EntityPage innerPages IndexPage CreatePage UpdatePage DeletePage Link name target NonContextualLink ContextualLink information EditablePage returnPage
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="solution" nsURI="http://www.example.org/solution_ohne_ocl" nsPrefix="solution"> <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="WebApplication"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mustHaveName mustHaveUniqueEntityName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="mustHaveName" value="not self.name.oclIsUndefined() and name &lt;> ''"/> <details key="mustHaveUniqueEntityName" value="self.entities->collect(name).oclAsSet()->size() = self.entities->size()"/> </eAnnotations> <eOperations name="creationDateBeforeGoLive" 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="entities" upperBound="-1" eType="#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="webpages" upperBound="-1" eType="#//WebPage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="homePage" lowerBound="1" eType="#//StaticPage"/> </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="id" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//Relationship" containment="true" eOpposite="#//Relationship/source"/> </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="dataType" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="String"/> <eLiterals name="Float" value="1"/> <eLiterals name="Integer" value="2"/> <eLiterals name="Boolean" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/relationships"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Relationship"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebPage" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativeUrl" 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="homeLink" lowerBound="1" eType="#//NonContextualLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticPage" eSuperTypes="#//WebPage"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicPage" abstract="true" eSuperTypes="#//WebPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPage" eSuperTypes="#//DynamicPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerPages" upperBound="-1" eType="#//DynamicPage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexPage" eSuperTypes="#//DynamicPage"/> <eClassifiers xsi:type="ecore:EClass" name="CreatePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="UpdatePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="DeletePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="Link" 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="target" lowerBound="1" eType="#//WebPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonContextualLink" eSuperTypes="#//Link"/> <eClassifiers xsi:type="ecore:EClass" name="ContextualLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="information" lowerBound="1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditablePage" abstract="true" eSuperTypes="#//EntityPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnPage" eType="#//EntityPage"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"solution","nsURI":"http://www.example.org/solution_ohne_ocl","name":"solution","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebPage","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPage","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreatePage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdatePage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletePage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonContextualLink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualLink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditablePage","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"creationDateBeforeGoLive","lowerBound":0,"id":18,"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":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":"entities","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":"webpages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"homePage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":"name","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":"attributes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"String","id":41,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Float","id":42,"value":1,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Integer","id":43,"value":2,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Boolean","id":44,"value":3,"literal":"Boolean","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"opposite","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":"roleName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"relativeUrl","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"homeLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerPages","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":2},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":2},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":6},{"source":22,"target":7},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":28,"target":32},{"source":28,"target":2},{"source":29,"target":3},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":3},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":3},{"source":31,"target":5},{"source":31,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":35,"target":5},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":37,"target":39},{"source":37,"target":3},{"source":38,"target":4},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":4},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":41,"target":4},{"source":42,"target":4},{"source":43,"target":4},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":36,"target":2},{"source":36,"target":50},{"source":36,"target":5},{"source":36,"target":31},{"source":50,"target":2},{"source":45,"target":2},{"source":45,"target":51},{"source":45,"target":5},{"source":51,"target":2},{"source":46,"target":5},{"source":46,"target":52},{"source":46,"target":5},{"source":52,"target":5},{"source":47,"target":53},{"source":47,"target":5},{"source":48,"target":54},{"source":48,"target":5},{"source":49,"target":55},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":56,"target":60},{"source":56,"target":6},{"source":57,"target":61},{"source":57,"target":6},{"source":58,"target":14},{"source":58,"target":62},{"source":58,"target":6},{"source":62,"target":14},{"source":59,"target":15},{"source":59,"target":63},{"source":59,"target":6},{"source":63,"target":15},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":64},{"source":64,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":2},{"source":65,"target":67},{"source":65,"target":8},{"source":67,"target":2},{"source":66,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":8},{"source":68,"target":70},{"source":68,"target":9},{"source":70,"target":8},{"source":69,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":71},{"source":71,"target":8},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":72},{"source":72,"target":17},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":73},{"source":73,"target":17},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":74},{"source":74,"target":17},{"source":14,"target":0},{"source":14,"target":75},{"source":14,"target":76},{"source":75,"target":77},{"source":75,"target":14},{"source":76,"target":6},{"source":76,"target":78},{"source":76,"target":14},{"source":78,"target":6},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":79},{"source":79,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":80},{"source":16,"target":81},{"source":80,"target":2},{"source":80,"target":82},{"source":80,"target":16},{"source":82,"target":2},{"source":81,"target":14},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":83},{"source":17,"target":84},{"source":83,"target":9},{"source":83,"target":85},{"source":83,"target":17},{"source":85,"target":9},{"source":84,"target":9}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/NishitShetty/m2m-quality/de.upb.m2m.quality.casestudies/metamodel/UML2RDBMS/SimpleUML.ecore
SimpleUML UmlAssociation umlDestination umlSource UmlAttribute umlOwner umlType UmlClass umlForward umlReverse umlAttribute umlGeneral umlSpecific UmlClassifier umlAttribute1 UmlModelElement umlName umlKind id UmlPackage umlOwnedElement UmlPackageElement umlNamespace UmlPrimitiveDataType
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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://m2m.upb.de/SimpleUML/1.0" nsPrefix="SimpleUML"> <eClassifiers xsi:type="ecore:EClass" name="UmlAssociation" eSuperTypes="#//UmlPackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlDestination" lowerBound="1" eType="#//UmlClass" eOpposite="#//UmlClass/umlForward"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlSource" lowerBound="1" eType="#//UmlClass" eOpposite="#//UmlClass/umlReverse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlAttribute" eSuperTypes="#//UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlOwner" eType="#//UmlClass" eOpposite="#//UmlClass/umlAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlType" eType="#//UmlClassifier" eOpposite="#//UmlClassifier/umlAttribute1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlClass" eSuperTypes="#//UmlClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlForward" upperBound="-1" eType="#//UmlAssociation" eOpposite="#//UmlAssociation/umlDestination"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlReverse" upperBound="-1" eType="#//UmlAssociation" eOpposite="#//UmlAssociation/umlSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlAttribute" upperBound="-1" eType="#//UmlAttribute" containment="true" eOpposite="#//UmlAttribute/umlOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlGeneral" upperBound="-1" eType="#//UmlClass" eOpposite="#//UmlClass/umlSpecific"/> <eStructuralFeatures xsi:type="ecore:EReference" name="umlSpecific" upperBound="-1" eType="#//UmlClass" eOpposite="#//UmlClass/umlGeneral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlClassifier" eSuperTypes="#//UmlPackageElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlAttribute1" upperBound="-1" eType="#//UmlAttribute" eOpposite="#//UmlAttribute/umlType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="umlName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="umlKind" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlPackage" eSuperTypes="#//UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlOwnedElement" upperBound="-1" eType="#//UmlPackageElement" containment="true" eOpposite="#//UmlPackageElement/umlNamespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlPackageElement" eSuperTypes="#//UmlModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="umlNamespace" eType="#//UmlPackage" eOpposite="#//UmlPackage/umlOwnedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UmlPrimitiveDataType" eSuperTypes="#//UmlClassifier"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"SimpleUML","nsURI":"http://m2m.upb.de/SimpleUML/1.0","name":"SimpleUML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlAssociation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlAttribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlClassifier","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlModelElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlPackage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlPackageElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlPrimitiveDataType","instanceClass":null,"abstract":false,"id":8,"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":"umlDestination","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"umlSource","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"umlForward","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlReverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"umlOwner","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":"umlType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"umlAttribute","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":"umlAttribute1","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":"umlGeneral","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":"umlSpecific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"umlName","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"umlKind","changeable":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"umlOwnedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"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":"umlNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":3},{"source":9,"target":12},{"source":9,"target":1},{"source":9,"target":13},{"source":12,"target":3},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":14,"target":3},{"source":11,"target":7},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":19,"target":3},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":4},{"source":18,"target":5},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":13},{"source":3,"target":15},{"source":3,"target":20},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":13,"target":1},{"source":13,"target":26},{"source":13,"target":3},{"source":13,"target":9},{"source":26,"target":1},{"source":15,"target":1},{"source":15,"target":27},{"source":15,"target":3},{"source":15,"target":10},{"source":27,"target":1},{"source":20,"target":2},{"source":20,"target":28},{"source":20,"target":3},{"source":20,"target":16},{"source":28,"target":2},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":3},{"source":23,"target":24},{"source":29,"target":3},{"source":24,"target":3},{"source":24,"target":30},{"source":24,"target":3},{"source":24,"target":23},{"source":30,"target":3},{"source":25,"target":4},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":22},{"source":4,"target":31},{"source":22,"target":2},{"source":22,"target":32},{"source":22,"target":4},{"source":22,"target":17},{"source":32,"target":2},{"source":31,"target":7},{"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":37},{"source":34,"target":5},{"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":39,"target":7},{"source":39,"target":41},{"source":39,"target":6},{"source":39,"target":42},{"source":41,"target":7},{"source":40,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":6},{"source":42,"target":44},{"source":42,"target":7},{"source":42,"target":39},{"source":44,"target":6},{"source":43,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":45},{"source":45,"target":4}],"multigraph":true}
ecore
entities
repo-ecore-all/data/gon10/EclipseRepoTese/teseWorkspace/org.example.entities/model/generated/Entities.ecore
entities Model entities Entity name superType attributes Attribute type name AttributeType elementType array length ElementType BasicType typeName EntityType entity
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="entities" nsURI="http://www.example.org/entities/Entities" nsPrefix="entities"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//Entity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <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:EReference" name="type" eType="#//AttributeType" 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="AttributeType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//ElementType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementType"/> <eClassifiers xsi:type="ecore:EClass" name="BasicType" eSuperTypes="#//ElementType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityType" eSuperTypes="#//ElementType"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"entities","nsURI":"http://www.example.org/entities/Entities","name":"entities","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityType","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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"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":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":2},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":2},{"source":12,"target":3},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":3},{"source":3,"target":0},{"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":19},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":5},{"source":20,"target":23},{"source":20,"target":4},{"source":23,"target":5},{"source":21,"target":24},{"source":21,"target":4},{"source":22,"target":25},{"source":22,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":26},{"source":6,"target":27},{"source":26,"target":28},{"source":26,"target":6},{"source":27,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":29},{"source":7,"target":30},{"source":29,"target":2},{"source":29,"target":31},{"source":29,"target":7},{"source":31,"target":2},{"source":30,"target":5}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/FlorineC/retroengineering/tp.fil/src/tp/fil/resources/Data.ecore
Data Classe attribut methode nom Attribut nom type Methode nom typeRetour parametre Model classe
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Data" nsURI="http://data" nsPrefix="data"> <eClassifiers xsi:type="ecore:EClass" name="Classe"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribut" upperBound="-1" eType="#//Attribut"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methode" upperBound="-1" eType="#//Methode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribut"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" 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="Methode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeRetour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametre" upperBound="-1" eType="#//Attribut"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="classe" upperBound="-1" eType="#//Classe" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"data","nsURI":"http://data","name":"Data","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classe","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribut","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Methode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribut","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":"methode","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":"nom","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeRetour","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parametre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classe","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":1,"target":7},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":8,"target":2},{"source":6,"target":3},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":3},{"source":7,"target":10},{"source":7,"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":14},{"source":12,"target":2},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":19},{"source":16,"target":3},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":2},{"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
purchases
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/SOM-Research/EMFtoCSP/plugins/fr.inria.atlanmod.emftocsp.examples/samples/ecore/eShopOCLSAT.ecore
eShop Customer newCustomer name p name portal sale GoldCustomer Portal removeGoldCategory c name url customers Sale addSaleLine p quantity id paid amount purchaser lines SaleLine quantity sale product Product price stock salesLines
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eShop" nsURI="http://www.example.com/" nsPrefix="eShop"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eOperations name="newCustomer" eType="#//Customer"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="precondition" value="true"/> <details key="postcondition" value="result.oclIsNew() and result.name=name and result.portal=p"/> </eAnnotations> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="p" lowerBound="1" eType="#//Portal"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portal" lowerBound="1" eType="#//Portal" eOpposite="#//Portal/customers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sale" upperBound="-1" eType="#//Sale" eOpposite="#//Sale/purchaser"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GoldCustomer" eSuperTypes="#//Customer"/> <eClassifiers xsi:type="ecore:EClass" name="Portal"> <eOperations name="removeGoldCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="precondition" value="c.oclIsTypeOf(GoldCustomer) and c.sale->isEmpty()"/> <details key="postcondition" value="not c.oclIsTypeOf(GoldCustomer)"/> </eAnnotations> <eParameters name="c" lowerBound="1" eType="#//Customer"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1" eType="#//Customer" eOpposite="#//Customer/portal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sale"> <eOperations name="addSaleLine" eType="#//SaleLine"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="precondition" value="p.stock > 0"/> <details key="postcondition" value="result.oclIsNew() and result.sale=self and result.product=p and result.quantity=quantity and&#xD;&#xA;&#x9;p.stock=p.stock@pre-quantity and self.amount=self.amount@pre + quantity*p.price"/> </eAnnotations> <eParameters name="p" lowerBound="1" eType="#//Product"/> <eParameters name="quantity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="purchaser" lowerBound="1" eType="#//Customer" eOpposite="#//Customer/sale"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1" eType="#//SaleLine" eOpposite="#//SaleLine/sale"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SaleLine"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sale" eType="#//Sale" eOpposite="#//Sale/lines"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1" eType="#//Product" eOpposite="#//Product/salesLines"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Product"> <eAnnotations source="&quot;http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="minStock"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="minStock" value="Product::allInstances()->forAll(p|p.stock>=5)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="price" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stock" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="salesLines" upperBound="-1" eType="#//SaleLine" eOpposite="#//SaleLine/product"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"eShop","nsURI":"http://www.example.com/","name":"eShop","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":"GoldCustomer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Portal","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sale","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaleLine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"newCustomer","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"purchaser","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeGoldCategory","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EParameter"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addSaleLine","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":31,"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":"paid","changeable":true,"lowerBound":1,"iD":false,"id":32,"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":"amount","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":36,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"quantity","lowerBound":1,"id":37,"many":false,"required":true,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sale","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"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":"quantity","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"salesLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"price","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stock","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":7,"target":13},{"source":11,"target":1},{"source":12,"target":14},{"source":12,"target":7},{"source":13,"target":3},{"source":13,"target":15},{"source":13,"target":7},{"source":15,"target":3},{"source":8,"target":16},{"source":8,"target":1},{"source":9,"target":3},{"source":9,"target":17},{"source":9,"target":1},{"source":9,"target":18},{"source":17,"target":3},{"source":10,"target":4},{"source":10,"target":19},{"source":10,"target":1},{"source":10,"target":20},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":21},{"source":21,"target":1},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":18},{"source":22,"target":3},{"source":22,"target":25},{"source":25,"target":1},{"source":25,"target":26},{"source":25,"target":22},{"source":26,"target":1},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":18,"target":1},{"source":18,"target":29},{"source":18,"target":3},{"source":18,"target":9},{"source":29,"target":1},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":20},{"source":4,"target":34},{"source":30,"target":5},{"source":30,"target":35},{"source":30,"target":4},{"source":30,"target":36},{"source":30,"target":37},{"source":35,"target":5},{"source":36,"target":6},{"source":36,"target":38},{"source":36,"target":30},{"source":38,"target":6},{"source":37,"target":39},{"source":37,"target":30},{"source":31,"target":40},{"source":31,"target":4},{"source":32,"target":41},{"source":32,"target":4},{"source":33,"target":42},{"source":33,"target":4},{"source":20,"target":1},{"source":20,"target":43},{"source":20,"target":4},{"source":20,"target":10},{"source":43,"target":1},{"source":34,"target":5},{"source":34,"target":44},{"source":34,"target":4},{"source":34,"target":45},{"source":44,"target":5},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":45},{"source":5,"target":47},{"source":46,"target":48},{"source":46,"target":5},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":5},{"source":45,"target":34},{"source":49,"target":4},{"source":47,"target":6},{"source":47,"target":50},{"source":47,"target":5},{"source":47,"target":51},{"source":50,"target":6},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":51},{"source":52,"target":54},{"source":52,"target":6},{"source":53,"target":55},{"source":53,"target":6},{"source":51,"target":5},{"source":51,"target":56},{"source":51,"target":6},{"source":51,"target":47},{"source":56,"target":5}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/minghao217/GLS/eclipse-gls-workspace/fr.n7.petriNet/PetriNet.ecore
petriNet Place jeton Transition Noeud name noeudsSuccesseurs noeudsPredecesseurs Arc predecesseur successeur poids typeArc PetriNetElt net PetriNet petrinetelt name TypeArc ArcSimple ArcSimple ReadArc ReadArc
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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" nsPrefix="petrinet"> <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="Place" eSuperTypes="#//Noeud"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nombreJetonNonNul"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nombreJetonNonNul" value="jeton >= 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jeton" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Noeud"/> <eClassifiers xsi:type="ecore:EClass" name="Noeud" abstract="true" eSuperTypes="#//PetriNetElt"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noEmptyName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noEmptyName" value="name.size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="noeudsSuccesseurs" upperBound="-1" eType="#//Arc" eOpposite="#//Arc/predecesseur"/> <eStructuralFeatures xsi:type="ecore:EReference" name="noeudsPredecesseurs" upperBound="-1" eType="#//Arc" eOpposite="#//Arc/successeur"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" eSuperTypes="#//PetriNetElt"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="poidsNonNul"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="poidsNonNul" value="poids > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="predecesseur" eType="#//Noeud" eOpposite="#//Noeud/noeudsSuccesseurs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successeur" eType="#//Noeud" eOpposite="#//Noeud/noeudsPredecesseurs"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="poids" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeArc" eType="#//TypeArc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNetElt" abstract="true"> <eAnnotations source="http://www.obeo.fr/dsl/dnc/archetype"> <details key="archetype" value="Role"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//PetriNet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="placeNoSameName transitionNoSameName notSameSuccessorPredecessor notPlaceToPlaceOrTransitionToTransition noEmptyName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="placeNoSameName" value="&#xA;&#x9;&#x9;&#x9;&#x9;self.petrinetelt&#xA;&#x9;&#x9;&#x9;&#x9;->select(e: PetriNetElt | e.oclIsKindOf(Place))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(e: PetriNetElt | e.oclAsType(Place))&#xA;&#x9;&#x9;&#x9;&#x9;->forAll(w1, w2: Place | w1 = w2 or w1.name &lt;> w2.name)"/> <details key="transitionNoSameName" value="&#xA;&#x9;&#x9;&#x9;&#x9;self.petrinetelt&#xA;&#x9;&#x9;&#x9;&#x9;->select(e: PetriNetElt | e.oclIsKindOf(Transition))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(e: PetriNetElt | e.oclAsType(Transition))&#xA;&#x9;&#x9;&#x9;&#x9;->forAll(w1, w2: Transition | w1 = w2 or w1.name &lt;> w2.name)"/> <details key="notSameSuccessorPredecessor" value="&#xA;&#x9;&#x9;&#x9;&#x9;self.petrinetelt&#xA;&#x9;&#x9;&#x9;&#x9;->select(e: PetriNetElt | e.oclIsKindOf(Arc))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(e: PetriNetElt | e.oclAsType(Arc))&#xA;&#x9;&#x9;&#x9;&#x9;->forAll(a: Arc| a.successeur &lt;> a.predecesseur )"/> <details key="notPlaceToPlaceOrTransitionToTransition" value="&#xA;&#x9;&#x9;&#x9;&#x9;self.petrinetelt&#xA;&#x9;&#x9;&#x9;&#x9;->select(e: PetriNetElt | e.oclIsKindOf(Arc))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(e: PetriNetElt | e.oclAsType(Arc))&#xA;&#x9;&#x9;&#x9;&#x9;->forAll(a: Arc| (a.successeur.oclIsTypeOf(Place) and a.predecesseur.oclIsTypeOf(Transition)) or (a.successeur.oclIsTypeOf(Transition) and a.predecesseur.oclIsTypeOf(Place) ) )"/> <details key="noEmptyName" value="name.size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="petrinetelt" upperBound="-1" eType="#//PetriNetElt" 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:EEnum" name="TypeArc"> <eLiterals name="ArcSimple"/> <eLiterals name="ReadArc" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"http://petrinet","name":"petriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Noeud","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetElt","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeArc","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jeton","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"noeudsSuccesseurs","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":"noeudsPredecesseurs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecesseur","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successeur","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"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":"poids","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeArc","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"petrinetelt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"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":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"name":"ArcSimple","id":34,"value":0,"literal":"ArcSimple","eClass":"EEnumLiteral"},{"name":"ReadArc","id":35,"value":1,"literal":"ReadArc","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":3},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":10},{"source":8,"target":1},{"source":9,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":11},{"source":11,"target":3},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":12,"target":16},{"source":12,"target":3},{"source":13,"target":4},{"source":13,"target":17},{"source":13,"target":3},{"source":13,"target":18},{"source":17,"target":4},{"source":14,"target":4},{"source":14,"target":19},{"source":14,"target":3},{"source":14,"target":20},{"source":19,"target":4},{"source":15,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":18},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":18,"target":3},{"source":18,"target":24},{"source":18,"target":4},{"source":18,"target":13},{"source":24,"target":3},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":4},{"source":20,"target":14},{"source":25,"target":3},{"source":21,"target":26},{"source":21,"target":4},{"source":22,"target":7},{"source":22,"target":27},{"source":22,"target":4},{"source":27,"target":7},{"source":23,"target":5},{"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":6,"target":30},{"source":6,"target":31},{"source":30,"target":5},{"source":30,"target":32},{"source":30,"target":6},{"source":32,"target":5},{"source":31,"target":33},{"source":31,"target":6},{"source":7,"target":0},{"source":7,"target":34},{"source":7,"target":35},{"source":34,"target":7},{"source":35,"target":7}],"multigraph":true}
ecore
graph
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/simpleGraph.ecore
simpleGraph Graph nodes edges GraphElement parameters id generated false Position X -1 Y -1 Edge source target labels nails Node label Label value Parameter key value Nail
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simpleGraph" nsURI="http://www.emftext.org/language/simpleGraph" nsPrefix="simpleGraph"> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="X" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//Label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nails" upperBound="-1" eType="#//Nail"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Position"> <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="Parameter"> <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#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nail" eSuperTypes="#//Position"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"simpleGraph","nsURI":"http://www.emftext.org/language/simpleGraph","name":"simpleGraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"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":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nail","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"generated","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":"X","changeable":true,"lowerBound":0,"iD":false,"id":20,"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":"Y","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labels","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":"nails","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"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"},{"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":1,"target":0},{"source":1,"target":2},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":9,"target":5},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":5},{"source":10,"target":4},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":4},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":7},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":7},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":19},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":20,"target":23},{"source":20,"target":3},{"source":21,"target":24},{"source":21,"target":3},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":25,"target":5},{"source":25,"target":30},{"source":25,"target":4},{"source":30,"target":5},{"source":26,"target":5},{"source":26,"target":31},{"source":26,"target":4},{"source":31,"target":5},{"source":27,"target":6},{"source":27,"target":32},{"source":27,"target":4},{"source":32,"target":6},{"source":28,"target":8},{"source":28,"target":33},{"source":28,"target":4},{"source":33,"target":8},{"source":29,"target":2},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":6},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":6},{"source":35,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":37},{"source":6,"target":38},{"source":37,"target":39},{"source":37,"target":6},{"source":38,"target":3},{"source":7,"target":0},{"source":7,"target":40},{"source":7,"target":41},{"source":40,"target":42},{"source":40,"target":7},{"source":41,"target":43},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":44},{"source":44,"target":3}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/LieberLieber/QvtCodeGenerator/QvtMetamodelCodeGeneration/LL.MDE.Components.Qvt.Metamodel.Generator/model/PrimitiveTypes.ecore
PrimitiveTypes Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer Real java.lang.Float java.lang.Float String java.lang.String java.lang.String UnlimitedNatural java.lang.Integer java.lang.Integer
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="PrimitiveTypes" name="PrimitiveTypes" nsURI="http://www.omg.org/spec/QVT/20140401/PrimitiveTypes" nsPrefix="primitivetypes"> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Boolean" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Integer" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Real" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.String" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.UnlimitedNatural" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"primitivetypes","nsURI":"http://www.omg.org/spec/QVT/20140401/PrimitiveTypes","name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","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
statemachine
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/gemoc/gemoc-studio/official_samples/TFSM_PlainK3/language_workbench/org.gemoc.sample.tfsm.sequential.xtfsm/model/XTfsm.ecore
tfsm TFSM init visit ownedStates initialState localEvents localClock ownedTransitions currentState stepNumber lastStateChangeStepNumber State onEnter onLeave visit owningFSM outgoingTransitions incomingTransitions Transition fire visit source target ownedGuard generatedEvents action NamedElement name Guard visit TemporalGuard visit onClock afterDuration EventGuard visit triggeringEvent FSMEvent trigger unTrigger sollicitingTransitions isTriggered FSMClock ticks visit numberOfTicks TimedSystem main initializeModel args visit tfsms globalClocks globalEvents EvaluateGuard condition
<?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="tfsm" nsURI="http://org.gemoc.sample.tfsm.sequential.xtfsm/tfsm/" nsPrefix="org.gemoc.sample.tfsm"> <eClassifiers xsi:type="ecore:EClass" name="TFSM" eSuperTypes="//NamedElement"> <eOperations name="init"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="//State" containment="true" eOpposite="//State/owningFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localEvents" upperBound="-1" eType="//FSMEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localClock" lowerBound="1" eType="//FSMClock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitions" upperBound="-1" eType="//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentState" unique="false" eType="//State"> <eAnnotations source="aspect"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepNumber" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastStateChangeStepNumber" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement"> <eOperations name="onEnter"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="onLeave"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="//TFSM" eOpposite="//TFSM/ownedStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement"> <eOperations name="fire"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incomingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedGuard" lowerBound="1" eType="//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generatedEvents" upperBound="-1" eType="//FSMEvent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true" eSuperTypes="//NamedElement"> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemporalGuard" eSuperTypes="//Guard"> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="onClock" lowerBound="1" eType="//FSMClock"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="afterDuration" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventGuard" eSuperTypes="//Guard"> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="triggeringEvent" lowerBound="1" eType="//FSMEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSMEvent" eSuperTypes="//NamedElement"> <eOperations name="trigger"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="unTrigger"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sollicitingTransitions" upperBound="-1" eType="//Transition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTriggered" 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="FSMClock" eSuperTypes="//NamedElement"> <eOperations name="ticks"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eOperations> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTicks" 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="TimedSystem" eSuperTypes="//NamedElement"> <eOperations name="main"> <eAnnotations source="aspect"/> </eOperations> <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> <eOperations name="visit"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="tfsms" upperBound="-1" eType="//TFSM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalClocks" upperBound="-1" eType="//FSMClock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalEvents" upperBound="-1" eType="//FSMEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluateGuard" eSuperTypes="//Guard"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.gemoc.sample.tfsm","nsURI":"http://org.gemoc.sample.tfsm.sequential.xtfsm/tfsm/","name":"tfsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TFSM","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":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalGuard","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGuard","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSMClock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluateGuard","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":13,"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":"ownedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localClock","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ownedTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"currentState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stepNumber","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lastStateChangeStepNumber","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"onEnter","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"onLeave","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":34,"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":"outgoingTransitions","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":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fire","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":44,"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":"ownedGuard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generatedEvents","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":"action","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":58,"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":"onClock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"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":"afterDuration","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","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":false,"unsettable":false,"transient":false,"unique":true,"name":"triggeringEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigger","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unTrigger","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sollicitingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isTriggered","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ticks","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":76,"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":false,"name":"numberOfTicks","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,"unique":true,"name":"main","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initializeModel","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visit","lowerBound":0,"id":83,"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":"tfsms","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":"globalClocks","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":"globalEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"args","lowerBound":0,"id":88,"many":true,"required":false,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":1,"target":0},{"source":1,"target":4},{"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":12,"target":1},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":23},{"source":14,"target":1},{"source":14,"target":24},{"source":23,"target":2},{"source":15,"target":2},{"source":15,"target":25},{"source":15,"target":1},{"source":25,"target":2},{"source":16,"target":8},{"source":16,"target":26},{"source":16,"target":1},{"source":26,"target":8},{"source":17,"target":9},{"source":17,"target":27},{"source":17,"target":1},{"source":27,"target":9},{"source":18,"target":3},{"source":18,"target":28},{"source":18,"target":1},{"source":28,"target":3},{"source":19,"target":2},{"source":19,"target":29},{"source":19,"target":1},{"source":29,"target":2},{"source":20,"target":30},{"source":20,"target":1},{"source":21,"target":31},{"source":21,"target":1},{"source":22,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":24},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":32,"target":2},{"source":33,"target":2},{"source":34,"target":2},{"source":24,"target":1},{"source":24,"target":38},{"source":24,"target":2},{"source":24,"target":14},{"source":38,"target":1},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":2},{"source":35,"target":40},{"source":39,"target":3},{"source":36,"target":3},{"source":36,"target":41},{"source":36,"target":2},{"source":36,"target":42},{"source":41,"target":3},{"source":37,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":40},{"source":3,"target":42},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":43,"target":3},{"source":44,"target":3},{"source":40,"target":2},{"source":40,"target":49},{"source":40,"target":3},{"source":40,"target":35},{"source":49,"target":2},{"source":42,"target":2},{"source":42,"target":50},{"source":42,"target":3},{"source":42,"target":36},{"source":50,"target":2},{"source":45,"target":5},{"source":45,"target":51},{"source":45,"target":3},{"source":51,"target":5},{"source":46,"target":8},{"source":46,"target":52},{"source":46,"target":3},{"source":52,"target":8},{"source":47,"target":53},{"source":47,"target":3},{"source":48,"target":4},{"source":4,"target":0},{"source":4,"target":54},{"source":54,"target":55},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":56},{"source":5,"target":57},{"source":56,"target":5},{"source":57,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":58,"target":6},{"source":59,"target":9},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":9},{"source":60,"target":63},{"source":60,"target":6},{"source":61,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":64,"target":7},{"source":65,"target":8},{"source":65,"target":67},{"source":65,"target":7},{"source":67,"target":8},{"source":66,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":68,"target":8},{"source":69,"target":8},{"source":70,"target":3},{"source":70,"target":73},{"source":70,"target":8},{"source":73,"target":3},{"source":71,"target":74},{"source":71,"target":8},{"source":72,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":75,"target":79},{"source":75,"target":9},{"source":76,"target":9},{"source":77,"target":80},{"source":77,"target":9},{"source":78,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":10,"target":87},{"source":81,"target":10},{"source":82,"target":10},{"source":82,"target":88},{"source":88,"target":89},{"source":88,"target":82},{"source":83,"target":10},{"source":84,"target":1},{"source":84,"target":90},{"source":84,"target":10},{"source":90,"target":1},{"source":85,"target":9},{"source":85,"target":91},{"source":85,"target":10},{"source":91,"target":9},{"source":86,"target":8},{"source":86,"target":92},{"source":86,"target":10},{"source":92,"target":8},{"source":87,"target":4},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":93},{"source":11,"target":94},{"source":93,"target":95},{"source":93,"target":11},{"source":94,"target":5}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/MeysamKarimi/MDEMGTT/MDEMGTT/ecore.ecore
ecore EAttribute iD eAttributeType EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum ENamedElement name EOperation eContainingClass eParameters eExceptions EPackage getEClassifier name nsURI nsPrefix eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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://ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" derived="true"/> </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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass"> <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" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" eOpposite="#//EStructuralFeature/eContainingClass"/> </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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <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="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="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" volatile="true" containment="true" 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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="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> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="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:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"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":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":23,"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":24,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":26,"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":27,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":29,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":30,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":39,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":40,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":41,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":44,"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":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":46,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eAttributeType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":56,"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":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","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":false,"unsettable":false,"transient":false,"unique":true,"name":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":61,"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":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":62,"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":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":63,"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":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":64,"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":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":65,"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":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":66,"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":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":67,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":68,"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":"eIDAttribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":69,"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":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EParameter"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"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":100,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":102,"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":103,"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":104,"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":105,"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":106,"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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","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"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":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":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":125,"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":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":138,"derived":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":139,"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":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","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":false,"unsettable":true,"transient":false,"unique":true,"name":"eExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":156,"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":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":"nsPrefix","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":true,"unsettable":false,"transient":false,"unique":true,"name":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"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":172,"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":173,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eReferenceType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"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":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":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":188,"derived":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":189,"derived":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":190,"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":191,"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":192,"derived":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":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":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":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":209,"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":210,"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":211,"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":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"name":"E","id":221,"eClass":"ETypeParameter"},{"name":"T","id":222,"eClass":"ETypeParameter"},{"name":"K","id":223,"eClass":"ETypeParameter"},{"name":"V","id":224,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"name":"E","id":229,"eClass":"ETypeParameter"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":47,"target":50},{"source":47,"target":1},{"source":48,"target":4},{"source":48,"target":51},{"source":48,"target":1},{"source":51,"target":4},{"source":49,"target":12},{"source":2,"target":0},{"source":2,"target":3},{"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":52,"target":72},{"source":52,"target":2},{"source":52,"target":73},{"source":73,"target":2},{"source":73,"target":74},{"source":73,"target":52},{"source":74,"target":2},{"source":53,"target":75},{"source":53,"target":2},{"source":54,"target":12},{"source":54,"target":76},{"source":54,"target":2},{"source":54,"target":77},{"source":76,"target":12},{"source":77,"target":78},{"source":77,"target":54},{"source":55,"target":79},{"source":55,"target":2},{"source":55,"target":80},{"source":80,"target":12},{"source":80,"target":81},{"source":80,"target":55},{"source":81,"target":12},{"source":56,"target":12},{"source":56,"target":82},{"source":56,"target":2},{"source":56,"target":83},{"source":82,"target":12},{"source":83,"target":84},{"source":83,"target":56},{"source":57,"target":85},{"source":57,"target":2},{"source":58,"target":86},{"source":58,"target":2},{"source":59,"target":2},{"source":59,"target":87},{"source":59,"target":2},{"source":87,"target":2},{"source":60,"target":8},{"source":60,"target":88},{"source":60,"target":2},{"source":60,"target":89},{"source":88,"target":8},{"source":61,"target":1},{"source":61,"target":90},{"source":61,"target":2},{"source":90,"target":1},{"source":62,"target":11},{"source":62,"target":91},{"source":62,"target":2},{"source":91,"target":11},{"source":63,"target":11},{"source":63,"target":92},{"source":63,"target":2},{"source":92,"target":11},{"source":64,"target":1},{"source":64,"target":93},{"source":64,"target":2},{"source":93,"target":1},{"source":65,"target":11},{"source":65,"target":94},{"source":65,"target":2},{"source":94,"target":11},{"source":66,"target":8},{"source":66,"target":95},{"source":66,"target":2},{"source":95,"target":8},{"source":67,"target":12},{"source":67,"target":96},{"source":67,"target":2},{"source":96,"target":12},{"source":68,"target":2},{"source":68,"target":97},{"source":68,"target":2},{"source":97,"target":2},{"source":69,"target":1},{"source":69,"target":98},{"source":69,"target":2},{"source":98,"target":1},{"source":70,"target":12},{"source":70,"target":99},{"source":70,"target":2},{"source":70,"target":100},{"source":99,"target":12},{"source":71,"target":3},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":3,"target":104},{"source":3,"target":105},{"source":3,"target":106},{"source":3,"target":107},{"source":3,"target":108},{"source":101,"target":109},{"source":101,"target":3},{"source":101,"target":110},{"source":110,"target":36},{"source":110,"target":111},{"source":110,"target":101},{"source":111,"target":36},{"source":102,"target":112},{"source":102,"target":3},{"source":103,"target":113},{"source":103,"target":3},{"source":104,"target":35},{"source":104,"target":114},{"source":104,"target":3},{"source":114,"target":115},{"source":114,"target":35},{"source":105,"target":36},{"source":105,"target":116},{"source":105,"target":3},{"source":116,"target":36},{"source":106,"target":117},{"source":106,"target":3},{"source":107,"target":9},{"source":107,"target":118},{"source":107,"target":3},{"source":107,"target":119},{"source":118,"target":9},{"source":108,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":120},{"source":4,"target":121},{"source":120,"target":122},{"source":120,"target":4},{"source":121,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":123,"target":6},{"source":123,"target":128},{"source":123,"target":5},{"source":123,"target":129},{"source":128,"target":6},{"source":129,"target":130},{"source":129,"target":123},{"source":124,"target":6},{"source":124,"target":131},{"source":124,"target":5},{"source":124,"target":132},{"source":131,"target":6},{"source":132,"target":133},{"source":132,"target":124},{"source":125,"target":6},{"source":125,"target":134},{"source":125,"target":5},{"source":125,"target":135},{"source":134,"target":6},{"source":135,"target":136},{"source":135,"target":125},{"source":126,"target":6},{"source":126,"target":137},{"source":126,"target":5},{"source":126,"target":138},{"source":137,"target":6},{"source":127,"target":4},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":141},{"source":6,"target":138},{"source":6,"target":142},{"source":139,"target":143},{"source":139,"target":6},{"source":140,"target":28},{"source":140,"target":144},{"source":140,"target":6},{"source":144,"target":28},{"source":141,"target":145},{"source":141,"target":6},{"source":138,"target":5},{"source":138,"target":146},{"source":138,"target":6},{"source":138,"target":126},{"source":146,"target":5},{"source":142,"target":7},{"source":7,"target":0},{"source":7,"target":147},{"source":147,"target":148},{"source":147,"target":7},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":89},{"source":8,"target":149},{"source":8,"target":150},{"source":8,"target":151},{"source":89,"target":2},{"source":89,"target":152},{"source":89,"target":8},{"source":89,"target":60},{"source":152,"target":2},{"source":149,"target":10},{"source":149,"target":153},{"source":149,"target":8},{"source":149,"target":154},{"source":153,"target":10},{"source":150,"target":3},{"source":150,"target":155},{"source":150,"target":8},{"source":155,"target":3},{"source":151,"target":13},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":156},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":119},{"source":9,"target":159},{"source":9,"target":160},{"source":9,"target":161},{"source":156,"target":3},{"source":156,"target":162},{"source":156,"target":9},{"source":156,"target":163},{"source":162,"target":3},{"source":163,"target":164},{"source":163,"target":156},{"source":157,"target":165},{"source":157,"target":9},{"source":158,"target":166},{"source":158,"target":9},{"source":119,"target":3},{"source":119,"target":167},{"source":119,"target":9},{"source":119,"target":107},{"source":167,"target":3},{"source":159,"target":9},{"source":159,"target":168},{"source":159,"target":9},{"source":159,"target":160},{"source":168,"target":9},{"source":160,"target":9},{"source":160,"target":169},{"source":160,"target":9},{"source":160,"target":159},{"source":169,"target":9},{"source":161,"target":7},{"source":10,"target":0},{"source":10,"target":13},{"source":10,"target":154},{"source":10,"target":170},{"source":154,"target":8},{"source":154,"target":171},{"source":154,"target":10},{"source":154,"target":149},{"source":171,"target":8},{"source":170,"target":13},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":172},{"source":11,"target":173},{"source":11,"target":174},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":11,"target":178},{"source":172,"target":179},{"source":172,"target":11},{"source":173,"target":180},{"source":173,"target":11},{"source":174,"target":181},{"source":174,"target":11},{"source":175,"target":11},{"source":175,"target":182},{"source":175,"target":11},{"source":182,"target":11},{"source":176,"target":2},{"source":176,"target":183},{"source":176,"target":11},{"source":183,"target":2},{"source":177,"target":1},{"source":177,"target":184},{"source":177,"target":11},{"source":184,"target":1},{"source":178,"target":12},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":12,"target":189},{"source":12,"target":190},{"source":12,"target":191},{"source":12,"target":192},{"source":12,"target":193},{"source":12,"target":100},{"source":12,"target":194},{"source":185,"target":195},{"source":185,"target":12},{"source":186,"target":35},{"source":186,"target":196},{"source":186,"target":12},{"source":196,"target":197},{"source":196,"target":35},{"source":187,"target":198},{"source":187,"target":12},{"source":188,"target":199},{"source":188,"target":12},{"source":189,"target":200},{"source":189,"target":12},{"source":190,"target":201},{"source":190,"target":12},{"source":191,"target":36},{"source":191,"target":202},{"source":191,"target":12},{"source":202,"target":36},{"source":192,"target":203},{"source":192,"target":12},{"source":193,"target":204},{"source":193,"target":12},{"source":100,"target":2},{"source":100,"target":205},{"source":100,"target":12},{"source":100,"target":70},{"source":205,"target":2},{"source":194,"target":13},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":206},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":13,"target":210},{"source":13,"target":211},{"source":13,"target":212},{"source":13,"target":213},{"source":206,"target":214},{"source":206,"target":13},{"source":207,"target":215},{"source":207,"target":13},{"source":208,"target":216},{"source":208,"target":13},{"source":209,"target":217},{"source":209,"target":13},{"source":210,"target":218},{"source":210,"target":13},{"source":211,"target":219},{"source":211,"target":13},{"source":212,"target":3},{"source":212,"target":220},{"source":212,"target":13},{"source":220,"target":3},{"source":213,"target":7},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":221},{"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":222},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":223},{"source":39,"target":224},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":225},{"source":45,"target":226},{"source":225,"target":227},{"source":225,"target":45},{"source":226,"target":228},{"source":226,"target":45},{"source":46,"target":0},{"source":46,"target":229}],"multigraph":true}
ecore
library
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/ModelWriter/Demonstrations/org.eclipse.ocl.examples.project.oclinecoretutorial/model/Tutorial.ecore
tutorial Library name books loans members Book isAvailable name copies library loans Member name library loans books Loan book member date
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tutorial" nsURI="http://www.eclipse.org/mdt/ocl/oclinecore/tutorial" nsPrefix="tut"> <eAnnotations source="http://www.eclipse.org/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="Library"> <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="books" ordered="false" upperBound="-1" eType="#//Book" containment="true" eOpposite="#//Book/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" ordered="false" upperBound="-1" eType="#//Loan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" ordered="false" upperBound="-1" eType="#//Member" containment="true" eOpposite="#//Member/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SufficientCopies"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="SufficientCopies" value="library.loans->select((book = self))->size() &lt;= copies"/> </eAnnotations> <eOperations name="isAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="loans->size() &lt; copies"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//Library" eOpposite="#//Library/books"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" ordered="false" upperBound="-1" eType="#//Loan" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="library.loans->select(book = self)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtMostTwoLoans UniqueLoans"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AtMostTwoLoans" value="loans->size() &lt;= 2"/> <details key="UniqueLoans" value="loans->isUnique(book)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//Library" eOpposite="#//Library/members"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" ordered="false" upperBound="-1" eType="#//Loan" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="library.loans->select(member = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="books" ordered="false" unique="false" upperBound="-1" eType="#//Book" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="loans->collect(book)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loan"> <eStructuralFeatures xsi:type="ecore:EReference" name="book" lowerBound="1" eType="#//Book"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//Member"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"tut","nsURI":"http://www.eclipse.org/mdt/ocl/oclinecore/tutorial","name":"tutorial","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loan","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":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":5,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"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":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":true},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"book","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"ordered":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":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":10,"target":2},{"source":7,"target":4},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":4},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":3},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":11},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":11,"target":1},{"source":11,"target":22},{"source":11,"target":2},{"source":11,"target":6},{"source":22,"target":1},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":2},{"source":23,"target":4},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":14},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":27},{"source":24,"target":3},{"source":14,"target":1},{"source":14,"target":28},{"source":14,"target":3},{"source":14,"target":8},{"source":28,"target":1},{"source":25,"target":4},{"source":25,"target":29},{"source":25,"target":3},{"source":29,"target":4},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":3},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":2},{"source":32,"target":3},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":3},{"source":33,"target":36},{"source":33,"target":4}],"multigraph":true}
ecore
trace
repo-ecore-all/data/tdegueul/modelanimation/multidimensional_trace_management/tests/fr.inria.diverse.trace.metamodel.generator.test/model_expected/activitydiagramtracemm.ecore
trace Trace globalTrace events tracedObjects staticObjectsPools GlobalState eventsTriggeredDuringState inputValue_value_States inputValue_variable_States token_holder_States input_inputValues_States forkedToken_remainingOffersCount_States forkedToken_baseToken_States forkedToken_baseTokenIsWithdrawn_States activityEdge_offers_States variable_currentValue_States offer_offeredTokens_States activityNode_running_States activityNode_heldTokens_States activity_trace_States trace_executedNodes_States StaticObjectsPools pool_BooleanBinaryExpressions pool_StringValues pool_IntegerValues pool_BooleanValues pool_IntegerComparisonExpressions pool_BooleanUnaryExpressions pool_IntegerCalculationExpressions Events EventOccurrence stateDuringWhichTriggered Events Activity_mainEntryEventOccurrence_Trace Activity_mainExitEventOccurrence_Trace Activity_initializeEntryEventOccurrence_Trace Activity_initializeExitEventOccurrence_Trace Activity_runEntryEventOccurrence_Trace Activity_runExitEventOccurrence_Trace Activity_runNodesEntryEventOccurrence_Trace Activity_runNodesExitEventOccurrence_Trace Activity_fireInitialNodeEntryEventOccurrence_Trace Activity_fireInitialNodeExitEventOccurrence_Trace Activity_getEnabledNodesEntryEventOccurrence_Trace Activity_getEnabledNodesExitEventOccurrence_Trace Activity_selectNextNodeEntryEventOccurrence_Trace Activity_selectNextNodeExitEventOccurrence_Trace Activity_terminateEntryEventOccurrence_Trace Activity_terminateExitEventOccurrence_Trace Activity_getInitialNodeEntryEventOccurrence_Trace Activity_getInitialNodeExitEventOccurrence_Trace Activity_fireNodeEntryEventOccurrence_Trace Activity_fireNodeExitEventOccurrence_Trace ActivityNode_run_activityNodeEntryEventOccurrence_Trace ActivityNode_run_activityNodeExitEventOccurrence_Trace ActivityNode_isRunningEntryEventOccurrence_Trace ActivityNode_isRunningExitEventOccurrence_Trace ActivityNode_terminate_activityNodeEntryEventOccurrence_Trace ActivityNode_terminate_activityNodeExitEventOccurrence_Trace ActivityNode_sendOffersEntryEventOccurrence_Trace ActivityNode_sendOffersExitEventOccurrence_Trace ActivityNode_takeOfferedTokensEntryEventOccurrence_Trace ActivityNode_takeOfferedTokensExitEventOccurrence_Trace ActivityNode_addTokensEntryEventOccurrence_Trace ActivityNode_addTokensExitEventOccurrence_Trace ActivityNode_removeTokenEntryEventOccurrence_Trace ActivityNode_removeTokenExitEventOccurrence_Trace ActivityNode_hasOffersEntryEventOccurrence_Trace ActivityNode_hasOffersExitEventOccurrence_Trace ActivityNode_isReadyEntryEventOccurrence_Trace ActivityNode_isReadyExitEventOccurrence_Trace ActivityEdge_sendOfferEntryEventOccurrence_Trace ActivityEdge_sendOfferExitEventOccurrence_Trace ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence_Trace ActivityEdge_takeOfferedTokens_activityEdgeExitEventOccurrence_Trace ActivityEdge_hasOfferEntryEventOccurrence_Trace ActivityEdge_hasOfferExitEventOccurrence_Trace ControlNode_isReady_ControlNodeEntryEventOccurrence_Trace ControlNode_isReady_ControlNodeExitEventOccurrence_Trace ControlNode_fire_controlNodeEntryEventOccurrence_Trace ControlNode_fire_controlNodeExitEventOccurrence_Trace Action_sendOffers_actionEntryEventOccurrence_Trace Action_sendOffers_actionExitEventOccurrence_Trace Action_isReady_actionEntryEventOccurrence_Trace Action_isReady_actionExitEventOccurrence_Trace Action_fire_actionEntryEventOccurrence_Trace Action_fire_actionExitEventOccurrence_Trace OpaqueAction_doAction_opaqueActionEntryEventOccurrence_Trace OpaqueAction_doAction_opaqueActionExitEventOccurrence_Trace InitialNode_isReady_InitialNodeEntryEventOccurrence_Trace InitialNode_isReady_InitialNodeExitEventOccurrence_Trace InitialNode_fire_initialNodeEntryEventOccurrence_Trace InitialNode_fire_initialNodeExitEventOccurrence_Trace ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence_Trace ActivityFinalNode_fire_activityFinalNodeExitEventOccurrence_Trace ForkNode_fire_forkNodeEntryEventOccurrence_Trace ForkNode_fire_forkNodeExitEventOccurrence_Trace MergeNode_hasOffers_mergeNodeEntryEventOccurrence_Trace MergeNode_hasOffers_mergeNodeExitEventOccurrence_Trace DecisionNode_fire_decisionNodeEntryEventOccurrence_Trace DecisionNode_fire_decisionNodeExitEventOccurrence_Trace IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence_Trace IntegerVariable_setCurrentValue_integerVariableExitEventOccurrence_Trace IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence_Trace IntegerVariable_getCurrentValueValue_integerVariableExitEventOccurrence_Trace StringVariable_setCurrentValue_stringVariableEntryEventOccurrence_Trace StringVariable_setCurrentValue_stringVariableExitEventOccurrence_Trace StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence_Trace StringVariable_getCurrentValueValue_stringVariableExitEventOccurrence_Trace BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence_Trace BooleanVariable_setCurrentValue_boolenVariableExitEventOccurrence_Trace BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence_Trace BooleanVariable_getCurrentValueValue_booleanVariableExitEventOccurrence_Trace IntegerExpression_getOperandCurrentValuesEntryEventOccurrence_Trace IntegerExpression_getOperandCurrentValuesExitEventOccurrence_Trace IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence_Trace IntegerCalculationExpression_execute_integerCalculationExpressionExitEventOccurrence_Trace IntegerCalculationExpression_evaluateADDEntryEventOccurrence_Trace IntegerCalculationExpression_evaluateADDExitEventOccurrence_Trace IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence_Trace IntegerCalculationExpression_evaluateSUBTRACTExitEventOccurrence_Trace IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence_Trace IntegerComparisonExpression_execute_IntegerComparisionExpressionExitEventOccurrence_Trace IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence_Trace IntegerComparisonExpression_evaluateSMALLERExitEventOccurrence_Trace IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence_Trace IntegerComparisonExpression_evaluateSMALLER_EQUALSExitEventOccurrence_Trace IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence_Trace IntegerComparisonExpression_evaluateEQUALSExitEventOccurrence_Trace IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence_Trace IntegerComparisonExpression_evaluateGREATER_EQUALSExitEventOccurrence_Trace IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence_Trace IntegerComparisonExpression_evaluateGREATERExitEventOccurrence_Trace BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence_Trace BooleanUnaryExpression_execute_booleanUnaryExpressionExitEventOccurrence_Trace BooleanUnaryExpression_evaluateNOTEntryEventOccurrence_Trace BooleanUnaryExpression_evaluateNOTExitEventOccurrence_Trace BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence_Trace BooleanBinaryExpression_execute_booleanBinaryExpressionExitEventOccurrence_Trace BooleanBinaryExpression_evaluateANDEntryEventOccurrence_Trace BooleanBinaryExpression_evaluateANDExitEventOccurrence_Trace BooleanBinaryExpression_evaluateOREntryEventOccurrence_Trace BooleanBinaryExpression_evaluateORExitEventOccurrence_Trace Token_isWithdrawnEntryEventOccurrence_Trace Token_isWithdrawnExitEventOccurrence_Trace Token_transferEntryEventOccurrence_Trace Token_transferExitEventOccurrence_Trace Token_withdrawEntryEventOccurrence_Trace Token_withdrawExitEventOccurrence_Trace ForkedToken_withdraw_forkedTokenEntryEventOccurrence_Trace ForkedToken_withdraw_forkedTokenExitEventOccurrence_Trace Offer_hasTokensEntryEventOccurrence_Trace Offer_hasTokensExitEventOccurrence_Trace Activity_mainEntryEventOccurrence thisParam inputValuesParam Activity_mainExitEventOccurrence correspondingEntryEvent Activity_initializeEntryEventOccurrence thisParam inputValuesParam Activity_initializeExitEventOccurrence correspondingEntryEvent Activity_runEntryEventOccurrence thisParam Activity_runExitEventOccurrence correspondingEntryEvent Activity_runNodesEntryEventOccurrence thisParam Activity_runNodesExitEventOccurrence correspondingEntryEvent Activity_fireInitialNodeEntryEventOccurrence thisParam Activity_fireInitialNodeExitEventOccurrence correspondingEntryEvent Activity_getEnabledNodesEntryEventOccurrence thisParam Activity_getEnabledNodesExitEventOccurrence correspondingEntryEvent enabledNodesReturn Activity_selectNextNodeEntryEventOccurrence thisParam activityNodesParam Activity_selectNextNodeExitEventOccurrence correspondingEntryEvent selectedNodeReturn Activity_terminateEntryEventOccurrence thisParam Activity_terminateExitEventOccurrence correspondingEntryEvent Activity_getInitialNodeEntryEventOccurrence thisParam Activity_getInitialNodeExitEventOccurrence correspondingEntryEvent initialNodeReturn Activity_fireNodeEntryEventOccurrence thisParam nodeParam Activity_fireNodeExitEventOccurrence correspondingEntryEvent ActivityNode_run_activityNodeEntryEventOccurrence thisParam ActivityNode_run_activityNodeExitEventOccurrence correspondingEntryEvent ActivityNode_isRunningEntryEventOccurrence thisParam ActivityNode_isRunningExitEventOccurrence correspondingEntryEvent isRunningReturn ActivityNode_terminate_activityNodeEntryEventOccurrence thisParam ActivityNode_terminate_activityNodeExitEventOccurrence correspondingEntryEvent ActivityNode_sendOffersEntryEventOccurrence thisParam tokensParam ActivityNode_sendOffersExitEventOccurrence correspondingEntryEvent ActivityNode_takeOfferedTokensEntryEventOccurrence thisParam ActivityNode_takeOfferedTokensExitEventOccurrence correspondingEntryEvent tokensReturn ActivityNode_addTokensEntryEventOccurrence thisParam tokensParam ActivityNode_addTokensExitEventOccurrence correspondingEntryEvent ActivityNode_removeTokenEntryEventOccurrence thisParam tokenParam ActivityNode_removeTokenExitEventOccurrence correspondingEntryEvent ActivityNode_hasOffersEntryEventOccurrence thisParam ActivityNode_hasOffersExitEventOccurrence correspondingEntryEvent returnReturn ActivityNode_isReadyEntryEventOccurrence thisParam ActivityNode_isReadyExitEventOccurrence correspondingEntryEvent isReadyReturn ActivityEdge_sendOfferEntryEventOccurrence thisParam tokensParam ActivityEdge_sendOfferExitEventOccurrence correspondingEntryEvent ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence thisParam ActivityEdge_takeOfferedTokens_activityEdgeExitEventOccurrence correspondingEntryEvent tokensReturn ActivityEdge_hasOfferEntryEventOccurrence thisParam ActivityEdge_hasOfferExitEventOccurrence correspondingEntryEvent hasOfferReturn ControlNode_isReady_ControlNodeEntryEventOccurrence thisParam ControlNode_isReady_ControlNodeExitEventOccurrence correspondingEntryEvent isReadyReturn ControlNode_fire_controlNodeEntryEventOccurrence thisParam tokensParam ControlNode_fire_controlNodeExitEventOccurrence correspondingEntryEvent Action_sendOffers_actionEntryEventOccurrence thisParam Action_sendOffers_actionExitEventOccurrence correspondingEntryEvent Action_isReady_actionEntryEventOccurrence thisParam Action_isReady_actionExitEventOccurrence correspondingEntryEvent isReadyReturn Action_fire_actionEntryEventOccurrence thisParam tokensParam Action_fire_actionExitEventOccurrence correspondingEntryEvent OpaqueAction_doAction_opaqueActionEntryEventOccurrence thisParam OpaqueAction_doAction_opaqueActionExitEventOccurrence correspondingEntryEvent InitialNode_isReady_InitialNodeEntryEventOccurrence thisParam InitialNode_isReady_InitialNodeExitEventOccurrence correspondingEntryEvent isReadyReturn InitialNode_fire_initialNodeEntryEventOccurrence thisParam tokensParam InitialNode_fire_initialNodeExitEventOccurrence correspondingEntryEvent ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence thisParam tokensParam ActivityFinalNode_fire_activityFinalNodeExitEventOccurrence correspondingEntryEvent ForkNode_fire_forkNodeEntryEventOccurrence thisParam tokensParam ForkNode_fire_forkNodeExitEventOccurrence correspondingEntryEvent MergeNode_hasOffers_mergeNodeEntryEventOccurrence thisParam MergeNode_hasOffers_mergeNodeExitEventOccurrence correspondingEntryEvent returnReturn DecisionNode_fire_decisionNodeEntryEventOccurrence thisParam tokensParam DecisionNode_fire_decisionNodeExitEventOccurrence correspondingEntryEvent IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence thisParam valueParam IntegerVariable_setCurrentValue_integerVariableExitEventOccurrence correspondingEntryEvent IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence thisParam IntegerVariable_getCurrentValueValue_integerVariableExitEventOccurrence correspondingEntryEvent valueReturn StringVariable_setCurrentValue_stringVariableEntryEventOccurrence thisParam valueParam StringVariable_setCurrentValue_stringVariableExitEventOccurrence correspondingEntryEvent StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence thisParam StringVariable_getCurrentValueValue_stringVariableExitEventOccurrence correspondingEntryEvent valueReturn BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence thisParam valueParam BooleanVariable_setCurrentValue_boolenVariableExitEventOccurrence correspondingEntryEvent BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence thisParam BooleanVariable_getCurrentValueValue_booleanVariableExitEventOccurrence correspondingEntryEvent valueReturn IntegerExpression_getOperandCurrentValuesEntryEventOccurrence thisParam IntegerExpression_getOperandCurrentValuesExitEventOccurrence correspondingEntryEvent operand1ValueReturn operand2ValueReturn IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence thisParam IntegerCalculationExpression_execute_integerCalculationExpressionExitEventOccurrence correspondingEntryEvent IntegerCalculationExpression_evaluateADDEntryEventOccurrence thisParam IntegerCalculationExpression_evaluateADDExitEventOccurrence correspondingEntryEvent resultReturn IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence thisParam IntegerCalculationExpression_evaluateSUBTRACTExitEventOccurrence correspondingEntryEvent resultReturn IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence thisParam IntegerComparisonExpression_execute_IntegerComparisionExpressionExitEventOccurrence correspondingEntryEvent IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence thisParam IntegerComparisonExpression_evaluateSMALLERExitEventOccurrence correspondingEntryEvent resultReturn IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence thisParam IntegerComparisonExpression_evaluateSMALLER_EQUALSExitEventOccurrence correspondingEntryEvent resultReturn IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence thisParam IntegerComparisonExpression_evaluateEQUALSExitEventOccurrence correspondingEntryEvent resultReturn IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence thisParam IntegerComparisonExpression_evaluateGREATER_EQUALSExitEventOccurrence correspondingEntryEvent resultReturn IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence thisParam IntegerComparisonExpression_evaluateGREATERExitEventOccurrence correspondingEntryEvent resultReturn BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence thisParam BooleanUnaryExpression_execute_booleanUnaryExpressionExitEventOccurrence correspondingEntryEvent BooleanUnaryExpression_evaluateNOTEntryEventOccurrence thisParam BooleanUnaryExpression_evaluateNOTExitEventOccurrence correspondingEntryEvent resultReturn BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence thisParam BooleanBinaryExpression_execute_booleanBinaryExpressionExitEventOccurrence correspondingEntryEvent BooleanBinaryExpression_evaluateANDEntryEventOccurrence thisParam BooleanBinaryExpression_evaluateANDExitEventOccurrence correspondingEntryEvent resultReturn BooleanBinaryExpression_evaluateOREntryEventOccurrence thisParam BooleanBinaryExpression_evaluateORExitEventOccurrence correspondingEntryEvent resultReturn Token_isWithdrawnEntryEventOccurrence thisParam Token_isWithdrawnExitEventOccurrence correspondingEntryEvent isWithdrawnReturn Token_transferEntryEventOccurrence thisParam holderParam Token_transferExitEventOccurrence correspondingEntryEvent transferredTokenReturn Token_withdrawEntryEventOccurrence thisParam Token_withdrawExitEventOccurrence correspondingEntryEvent ForkedToken_withdraw_forkedTokenEntryEventOccurrence thisParam ForkedToken_withdraw_forkedTokenExitEventOccurrence correspondingEntryEvent Offer_hasTokensEntryEventOccurrence thisParam Offer_hasTokensExitEventOccurrence correspondingEntryEvent hasTokensReturn States InputValue_value_State value parent globalStates InputValue_variable_State variable parent globalStates Token_holder_State holder parent globalStates Input_inputValues_State inputValues parent globalStates ForkedToken_remainingOffersCount_State remainingOffersCount 0 parent globalStates ForkedToken_baseToken_State baseToken parent globalStates ForkedToken_baseTokenIsWithdrawn_State baseTokenIsWithdrawn false parent globalStates ActivityEdge_offers_State offers parent globalStates Variable_currentValue_State currentValue parent globalStates Offer_offeredTokens_State offeredTokens parent globalStates ActivityNode_running_State running false parent globalStates ActivityNode_heldTokens_State heldTokens parent globalStates Activity_trace_State trace parent globalStates Trace_executedNodes_State executedNodes parent globalStates Traced TracedObjects activitydiagram_tracedControlFlows activitydiagramConfiguration_tracedInputValues activitydiagram_tracedMergeNodes activitydiagram_tracedBooleanVariables activitydiagramConfiguration_tracedControlTokens activitydiagramConfiguration_tracedInputs activitydiagram_tracedIntegerVariables activitydiagramConfiguration_tracedForkedTokens activitydiagram_tracedActivityFinalNodes activitydiagramConfiguration_tracedOffers activitydiagram_tracedForkNodes activitydiagram_tracedInitialNodes activitydiagram_tracedActivitys activitydiagram_tracedStringVariables activitydiagram_tracedOpaqueActions activitydiagram_tracedJoinNodes activitydiagram_tracedDecisionNodes activitydiagramConfiguration_tracedTraces activitydiagram TracedControlFlow guard originalObject TracedMergeNode originalObject TracedBooleanVariable originalObject TracedExecutableNode TracedIntegerVariable originalObject TracedActivityEdge source target offersTrace TracedNamedElement name TracedVariable initialValue currentValueTrace TracedAction TracedActivityFinalNode originalObject TracedForkNode originalObject TracedInitialNode originalObject TracedActivityNode outgoing incoming activity runningTrace heldTokensTrace TracedActivity nodes edges locals inputs originalObject traceTrace TracedStringVariable originalObject TracedOpaqueAction expressions originalObject TracedJoinNode originalObject TracedDecisionNode originalObject TracedFinalNode TracedControlNode activitydiagramConfiguration TracedInputValue valueTrace variableTrace TracedToken holderTrace TracedControlToken TracedInput inputValuesTrace TracedForkedToken remainingOffersCountTrace baseTokenTrace baseTokenIsWithdrawnTrace TracedOffer offeredTokensTrace TracedTrace executedNodesTrace
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="trace" nsURI="trace" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="globalTrace" upperBound="-1" eType="#//GlobalState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" lowerBound="1" eType="#//Events/Events" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tracedObjects" lowerBound="1" eType="#//Traced/TracedObjects" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticObjectsPools" lowerBound="1" eType="#//StaticObjectsPools" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalState"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventsTriggeredDuringState" upperBound="-1" eType="#//Events/EventOccurrence" eOpposite="#//Events/EventOccurrence/stateDuringWhichTriggered"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue_value_States" ordered="false" upperBound="-1" eType="#//States/InputValue_value_State" eOpposite="#//States/InputValue_value_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValue_variable_States" ordered="false" upperBound="-1" eType="#//States/InputValue_variable_State" eOpposite="#//States/InputValue_variable_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="token_holder_States" ordered="false" upperBound="-1" eType="#//States/Token_holder_State" eOpposite="#//States/Token_holder_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input_inputValues_States" ordered="false" upperBound="-1" eType="#//States/Input_inputValues_State" eOpposite="#//States/Input_inputValues_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkedToken_remainingOffersCount_States" ordered="false" upperBound="-1" eType="#//States/ForkedToken_remainingOffersCount_State" eOpposite="#//States/ForkedToken_remainingOffersCount_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkedToken_baseToken_States" ordered="false" upperBound="-1" eType="#//States/ForkedToken_baseToken_State" eOpposite="#//States/ForkedToken_baseToken_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkedToken_baseTokenIsWithdrawn_States" ordered="false" upperBound="-1" eType="#//States/ForkedToken_baseTokenIsWithdrawn_State" eOpposite="#//States/ForkedToken_baseTokenIsWithdrawn_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityEdge_offers_States" ordered="false" upperBound="-1" eType="#//States/ActivityEdge_offers_State" eOpposite="#//States/ActivityEdge_offers_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable_currentValue_States" ordered="false" upperBound="-1" eType="#//States/Variable_currentValue_State" eOpposite="#//States/Variable_currentValue_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offer_offeredTokens_States" ordered="false" upperBound="-1" eType="#//States/Offer_offeredTokens_State" eOpposite="#//States/Offer_offeredTokens_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityNode_running_States" ordered="false" upperBound="-1" eType="#//States/ActivityNode_running_State" eOpposite="#//States/ActivityNode_running_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityNode_heldTokens_States" ordered="false" upperBound="-1" eType="#//States/ActivityNode_heldTokens_State" eOpposite="#//States/ActivityNode_heldTokens_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity_trace_States" ordered="false" upperBound="-1" eType="#//States/Activity_trace_State" eOpposite="#//States/Activity_trace_State/globalStates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trace_executedNodes_States" ordered="false" upperBound="-1" eType="#//States/Trace_executedNodes_State" eOpposite="#//States/Trace_executedNodes_State/globalStates"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticObjectsPools"> <eStructuralFeatures xsi:type="ecore:EReference" name="pool_BooleanBinaryExpressions" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanBinaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pool_StringValues" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//StringValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pool_IntegerValues" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pool_BooleanValues" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pool_IntegerComparisonExpressions" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerComparisonExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pool_BooleanUnaryExpressions" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanUnaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pool_IntegerCalculationExpressions" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerCalculationExpression" containment="true"/> </eClassifiers> <eSubpackages name="Events" nsURI="http://events/1.0" nsPrefix="events"> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="stateDuringWhichTriggered" lowerBound="1" eType="#//GlobalState" eOpposite="#//GlobalState/eventsTriggeredDuringState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Events"> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_mainEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_mainEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_mainExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_mainExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_initializeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_initializeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_initializeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_initializeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_runEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_runEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_runExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_runExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_runNodesEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_runNodesEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_runNodesExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_runNodesExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_fireInitialNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_fireInitialNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_fireInitialNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_fireInitialNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_getEnabledNodesEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_getEnabledNodesEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_getEnabledNodesExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_getEnabledNodesExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_selectNextNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_selectNextNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_selectNextNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_selectNextNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_terminateEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_terminateEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_terminateExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_terminateExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_getInitialNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_getInitialNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_getInitialNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_getInitialNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_fireNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_fireNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Activity_fireNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Activity_fireNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_run_activityNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_run_activityNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_run_activityNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_run_activityNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_isRunningEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_isRunningEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_isRunningExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_isRunningExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_terminate_activityNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_terminate_activityNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_terminate_activityNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_terminate_activityNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_sendOffersEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_sendOffersEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_sendOffersExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_sendOffersExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_takeOfferedTokensEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_takeOfferedTokensEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_takeOfferedTokensExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_takeOfferedTokensExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_addTokensEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_addTokensEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_addTokensExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_addTokensExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_removeTokenEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_removeTokenEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_removeTokenExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_removeTokenExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_hasOffersEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_hasOffersEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_hasOffersExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_hasOffersExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_isReadyEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_isReadyEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityNode_isReadyExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityNode_isReadyExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityEdge_sendOfferEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityEdge_sendOfferEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityEdge_sendOfferExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityEdge_sendOfferExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityEdge_takeOfferedTokens_activityEdgeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityEdge_takeOfferedTokens_activityEdgeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityEdge_hasOfferEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityEdge_hasOfferEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityEdge_hasOfferExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityEdge_hasOfferExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ControlNode_isReady_ControlNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ControlNode_isReady_ControlNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ControlNode_isReady_ControlNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ControlNode_isReady_ControlNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ControlNode_fire_controlNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ControlNode_fire_controlNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ControlNode_fire_controlNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ControlNode_fire_controlNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Action_sendOffers_actionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Action_sendOffers_actionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Action_sendOffers_actionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Action_sendOffers_actionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Action_isReady_actionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Action_isReady_actionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Action_isReady_actionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Action_isReady_actionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Action_fire_actionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Action_fire_actionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Action_fire_actionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Action_fire_actionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="OpaqueAction_doAction_opaqueActionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/OpaqueAction_doAction_opaqueActionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="OpaqueAction_doAction_opaqueActionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/OpaqueAction_doAction_opaqueActionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InitialNode_isReady_InitialNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/InitialNode_isReady_InitialNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InitialNode_isReady_InitialNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/InitialNode_isReady_InitialNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InitialNode_fire_initialNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/InitialNode_fire_initialNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InitialNode_fire_initialNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/InitialNode_fire_initialNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ActivityFinalNode_fire_activityFinalNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ActivityFinalNode_fire_activityFinalNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ForkNode_fire_forkNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ForkNode_fire_forkNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ForkNode_fire_forkNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ForkNode_fire_forkNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MergeNode_hasOffers_mergeNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/MergeNode_hasOffers_mergeNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="MergeNode_hasOffers_mergeNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/MergeNode_hasOffers_mergeNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DecisionNode_fire_decisionNodeEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/DecisionNode_fire_decisionNodeEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DecisionNode_fire_decisionNodeExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/DecisionNode_fire_decisionNodeExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerVariable_setCurrentValue_integerVariableExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerVariable_setCurrentValue_integerVariableExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerVariable_getCurrentValueValue_integerVariableExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerVariable_getCurrentValueValue_integerVariableExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StringVariable_setCurrentValue_stringVariableEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/StringVariable_setCurrentValue_stringVariableEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StringVariable_setCurrentValue_stringVariableExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/StringVariable_setCurrentValue_stringVariableExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="StringVariable_getCurrentValueValue_stringVariableExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/StringVariable_getCurrentValueValue_stringVariableExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanVariable_setCurrentValue_boolenVariableExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanVariable_setCurrentValue_boolenVariableExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanVariable_getCurrentValueValue_booleanVariableExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanVariable_getCurrentValueValue_booleanVariableExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerExpression_getOperandCurrentValuesEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerExpression_getOperandCurrentValuesEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerExpression_getOperandCurrentValuesExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerExpression_getOperandCurrentValuesExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerCalculationExpression_execute_integerCalculationExpressionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerCalculationExpression_execute_integerCalculationExpressionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerCalculationExpression_evaluateADDEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerCalculationExpression_evaluateADDEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerCalculationExpression_evaluateADDExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerCalculationExpression_evaluateADDExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerCalculationExpression_evaluateSUBTRACTExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerCalculationExpression_evaluateSUBTRACTExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_execute_IntegerComparisionExpressionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_execute_IntegerComparisionExpressionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateSMALLERExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateSMALLERExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateSMALLER_EQUALSExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateSMALLER_EQUALSExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateEQUALSExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateEQUALSExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateGREATER_EQUALSExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateGREATER_EQUALSExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntegerComparisonExpression_evaluateGREATERExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/IntegerComparisonExpression_evaluateGREATERExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanUnaryExpression_execute_booleanUnaryExpressionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanUnaryExpression_execute_booleanUnaryExpressionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanUnaryExpression_evaluateNOTEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanUnaryExpression_evaluateNOTEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanUnaryExpression_evaluateNOTExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanUnaryExpression_evaluateNOTExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanBinaryExpression_execute_booleanBinaryExpressionExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanBinaryExpression_execute_booleanBinaryExpressionExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanBinaryExpression_evaluateANDEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanBinaryExpression_evaluateANDEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanBinaryExpression_evaluateANDExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanBinaryExpression_evaluateANDExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanBinaryExpression_evaluateOREntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanBinaryExpression_evaluateOREntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BooleanBinaryExpression_evaluateORExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/BooleanBinaryExpression_evaluateORExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Token_isWithdrawnEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Token_isWithdrawnEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Token_isWithdrawnExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Token_isWithdrawnExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Token_transferEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Token_transferEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Token_transferExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Token_transferExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Token_withdrawEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Token_withdrawEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Token_withdrawExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Token_withdrawExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ForkedToken_withdraw_forkedTokenEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/ForkedToken_withdraw_forkedTokenEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ForkedToken_withdraw_forkedTokenExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/ForkedToken_withdraw_forkedTokenExitEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Offer_hasTokensEntryEventOccurrence_Trace" upperBound="-1" eType="#//Events/Offer_hasTokensEntryEventOccurrence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Offer_hasTokensExitEventOccurrence_Trace" upperBound="-1" eType="#//Events/Offer_hasTokensExitEventOccurrence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_mainEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValuesParam" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_mainExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_mainEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_initializeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValuesParam" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_initializeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_initializeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_runEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_runExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_runEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_runNodesEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_runNodesExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_runNodesEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_fireInitialNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_fireInitialNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_fireInitialNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_getEnabledNodesEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_getEnabledNodesExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_getEnabledNodesEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enabledNodesReturn" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_selectNextNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activityNodesParam" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_selectNextNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_selectNextNodeEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedNodeReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_terminateEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_terminateExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_terminateEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_getInitialNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_getInitialNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_getInitialNodeEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialNodeReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_fireNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeParam" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_fireNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Activity_fireNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_run_activityNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_run_activityNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_run_activityNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_isRunningEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_isRunningExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_isRunningEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isRunningReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_terminate_activityNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_terminate_activityNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_terminate_activityNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_sendOffersEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_sendOffersExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_sendOffersEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_takeOfferedTokensEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_takeOfferedTokensExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_takeOfferedTokensEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensReturn" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_addTokensEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_addTokensExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_addTokensEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_removeTokenEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokenParam" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_removeTokenExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_removeTokenEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_hasOffersEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_hasOffersExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_hasOffersEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_isReadyEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_isReadyExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityNode_isReadyEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isReadyReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge_sendOfferEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge_sendOfferExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityEdge_sendOfferEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge_takeOfferedTokens_activityEdgeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensReturn" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge_hasOfferEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge_hasOfferExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityEdge_hasOfferEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOfferReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlNode_isReady_ControlNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedControlNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlNode_isReady_ControlNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ControlNode_isReady_ControlNodeEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isReadyReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlNode_fire_controlNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedControlNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlNode_fire_controlNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ControlNode_fire_controlNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action_sendOffers_actionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action_sendOffers_actionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Action_sendOffers_actionEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action_isReady_actionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action_isReady_actionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Action_isReady_actionEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isReadyReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action_fire_actionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action_fire_actionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Action_fire_actionEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueAction_doAction_opaqueActionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedOpaqueAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueAction_doAction_opaqueActionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/OpaqueAction_doAction_opaqueActionEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode_isReady_InitialNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedInitialNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode_isReady_InitialNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/InitialNode_isReady_InitialNodeEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isReadyReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode_fire_initialNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedInitialNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode_fire_initialNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/InitialNode_fire_initialNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedActivityFinalNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode_fire_activityFinalNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkNode_fire_forkNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedForkNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkNode_fire_forkNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ForkNode_fire_forkNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeNode_hasOffers_mergeNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedMergeNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeNode_hasOffers_mergeNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/MergeNode_hasOffers_mergeNodeEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode_fire_decisionNodeEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedDecisionNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokensParam" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode_fire_decisionNodeExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/DecisionNode_fire_decisionNodeEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedIntegerVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueParam" lowerBound="1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable_setCurrentValue_integerVariableExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedIntegerVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable_getCurrentValueValue_integerVariableExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringVariable_setCurrentValue_stringVariableEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedStringVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueParam" lowerBound="1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringVariable_setCurrentValue_stringVariableExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/StringVariable_setCurrentValue_stringVariableEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedStringVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringVariable_getCurrentValueValue_stringVariableExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedBooleanVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueParam" lowerBound="1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable_setCurrentValue_boolenVariableExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagram/TracedBooleanVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable_getCurrentValueValue_booleanVariableExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression_getOperandCurrentValuesEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression_getOperandCurrentValuesExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerExpression_getOperandCurrentValuesEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand1ValueReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand2ValueReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerCalculationExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression_execute_integerCalculationExpressionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression_evaluateADDEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerCalculationExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression_evaluateADDExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerCalculationExpression_evaluateADDEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerCalculationExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression_evaluateSUBTRACTExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerComparisonExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_execute_IntegerComparisionExpressionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerComparisonExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateSMALLERExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerComparisonExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateSMALLER_EQUALSExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerComparisonExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateEQUALSExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerComparisonExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateGREATER_EQUALSExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerComparisonExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression_evaluateGREATERExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanUnaryExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression_execute_booleanUnaryExpressionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression_evaluateNOTEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanUnaryExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression_evaluateNOTExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/BooleanUnaryExpression_evaluateNOTEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanBinaryExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression_execute_booleanBinaryExpressionExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression_evaluateANDEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanBinaryExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression_evaluateANDExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/BooleanBinaryExpression_evaluateANDEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression_evaluateOREntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanBinaryExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression_evaluateORExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/BooleanBinaryExpression_evaluateOREntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token_isWithdrawnEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token_isWithdrawnExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Token_isWithdrawnEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isWithdrawnReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token_transferEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> <eStructuralFeatures xsi:type="ecore:EReference" name="holderParam" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token_transferExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Token_transferEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transferredTokenReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token_withdrawEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token_withdrawExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Token_withdrawEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedToken_withdraw_forkedTokenEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagramConfiguration/TracedForkedToken"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedToken_withdraw_forkedTokenExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/ForkedToken_withdraw_forkedTokenEntryEventOccurrence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offer_hasTokensEntryEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="thisParam" eType="#//Traced/activitydiagramConfiguration/TracedOffer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offer_hasTokensExitEventOccurrence" eSuperTypes="#//Events/EventOccurrence"> <eStructuralFeatures xsi:type="ecore:EReference" name="correspondingEntryEvent" eType="#//Events/Offer_hasTokensEntryEventOccurrence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTokensReturn" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> </eSubpackages> <eSubpackages name="States" nsURI="http://states/1.0" nsPrefix="states"> <eClassifiers xsi:type="ecore:EClass" name="InputValue_value_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Value"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedInputValue" eOpposite="#//Traced/activitydiagramConfiguration/TracedInputValue/valueTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/inputValue_value_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputValue_variable_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Traced/activitydiagram/TracedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedInputValue" eOpposite="#//Traced/activitydiagramConfiguration/TracedInputValue/variableTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/inputValue_variable_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token_holder_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="holder" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedToken" eOpposite="#//Traced/activitydiagramConfiguration/TracedToken/holderTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/token_holder_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input_inputValues_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValues" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedInputValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedInput" eOpposite="#//Traced/activitydiagramConfiguration/TracedInput/inputValuesTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/input_inputValues_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedToken_remainingOffersCount_State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="remainingOffersCount" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedForkedToken" eOpposite="#//Traced/activitydiagramConfiguration/TracedForkedToken/remainingOffersCountTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/forkedToken_remainingOffersCount_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedToken_baseToken_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseToken" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedForkedToken" eOpposite="#//Traced/activitydiagramConfiguration/TracedForkedToken/baseTokenTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/forkedToken_baseToken_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedToken_baseTokenIsWithdrawn_State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseTokenIsWithdrawn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedForkedToken" eOpposite="#//Traced/activitydiagramConfiguration/TracedForkedToken/baseTokenIsWithdrawnTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/forkedToken_baseTokenIsWithdrawn_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge_offers_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="offers" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedOffer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivityEdge" eOpposite="#//Traced/activitydiagram/TracedActivityEdge/offersTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/activityEdge_offers_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable_currentValue_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="currentValue" lowerBound="1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Value"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagram/TracedVariable" eOpposite="#//Traced/activitydiagram/TracedVariable/currentValueTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/variable_currentValue_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Offer_offeredTokens_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredTokens" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedOffer" eOpposite="#//Traced/activitydiagramConfiguration/TracedOffer/offeredTokensTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/offer_offeredTokens_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_running_State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="running" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivityNode" eOpposite="#//Traced/activitydiagram/TracedActivityNode/runningTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/activityNode_running_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode_heldTokens_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="heldTokens" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedToken"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivityNode" eOpposite="#//Traced/activitydiagram/TracedActivityNode/heldTokensTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/activityNode_heldTokens_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity_trace_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivity" eOpposite="#//Traced/activitydiagram/TracedActivity/traceTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/activity_trace_States"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace_executedNodes_State"> <eStructuralFeatures xsi:type="ecore:EReference" name="executedNodes" upperBound="-1" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Traced/activitydiagramConfiguration/TracedTrace" eOpposite="#//Traced/activitydiagramConfiguration/TracedTrace/executedNodesTrace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalStates" lowerBound="1" upperBound="-1" eType="#//GlobalState" eOpposite="#//GlobalState/trace_executedNodes_States"/> </eClassifiers> </eSubpackages> <eSubpackages name="Traced" nsURI="http://tracedclasses/1.0" nsPrefix="tracedclasses"> <eClassifiers xsi:type="ecore:EClass" name="TracedObjects"> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedControlFlows" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedControlFlow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagramConfiguration_tracedInputValues" ordered="false" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedInputValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedMergeNodes" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedMergeNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedBooleanVariables" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedBooleanVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagramConfiguration_tracedControlTokens" ordered="false" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedControlToken" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagramConfiguration_tracedInputs" ordered="false" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedIntegerVariables" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedIntegerVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagramConfiguration_tracedForkedTokens" ordered="false" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedForkedToken" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedActivityFinalNodes" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedActivityFinalNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagramConfiguration_tracedOffers" ordered="false" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedOffer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedForkNodes" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedForkNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedInitialNodes" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedInitialNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedActivitys" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedActivity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedStringVariables" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedStringVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedOpaqueActions" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedOpaqueAction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedJoinNodes" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedJoinNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagram_tracedDecisionNodes" ordered="false" upperBound="-1" eType="#//Traced/activitydiagram/TracedDecisionNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activitydiagramConfiguration_tracedTraces" ordered="false" upperBound="-1" eType="#//Traced/activitydiagramConfiguration/TracedTrace" containment="true"/> </eClassifiers> <eSubpackages name="activitydiagram" nsURI="activitydiagram" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="TracedControlFlow" eSuperTypes="#//Traced/activitydiagram/TracedActivityEdge"> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Traced/activitydiagram/TracedBooleanVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//ControlFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedMergeNode" eSuperTypes="#//Traced/activitydiagram/TracedControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//MergeNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedBooleanVariable" eSuperTypes="#//Traced/activitydiagram/TracedVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//BooleanVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedExecutableNode" abstract="true" eSuperTypes="#//Traced/activitydiagram/TracedActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="TracedIntegerVariable" eSuperTypes="#//Traced/activitydiagram/TracedVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//IntegerVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedActivityEdge" abstract="true" eSuperTypes="#//Traced/activitydiagram/TracedNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offersTrace" upperBound="-1" eType="#//States/ActivityEdge_offers_State" containment="true" eOpposite="#//States/ActivityEdge_offers_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedNamedElement" 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="TracedVariable" abstract="true" eSuperTypes="#//Traced/activitydiagram/TracedNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Value"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentValueTrace" upperBound="-1" eType="#//States/Variable_currentValue_State" containment="true" eOpposite="#//States/Variable_currentValue_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedAction" abstract="true" eSuperTypes="#//Traced/activitydiagram/TracedExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="TracedActivityFinalNode" eSuperTypes="#//Traced/activitydiagram/TracedFinalNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//ActivityFinalNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedForkNode" eSuperTypes="#//Traced/activitydiagram/TracedControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//ForkNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedInitialNode" eSuperTypes="#//Traced/activitydiagram/TracedControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//InitialNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedActivityNode" abstract="true" eSuperTypes="#//Traced/activitydiagram/TracedNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Traced/activitydiagram/TracedActivityEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Traced/activitydiagram/TracedActivityEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Traced/activitydiagram/TracedActivity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runningTrace" upperBound="-1" eType="#//States/ActivityNode_running_State" containment="true" eOpposite="#//States/ActivityNode_running_State/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="heldTokensTrace" upperBound="-1" eType="#//States/ActivityNode_heldTokens_State" containment="true" eOpposite="#//States/ActivityNode_heldTokens_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedActivity" eSuperTypes="#//Traced/activitydiagram/TracedNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Traced/activitydiagram/TracedActivityNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Traced/activitydiagram/TracedActivityEdge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locals" upperBound="-1" eType="#//Traced/activitydiagram/TracedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="#//Traced/activitydiagram/TracedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceTrace" upperBound="-1" eType="#//States/Activity_trace_State" containment="true" eOpposite="#//States/Activity_trace_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedStringVariable" eSuperTypes="#//Traced/activitydiagram/TracedVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//StringVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedOpaqueAction" eSuperTypes="#//Traced/activitydiagram/TracedAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//OpaqueAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedJoinNode" eSuperTypes="#//Traced/activitydiagram/TracedControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//JoinNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedDecisionNode" eSuperTypes="#//Traced/activitydiagram/TracedControlNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="originalObject" eType="ecore:EClass ../model_inputs/activitydiagram.ecore#//DecisionNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedFinalNode" abstract="true" eSuperTypes="#//Traced/activitydiagram/TracedControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="TracedControlNode" abstract="true" eSuperTypes="#//Traced/activitydiagram/TracedActivityNode"/> </eSubpackages> <eSubpackages name="activitydiagramConfiguration" nsURI="activitydiagramConfiguration" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="TracedInputValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueTrace" upperBound="-1" eType="#//States/InputValue_value_State" containment="true" eOpposite="#//States/InputValue_value_State/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableTrace" upperBound="-1" eType="#//States/InputValue_variable_State" containment="true" eOpposite="#//States/InputValue_variable_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedToken" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="holderTrace" upperBound="-1" eType="#//States/Token_holder_State" containment="true" eOpposite="#//States/Token_holder_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedControlToken" eSuperTypes="#//Traced/activitydiagramConfiguration/TracedToken"/> <eClassifiers xsi:type="ecore:EClass" name="TracedInput"> <eStructuralFeatures xsi:type="ecore:EReference" name="inputValuesTrace" upperBound="-1" eType="#//States/Input_inputValues_State" containment="true" eOpposite="#//States/Input_inputValues_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedForkedToken" eSuperTypes="#//Traced/activitydiagramConfiguration/TracedToken"> <eStructuralFeatures xsi:type="ecore:EReference" name="remainingOffersCountTrace" upperBound="-1" eType="#//States/ForkedToken_remainingOffersCount_State" containment="true" eOpposite="#//States/ForkedToken_remainingOffersCount_State/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseTokenTrace" upperBound="-1" eType="#//States/ForkedToken_baseToken_State" containment="true" eOpposite="#//States/ForkedToken_baseToken_State/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseTokenIsWithdrawnTrace" upperBound="-1" eType="#//States/ForkedToken_baseTokenIsWithdrawn_State" containment="true" eOpposite="#//States/ForkedToken_baseTokenIsWithdrawn_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedOffer"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredTokensTrace" upperBound="-1" eType="#//States/Offer_offeredTokens_State" containment="true" eOpposite="#//States/Offer_offeredTokens_State/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="executedNodesTrace" upperBound="-1" eType="#//States/Trace_executedNodes_State" containment="true" eOpposite="#//States/Trace_executedNodes_State/parent"/> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"trace","name":"trace","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":"GlobalState","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticObjectsPools","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"events","nsURI":"http://events/1.0","name":"Events","id":4,"eClass":"EPackage"},{"nsPrefix":"states","nsURI":"http://states/1.0","name":"States","id":5,"eClass":"EPackage"},{"nsPrefix":"tracedclasses","nsURI":"http://tracedclasses/1.0","name":"Traced","id":6,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tracedObjects","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticObjectsPools","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Events","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"id":13,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedObjects","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventsTriggeredDuringState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputValue_value_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"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":"inputValue_variable_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":"token_holder_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input_inputValues_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forkedToken_remainingOffersCount_States","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":false,"unsettable":false,"transient":false,"unique":true,"name":"forkedToken_baseToken_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"forkedToken_baseTokenIsWithdrawn_States","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":"activityEdge_offers_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":"variable_currentValue_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"offer_offeredTokens_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"activityNode_running_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"activityNode_heldTokens_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"activity_trace_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trace_executedNodes_States","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateDuringWhichTriggered","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputValue_value_State","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputValue_variable_State","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"id":39,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token_holder_State","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"id":42,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input_inputValues_State","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"id":45,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedToken_remainingOffersCount_State","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedToken_baseToken_State","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedToken_baseTokenIsWithdrawn_State","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge_offers_State","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"id":57,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_currentValue_State","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"id":60,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offer_offeredTokens_State","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"id":63,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_running_State","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"id":66,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_heldTokens_State","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"id":69,"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":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_trace_State","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace_executedNodes_State","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"globalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pool_BooleanBinaryExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pool_StringValues","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":"pool_IntegerValues","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":"pool_BooleanValues","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":"pool_IntegerComparisonExpressions","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":"pool_BooleanUnaryExpressions","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":"pool_IntegerCalculationExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_mainEntryEventOccurrence","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_mainExitEventOccurrence","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_initializeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_initializeExitEventOccurrence","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_runEntryEventOccurrence","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_runExitEventOccurrence","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_runNodesEntryEventOccurrence","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_runNodesExitEventOccurrence","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_fireInitialNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_fireInitialNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_getEnabledNodesEntryEventOccurrence","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_getEnabledNodesExitEventOccurrence","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_selectNextNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_selectNextNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_terminateEntryEventOccurrence","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_terminateExitEventOccurrence","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_getInitialNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_getInitialNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_fireNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity_fireNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_run_activityNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_run_activityNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_isRunningEntryEventOccurrence","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_isRunningExitEventOccurrence","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_terminate_activityNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_terminate_activityNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_sendOffersEntryEventOccurrence","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_sendOffersExitEventOccurrence","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_takeOfferedTokensEntryEventOccurrence","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_takeOfferedTokensExitEventOccurrence","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_addTokensEntryEventOccurrence","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_addTokensExitEventOccurrence","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_removeTokenEntryEventOccurrence","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_removeTokenExitEventOccurrence","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_hasOffersEntryEventOccurrence","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_hasOffersExitEventOccurrence","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_isReadyEntryEventOccurrence","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode_isReadyExitEventOccurrence","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge_sendOfferEntryEventOccurrence","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge_sendOfferExitEventOccurrence","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge_takeOfferedTokens_activityEdgeExitEventOccurrence","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge_hasOfferEntryEventOccurrence","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge_hasOfferExitEventOccurrence","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode_isReady_ControlNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode_isReady_ControlNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode_fire_controlNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode_fire_controlNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_sendOffers_actionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_sendOffers_actionExitEventOccurrence","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_isReady_actionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_isReady_actionExitEventOccurrence","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_fire_actionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action_fire_actionExitEventOccurrence","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction_doAction_opaqueActionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction_doAction_opaqueActionExitEventOccurrence","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode_isReady_InitialNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode_isReady_InitialNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode_fire_initialNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode_fire_initialNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode_fire_activityFinalNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode_fire_forkNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode_fire_forkNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode_hasOffers_mergeNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode_hasOffers_mergeNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode_fire_decisionNodeEntryEventOccurrence","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode_fire_decisionNodeExitEventOccurrence","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable_setCurrentValue_integerVariableExitEventOccurrence","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable_getCurrentValueValue_integerVariableExitEventOccurrence","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVariable_setCurrentValue_stringVariableEntryEventOccurrence","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVariable_setCurrentValue_stringVariableExitEventOccurrence","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVariable_getCurrentValueValue_stringVariableExitEventOccurrence","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable_setCurrentValue_boolenVariableExitEventOccurrence","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable_getCurrentValueValue_booleanVariableExitEventOccurrence","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression_getOperandCurrentValuesEntryEventOccurrence","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression_getOperandCurrentValuesExitEventOccurrence","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression_execute_integerCalculationExpressionExitEventOccurrence","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression_evaluateADDEntryEventOccurrence","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression_evaluateADDExitEventOccurrence","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression_evaluateSUBTRACTExitEventOccurrence","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_execute_IntegerComparisionExpressionExitEventOccurrence","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateSMALLERExitEventOccurrence","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateSMALLER_EQUALSExitEventOccurrence","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateEQUALSExitEventOccurrence","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateGREATER_EQUALSExitEventOccurrence","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression_evaluateGREATERExitEventOccurrence","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression_execute_booleanUnaryExpressionExitEventOccurrence","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression_evaluateNOTEntryEventOccurrence","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression_evaluateNOTExitEventOccurrence","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression_execute_booleanBinaryExpressionExitEventOccurrence","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression_evaluateANDEntryEventOccurrence","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression_evaluateANDExitEventOccurrence","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression_evaluateOREntryEventOccurrence","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression_evaluateORExitEventOccurrence","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token_isWithdrawnEntryEventOccurrence","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token_isWithdrawnExitEventOccurrence","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token_transferEntryEventOccurrence","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token_transferExitEventOccurrence","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token_withdrawEntryEventOccurrence","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token_withdrawExitEventOccurrence","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedToken_withdraw_forkedTokenEntryEventOccurrence","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedToken_withdraw_forkedTokenExitEventOccurrence","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offer_hasTokensEntryEventOccurrence","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offer_hasTokensExitEventOccurrence","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_mainEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Activity_mainExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_initializeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Activity_initializeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_runEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_runExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_runNodesEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_runNodesExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_fireInitialNodeEntryEventOccurrence_Trace","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":"Activity_fireInitialNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_getEnabledNodesEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_getEnabledNodesExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_selectNextNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_selectNextNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_terminateEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_terminateExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_getInitialNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_getInitialNodeExitEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"Activity_fireNodeEntryEventOccurrence_Trace","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":"Activity_fireNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_run_activityNodeEntryEventOccurrence_Trace","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":"ActivityNode_run_activityNodeExitEventOccurrence_Trace","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":"ActivityNode_isRunningEntryEventOccurrence_Trace","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":"ActivityNode_isRunningExitEventOccurrence_Trace","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":"ActivityNode_terminate_activityNodeEntryEventOccurrence_Trace","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":"ActivityNode_terminate_activityNodeExitEventOccurrence_Trace","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":"ActivityNode_sendOffersEntryEventOccurrence_Trace","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":"ActivityNode_sendOffersExitEventOccurrence_Trace","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":"ActivityNode_takeOfferedTokensEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_takeOfferedTokensExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_addTokensEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_addTokensExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_removeTokenEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_removeTokenExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_hasOffersEntryEventOccurrence_Trace","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":"ActivityNode_hasOffersExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityNode_isReadyEntryEventOccurrence_Trace","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":false,"transient":false,"unique":true,"name":"ActivityNode_isReadyExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ActivityEdge_sendOfferEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityEdge_sendOfferExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityEdge_takeOfferedTokens_activityEdgeEntryEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityEdge_takeOfferedTokens_activityEdgeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityEdge_hasOfferEntryEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityEdge_hasOfferExitEventOccurrence_Trace","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":"ControlNode_isReady_ControlNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ControlNode_isReady_ControlNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ControlNode_fire_controlNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ControlNode_fire_controlNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Action_sendOffers_actionEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Action_sendOffers_actionExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Action_isReady_actionEntryEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"Action_isReady_actionExitEventOccurrence_Trace","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":"Action_fire_actionEntryEventOccurrence_Trace","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":"Action_fire_actionExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"OpaqueAction_doAction_opaqueActionEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"OpaqueAction_doAction_opaqueActionExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"InitialNode_isReady_InitialNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"InitialNode_isReady_InitialNodeExitEventOccurrence_Trace","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":"InitialNode_fire_initialNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"InitialNode_fire_initialNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityFinalNode_fire_activityFinalNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ActivityFinalNode_fire_activityFinalNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ForkNode_fire_forkNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ForkNode_fire_forkNodeExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MergeNode_hasOffers_mergeNodeEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MergeNode_hasOffers_mergeNodeExitEventOccurrence_Trace","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":"DecisionNode_fire_decisionNodeEntryEventOccurrence_Trace","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":"DecisionNode_fire_decisionNodeExitEventOccurrence_Trace","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":"IntegerVariable_setCurrentValue_integerVariableEntryEventOccurrence_Trace","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":"IntegerVariable_setCurrentValue_integerVariableExitEventOccurrence_Trace","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":"IntegerVariable_getCurrentValueValue_integerVariableEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerVariable_getCurrentValueValue_integerVariableExitEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"StringVariable_setCurrentValue_stringVariableEntryEventOccurrence_Trace","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":"StringVariable_setCurrentValue_stringVariableExitEventOccurrence_Trace","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":"StringVariable_getCurrentValueValue_stringVariableEntryEventOccurrence_Trace","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":"StringVariable_getCurrentValueValue_stringVariableExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanVariable_setCurrentValue_boolenVariableEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanVariable_setCurrentValue_boolenVariableExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"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":"BooleanVariable_getCurrentValueValue_booleanVariableEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanVariable_getCurrentValueValue_booleanVariableExitEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerExpression_getOperandCurrentValuesEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"IntegerExpression_getOperandCurrentValuesExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerCalculationExpression_execute_integerCalculationExpressionEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerCalculationExpression_execute_integerCalculationExpressionExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerCalculationExpression_evaluateADDEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerCalculationExpression_evaluateADDExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"IntegerCalculationExpression_evaluateSUBTRACTEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerCalculationExpression_evaluateSUBTRACTExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_execute_IntegerComparisionExpressionEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_execute_IntegerComparisionExpressionExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateSMALLEREntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateSMALLERExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateSMALLER_EQUALSEntryEventOccurrence_Trace","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":"IntegerComparisonExpression_evaluateSMALLER_EQUALSExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateEQUALSEntryEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateEQUALSExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateGREATER_EQUALSEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateGREATER_EQUALSExitEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateGREATEREntryEventOccurrence_Trace","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":true,"unsettable":false,"transient":false,"unique":true,"name":"IntegerComparisonExpression_evaluateGREATERExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanUnaryExpression_execute_booleanUnaryExpressionEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanUnaryExpression_execute_booleanUnaryExpressionExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanUnaryExpression_evaluateNOTEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanUnaryExpression_evaluateNOTExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"BooleanBinaryExpression_execute_booleanBinaryExpressionEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanBinaryExpression_execute_booleanBinaryExpressionExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanBinaryExpression_evaluateANDEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanBinaryExpression_evaluateANDExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanBinaryExpression_evaluateOREntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BooleanBinaryExpression_evaluateORExitEventOccurrence_Trace","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":"Token_isWithdrawnEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Token_isWithdrawnExitEventOccurrence_Trace","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":"Token_transferEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Token_transferExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Token_withdrawEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Token_withdrawExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ForkedToken_withdraw_forkedTokenEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ForkedToken_withdraw_forkedTokenExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Offer_hasTokensEntryEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Offer_hasTokensExitEventOccurrence_Trace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputValuesParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedActivity","instanceClass":null,"abstract":false,"id":455,"interface":false,"eClass":"EClass"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputValuesParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enabledNodesReturn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"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":"activityNodesParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedNodeReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialNodeReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedActivityNode","instanceClass":null,"abstract":true,"id":529,"interface":false,"eClass":"EClass"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isRunningReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"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":"tokensParam","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensReturn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"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":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokenParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":573,"derived":false},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":591,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isReadyReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedActivityEdge","instanceClass":null,"abstract":true,"id":599,"interface":false,"eClass":"EClass"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":608,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensReturn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasOfferReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":617,"derived":false},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedControlNode","instanceClass":null,"abstract":true,"id":623,"interface":false,"eClass":"EClass"},{"id":624,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":625,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isReadyReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":631,"derived":false},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedToken","instanceClass":null,"abstract":true,"id":634,"interface":false,"eClass":"EClass"},{"id":635,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedAction","instanceClass":null,"abstract":true,"id":641,"interface":false,"eClass":"EClass"},{"id":642,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":646,"derived":false},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isReadyReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":650,"derived":false},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedOpaqueAction","instanceClass":null,"abstract":false,"id":664,"interface":false,"eClass":"EClass"},{"id":665,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedInitialNode","instanceClass":null,"abstract":false,"id":671,"interface":false,"eClass":"EClass"},{"id":672,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isReadyReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":674,"derived":false},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":679,"derived":false},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"derived":false},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":686,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":687,"derived":false},{"id":688,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedActivityFinalNode","instanceClass":null,"abstract":false,"id":689,"interface":false,"eClass":"EClass"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedForkNode","instanceClass":null,"abstract":false,"id":698,"interface":false,"eClass":"EClass"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":704,"derived":false},{"id":705,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedMergeNode","instanceClass":null,"abstract":false,"id":706,"interface":false,"eClass":"EClass"},{"id":707,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":708,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":709,"derived":false},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":713,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokensParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":714,"derived":false},{"id":715,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedDecisionNode","instanceClass":null,"abstract":false,"id":716,"interface":false,"eClass":"EClass"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":719,"derived":false},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":723,"derived":false},{"id":724,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedIntegerVariable","instanceClass":null,"abstract":false,"id":725,"interface":false,"eClass":"EClass"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":728,"derived":false},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":740,"derived":false},{"id":741,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedStringVariable","instanceClass":null,"abstract":false,"id":742,"interface":false,"eClass":"EClass"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":745,"derived":false},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":748,"derived":false},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":751,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":756,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":757,"derived":false},{"id":758,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedBooleanVariable","instanceClass":null,"abstract":false,"id":759,"interface":false,"eClass":"EClass"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":762,"derived":false},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":765,"derived":false},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":768,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":769,"derived":false},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":773,"derived":false},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":776,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand1ValueReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":777,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand2ValueReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":778,"derived":false},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":783,"derived":false},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":786,"derived":false},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":789,"derived":false},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":793,"derived":false},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":800,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":801,"derived":false},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":805,"derived":false},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":808,"derived":false},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"derived":false},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":814,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":819,"derived":false},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":822,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":823,"derived":false},{"id":824,"eClass":"EGenericType"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":827,"derived":false},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":830,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":831,"derived":false},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"id":834,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":835,"derived":false},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":838,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":839,"derived":false},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":843,"derived":false},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":846,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":847,"derived":false},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":851,"derived":false},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":854,"derived":false},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":857,"derived":false},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":860,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":861,"derived":false},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":868,"derived":false},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":874,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":875,"derived":false},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":879,"derived":false},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":882,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":883,"derived":false},{"id":884,"eClass":"EGenericType"},{"id":885,"eClass":"EGenericType"},{"id":886,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":887,"derived":false},{"id":888,"eClass":"EGenericType"},{"id":889,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":890,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isWithdrawnReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":891,"derived":false},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"id":894,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"holderParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":900,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transferredTokenReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":901,"derived":false},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":905,"derived":false},{"id":906,"eClass":"EGenericType"},{"id":907,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":908,"derived":false},{"id":909,"eClass":"EGenericType"},{"id":910,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":911,"derived":false},{"id":912,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedForkedToken","instanceClass":null,"abstract":false,"id":913,"interface":false,"eClass":"EClass"},{"id":914,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":915,"derived":false},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":918,"derived":false},{"id":919,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedOffer","instanceClass":null,"abstract":false,"id":920,"interface":false,"eClass":"EClass"},{"id":921,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correspondingEntryEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":922,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTokensReturn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":923,"derived":false},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":927,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":928,"derived":false},{"id":929,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedInputValue","instanceClass":null,"abstract":false,"id":930,"interface":false,"eClass":"EClass"},{"id":931,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":932,"derived":false},{"id":933,"eClass":"EGenericType"},{"container":false,"ordered":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":934,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":935,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedVariable","instanceClass":null,"abstract":true,"id":936,"interface":false,"eClass":"EClass"},{"id":937,"eClass":"EGenericType"},{"id":938,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":939,"derived":false},{"id":940,"eClass":"EGenericType"},{"container":false,"ordered":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":941,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":942,"derived":false},{"id":943,"eClass":"EGenericType"},{"id":944,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"holderTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":945,"derived":false},{"id":946,"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":"inputValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":947,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":948,"derived":false},{"id":949,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedInput","instanceClass":null,"abstract":false,"id":950,"interface":false,"eClass":"EClass"},{"id":951,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValuesTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":952,"derived":false},{"id":953,"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":"remainingOffersCount","changeable":true,"lowerBound":1,"iD":false,"id":954,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":955,"derived":false},{"id":956,"eClass":"EGenericType"},{"id":957,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"remainingOffersCountTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":958,"derived":false},{"id":959,"eClass":"EGenericType"},{"container":false,"ordered":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":960,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":961,"derived":false},{"id":962,"eClass":"EGenericType"},{"id":963,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseTokenTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":964,"derived":false},{"id":965,"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":"baseTokenIsWithdrawn","changeable":true,"lowerBound":1,"iD":false,"id":966,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":967,"derived":false},{"id":968,"eClass":"EGenericType"},{"id":969,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseTokenIsWithdrawnTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":970,"derived":false},{"id":971,"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":"offers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":972,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":973,"derived":false},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offersTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":976,"derived":false},{"id":977,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":978,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":979,"derived":false},{"id":980,"eClass":"EGenericType"},{"id":981,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentValueTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":982,"derived":false},{"id":983,"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":"offeredTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":984,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":985,"derived":false},{"id":986,"eClass":"EGenericType"},{"id":987,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredTokensTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":988,"derived":false},{"id":989,"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":"running","changeable":true,"lowerBound":1,"iD":false,"id":990,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":991,"derived":false},{"id":992,"eClass":"EGenericType"},{"id":993,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runningTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":994,"derived":false},{"id":995,"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":"heldTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":996,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":997,"derived":false},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"heldTokensTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1000,"derived":false},{"id":1001,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1002,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1003,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedTrace","instanceClass":null,"abstract":false,"id":1004,"interface":false,"eClass":"EClass"},{"id":1005,"eClass":"EGenericType"},{"id":1006,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traceTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1007,"derived":false},{"id":1008,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executedNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1009,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":1010,"derived":false},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executedNodesTrace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1013,"derived":false},{"id":1014,"eClass":"EGenericType"},{"nsPrefix":"","nsURI":"activitydiagram","name":"activitydiagram","id":1015,"eClass":"EPackage"},{"nsPrefix":"","nsURI":"activitydiagramConfiguration","name":"activitydiagramConfiguration","id":1016,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagram_tracedControlFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1017,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagramConfiguration_tracedInputValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1018,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagram_tracedMergeNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1019,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagram_tracedBooleanVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1020,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagramConfiguration_tracedControlTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1021,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagramConfiguration_tracedInputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1022,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagram_tracedIntegerVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1023,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagramConfiguration_tracedForkedTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1024,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagram_tracedActivityFinalNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1025,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagramConfiguration_tracedOffers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1026,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagram_tracedForkNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1027,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activitydiagram_tracedInitialNodes","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":"activitydiagram_tracedActivitys","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":"activitydiagram_tracedStringVariables","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":"activitydiagram_tracedOpaqueActions","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":"activitydiagram_tracedJoinNodes","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":"activitydiagram_tracedDecisionNodes","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":"activitydiagramConfiguration_tracedTraces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1034,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedControlFlow","instanceClass":null,"abstract":false,"id":1035,"interface":false,"eClass":"EClass"},{"id":1036,"eClass":"EGenericType"},{"id":1037,"eClass":"EGenericType"},{"id":1038,"eClass":"EGenericType"},{"id":1039,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedControlToken","instanceClass":null,"abstract":false,"id":1040,"interface":false,"eClass":"EClass"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedJoinNode","instanceClass":null,"abstract":false,"id":1052,"interface":false,"eClass":"EClass"},{"id":1053,"eClass":"EGenericType"},{"id":1054,"eClass":"EGenericType"},{"id":1055,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedExecutableNode","instanceClass":null,"abstract":true,"id":1056,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedNamedElement","instanceClass":null,"abstract":true,"id":1057,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedFinalNode","instanceClass":null,"abstract":true,"id":1058,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1059,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1060,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1064,"derived":false},{"id":1065,"eClass":"EGenericType"},{"id":1066,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1067,"derived":false},{"id":1068,"eClass":"EGenericType"},{"id":1069,"eClass":"EGenericType"},{"id":1070,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1071,"derived":false},{"id":1072,"eClass":"EGenericType"},{"id":1073,"eClass":"EGenericType"},{"container":false,"ordered":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":1074,"derived":false},{"container":false,"ordered":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":1075,"derived":false},{"id":1076,"eClass":"EGenericType"},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"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":1080,"derived":false},{"id":1081,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1087,"derived":false},{"id":1088,"eClass":"EGenericType"},{"id":1089,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1090,"derived":false},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1093,"derived":false},{"id":1094,"eClass":"EGenericType"},{"id":1095,"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":1096,"derived":false},{"container":false,"ordered":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":1097,"derived":false},{"container":false,"ordered":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":1098,"derived":false},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"id":1103,"eClass":"EGenericType"},{"id":1104,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"locals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","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"},{"id":1116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1117,"derived":false},{"id":1118,"eClass":"EGenericType"},{"id":1119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1121,"derived":false},{"id":1122,"eClass":"EGenericType"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1125,"derived":false},{"id":1126,"eClass":"EGenericType"},{"id":1127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1128,"derived":false},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"id":1132,"eClass":"EGenericType"},{"id":1133,"eClass":"EGenericType"},{"id":1134,"eClass":"EGenericType"},{"id":1135,"eClass":"EGenericType"},{"id":1136,"eClass":"EGenericType"},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"id":1140,"eClass":"EGenericType"},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"id":1143,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":8,"target":12},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":12},{"source":9,"target":14},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":14},{"source":10,"target":3},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":3},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":17,"target":32},{"source":17,"target":33},{"source":17,"target":2},{"source":17,"target":34},{"source":33,"target":32},{"source":18,"target":35},{"source":18,"target":36},{"source":18,"target":2},{"source":18,"target":37},{"source":36,"target":35},{"source":19,"target":38},{"source":19,"target":39},{"source":19,"target":2},{"source":19,"target":40},{"source":39,"target":38},{"source":20,"target":41},{"source":20,"target":42},{"source":20,"target":2},{"source":20,"target":43},{"source":42,"target":41},{"source":21,"target":44},{"source":21,"target":45},{"source":21,"target":2},{"source":21,"target":46},{"source":45,"target":44},{"source":22,"target":47},{"source":22,"target":48},{"source":22,"target":2},{"source":22,"target":49},{"source":48,"target":47},{"source":23,"target":50},{"source":23,"target":51},{"source":23,"target":2},{"source":23,"target":52},{"source":51,"target":50},{"source":24,"target":53},{"source":24,"target":54},{"source":24,"target":2},{"source":24,"target":55},{"source":54,"target":53},{"source":25,"target":56},{"source":25,"target":57},{"source":25,"target":2},{"source":25,"target":58},{"source":57,"target":56},{"source":26,"target":59},{"source":26,"target":60},{"source":26,"target":2},{"source":26,"target":61},{"source":60,"target":59},{"source":27,"target":62},{"source":27,"target":63},{"source":27,"target":2},{"source":27,"target":64},{"source":63,"target":62},{"source":28,"target":65},{"source":28,"target":66},{"source":28,"target":2},{"source":28,"target":67},{"source":66,"target":65},{"source":29,"target":68},{"source":29,"target":69},{"source":29,"target":2},{"source":29,"target":70},{"source":69,"target":68},{"source":30,"target":71},{"source":30,"target":72},{"source":30,"target":2},{"source":30,"target":73},{"source":72,"target":71},{"source":31,"target":74},{"source":31,"target":75},{"source":31,"target":2},{"source":31,"target":76},{"source":75,"target":74},{"source":3,"target":0},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":77,"target":84},{"source":77,"target":3},{"source":78,"target":85},{"source":78,"target":3},{"source":79,"target":86},{"source":79,"target":3},{"source":80,"target":87},{"source":80,"target":3},{"source":81,"target":88},{"source":81,"target":3},{"source":82,"target":89},{"source":82,"target":3},{"source":83,"target":90},{"source":83,"target":3},{"source":4,"target":32},{"source":4,"target":12},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"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":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":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":4,"target":135},{"source":4,"target":136},{"source":4,"target":137},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":149},{"source":4,"target":150},{"source":4,"target":151},{"source":4,"target":152},{"source":4,"target":153},{"source":4,"target":154},{"source":4,"target":155},{"source":4,"target":156},{"source":4,"target":157},{"source":4,"target":158},{"source":4,"target":159},{"source":4,"target":160},{"source":4,"target":161},{"source":4,"target":162},{"source":4,"target":163},{"source":4,"target":164},{"source":4,"target":165},{"source":4,"target":166},{"source":4,"target":167},{"source":4,"target":168},{"source":4,"target":169},{"source":4,"target":170},{"source":4,"target":171},{"source":4,"target":172},{"source":4,"target":173},{"source":4,"target":174},{"source":4,"target":175},{"source":4,"target":176},{"source":4,"target":177},{"source":4,"target":178},{"source":4,"target":179},{"source":4,"target":180},{"source":4,"target":181},{"source":4,"target":182},{"source":4,"target":183},{"source":4,"target":184},{"source":4,"target":185},{"source":4,"target":186},{"source":4,"target":187},{"source":4,"target":188},{"source":4,"target":189},{"source":4,"target":190},{"source":4,"target":191},{"source":4,"target":192},{"source":4,"target":193},{"source":4,"target":194},{"source":4,"target":195},{"source":4,"target":196},{"source":4,"target":197},{"source":4,"target":198},{"source":4,"target":199},{"source":4,"target":200},{"source":4,"target":201},{"source":4,"target":202},{"source":4,"target":203},{"source":4,"target":204},{"source":4,"target":205},{"source":4,"target":206},{"source":4,"target":207},{"source":4,"target":208},{"source":4,"target":209},{"source":4,"target":210},{"source":4,"target":0},{"source":32,"target":4},{"source":32,"target":34},{"source":34,"target":2},{"source":34,"target":211},{"source":34,"target":32},{"source":34,"target":17},{"source":211,"target":2},{"source":12,"target":4},{"source":12,"target":212},{"source":12,"target":213},{"source":12,"target":214},{"source":12,"target":215},{"source":12,"target":216},{"source":12,"target":217},{"source":12,"target":218},{"source":12,"target":219},{"source":12,"target":220},{"source":12,"target":221},{"source":12,"target":222},{"source":12,"target":223},{"source":12,"target":224},{"source":12,"target":225},{"source":12,"target":226},{"source":12,"target":227},{"source":12,"target":228},{"source":12,"target":229},{"source":12,"target":230},{"source":12,"target":231},{"source":12,"target":232},{"source":12,"target":233},{"source":12,"target":234},{"source":12,"target":235},{"source":12,"target":236},{"source":12,"target":237},{"source":12,"target":238},{"source":12,"target":239},{"source":12,"target":240},{"source":12,"target":241},{"source":12,"target":242},{"source":12,"target":243},{"source":12,"target":244},{"source":12,"target":245},{"source":12,"target":246},{"source":12,"target":247},{"source":12,"target":248},{"source":12,"target":249},{"source":12,"target":250},{"source":12,"target":251},{"source":12,"target":252},{"source":12,"target":253},{"source":12,"target":254},{"source":12,"target":255},{"source":12,"target":256},{"source":12,"target":257},{"source":12,"target":258},{"source":12,"target":259},{"source":12,"target":260},{"source":12,"target":261},{"source":12,"target":262},{"source":12,"target":263},{"source":12,"target":264},{"source":12,"target":265},{"source":12,"target":266},{"source":12,"target":267},{"source":12,"target":268},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":271},{"source":12,"target":272},{"source":12,"target":273},{"source":12,"target":274},{"source":12,"target":275},{"source":12,"target":276},{"source":12,"target":277},{"source":12,"target":278},{"source":12,"target":279},{"source":12,"target":280},{"source":12,"target":281},{"source":12,"target":282},{"source":12,"target":283},{"source":12,"target":284},{"source":12,"target":285},{"source":12,"target":286},{"source":12,"target":287},{"source":12,"target":288},{"source":12,"target":289},{"source":12,"target":290},{"source":12,"target":291},{"source":12,"target":292},{"source":12,"target":293},{"source":12,"target":294},{"source":12,"target":295},{"source":12,"target":296},{"source":12,"target":297},{"source":12,"target":298},{"source":12,"target":299},{"source":12,"target":300},{"source":12,"target":301},{"source":12,"target":302},{"source":12,"target":303},{"source":12,"target":304},{"source":12,"target":305},{"source":12,"target":306},{"source":12,"target":307},{"source":12,"target":308},{"source":12,"target":309},{"source":12,"target":310},{"source":12,"target":311},{"source":12,"target":312},{"source":12,"target":313},{"source":12,"target":314},{"source":12,"target":315},{"source":12,"target":316},{"source":12,"target":317},{"source":12,"target":318},{"source":12,"target":319},{"source":12,"target":320},{"source":12,"target":321},{"source":12,"target":322},{"source":12,"target":323},{"source":12,"target":324},{"source":12,"target":325},{"source":12,"target":326},{"source":12,"target":327},{"source":12,"target":328},{"source":12,"target":329},{"source":12,"target":330},{"source":12,"target":331},{"source":212,"target":91},{"source":212,"target":332},{"source":212,"target":12},{"source":332,"target":91},{"source":213,"target":92},{"source":213,"target":333},{"source":213,"target":12},{"source":333,"target":92},{"source":214,"target":93},{"source":214,"target":334},{"source":214,"target":12},{"source":334,"target":93},{"source":215,"target":94},{"source":215,"target":335},{"source":215,"target":12},{"source":335,"target":94},{"source":216,"target":95},{"source":216,"target":336},{"source":216,"target":12},{"source":336,"target":95},{"source":217,"target":96},{"source":217,"target":337},{"source":217,"target":12},{"source":337,"target":96},{"source":218,"target":97},{"source":218,"target":338},{"source":218,"target":12},{"source":338,"target":97},{"source":219,"target":98},{"source":219,"target":339},{"source":219,"target":12},{"source":339,"target":98},{"source":220,"target":99},{"source":220,"target":340},{"source":220,"target":12},{"source":340,"target":99},{"source":221,"target":100},{"source":221,"target":341},{"source":221,"target":12},{"source":341,"target":100},{"source":222,"target":101},{"source":222,"target":342},{"source":222,"target":12},{"source":342,"target":101},{"source":223,"target":102},{"source":223,"target":343},{"source":223,"target":12},{"source":343,"target":102},{"source":224,"target":103},{"source":224,"target":344},{"source":224,"target":12},{"source":344,"target":103},{"source":225,"target":104},{"source":225,"target":345},{"source":225,"target":12},{"source":345,"target":104},{"source":226,"target":105},{"source":226,"target":346},{"source":226,"target":12},{"source":346,"target":105},{"source":227,"target":106},{"source":227,"target":347},{"source":227,"target":12},{"source":347,"target":106},{"source":228,"target":107},{"source":228,"target":348},{"source":228,"target":12},{"source":348,"target":107},{"source":229,"target":108},{"source":229,"target":349},{"source":229,"target":12},{"source":349,"target":108},{"source":230,"target":109},{"source":230,"target":350},{"source":230,"target":12},{"source":350,"target":109},{"source":231,"target":110},{"source":231,"target":351},{"source":231,"target":12},{"source":351,"target":110},{"source":232,"target":111},{"source":232,"target":352},{"source":232,"target":12},{"source":352,"target":111},{"source":233,"target":112},{"source":233,"target":353},{"source":233,"target":12},{"source":353,"target":112},{"source":234,"target":113},{"source":234,"target":354},{"source":234,"target":12},{"source":354,"target":113},{"source":235,"target":114},{"source":235,"target":355},{"source":235,"target":12},{"source":355,"target":114},{"source":236,"target":115},{"source":236,"target":356},{"source":236,"target":12},{"source":356,"target":115},{"source":237,"target":116},{"source":237,"target":357},{"source":237,"target":12},{"source":357,"target":116},{"source":238,"target":117},{"source":238,"target":358},{"source":238,"target":12},{"source":358,"target":117},{"source":239,"target":118},{"source":239,"target":359},{"source":239,"target":12},{"source":359,"target":118},{"source":240,"target":119},{"source":240,"target":360},{"source":240,"target":12},{"source":360,"target":119},{"source":241,"target":120},{"source":241,"target":361},{"source":241,"target":12},{"source":361,"target":120},{"source":242,"target":121},{"source":242,"target":362},{"source":242,"target":12},{"source":362,"target":121},{"source":243,"target":122},{"source":243,"target":363},{"source":243,"target":12},{"source":363,"target":122},{"source":244,"target":123},{"source":244,"target":364},{"source":244,"target":12},{"source":364,"target":123},{"source":245,"target":124},{"source":245,"target":365},{"source":245,"target":12},{"source":365,"target":124},{"source":246,"target":125},{"source":246,"target":366},{"source":246,"target":12},{"source":366,"target":125},{"source":247,"target":126},{"source":247,"target":367},{"source":247,"target":12},{"source":367,"target":126},{"source":248,"target":127},{"source":248,"target":368},{"source":248,"target":12},{"source":368,"target":127},{"source":249,"target":128},{"source":249,"target":369},{"source":249,"target":12},{"source":369,"target":128},{"source":250,"target":129},{"source":250,"target":370},{"source":250,"target":12},{"source":370,"target":129},{"source":251,"target":130},{"source":251,"target":371},{"source":251,"target":12},{"source":371,"target":130},{"source":252,"target":131},{"source":252,"target":372},{"source":252,"target":12},{"source":372,"target":131},{"source":253,"target":132},{"source":253,"target":373},{"source":253,"target":12},{"source":373,"target":132},{"source":254,"target":133},{"source":254,"target":374},{"source":254,"target":12},{"source":374,"target":133},{"source":255,"target":134},{"source":255,"target":375},{"source":255,"target":12},{"source":375,"target":134},{"source":256,"target":135},{"source":256,"target":376},{"source":256,"target":12},{"source":376,"target":135},{"source":257,"target":136},{"source":257,"target":377},{"source":257,"target":12},{"source":377,"target":136},{"source":258,"target":137},{"source":258,"target":378},{"source":258,"target":12},{"source":378,"target":137},{"source":259,"target":138},{"source":259,"target":379},{"source":259,"target":12},{"source":379,"target":138},{"source":260,"target":139},{"source":260,"target":380},{"source":260,"target":12},{"source":380,"target":139},{"source":261,"target":140},{"source":261,"target":381},{"source":261,"target":12},{"source":381,"target":140},{"source":262,"target":141},{"source":262,"target":382},{"source":262,"target":12},{"source":382,"target":141},{"source":263,"target":142},{"source":263,"target":383},{"source":263,"target":12},{"source":383,"target":142},{"source":264,"target":143},{"source":264,"target":384},{"source":264,"target":12},{"source":384,"target":143},{"source":265,"target":144},{"source":265,"target":385},{"source":265,"target":12},{"source":385,"target":144},{"source":266,"target":145},{"source":266,"target":386},{"source":266,"target":12},{"source":386,"target":145},{"source":267,"target":146},{"source":267,"target":387},{"source":267,"target":12},{"source":387,"target":146},{"source":268,"target":147},{"source":268,"target":388},{"source":268,"target":12},{"source":388,"target":147},{"source":269,"target":148},{"source":269,"target":389},{"source":269,"target":12},{"source":389,"target":148},{"source":270,"target":149},{"source":270,"target":390},{"source":270,"target":12},{"source":390,"target":149},{"source":271,"target":150},{"source":271,"target":391},{"source":271,"target":12},{"source":391,"target":150},{"source":272,"target":151},{"source":272,"target":392},{"source":272,"target":12},{"source":392,"target":151},{"source":273,"target":152},{"source":273,"target":393},{"source":273,"target":12},{"source":393,"target":152},{"source":274,"target":153},{"source":274,"target":394},{"source":274,"target":12},{"source":394,"target":153},{"source":275,"target":154},{"source":275,"target":395},{"source":275,"target":12},{"source":395,"target":154},{"source":276,"target":155},{"source":276,"target":396},{"source":276,"target":12},{"source":396,"target":155},{"source":277,"target":156},{"source":277,"target":397},{"source":277,"target":12},{"source":397,"target":156},{"source":278,"target":157},{"source":278,"target":398},{"source":278,"target":12},{"source":398,"target":157},{"source":279,"target":158},{"source":279,"target":399},{"source":279,"target":12},{"source":399,"target":158},{"source":280,"target":159},{"source":280,"target":400},{"source":280,"target":12},{"source":400,"target":159},{"source":281,"target":160},{"source":281,"target":401},{"source":281,"target":12},{"source":401,"target":160},{"source":282,"target":161},{"source":282,"target":402},{"source":282,"target":12},{"source":402,"target":161},{"source":283,"target":162},{"source":283,"target":403},{"source":283,"target":12},{"source":403,"target":162},{"source":284,"target":163},{"source":284,"target":404},{"source":284,"target":12},{"source":404,"target":163},{"source":285,"target":164},{"source":285,"target":405},{"source":285,"target":12},{"source":405,"target":164},{"source":286,"target":165},{"source":286,"target":406},{"source":286,"target":12},{"source":406,"target":165},{"source":287,"target":166},{"source":287,"target":407},{"source":287,"target":12},{"source":407,"target":166},{"source":288,"target":167},{"source":288,"target":408},{"source":288,"target":12},{"source":408,"target":167},{"source":289,"target":168},{"source":289,"target":409},{"source":289,"target":12},{"source":409,"target":168},{"source":290,"target":169},{"source":290,"target":410},{"source":290,"target":12},{"source":410,"target":169},{"source":291,"target":170},{"source":291,"target":411},{"source":291,"target":12},{"source":411,"target":170},{"source":292,"target":171},{"source":292,"target":412},{"source":292,"target":12},{"source":412,"target":171},{"source":293,"target":172},{"source":293,"target":413},{"source":293,"target":12},{"source":413,"target":172},{"source":294,"target":173},{"source":294,"target":414},{"source":294,"target":12},{"source":414,"target":173},{"source":295,"target":174},{"source":295,"target":415},{"source":295,"target":12},{"source":415,"target":174},{"source":296,"target":175},{"source":296,"target":416},{"source":296,"target":12},{"source":416,"target":175},{"source":297,"target":176},{"source":297,"target":417},{"source":297,"target":12},{"source":417,"target":176},{"source":298,"target":177},{"source":298,"target":418},{"source":298,"target":12},{"source":418,"target":177},{"source":299,"target":178},{"source":299,"target":419},{"source":299,"target":12},{"source":419,"target":178},{"source":300,"target":179},{"source":300,"target":420},{"source":300,"target":12},{"source":420,"target":179},{"source":301,"target":180},{"source":301,"target":421},{"source":301,"target":12},{"source":421,"target":180},{"source":302,"target":181},{"source":302,"target":422},{"source":302,"target":12},{"source":422,"target":181},{"source":303,"target":182},{"source":303,"target":423},{"source":303,"target":12},{"source":423,"target":182},{"source":304,"target":183},{"source":304,"target":424},{"source":304,"target":12},{"source":424,"target":183},{"source":305,"target":184},{"source":305,"target":425},{"source":305,"target":12},{"source":425,"target":184},{"source":306,"target":185},{"source":306,"target":426},{"source":306,"target":12},{"source":426,"target":185},{"source":307,"target":186},{"source":307,"target":427},{"source":307,"target":12},{"source":427,"target":186},{"source":308,"target":187},{"source":308,"target":428},{"source":308,"target":12},{"source":428,"target":187},{"source":309,"target":188},{"source":309,"target":429},{"source":309,"target":12},{"source":429,"target":188},{"source":310,"target":189},{"source":310,"target":430},{"source":310,"target":12},{"source":430,"target":189},{"source":311,"target":190},{"source":311,"target":431},{"source":311,"target":12},{"source":431,"target":190},{"source":312,"target":191},{"source":312,"target":432},{"source":312,"target":12},{"source":432,"target":191},{"source":313,"target":192},{"source":313,"target":433},{"source":313,"target":12},{"source":433,"target":192},{"source":314,"target":193},{"source":314,"target":434},{"source":314,"target":12},{"source":434,"target":193},{"source":315,"target":194},{"source":315,"target":435},{"source":315,"target":12},{"source":435,"target":194},{"source":316,"target":195},{"source":316,"target":436},{"source":316,"target":12},{"source":436,"target":195},{"source":317,"target":196},{"source":317,"target":437},{"source":317,"target":12},{"source":437,"target":196},{"source":318,"target":197},{"source":318,"target":438},{"source":318,"target":12},{"source":438,"target":197},{"source":319,"target":198},{"source":319,"target":439},{"source":319,"target":12},{"source":439,"target":198},{"source":320,"target":199},{"source":320,"target":440},{"source":320,"target":12},{"source":440,"target":199},{"source":321,"target":200},{"source":321,"target":441},{"source":321,"target":12},{"source":441,"target":200},{"source":322,"target":201},{"source":322,"target":442},{"source":322,"target":12},{"source":442,"target":201},{"source":323,"target":202},{"source":323,"target":443},{"source":323,"target":12},{"source":443,"target":202},{"source":324,"target":203},{"source":324,"target":444},{"source":324,"target":12},{"source":444,"target":203},{"source":325,"target":204},{"source":325,"target":445},{"source":325,"target":12},{"source":445,"target":204},{"source":326,"target":205},{"source":326,"target":446},{"source":326,"target":12},{"source":446,"target":205},{"source":327,"target":206},{"source":327,"target":447},{"source":327,"target":12},{"source":447,"target":206},{"source":328,"target":207},{"source":328,"target":448},{"source":328,"target":12},{"source":448,"target":207},{"source":329,"target":208},{"source":329,"target":449},{"source":329,"target":12},{"source":449,"target":208},{"source":330,"target":209},{"source":330,"target":450},{"source":330,"target":12},{"source":450,"target":209},{"source":331,"target":210},{"source":331,"target":451},{"source":331,"target":12},{"source":451,"target":210},{"source":91,"target":4},{"source":91,"target":32},{"source":91,"target":452},{"source":91,"target":453},{"source":91,"target":454},{"source":452,"target":455},{"source":452,"target":456},{"source":452,"target":91},{"source":456,"target":455},{"source":453,"target":457},{"source":453,"target":91},{"source":454,"target":32},{"source":92,"target":4},{"source":92,"target":32},{"source":92,"target":458},{"source":92,"target":459},{"source":458,"target":91},{"source":458,"target":460},{"source":458,"target":92},{"source":460,"target":91},{"source":459,"target":32},{"source":93,"target":4},{"source":93,"target":32},{"source":93,"target":461},{"source":93,"target":462},{"source":93,"target":463},{"source":461,"target":455},{"source":461,"target":464},{"source":461,"target":93},{"source":464,"target":455},{"source":462,"target":465},{"source":462,"target":93},{"source":463,"target":32},{"source":94,"target":4},{"source":94,"target":32},{"source":94,"target":466},{"source":94,"target":467},{"source":466,"target":93},{"source":466,"target":468},{"source":466,"target":94},{"source":468,"target":93},{"source":467,"target":32},{"source":95,"target":4},{"source":95,"target":32},{"source":95,"target":469},{"source":95,"target":470},{"source":469,"target":455},{"source":469,"target":471},{"source":469,"target":95},{"source":471,"target":455},{"source":470,"target":32},{"source":96,"target":4},{"source":96,"target":32},{"source":96,"target":472},{"source":96,"target":473},{"source":472,"target":95},{"source":472,"target":474},{"source":472,"target":96},{"source":474,"target":95},{"source":473,"target":32},{"source":97,"target":4},{"source":97,"target":32},{"source":97,"target":475},{"source":97,"target":476},{"source":475,"target":455},{"source":475,"target":477},{"source":475,"target":97},{"source":477,"target":455},{"source":476,"target":32},{"source":98,"target":4},{"source":98,"target":32},{"source":98,"target":478},{"source":98,"target":479},{"source":478,"target":97},{"source":478,"target":480},{"source":478,"target":98},{"source":480,"target":97},{"source":479,"target":32},{"source":99,"target":4},{"source":99,"target":32},{"source":99,"target":481},{"source":99,"target":482},{"source":481,"target":455},{"source":481,"target":483},{"source":481,"target":99},{"source":483,"target":455},{"source":482,"target":32},{"source":100,"target":4},{"source":100,"target":32},{"source":100,"target":484},{"source":100,"target":485},{"source":484,"target":99},{"source":484,"target":486},{"source":484,"target":100},{"source":486,"target":99},{"source":485,"target":32},{"source":101,"target":4},{"source":101,"target":32},{"source":101,"target":487},{"source":101,"target":488},{"source":487,"target":455},{"source":487,"target":489},{"source":487,"target":101},{"source":489,"target":455},{"source":488,"target":32},{"source":102,"target":4},{"source":102,"target":32},{"source":102,"target":490},{"source":102,"target":491},{"source":102,"target":492},{"source":490,"target":101},{"source":490,"target":493},{"source":490,"target":102},{"source":493,"target":101},{"source":491,"target":494},{"source":491,"target":102},{"source":492,"target":32},{"source":103,"target":4},{"source":103,"target":32},{"source":103,"target":495},{"source":103,"target":496},{"source":103,"target":497},{"source":495,"target":455},{"source":495,"target":498},{"source":495,"target":103},{"source":498,"target":455},{"source":496,"target":499},{"source":496,"target":103},{"source":497,"target":32},{"source":104,"target":4},{"source":104,"target":32},{"source":104,"target":500},{"source":104,"target":501},{"source":104,"target":502},{"source":500,"target":103},{"source":500,"target":503},{"source":500,"target":104},{"source":503,"target":103},{"source":501,"target":504},{"source":501,"target":104},{"source":502,"target":32},{"source":105,"target":4},{"source":105,"target":32},{"source":105,"target":505},{"source":105,"target":506},{"source":505,"target":455},{"source":505,"target":507},{"source":505,"target":105},{"source":507,"target":455},{"source":506,"target":32},{"source":106,"target":4},{"source":106,"target":32},{"source":106,"target":508},{"source":106,"target":509},{"source":508,"target":105},{"source":508,"target":510},{"source":508,"target":106},{"source":510,"target":105},{"source":509,"target":32},{"source":107,"target":4},{"source":107,"target":32},{"source":107,"target":511},{"source":107,"target":512},{"source":511,"target":455},{"source":511,"target":513},{"source":511,"target":107},{"source":513,"target":455},{"source":512,"target":32},{"source":108,"target":4},{"source":108,"target":32},{"source":108,"target":514},{"source":108,"target":515},{"source":108,"target":516},{"source":514,"target":107},{"source":514,"target":517},{"source":514,"target":108},{"source":517,"target":107},{"source":515,"target":518},{"source":515,"target":108},{"source":516,"target":32},{"source":109,"target":4},{"source":109,"target":32},{"source":109,"target":519},{"source":109,"target":520},{"source":109,"target":521},{"source":519,"target":455},{"source":519,"target":522},{"source":519,"target":109},{"source":522,"target":455},{"source":520,"target":523},{"source":520,"target":109},{"source":521,"target":32},{"source":110,"target":4},{"source":110,"target":32},{"source":110,"target":524},{"source":110,"target":525},{"source":524,"target":109},{"source":524,"target":526},{"source":524,"target":110},{"source":526,"target":109},{"source":525,"target":32},{"source":111,"target":4},{"source":111,"target":32},{"source":111,"target":527},{"source":111,"target":528},{"source":527,"target":529},{"source":527,"target":530},{"source":527,"target":111},{"source":530,"target":529},{"source":528,"target":32},{"source":112,"target":4},{"source":112,"target":32},{"source":112,"target":531},{"source":112,"target":532},{"source":531,"target":111},{"source":531,"target":533},{"source":531,"target":112},{"source":533,"target":111},{"source":532,"target":32},{"source":113,"target":4},{"source":113,"target":32},{"source":113,"target":534},{"source":113,"target":535},{"source":534,"target":529},{"source":534,"target":536},{"source":534,"target":113},{"source":536,"target":529},{"source":535,"target":32},{"source":114,"target":4},{"source":114,"target":32},{"source":114,"target":537},{"source":114,"target":538},{"source":114,"target":539},{"source":537,"target":113},{"source":537,"target":540},{"source":537,"target":114},{"source":540,"target":113},{"source":538,"target":541},{"source":538,"target":114},{"source":539,"target":32},{"source":115,"target":4},{"source":115,"target":32},{"source":115,"target":542},{"source":115,"target":543},{"source":542,"target":529},{"source":542,"target":544},{"source":542,"target":115},{"source":544,"target":529},{"source":543,"target":32},{"source":116,"target":4},{"source":116,"target":32},{"source":116,"target":545},{"source":116,"target":546},{"source":545,"target":115},{"source":545,"target":547},{"source":545,"target":116},{"source":547,"target":115},{"source":546,"target":32},{"source":117,"target":4},{"source":117,"target":32},{"source":117,"target":548},{"source":117,"target":549},{"source":117,"target":550},{"source":548,"target":529},{"source":548,"target":551},{"source":548,"target":117},{"source":551,"target":529},{"source":549,"target":552},{"source":549,"target":117},{"source":550,"target":32},{"source":118,"target":4},{"source":118,"target":32},{"source":118,"target":553},{"source":118,"target":554},{"source":553,"target":117},{"source":553,"target":555},{"source":553,"target":118},{"source":555,"target":117},{"source":554,"target":32},{"source":119,"target":4},{"source":119,"target":32},{"source":119,"target":556},{"source":119,"target":557},{"source":556,"target":529},{"source":556,"target":558},{"source":556,"target":119},{"source":558,"target":529},{"source":557,"target":32},{"source":120,"target":4},{"source":120,"target":32},{"source":120,"target":559},{"source":120,"target":560},{"source":120,"target":561},{"source":559,"target":119},{"source":559,"target":562},{"source":559,"target":120},{"source":562,"target":119},{"source":560,"target":563},{"source":560,"target":120},{"source":561,"target":32},{"source":121,"target":4},{"source":121,"target":32},{"source":121,"target":564},{"source":121,"target":565},{"source":121,"target":566},{"source":564,"target":529},{"source":564,"target":567},{"source":564,"target":121},{"source":567,"target":529},{"source":565,"target":568},{"source":565,"target":121},{"source":566,"target":32},{"source":122,"target":4},{"source":122,"target":32},{"source":122,"target":569},{"source":122,"target":570},{"source":569,"target":121},{"source":569,"target":571},{"source":569,"target":122},{"source":571,"target":121},{"source":570,"target":32},{"source":123,"target":4},{"source":123,"target":32},{"source":123,"target":572},{"source":123,"target":573},{"source":123,"target":574},{"source":572,"target":529},{"source":572,"target":575},{"source":572,"target":123},{"source":575,"target":529},{"source":573,"target":576},{"source":573,"target":123},{"source":574,"target":32},{"source":124,"target":4},{"source":124,"target":32},{"source":124,"target":577},{"source":124,"target":578},{"source":577,"target":123},{"source":577,"target":579},{"source":577,"target":124},{"source":579,"target":123},{"source":578,"target":32},{"source":125,"target":4},{"source":125,"target":32},{"source":125,"target":580},{"source":125,"target":581},{"source":580,"target":529},{"source":580,"target":582},{"source":580,"target":125},{"source":582,"target":529},{"source":581,"target":32},{"source":126,"target":4},{"source":126,"target":32},{"source":126,"target":583},{"source":126,"target":584},{"source":126,"target":585},{"source":583,"target":125},{"source":583,"target":586},{"source":583,"target":126},{"source":586,"target":125},{"source":584,"target":587},{"source":584,"target":126},{"source":585,"target":32},{"source":127,"target":4},{"source":127,"target":32},{"source":127,"target":588},{"source":127,"target":589},{"source":588,"target":529},{"source":588,"target":590},{"source":588,"target":127},{"source":590,"target":529},{"source":589,"target":32},{"source":128,"target":4},{"source":128,"target":32},{"source":128,"target":591},{"source":128,"target":592},{"source":128,"target":593},{"source":591,"target":127},{"source":591,"target":594},{"source":591,"target":128},{"source":594,"target":127},{"source":592,"target":595},{"source":592,"target":128},{"source":593,"target":32},{"source":129,"target":4},{"source":129,"target":32},{"source":129,"target":596},{"source":129,"target":597},{"source":129,"target":598},{"source":596,"target":599},{"source":596,"target":600},{"source":596,"target":129},{"source":600,"target":599},{"source":597,"target":601},{"source":597,"target":129},{"source":598,"target":32},{"source":130,"target":4},{"source":130,"target":32},{"source":130,"target":602},{"source":130,"target":603},{"source":602,"target":129},{"source":602,"target":604},{"source":602,"target":130},{"source":604,"target":129},{"source":603,"target":32},{"source":131,"target":4},{"source":131,"target":32},{"source":131,"target":605},{"source":131,"target":606},{"source":605,"target":599},{"source":605,"target":607},{"source":605,"target":131},{"source":607,"target":599},{"source":606,"target":32},{"source":132,"target":4},{"source":132,"target":32},{"source":132,"target":608},{"source":132,"target":609},{"source":132,"target":610},{"source":608,"target":131},{"source":608,"target":611},{"source":608,"target":132},{"source":611,"target":131},{"source":609,"target":612},{"source":609,"target":132},{"source":610,"target":32},{"source":133,"target":4},{"source":133,"target":32},{"source":133,"target":613},{"source":133,"target":614},{"source":613,"target":599},{"source":613,"target":615},{"source":613,"target":133},{"source":615,"target":599},{"source":614,"target":32},{"source":134,"target":4},{"source":134,"target":32},{"source":134,"target":616},{"source":134,"target":617},{"source":134,"target":618},{"source":616,"target":133},{"source":616,"target":619},{"source":616,"target":134},{"source":619,"target":133},{"source":617,"target":620},{"source":617,"target":134},{"source":618,"target":32},{"source":135,"target":4},{"source":135,"target":32},{"source":135,"target":621},{"source":135,"target":622},{"source":621,"target":623},{"source":621,"target":624},{"source":621,"target":135},{"source":624,"target":623},{"source":622,"target":32},{"source":136,"target":4},{"source":136,"target":32},{"source":136,"target":625},{"source":136,"target":626},{"source":136,"target":627},{"source":625,"target":135},{"source":625,"target":628},{"source":625,"target":136},{"source":628,"target":135},{"source":626,"target":629},{"source":626,"target":136},{"source":627,"target":32},{"source":137,"target":4},{"source":137,"target":32},{"source":137,"target":630},{"source":137,"target":631},{"source":137,"target":632},{"source":630,"target":623},{"source":630,"target":633},{"source":630,"target":137},{"source":633,"target":623},{"source":631,"target":634},{"source":631,"target":635},{"source":631,"target":137},{"source":635,"target":634},{"source":632,"target":32},{"source":138,"target":4},{"source":138,"target":32},{"source":138,"target":636},{"source":138,"target":637},{"source":636,"target":137},{"source":636,"target":638},{"source":636,"target":138},{"source":638,"target":137},{"source":637,"target":32},{"source":139,"target":4},{"source":139,"target":32},{"source":139,"target":639},{"source":139,"target":640},{"source":639,"target":641},{"source":639,"target":642},{"source":639,"target":139},{"source":642,"target":641},{"source":640,"target":32},{"source":140,"target":4},{"source":140,"target":32},{"source":140,"target":643},{"source":140,"target":644},{"source":643,"target":139},{"source":643,"target":645},{"source":643,"target":140},{"source":645,"target":139},{"source":644,"target":32},{"source":141,"target":4},{"source":141,"target":32},{"source":141,"target":646},{"source":141,"target":647},{"source":646,"target":641},{"source":646,"target":648},{"source":646,"target":141},{"source":648,"target":641},{"source":647,"target":32},{"source":142,"target":4},{"source":142,"target":32},{"source":142,"target":649},{"source":142,"target":650},{"source":142,"target":651},{"source":649,"target":141},{"source":649,"target":652},{"source":649,"target":142},{"source":652,"target":141},{"source":650,"target":653},{"source":650,"target":142},{"source":651,"target":32},{"source":143,"target":4},{"source":143,"target":32},{"source":143,"target":654},{"source":143,"target":655},{"source":143,"target":656},{"source":654,"target":641},{"source":654,"target":657},{"source":654,"target":143},{"source":657,"target":641},{"source":655,"target":634},{"source":655,"target":658},{"source":655,"target":143},{"source":658,"target":634},{"source":656,"target":32},{"source":144,"target":4},{"source":144,"target":32},{"source":144,"target":659},{"source":144,"target":660},{"source":659,"target":143},{"source":659,"target":661},{"source":659,"target":144},{"source":661,"target":143},{"source":660,"target":32},{"source":145,"target":4},{"source":145,"target":32},{"source":145,"target":662},{"source":145,"target":663},{"source":662,"target":664},{"source":662,"target":665},{"source":662,"target":145},{"source":665,"target":664},{"source":663,"target":32},{"source":146,"target":4},{"source":146,"target":32},{"source":146,"target":666},{"source":146,"target":667},{"source":666,"target":145},{"source":666,"target":668},{"source":666,"target":146},{"source":668,"target":145},{"source":667,"target":32},{"source":147,"target":4},{"source":147,"target":32},{"source":147,"target":669},{"source":147,"target":670},{"source":669,"target":671},{"source":669,"target":672},{"source":669,"target":147},{"source":672,"target":671},{"source":670,"target":32},{"source":148,"target":4},{"source":148,"target":32},{"source":148,"target":673},{"source":148,"target":674},{"source":148,"target":675},{"source":673,"target":147},{"source":673,"target":676},{"source":673,"target":148},{"source":676,"target":147},{"source":674,"target":677},{"source":674,"target":148},{"source":675,"target":32},{"source":149,"target":4},{"source":149,"target":32},{"source":149,"target":678},{"source":149,"target":679},{"source":149,"target":680},{"source":678,"target":671},{"source":678,"target":681},{"source":678,"target":149},{"source":681,"target":671},{"source":679,"target":634},{"source":679,"target":682},{"source":679,"target":149},{"source":682,"target":634},{"source":680,"target":32},{"source":150,"target":4},{"source":150,"target":32},{"source":150,"target":683},{"source":150,"target":684},{"source":683,"target":149},{"source":683,"target":685},{"source":683,"target":150},{"source":685,"target":149},{"source":684,"target":32},{"source":151,"target":4},{"source":151,"target":32},{"source":151,"target":686},{"source":151,"target":687},{"source":151,"target":688},{"source":686,"target":689},{"source":686,"target":690},{"source":686,"target":151},{"source":690,"target":689},{"source":687,"target":634},{"source":687,"target":691},{"source":687,"target":151},{"source":691,"target":634},{"source":688,"target":32},{"source":152,"target":4},{"source":152,"target":32},{"source":152,"target":692},{"source":152,"target":693},{"source":692,"target":151},{"source":692,"target":694},{"source":692,"target":152},{"source":694,"target":151},{"source":693,"target":32},{"source":153,"target":4},{"source":153,"target":32},{"source":153,"target":695},{"source":153,"target":696},{"source":153,"target":697},{"source":695,"target":698},{"source":695,"target":699},{"source":695,"target":153},{"source":699,"target":698},{"source":696,"target":634},{"source":696,"target":700},{"source":696,"target":153},{"source":700,"target":634},{"source":697,"target":32},{"source":154,"target":4},{"source":154,"target":32},{"source":154,"target":701},{"source":154,"target":702},{"source":701,"target":153},{"source":701,"target":703},{"source":701,"target":154},{"source":703,"target":153},{"source":702,"target":32},{"source":155,"target":4},{"source":155,"target":32},{"source":155,"target":704},{"source":155,"target":705},{"source":704,"target":706},{"source":704,"target":707},{"source":704,"target":155},{"source":707,"target":706},{"source":705,"target":32},{"source":156,"target":4},{"source":156,"target":32},{"source":156,"target":708},{"source":156,"target":709},{"source":156,"target":710},{"source":708,"target":155},{"source":708,"target":711},{"source":708,"target":156},{"source":711,"target":155},{"source":709,"target":712},{"source":709,"target":156},{"source":710,"target":32},{"source":157,"target":4},{"source":157,"target":32},{"source":157,"target":713},{"source":157,"target":714},{"source":157,"target":715},{"source":713,"target":716},{"source":713,"target":717},{"source":713,"target":157},{"source":717,"target":716},{"source":714,"target":634},{"source":714,"target":718},{"source":714,"target":157},{"source":718,"target":634},{"source":715,"target":32},{"source":158,"target":4},{"source":158,"target":32},{"source":158,"target":719},{"source":158,"target":720},{"source":719,"target":157},{"source":719,"target":721},{"source":719,"target":158},{"source":721,"target":157},{"source":720,"target":32},{"source":159,"target":4},{"source":159,"target":32},{"source":159,"target":722},{"source":159,"target":723},{"source":159,"target":724},{"source":722,"target":725},{"source":722,"target":726},{"source":722,"target":159},{"source":726,"target":725},{"source":723,"target":727},{"source":723,"target":159},{"source":724,"target":32},{"source":160,"target":4},{"source":160,"target":32},{"source":160,"target":728},{"source":160,"target":729},{"source":728,"target":159},{"source":728,"target":730},{"source":728,"target":160},{"source":730,"target":159},{"source":729,"target":32},{"source":161,"target":4},{"source":161,"target":32},{"source":161,"target":731},{"source":161,"target":732},{"source":731,"target":725},{"source":731,"target":733},{"source":731,"target":161},{"source":733,"target":725},{"source":732,"target":32},{"source":162,"target":4},{"source":162,"target":32},{"source":162,"target":734},{"source":162,"target":735},{"source":162,"target":736},{"source":734,"target":161},{"source":734,"target":737},{"source":734,"target":162},{"source":737,"target":161},{"source":735,"target":738},{"source":735,"target":162},{"source":736,"target":32},{"source":163,"target":4},{"source":163,"target":32},{"source":163,"target":739},{"source":163,"target":740},{"source":163,"target":741},{"source":739,"target":742},{"source":739,"target":743},{"source":739,"target":163},{"source":743,"target":742},{"source":740,"target":744},{"source":740,"target":163},{"source":741,"target":32},{"source":164,"target":4},{"source":164,"target":32},{"source":164,"target":745},{"source":164,"target":746},{"source":745,"target":163},{"source":745,"target":747},{"source":745,"target":164},{"source":747,"target":163},{"source":746,"target":32},{"source":165,"target":4},{"source":165,"target":32},{"source":165,"target":748},{"source":165,"target":749},{"source":748,"target":742},{"source":748,"target":750},{"source":748,"target":165},{"source":750,"target":742},{"source":749,"target":32},{"source":166,"target":4},{"source":166,"target":32},{"source":166,"target":751},{"source":166,"target":752},{"source":166,"target":753},{"source":751,"target":165},{"source":751,"target":754},{"source":751,"target":166},{"source":754,"target":165},{"source":752,"target":755},{"source":752,"target":166},{"source":753,"target":32},{"source":167,"target":4},{"source":167,"target":32},{"source":167,"target":756},{"source":167,"target":757},{"source":167,"target":758},{"source":756,"target":759},{"source":756,"target":760},{"source":756,"target":167},{"source":760,"target":759},{"source":757,"target":761},{"source":757,"target":167},{"source":758,"target":32},{"source":168,"target":4},{"source":168,"target":32},{"source":168,"target":762},{"source":168,"target":763},{"source":762,"target":167},{"source":762,"target":764},{"source":762,"target":168},{"source":764,"target":167},{"source":763,"target":32},{"source":169,"target":4},{"source":169,"target":32},{"source":169,"target":765},{"source":169,"target":766},{"source":765,"target":759},{"source":765,"target":767},{"source":765,"target":169},{"source":767,"target":759},{"source":766,"target":32},{"source":170,"target":4},{"source":170,"target":32},{"source":170,"target":768},{"source":170,"target":769},{"source":170,"target":770},{"source":768,"target":169},{"source":768,"target":771},{"source":768,"target":170},{"source":771,"target":169},{"source":769,"target":772},{"source":769,"target":170},{"source":770,"target":32},{"source":171,"target":4},{"source":171,"target":32},{"source":171,"target":773},{"source":171,"target":774},{"source":773,"target":775},{"source":773,"target":171},{"source":774,"target":32},{"source":172,"target":4},{"source":172,"target":32},{"source":172,"target":776},{"source":172,"target":777},{"source":172,"target":778},{"source":172,"target":779},{"source":776,"target":171},{"source":776,"target":780},{"source":776,"target":172},{"source":780,"target":171},{"source":777,"target":781},{"source":777,"target":172},{"source":778,"target":782},{"source":778,"target":172},{"source":779,"target":32},{"source":173,"target":4},{"source":173,"target":32},{"source":173,"target":783},{"source":173,"target":784},{"source":783,"target":785},{"source":783,"target":173},{"source":784,"target":32},{"source":174,"target":4},{"source":174,"target":32},{"source":174,"target":786},{"source":174,"target":787},{"source":786,"target":173},{"source":786,"target":788},{"source":786,"target":174},{"source":788,"target":173},{"source":787,"target":32},{"source":175,"target":4},{"source":175,"target":32},{"source":175,"target":789},{"source":175,"target":790},{"source":789,"target":791},{"source":789,"target":175},{"source":790,"target":32},{"source":176,"target":4},{"source":176,"target":32},{"source":176,"target":792},{"source":176,"target":793},{"source":176,"target":794},{"source":792,"target":175},{"source":792,"target":795},{"source":792,"target":176},{"source":795,"target":175},{"source":793,"target":796},{"source":793,"target":176},{"source":794,"target":32},{"source":177,"target":4},{"source":177,"target":32},{"source":177,"target":797},{"source":177,"target":798},{"source":797,"target":799},{"source":797,"target":177},{"source":798,"target":32},{"source":178,"target":4},{"source":178,"target":32},{"source":178,"target":800},{"source":178,"target":801},{"source":178,"target":802},{"source":800,"target":177},{"source":800,"target":803},{"source":800,"target":178},{"source":803,"target":177},{"source":801,"target":804},{"source":801,"target":178},{"source":802,"target":32},{"source":179,"target":4},{"source":179,"target":32},{"source":179,"target":805},{"source":179,"target":806},{"source":805,"target":807},{"source":805,"target":179},{"source":806,"target":32},{"source":180,"target":4},{"source":180,"target":32},{"source":180,"target":808},{"source":180,"target":809},{"source":808,"target":179},{"source":808,"target":810},{"source":808,"target":180},{"source":810,"target":179},{"source":809,"target":32},{"source":181,"target":4},{"source":181,"target":32},{"source":181,"target":811},{"source":181,"target":812},{"source":811,"target":813},{"source":811,"target":181},{"source":812,"target":32},{"source":182,"target":4},{"source":182,"target":32},{"source":182,"target":814},{"source":182,"target":815},{"source":182,"target":816},{"source":814,"target":181},{"source":814,"target":817},{"source":814,"target":182},{"source":817,"target":181},{"source":815,"target":818},{"source":815,"target":182},{"source":816,"target":32},{"source":183,"target":4},{"source":183,"target":32},{"source":183,"target":819},{"source":183,"target":820},{"source":819,"target":821},{"source":819,"target":183},{"source":820,"target":32},{"source":184,"target":4},{"source":184,"target":32},{"source":184,"target":822},{"source":184,"target":823},{"source":184,"target":824},{"source":822,"target":183},{"source":822,"target":825},{"source":822,"target":184},{"source":825,"target":183},{"source":823,"target":826},{"source":823,"target":184},{"source":824,"target":32},{"source":185,"target":4},{"source":185,"target":32},{"source":185,"target":827},{"source":185,"target":828},{"source":827,"target":829},{"source":827,"target":185},{"source":828,"target":32},{"source":186,"target":4},{"source":186,"target":32},{"source":186,"target":830},{"source":186,"target":831},{"source":186,"target":832},{"source":830,"target":185},{"source":830,"target":833},{"source":830,"target":186},{"source":833,"target":185},{"source":831,"target":834},{"source":831,"target":186},{"source":832,"target":32},{"source":187,"target":4},{"source":187,"target":32},{"source":187,"target":835},{"source":187,"target":836},{"source":835,"target":837},{"source":835,"target":187},{"source":836,"target":32},{"source":188,"target":4},{"source":188,"target":32},{"source":188,"target":838},{"source":188,"target":839},{"source":188,"target":840},{"source":838,"target":187},{"source":838,"target":841},{"source":838,"target":188},{"source":841,"target":187},{"source":839,"target":842},{"source":839,"target":188},{"source":840,"target":32},{"source":189,"target":4},{"source":189,"target":32},{"source":189,"target":843},{"source":189,"target":844},{"source":843,"target":845},{"source":843,"target":189},{"source":844,"target":32},{"source":190,"target":4},{"source":190,"target":32},{"source":190,"target":846},{"source":190,"target":847},{"source":190,"target":848},{"source":846,"target":189},{"source":846,"target":849},{"source":846,"target":190},{"source":849,"target":189},{"source":847,"target":850},{"source":847,"target":190},{"source":848,"target":32},{"source":191,"target":4},{"source":191,"target":32},{"source":191,"target":851},{"source":191,"target":852},{"source":851,"target":853},{"source":851,"target":191},{"source":852,"target":32},{"source":192,"target":4},{"source":192,"target":32},{"source":192,"target":854},{"source":192,"target":855},{"source":854,"target":191},{"source":854,"target":856},{"source":854,"target":192},{"source":856,"target":191},{"source":855,"target":32},{"source":193,"target":4},{"source":193,"target":32},{"source":193,"target":857},{"source":193,"target":858},{"source":857,"target":859},{"source":857,"target":193},{"source":858,"target":32},{"source":194,"target":4},{"source":194,"target":32},{"source":194,"target":860},{"source":194,"target":861},{"source":194,"target":862},{"source":860,"target":193},{"source":860,"target":863},{"source":860,"target":194},{"source":863,"target":193},{"source":861,"target":864},{"source":861,"target":194},{"source":862,"target":32},{"source":195,"target":4},{"source":195,"target":32},{"source":195,"target":865},{"source":195,"target":866},{"source":865,"target":867},{"source":865,"target":195},{"source":866,"target":32},{"source":196,"target":4},{"source":196,"target":32},{"source":196,"target":868},{"source":196,"target":869},{"source":868,"target":195},{"source":868,"target":870},{"source":868,"target":196},{"source":870,"target":195},{"source":869,"target":32},{"source":197,"target":4},{"source":197,"target":32},{"source":197,"target":871},{"source":197,"target":872},{"source":871,"target":873},{"source":871,"target":197},{"source":872,"target":32},{"source":198,"target":4},{"source":198,"target":32},{"source":198,"target":874},{"source":198,"target":875},{"source":198,"target":876},{"source":874,"target":197},{"source":874,"target":877},{"source":874,"target":198},{"source":877,"target":197},{"source":875,"target":878},{"source":875,"target":198},{"source":876,"target":32},{"source":199,"target":4},{"source":199,"target":32},{"source":199,"target":879},{"source":199,"target":880},{"source":879,"target":881},{"source":879,"target":199},{"source":880,"target":32},{"source":200,"target":4},{"source":200,"target":32},{"source":200,"target":882},{"source":200,"target":883},{"source":200,"target":884},{"source":882,"target":199},{"source":882,"target":885},{"source":882,"target":200},{"source":885,"target":199},{"source":883,"target":886},{"source":883,"target":200},{"source":884,"target":32},{"source":201,"target":4},{"source":201,"target":32},{"source":201,"target":887},{"source":201,"target":888},{"source":887,"target":634},{"source":887,"target":889},{"source":887,"target":201},{"source":889,"target":634},{"source":888,"target":32},{"source":202,"target":4},{"source":202,"target":32},{"source":202,"target":890},{"source":202,"target":891},{"source":202,"target":892},{"source":890,"target":201},{"source":890,"target":893},{"source":890,"target":202},{"source":893,"target":201},{"source":891,"target":894},{"source":891,"target":202},{"source":892,"target":32},{"source":203,"target":4},{"source":203,"target":32},{"source":203,"target":895},{"source":203,"target":896},{"source":203,"target":897},{"source":895,"target":634},{"source":895,"target":898},{"source":895,"target":203},{"source":898,"target":634},{"source":896,"target":899},{"source":896,"target":203},{"source":897,"target":32},{"source":204,"target":4},{"source":204,"target":32},{"source":204,"target":900},{"source":204,"target":901},{"source":204,"target":902},{"source":900,"target":203},{"source":900,"target":903},{"source":900,"target":204},{"source":903,"target":203},{"source":901,"target":904},{"source":901,"target":204},{"source":902,"target":32},{"source":205,"target":4},{"source":205,"target":32},{"source":205,"target":905},{"source":205,"target":906},{"source":905,"target":634},{"source":905,"target":907},{"source":905,"target":205},{"source":907,"target":634},{"source":906,"target":32},{"source":206,"target":4},{"source":206,"target":32},{"source":206,"target":908},{"source":206,"target":909},{"source":908,"target":205},{"source":908,"target":910},{"source":908,"target":206},{"source":910,"target":205},{"source":909,"target":32},{"source":207,"target":4},{"source":207,"target":32},{"source":207,"target":911},{"source":207,"target":912},{"source":911,"target":913},{"source":911,"target":914},{"source":911,"target":207},{"source":914,"target":913},{"source":912,"target":32},{"source":208,"target":4},{"source":208,"target":32},{"source":208,"target":915},{"source":208,"target":916},{"source":915,"target":207},{"source":915,"target":917},{"source":915,"target":208},{"source":917,"target":207},{"source":916,"target":32},{"source":209,"target":4},{"source":209,"target":32},{"source":209,"target":918},{"source":209,"target":919},{"source":918,"target":920},{"source":918,"target":921},{"source":918,"target":209},{"source":921,"target":920},{"source":919,"target":32},{"source":210,"target":4},{"source":210,"target":32},{"source":210,"target":922},{"source":210,"target":923},{"source":210,"target":924},{"source":922,"target":209},{"source":922,"target":925},{"source":922,"target":210},{"source":925,"target":209},{"source":923,"target":926},{"source":923,"target":210},{"source":924,"target":32},{"source":5,"target":35},{"source":5,"target":38},{"source":5,"target":41},{"source":5,"target":44},{"source":5,"target":47},{"source":5,"target":50},{"source":5,"target":53},{"source":5,"target":56},{"source":5,"target":59},{"source":5,"target":62},{"source":5,"target":65},{"source":5,"target":68},{"source":5,"target":71},{"source":5,"target":74},{"source":5,"target":0},{"source":35,"target":5},{"source":35,"target":927},{"source":35,"target":928},{"source":35,"target":37},{"source":927,"target":929},{"source":927,"target":35},{"source":928,"target":930},{"source":928,"target":931},{"source":928,"target":35},{"source":928,"target":932},{"source":931,"target":930},{"source":37,"target":2},{"source":37,"target":933},{"source":37,"target":35},{"source":37,"target":18},{"source":933,"target":2},{"source":38,"target":5},{"source":38,"target":934},{"source":38,"target":935},{"source":38,"target":40},{"source":934,"target":936},{"source":934,"target":937},{"source":934,"target":38},{"source":937,"target":936},{"source":935,"target":930},{"source":935,"target":938},{"source":935,"target":38},{"source":935,"target":939},{"source":938,"target":930},{"source":40,"target":2},{"source":40,"target":940},{"source":40,"target":38},{"source":40,"target":19},{"source":940,"target":2},{"source":41,"target":5},{"source":41,"target":941},{"source":41,"target":942},{"source":41,"target":43},{"source":941,"target":529},{"source":941,"target":943},{"source":941,"target":41},{"source":943,"target":529},{"source":942,"target":634},{"source":942,"target":944},{"source":942,"target":41},{"source":942,"target":945},{"source":944,"target":634},{"source":43,"target":2},{"source":43,"target":946},{"source":43,"target":41},{"source":43,"target":20},{"source":946,"target":2},{"source":44,"target":5},{"source":44,"target":947},{"source":44,"target":948},{"source":44,"target":46},{"source":947,"target":930},{"source":947,"target":949},{"source":947,"target":44},{"source":949,"target":930},{"source":948,"target":950},{"source":948,"target":951},{"source":948,"target":44},{"source":948,"target":952},{"source":951,"target":950},{"source":46,"target":2},{"source":46,"target":953},{"source":46,"target":44},{"source":46,"target":21},{"source":953,"target":2},{"source":47,"target":5},{"source":47,"target":954},{"source":47,"target":955},{"source":47,"target":49},{"source":954,"target":956},{"source":954,"target":47},{"source":955,"target":913},{"source":955,"target":957},{"source":955,"target":47},{"source":955,"target":958},{"source":957,"target":913},{"source":49,"target":2},{"source":49,"target":959},{"source":49,"target":47},{"source":49,"target":22},{"source":959,"target":2},{"source":50,"target":5},{"source":50,"target":960},{"source":50,"target":961},{"source":50,"target":52},{"source":960,"target":634},{"source":960,"target":962},{"source":960,"target":50},{"source":962,"target":634},{"source":961,"target":913},{"source":961,"target":963},{"source":961,"target":50},{"source":961,"target":964},{"source":963,"target":913},{"source":52,"target":2},{"source":52,"target":965},{"source":52,"target":50},{"source":52,"target":23},{"source":965,"target":2},{"source":53,"target":5},{"source":53,"target":966},{"source":53,"target":967},{"source":53,"target":55},{"source":966,"target":968},{"source":966,"target":53},{"source":967,"target":913},{"source":967,"target":969},{"source":967,"target":53},{"source":967,"target":970},{"source":969,"target":913},{"source":55,"target":2},{"source":55,"target":971},{"source":55,"target":53},{"source":55,"target":24},{"source":971,"target":2},{"source":56,"target":5},{"source":56,"target":972},{"source":56,"target":973},{"source":56,"target":58},{"source":972,"target":920},{"source":972,"target":974},{"source":972,"target":56},{"source":974,"target":920},{"source":973,"target":599},{"source":973,"target":975},{"source":973,"target":56},{"source":973,"target":976},{"source":975,"target":599},{"source":58,"target":2},{"source":58,"target":977},{"source":58,"target":56},{"source":58,"target":25},{"source":977,"target":2},{"source":59,"target":5},{"source":59,"target":978},{"source":59,"target":979},{"source":59,"target":61},{"source":978,"target":980},{"source":978,"target":59},{"source":979,"target":936},{"source":979,"target":981},{"source":979,"target":59},{"source":979,"target":982},{"source":981,"target":936},{"source":61,"target":2},{"source":61,"target":983},{"source":61,"target":59},{"source":61,"target":26},{"source":983,"target":2},{"source":62,"target":5},{"source":62,"target":984},{"source":62,"target":985},{"source":62,"target":64},{"source":984,"target":634},{"source":984,"target":986},{"source":984,"target":62},{"source":986,"target":634},{"source":985,"target":920},{"source":985,"target":987},{"source":985,"target":62},{"source":985,"target":988},{"source":987,"target":920},{"source":64,"target":2},{"source":64,"target":989},{"source":64,"target":62},{"source":64,"target":27},{"source":989,"target":2},{"source":65,"target":5},{"source":65,"target":990},{"source":65,"target":991},{"source":65,"target":67},{"source":990,"target":992},{"source":990,"target":65},{"source":991,"target":529},{"source":991,"target":993},{"source":991,"target":65},{"source":991,"target":994},{"source":993,"target":529},{"source":67,"target":2},{"source":67,"target":995},{"source":67,"target":65},{"source":67,"target":28},{"source":995,"target":2},{"source":68,"target":5},{"source":68,"target":996},{"source":68,"target":997},{"source":68,"target":70},{"source":996,"target":634},{"source":996,"target":998},{"source":996,"target":68},{"source":998,"target":634},{"source":997,"target":529},{"source":997,"target":999},{"source":997,"target":68},{"source":997,"target":1000},{"source":999,"target":529},{"source":70,"target":2},{"source":70,"target":1001},{"source":70,"target":68},{"source":70,"target":29},{"source":1001,"target":2},{"source":71,"target":5},{"source":71,"target":1002},{"source":71,"target":1003},{"source":71,"target":73},{"source":1002,"target":1004},{"source":1002,"target":1005},{"source":1002,"target":71},{"source":1005,"target":1004},{"source":1003,"target":455},{"source":1003,"target":1006},{"source":1003,"target":71},{"source":1003,"target":1007},{"source":1006,"target":455},{"source":73,"target":2},{"source":73,"target":1008},{"source":73,"target":71},{"source":73,"target":30},{"source":1008,"target":2},{"source":74,"target":5},{"source":74,"target":1009},{"source":74,"target":1010},{"source":74,"target":76},{"source":1009,"target":529},{"source":1009,"target":1011},{"source":1009,"target":74},{"source":1011,"target":529},{"source":1010,"target":1004},{"source":1010,"target":1012},{"source":1010,"target":74},{"source":1010,"target":1013},{"source":1012,"target":1004},{"source":76,"target":2},{"source":76,"target":1014},{"source":76,"target":74},{"source":76,"target":31},{"source":1014,"target":2},{"source":6,"target":14},{"source":6,"target":1015},{"source":6,"target":1016},{"source":6,"target":0},{"source":14,"target":6},{"source":14,"target":1017},{"source":14,"target":1018},{"source":14,"target":1019},{"source":14,"target":1020},{"source":14,"target":1021},{"source":14,"target":1022},{"source":14,"target":1023},{"source":14,"target":1024},{"source":14,"target":1025},{"source":14,"target":1026},{"source":14,"target":1027},{"source":14,"target":1028},{"source":14,"target":1029},{"source":14,"target":1030},{"source":14,"target":1031},{"source":14,"target":1032},{"source":14,"target":1033},{"source":14,"target":1034},{"source":1017,"target":1035},{"source":1017,"target":1036},{"source":1017,"target":14},{"source":1036,"target":1035},{"source":1018,"target":930},{"source":1018,"target":1037},{"source":1018,"target":14},{"source":1037,"target":930},{"source":1019,"target":706},{"source":1019,"target":1038},{"source":1019,"target":14},{"source":1038,"target":706},{"source":1020,"target":759},{"source":1020,"target":1039},{"source":1020,"target":14},{"source":1039,"target":759},{"source":1021,"target":1040},{"source":1021,"target":1041},{"source":1021,"target":14},{"source":1041,"target":1040},{"source":1022,"target":950},{"source":1022,"target":1042},{"source":1022,"target":14},{"source":1042,"target":950},{"source":1023,"target":725},{"source":1023,"target":1043},{"source":1023,"target":14},{"source":1043,"target":725},{"source":1024,"target":913},{"source":1024,"target":1044},{"source":1024,"target":14},{"source":1044,"target":913},{"source":1025,"target":689},{"source":1025,"target":1045},{"source":1025,"target":14},{"source":1045,"target":689},{"source":1026,"target":920},{"source":1026,"target":1046},{"source":1026,"target":14},{"source":1046,"target":920},{"source":1027,"target":698},{"source":1027,"target":1047},{"source":1027,"target":14},{"source":1047,"target":698},{"source":1028,"target":671},{"source":1028,"target":1048},{"source":1028,"target":14},{"source":1048,"target":671},{"source":1029,"target":455},{"source":1029,"target":1049},{"source":1029,"target":14},{"source":1049,"target":455},{"source":1030,"target":742},{"source":1030,"target":1050},{"source":1030,"target":14},{"source":1050,"target":742},{"source":1031,"target":664},{"source":1031,"target":1051},{"source":1031,"target":14},{"source":1051,"target":664},{"source":1032,"target":1052},{"source":1032,"target":1053},{"source":1032,"target":14},{"source":1053,"target":1052},{"source":1033,"target":716},{"source":1033,"target":1054},{"source":1033,"target":14},{"source":1054,"target":716},{"source":1034,"target":1004},{"source":1034,"target":1055},{"source":1034,"target":14},{"source":1055,"target":1004},{"source":1015,"target":1035},{"source":1015,"target":706},{"source":1015,"target":759},{"source":1015,"target":1056},{"source":1015,"target":725},{"source":1015,"target":599},{"source":1015,"target":1057},{"source":1015,"target":936},{"source":1015,"target":641},{"source":1015,"target":689},{"source":1015,"target":698},{"source":1015,"target":671},{"source":1015,"target":529},{"source":1015,"target":455},{"source":1015,"target":742},{"source":1015,"target":664},{"source":1015,"target":1052},{"source":1015,"target":716},{"source":1015,"target":1058},{"source":1015,"target":623},{"source":1015,"target":6},{"source":1035,"target":1015},{"source":1035,"target":599},{"source":1035,"target":1059},{"source":1035,"target":1060},{"source":1035,"target":1061},{"source":1059,"target":759},{"source":1059,"target":1062},{"source":1059,"target":1035},{"source":1062,"target":759},{"source":1060,"target":1063},{"source":1060,"target":1035},{"source":1061,"target":599},{"source":706,"target":1015},{"source":706,"target":623},{"source":706,"target":1064},{"source":706,"target":1065},{"source":1064,"target":1066},{"source":1064,"target":706},{"source":1065,"target":623},{"source":759,"target":1015},{"source":759,"target":936},{"source":759,"target":1067},{"source":759,"target":1068},{"source":1067,"target":1069},{"source":1067,"target":759},{"source":1068,"target":936},{"source":1056,"target":1015},{"source":1056,"target":529},{"source":1056,"target":1070},{"source":1070,"target":529},{"source":725,"target":1015},{"source":725,"target":936},{"source":725,"target":1071},{"source":725,"target":1072},{"source":1071,"target":1073},{"source":1071,"target":725},{"source":1072,"target":936},{"source":599,"target":1015},{"source":599,"target":1057},{"source":599,"target":1074},{"source":599,"target":1075},{"source":599,"target":976},{"source":599,"target":1076},{"source":1074,"target":529},{"source":1074,"target":1077},{"source":1074,"target":599},{"source":1077,"target":529},{"source":1075,"target":529},{"source":1075,"target":1078},{"source":1075,"target":599},{"source":1078,"target":529},{"source":976,"target":56},{"source":976,"target":1079},{"source":976,"target":599},{"source":976,"target":973},{"source":1079,"target":56},{"source":1076,"target":1057},{"source":1057,"target":1015},{"source":1057,"target":1080},{"source":1080,"target":1081},{"source":1080,"target":1057},{"source":936,"target":1015},{"source":936,"target":1057},{"source":936,"target":1082},{"source":936,"target":982},{"source":936,"target":1083},{"source":1082,"target":1084},{"source":1082,"target":936},{"source":982,"target":59},{"source":982,"target":1085},{"source":982,"target":936},{"source":982,"target":979},{"source":1085,"target":59},{"source":1083,"target":1057},{"source":641,"target":1015},{"source":641,"target":1056},{"source":641,"target":1086},{"source":1086,"target":1056},{"source":689,"target":1015},{"source":689,"target":1058},{"source":689,"target":1087},{"source":689,"target":1088},{"source":1087,"target":1089},{"source":1087,"target":689},{"source":1088,"target":1058},{"source":698,"target":1015},{"source":698,"target":623},{"source":698,"target":1090},{"source":698,"target":1091},{"source":1090,"target":1092},{"source":1090,"target":698},{"source":1091,"target":623},{"source":671,"target":1015},{"source":671,"target":623},{"source":671,"target":1093},{"source":671,"target":1094},{"source":1093,"target":1095},{"source":1093,"target":671},{"source":1094,"target":623},{"source":529,"target":1015},{"source":529,"target":1057},{"source":529,"target":1096},{"source":529,"target":1097},{"source":529,"target":1098},{"source":529,"target":994},{"source":529,"target":1000},{"source":529,"target":1099},{"source":1096,"target":599},{"source":1096,"target":1100},{"source":1096,"target":529},{"source":1100,"target":599},{"source":1097,"target":599},{"source":1097,"target":1101},{"source":1097,"target":529},{"source":1101,"target":599},{"source":1098,"target":455},{"source":1098,"target":1102},{"source":1098,"target":529},{"source":1102,"target":455},{"source":994,"target":65},{"source":994,"target":1103},{"source":994,"target":529},{"source":994,"target":991},{"source":1103,"target":65},{"source":1000,"target":68},{"source":1000,"target":1104},{"source":1000,"target":529},{"source":1000,"target":997},{"source":1104,"target":68},{"source":1099,"target":1057},{"source":455,"target":1015},{"source":455,"target":1057},{"source":455,"target":1105},{"source":455,"target":1106},{"source":455,"target":1107},{"source":455,"target":1108},{"source":455,"target":1109},{"source":455,"target":1007},{"source":455,"target":1110},{"source":1105,"target":529},{"source":1105,"target":1111},{"source":1105,"target":455},{"source":1111,"target":529},{"source":1106,"target":599},{"source":1106,"target":1112},{"source":1106,"target":455},{"source":1112,"target":599},{"source":1107,"target":936},{"source":1107,"target":1113},{"source":1107,"target":455},{"source":1113,"target":936},{"source":1108,"target":936},{"source":1108,"target":1114},{"source":1108,"target":455},{"source":1114,"target":936},{"source":1109,"target":1115},{"source":1109,"target":455},{"source":1007,"target":71},{"source":1007,"target":1116},{"source":1007,"target":455},{"source":1007,"target":1003},{"source":1116,"target":71},{"source":1110,"target":1057},{"source":742,"target":1015},{"source":742,"target":936},{"source":742,"target":1117},{"source":742,"target":1118},{"source":1117,"target":1119},{"source":1117,"target":742},{"source":1118,"target":936},{"source":664,"target":1015},{"source":664,"target":641},{"source":664,"target":1120},{"source":664,"target":1121},{"source":664,"target":1122},{"source":1120,"target":1123},{"source":1120,"target":664},{"source":1121,"target":1124},{"source":1121,"target":664},{"source":1122,"target":641},{"source":1052,"target":1015},{"source":1052,"target":623},{"source":1052,"target":1125},{"source":1052,"target":1126},{"source":1125,"target":1127},{"source":1125,"target":1052},{"source":1126,"target":623},{"source":716,"target":1015},{"source":716,"target":623},{"source":716,"target":1128},{"source":716,"target":1129},{"source":1128,"target":1130},{"source":1128,"target":716},{"source":1129,"target":623},{"source":1058,"target":1015},{"source":1058,"target":623},{"source":1058,"target":1131},{"source":1131,"target":623},{"source":623,"target":1015},{"source":623,"target":529},{"source":623,"target":1132},{"source":1132,"target":529},{"source":1016,"target":930},{"source":1016,"target":634},{"source":1016,"target":1040},{"source":1016,"target":950},{"source":1016,"target":913},{"source":1016,"target":920},{"source":1016,"target":1004},{"source":1016,"target":6},{"source":930,"target":1016},{"source":930,"target":932},{"source":930,"target":939},{"source":932,"target":35},{"source":932,"target":1133},{"source":932,"target":930},{"source":932,"target":928},{"source":1133,"target":35},{"source":939,"target":38},{"source":939,"target":1134},{"source":939,"target":930},{"source":939,"target":935},{"source":1134,"target":38},{"source":634,"target":1016},{"source":634,"target":945},{"source":945,"target":41},{"source":945,"target":1135},{"source":945,"target":634},{"source":945,"target":942},{"source":1135,"target":41},{"source":1040,"target":1016},{"source":1040,"target":634},{"source":1040,"target":1136},{"source":1136,"target":634},{"source":950,"target":1016},{"source":950,"target":952},{"source":952,"target":44},{"source":952,"target":1137},{"source":952,"target":950},{"source":952,"target":948},{"source":1137,"target":44},{"source":913,"target":1016},{"source":913,"target":634},{"source":913,"target":958},{"source":913,"target":964},{"source":913,"target":970},{"source":913,"target":1138},{"source":958,"target":47},{"source":958,"target":1139},{"source":958,"target":913},{"source":958,"target":955},{"source":1139,"target":47},{"source":964,"target":50},{"source":964,"target":1140},{"source":964,"target":913},{"source":964,"target":961},{"source":1140,"target":50},{"source":970,"target":53},{"source":970,"target":1141},{"source":970,"target":913},{"source":970,"target":967},{"source":1141,"target":53},{"source":1138,"target":634},{"source":920,"target":1016},{"source":920,"target":988},{"source":988,"target":62},{"source":988,"target":1142},{"source":988,"target":920},{"source":988,"target":985},{"source":1142,"target":62},{"source":1004,"target":1016},{"source":1004,"target":1013},{"source":1013,"target":74},{"source":1013,"target":1143},{"source":1013,"target":1004},{"source":1013,"target":1010},{"source":1143,"target":74}],"multigraph":true}
ecore
calculator
repo-ecore-all/data/lHunniche/MathInterpreter/dk.klevang.mathInterpreter/model/generated/MathInterpreter.ecore
mathInterpreter MathExp exp Exp exp value left right Plus Minus Mult op Div op
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mathInterpreter" nsURI="http://www.klevang.dk/MathInterpreter" nsPrefix="mathInterpreter"> <eClassifiers xsi:type="ecore:EClass" name="MathExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exp"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Exp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Exp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Exp"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Exp"/> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//Exp"> <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="Div" eSuperTypes="#//Exp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"mathInterpreter","nsURI":"http://www.klevang.dk/MathInterpreter","name":"mathInterpreter","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MathExp","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"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":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":"op","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":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":2,"target":11},{"source":2,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":2},{"source":13,"target":2},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":2},{"source":12,"target":2},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":2},{"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":2},{"source":5,"target":19},{"source":5,"target":20},{"source":19,"target":21},{"source":19,"target":5},{"source":20,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":22},{"source":6,"target":23},{"source":22,"target":24},{"source":22,"target":6},{"source":23,"target":2}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tdegueul/ecore-oa/fsm/fr.inria.diverse.fsm.model/model/fsm.ecore
fsm FSM states transitions initialstate name InitialState State name fsm outgoingtransitions incommingtransitions FinalState Transition fsm from to 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="fsm" nsURI="http://diverse.inria.fr/fsm" nsPrefix="fsm"> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/fsm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/fsm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialstate" lowerBound="1" eType="#//InitialState"/> <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="InitialState" eSuperTypes="#//State"/> <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="fsm" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingtransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incommingtransitions" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/to"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="fsm" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingtransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//State" eOpposite="#//State/incommingtransitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://diverse.inria.fr/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":"InitialState","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":"FinalState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialstate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"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":"fsm","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":"fsm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingtransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incommingtransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"event","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":3},{"source":6,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":10,"target":3},{"source":7,"target":5},{"source":7,"target":12},{"source":7,"target":1},{"source":7,"target":13},{"source":12,"target":5},{"source":8,"target":2},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":2},{"source":9,"target":15},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":16},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":11},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":11,"target":1},{"source":11,"target":21},{"source":11,"target":3},{"source":11,"target":6},{"source":21,"target":1},{"source":18,"target":5},{"source":18,"target":22},{"source":18,"target":3},{"source":18,"target":23},{"source":22,"target":5},{"source":19,"target":5},{"source":19,"target":24},{"source":19,"target":3},{"source":19,"target":25},{"source":24,"target":5},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":26},{"source":26,"target":3},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":23},{"source":5,"target":25},{"source":5,"target":27},{"source":13,"target":1},{"source":13,"target":28},{"source":13,"target":5},{"source":13,"target":7},{"source":28,"target":1},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":5},{"source":23,"target":18},{"source":29,"target":3},{"source":25,"target":3},{"source":25,"target":30},{"source":25,"target":5},{"source":25,"target":19},{"source":30,"target":3},{"source":27,"target":31},{"source":27,"target":5}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/FernanOrtega/sma-mdd-android-wp/sma.mdd.android/metamodel/DcMddAndroid.ecore
dcmddandroid NamedElement name AbstractClass isAbstract implements attributes methods associationAsSource associationAsTarget Class CycleClass PersistentClass Interface superInterfaces methods ClassElement final static Method isAbstract parameters returns Attribute defaultValue type secured Diagram modelElements ModelElement Visibility public public private private protected protected Parameter type Enum values EnumValue intValue Association rolSource rolTarget minMultiplicitySource maxMultiplicitySource minMultiplicityTarget maxMultiplicityTarget source target Agregation Composition Implements implemented implements EVisibility visibility
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dcmddandroid" nsURI="http://sma/mdd/android/1.0/dc" nsPrefix="dc"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractClass" abstract="true" eSuperTypes="#//ModelElement #//EVisibility"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#//Implements" eOpposite="#//Implements/implements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="associationAsSource" upperBound="-1" eType="#//Association" eOpposite="#//Association/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationAsTarget" upperBound="-1" eType="#//Association" eOpposite="#//Association/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Class"/> <details key="tool.description" value="Class"/> <details key="figure" value="rectangle"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CycleClass" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="CycleClass"/> <details key="tool.description" value="CycleClass"/> <details key="figure" value="rectangle"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersistentClass" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="PersistentClass"/> <details key="tool.description" value="PersistentClass"/> <details key="figure" value="rectangle"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//ModelElement #//EVisibility"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Interface"/> <details key="tool.description" value="Interface"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//Interface"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassElement" abstract="true" eSuperTypes="#//NamedElement #//EVisibility"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//ClassElement"> <eAnnotations source="gmf.node"> <details key="label" value="name,returns"/> <details key="figure" value="rectangle"/> <details key="label.icon" value="false"/> <details key="label.pattern" value="{0} : {1}"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Method"/> <details key="tool.description" value="Method"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//ClassElement"> <eAnnotations source="gmf.node"> <details key="label" value="name,type"/> <details key="figure" value="rectangle"/> <details key="label.icon" value="false"/> <details key="label.pattern" value="{0} : {1}"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Attribute"/> <details key="tool.description" value="Attribute"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="secured" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#//ModelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EEnum" name="Visibility"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//ModelElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Enum"/> <details key="tool.description" value="Enum"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//EnumValue" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumValue" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="EnumValue"/> <details key="tool.description" value="EnumValue"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rolSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rolTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minMultiplicitySource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMultiplicitySource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minMultiplicityTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMultiplicityTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//AbstractClass" eOpposite="#//AbstractClass/associationAsSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractClass" eOpposite="#//AbstractClass/associationAsTarget"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Agregation" eSuperTypes="#//Association"> <eAnnotations source="gmf.link"> <details key="label" value="name"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="color" value="0,0,0"/> <details key="tool.description" value="Agregation"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Association"> <eAnnotations source="gmf.link"> <details key="label" value="name"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="color" value="0,0,0"/> <details key="source.decoration" value="rhomb"/> <details key="target.decoration" value="arrow"/> <details key="tool.description" value="Composition"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implements" eSuperTypes="#//ModelElement"> <eAnnotations source="gmf.link"> <details key="label" value="name"/> <details key="source" value="implements"/> <details key="target" value="implemented"/> <details key="color" value="0,0,0"/> <details key="tool.description" value="Implements"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="implemented" lowerBound="1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" lowerBound="1" eType="#//AbstractClass" eOpposite="#//AbstractClass/implements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EVisibility"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//Visibility"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"dc","nsURI":"http://sma/mdd/android/1.0/dc","name":"dcmddandroid","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractClass","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CycleClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistentClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumValue","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agregation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implements","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EVisibility","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationAsSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationAsTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returns","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"secured","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"name":"public","id":73,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":74,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":75,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intValue","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rolSource","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rolTarget","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minMultiplicitySource","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxMultiplicitySource","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minMultiplicityTarget","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxMultiplicityTarget","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implemented","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":21,"target":22},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":20},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":23,"target":31},{"source":23,"target":2},{"source":24,"target":19},{"source":24,"target":32},{"source":24,"target":2},{"source":24,"target":33},{"source":32,"target":19},{"source":25,"target":9},{"source":25,"target":34},{"source":25,"target":2},{"source":34,"target":9},{"source":26,"target":8},{"source":26,"target":35},{"source":26,"target":2},{"source":35,"target":8},{"source":27,"target":16},{"source":27,"target":36},{"source":27,"target":2},{"source":27,"target":37},{"source":36,"target":16},{"source":28,"target":16},{"source":28,"target":38},{"source":28,"target":2},{"source":28,"target":39},{"source":38,"target":16},{"source":29,"target":11},{"source":30,"target":20},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":40,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":41},{"source":41,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":42},{"source":42,"target":2},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":20},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":6},{"source":43,"target":47},{"source":43,"target":6},{"source":47,"target":6},{"source":44,"target":8},{"source":44,"target":48},{"source":44,"target":6},{"source":48,"target":8},{"source":45,"target":11},{"source":46,"target":20},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":20},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":49,"target":53},{"source":49,"target":7},{"source":50,"target":54},{"source":50,"target":7},{"source":51,"target":1},{"source":52,"target":20},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":55,"target":59},{"source":55,"target":8},{"source":56,"target":13},{"source":56,"target":60},{"source":56,"target":8},{"source":60,"target":13},{"source":57,"target":61},{"source":57,"target":8},{"source":58,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":62,"target":66},{"source":62,"target":9},{"source":63,"target":67},{"source":63,"target":9},{"source":64,"target":68},{"source":64,"target":9},{"source":65,"target":7},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":11},{"source":69,"target":71},{"source":69,"target":10},{"source":71,"target":11},{"source":70,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":72},{"source":72,"target":1},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":73,"target":12},{"source":74,"target":12},{"source":75,"target":12},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":76},{"source":13,"target":77},{"source":76,"target":78},{"source":76,"target":13},{"source":77,"target":1},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":15},{"source":79,"target":81},{"source":79,"target":14},{"source":81,"target":15},{"source":80,"target":11},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":82},{"source":15,"target":83},{"source":82,"target":84},{"source":82,"target":15},{"source":83,"target":1},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":85},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":37},{"source":16,"target":39},{"source":16,"target":91},{"source":85,"target":92},{"source":85,"target":16},{"source":86,"target":93},{"source":86,"target":16},{"source":87,"target":94},{"source":87,"target":16},{"source":88,"target":95},{"source":88,"target":16},{"source":89,"target":96},{"source":89,"target":16},{"source":90,"target":97},{"source":90,"target":16},{"source":37,"target":2},{"source":37,"target":98},{"source":37,"target":16},{"source":37,"target":27},{"source":98,"target":2},{"source":39,"target":2},{"source":39,"target":99},{"source":39,"target":16},{"source":39,"target":28},{"source":99,"target":2},{"source":91,"target":11},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":100},{"source":100,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":101},{"source":101,"target":16},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":102},{"source":19,"target":33},{"source":19,"target":103},{"source":102,"target":6},{"source":102,"target":104},{"source":102,"target":19},{"source":104,"target":6},{"source":33,"target":2},{"source":33,"target":105},{"source":33,"target":19},{"source":33,"target":24},{"source":105,"target":2},{"source":103,"target":11},{"source":20,"target":0},{"source":20,"target":106},{"source":106,"target":12},{"source":106,"target":107},{"source":106,"target":20},{"source":107,"target":12}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2subsetRequiresDifferentName.ecore
UML2 TimeInterval InstanceValue StructuredClassifier Extend ConnectableElement DeployedArtifact ApplyFunctionAction Namespace Continuation Interval Parameter ForkNode ReplyAction LiteralInteger Collaboration InteractionOperand State Connector TimeObservationAction Enumeration Manifestation Constraint InformationFlow FlowFinalNode ExpansionNode ProtocolStateMachine LiteralSpecification Association ObjectFlow SendSignalAction Device TimeExpression TimeTrigger DurationObservationAction ExecutionEnvironment RedefinableElement DestroyObjectAction CreateObjectAction Interface UseCase MergeNode Action ControlNode ReadLinkObjectEndQualifierAction Substitution ClearVariableAction DestroyLinkAction Property subsettedProperty PartDecomposition ExecutableNode VariableAction ParameterSet Dependency Message Variable ValuePin Behavior ControlFlow Node Artifact CommunicationPath FinalNode ValueSpecification LiteralUnlimitedNatural SignalTrigger TemplateableClassifier Component BehavioredClassifier EventOccurrence ReadLinkAction Vertex ProtocolTransition ReadVariableAction Implementation Permission InformationItem RemoveStructuralFeatureValueAction Region ReclassifyObjectAction CallOperationAction WriteStructuralFeatureAction Activity ReadStructuralFeatureAction Type StartOwnedBehaviorAction Lifeline ActivityNode DeploymentSpecification DeploymentTarget InstanceSpecification CallTrigger ConnectionPointReference Model GeneralOrdering ReadIsClassifiedObjectAction RedefinableTemplateSignature Feature Classifier Usage Pin MessageTrigger Package Pseudostate Expression DurationInterval LinkAction InitialNode CallAction JoinNode BroadcastSignalAction Extension AddStructuralFeatureValueAction ActivityEdge LoopNode DecisionNode Include ConditionalNode StateMachine Duration ActivityPartition AssociationClass GeneralizationSet CreateLinkAction ExpansionRegion ReadLinkObjectEndAction StructuredActivityNode OutputPin ReadExtentAction EnumerationLiteral AddVariableValueAction InputPin ActivityFinalNode CollaborationOccurrence IntervalConstraint DurationConstraint Realization Reception StateInvariant ObjectNode WriteVariableAction PackageableElement Gate TimeConstraint RaiseExceptionAction AcceptEventAction Stereotype PrimitiveFunction InvocationAction Actor MessageEnd DataType ClearStructuralFeatureAction Trigger OpaqueExpression BehavioralFeature SendObjectAction Deployment ReadSelfAction Interaction ExtensionEnd StructuralFeature ExtensionPoint PrimitiveType NamedElement name LiteralBoolean LiteralString CentralBufferNode ParameterableClassifier CreateLinkObjectAction InteractionConstraint Profile DataStoreNode AnyTrigger AcceptCallAction ClearAssociationAction RemoveVariableValueAction Transition Stop ChangeTrigger WriteLinkAction CombinedFragment TestIdentityAction Port ExecutionOccurrence TypedElement InteractionFragment Signal Class ActivityParameterNode Abstraction EncapsulatedClassifier InteractionOccurrence LiteralNull CallBehaviorAction StructuralFeatureAction FinalState Operation
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":198},{"source":198,"target":10},{"source":2,"target":0},{"source":2,"target":63},{"source":2,"target":199},{"source":199,"target":63},{"source":3,"target":0},{"source":3,"target":98},{"source":3,"target":200},{"source":200,"target":98},{"source":4,"target":0},{"source":4,"target":164},{"source":4,"target":201},{"source":201,"target":164},{"source":5,"target":0},{"source":5,"target":164},{"source":5,"target":202},{"source":202,"target":164},{"source":6,"target":0},{"source":6,"target":164},{"source":6,"target":203},{"source":203,"target":164},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":204},{"source":204,"target":42},{"source":8,"target":0},{"source":8,"target":164},{"source":8,"target":205},{"source":205,"target":164},{"source":9,"target":0},{"source":9,"target":186},{"source":9,"target":206},{"source":206,"target":186},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":207},{"source":207,"target":63},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":185},{"source":11,"target":208},{"source":11,"target":209},{"source":208,"target":5},{"source":209,"target":185},{"source":12,"target":0},{"source":12,"target":43},{"source":12,"target":210},{"source":210,"target":43},{"source":13,"target":0},{"source":13,"target":42},{"source":13,"target":211},{"source":211,"target":42},{"source":14,"target":0},{"source":14,"target":27},{"source":14,"target":212},{"source":212,"target":27},{"source":15,"target":0},{"source":15,"target":68},{"source":15,"target":3},{"source":15,"target":213},{"source":15,"target":214},{"source":213,"target":68},{"source":214,"target":3},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":186},{"source":16,"target":215},{"source":16,"target":216},{"source":215,"target":8},{"source":216,"target":186},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":36},{"source":17,"target":71},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":217,"target":8},{"source":218,"target":36},{"source":219,"target":71},{"source":18,"target":0},{"source":18,"target":97},{"source":18,"target":220},{"source":220,"target":97},{"source":19,"target":0},{"source":19,"target":81},{"source":19,"target":221},{"source":221,"target":81},{"source":20,"target":0},{"source":20,"target":151},{"source":20,"target":222},{"source":222,"target":151},{"source":21,"target":0},{"source":21,"target":190},{"source":21,"target":223},{"source":223,"target":190},{"source":22,"target":0},{"source":22,"target":141},{"source":22,"target":224},{"source":224,"target":141},{"source":23,"target":0},{"source":23,"target":141},{"source":23,"target":225},{"source":225,"target":141},{"source":24,"target":0},{"source":24,"target":62},{"source":24,"target":226},{"source":226,"target":62},{"source":25,"target":0},{"source":25,"target":139},{"source":25,"target":227},{"source":227,"target":139},{"source":26,"target":0},{"source":26,"target":118},{"source":26,"target":228},{"source":228,"target":118},{"source":27,"target":0},{"source":27,"target":63},{"source":27,"target":229},{"source":229,"target":63},{"source":28,"target":0},{"source":28,"target":98},{"source":28,"target":230},{"source":230,"target":98},{"source":29,"target":0},{"source":29,"target":113},{"source":29,"target":231},{"source":231,"target":113},{"source":30,"target":0},{"source":30,"target":148},{"source":30,"target":232},{"source":232,"target":148},{"source":31,"target":0},{"source":31,"target":59},{"source":31,"target":233},{"source":233,"target":59},{"source":32,"target":0},{"source":32,"target":63},{"source":32,"target":234},{"source":234,"target":63},{"source":33,"target":0},{"source":33,"target":153},{"source":33,"target":235},{"source":235,"target":153},{"source":34,"target":0},{"source":34,"target":81},{"source":34,"target":236},{"source":236,"target":81},{"source":35,"target":0},{"source":35,"target":59},{"source":35,"target":237},{"source":237,"target":59},{"source":36,"target":0},{"source":36,"target":164},{"source":36,"target":238},{"source":238,"target":164},{"source":37,"target":0},{"source":37,"target":42},{"source":37,"target":239},{"source":239,"target":42},{"source":38,"target":0},{"source":38,"target":42},{"source":38,"target":240},{"source":240,"target":42},{"source":39,"target":0},{"source":39,"target":98},{"source":39,"target":241},{"source":241,"target":98},{"source":40,"target":0},{"source":40,"target":68},{"source":40,"target":242},{"source":242,"target":68},{"source":41,"target":0},{"source":41,"target":43},{"source":41,"target":243},{"source":243,"target":43},{"source":42,"target":0},{"source":42,"target":50},{"source":42,"target":244},{"source":244,"target":50},{"source":43,"target":0},{"source":43,"target":87},{"source":43,"target":245},{"source":245,"target":87},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":246},{"source":246,"target":42},{"source":45,"target":0},{"source":45,"target":136},{"source":45,"target":247},{"source":247,"target":136},{"source":46,"target":0},{"source":46,"target":51},{"source":46,"target":248},{"source":248,"target":51},{"source":47,"target":0},{"source":47,"target":180},{"source":47,"target":249},{"source":249,"target":180},{"source":48,"target":0},{"source":48,"target":161},{"source":48,"target":5},{"source":48,"target":89},{"source":48,"target":250},{"source":48,"target":251},{"source":48,"target":252},{"source":48,"target":253},{"source":250,"target":48},{"source":250,"target":254},{"source":250,"target":48},{"source":254,"target":48},{"source":251,"target":161},{"source":252,"target":5},{"source":253,"target":89},{"source":49,"target":0},{"source":49,"target":192},{"source":49,"target":255},{"source":255,"target":192},{"source":50,"target":0},{"source":50,"target":87},{"source":50,"target":256},{"source":256,"target":87},{"source":51,"target":0},{"source":51,"target":42},{"source":51,"target":257},{"source":257,"target":42},{"source":52,"target":0},{"source":52,"target":164},{"source":52,"target":258},{"source":258,"target":164},{"source":53,"target":0},{"source":53,"target":141},{"source":53,"target":259},{"source":259,"target":141},{"source":54,"target":0},{"source":54,"target":164},{"source":54,"target":260},{"source":260,"target":164},{"source":55,"target":0},{"source":55,"target":5},{"source":55,"target":185},{"source":55,"target":261},{"source":55,"target":262},{"source":261,"target":5},{"source":262,"target":185},{"source":56,"target":0},{"source":56,"target":131},{"source":56,"target":263},{"source":263,"target":131},{"source":57,"target":0},{"source":57,"target":188},{"source":57,"target":264},{"source":264,"target":188},{"source":58,"target":0},{"source":58,"target":113},{"source":58,"target":265},{"source":265,"target":113},{"source":59,"target":0},{"source":59,"target":188},{"source":59,"target":89},{"source":59,"target":266},{"source":59,"target":267},{"source":266,"target":188},{"source":267,"target":89},{"source":60,"target":0},{"source":60,"target":98},{"source":60,"target":6},{"source":60,"target":268},{"source":60,"target":269},{"source":268,"target":98},{"source":269,"target":6},{"source":61,"target":0},{"source":61,"target":28},{"source":61,"target":270},{"source":270,"target":28},{"source":62,"target":0},{"source":62,"target":43},{"source":62,"target":271},{"source":271,"target":43},{"source":63,"target":0},{"source":63,"target":185},{"source":63,"target":272},{"source":272,"target":185},{"source":64,"target":0},{"source":64,"target":27},{"source":64,"target":273},{"source":273,"target":27},{"source":65,"target":0},{"source":65,"target":101},{"source":65,"target":274},{"source":274,"target":101},{"source":66,"target":0},{"source":66,"target":98},{"source":66,"target":275},{"source":275,"target":98},{"source":67,"target":0},{"source":67,"target":188},{"source":67,"target":276},{"source":276,"target":188},{"source":68,"target":0},{"source":68,"target":98},{"source":68,"target":277},{"source":277,"target":98},{"source":69,"target":0},{"source":69,"target":186},{"source":69,"target":150},{"source":69,"target":278},{"source":69,"target":279},{"source":278,"target":186},{"source":279,"target":150},{"source":70,"target":0},{"source":70,"target":106},{"source":70,"target":280},{"source":280,"target":106},{"source":71,"target":0},{"source":71,"target":164},{"source":71,"target":281},{"source":281,"target":164},{"source":72,"target":0},{"source":72,"target":177},{"source":72,"target":282},{"source":282,"target":177},{"source":73,"target":0},{"source":73,"target":51},{"source":73,"target":283},{"source":283,"target":51},{"source":74,"target":0},{"source":74,"target":136},{"source":74,"target":284},{"source":284,"target":136},{"source":75,"target":0},{"source":75,"target":53},{"source":75,"target":285},{"source":285,"target":53},{"source":76,"target":0},{"source":76,"target":98},{"source":76,"target":286},{"source":286,"target":98},{"source":77,"target":0},{"source":77,"target":81},{"source":77,"target":287},{"source":287,"target":81},{"source":78,"target":0},{"source":78,"target":8},{"source":78,"target":36},{"source":78,"target":288},{"source":78,"target":289},{"source":288,"target":8},{"source":289,"target":36},{"source":79,"target":0},{"source":79,"target":42},{"source":79,"target":290},{"source":290,"target":42},{"source":80,"target":0},{"source":80,"target":108},{"source":80,"target":291},{"source":291,"target":108},{"source":81,"target":0},{"source":81,"target":195},{"source":81,"target":292},{"source":292,"target":195},{"source":82,"target":0},{"source":82,"target":57},{"source":82,"target":293},{"source":293,"target":57},{"source":83,"target":0},{"source":83,"target":195},{"source":83,"target":294},{"source":294,"target":195},{"source":84,"target":0},{"source":84,"target":141},{"source":84,"target":295},{"source":295,"target":141},{"source":85,"target":0},{"source":85,"target":42},{"source":85,"target":296},{"source":296,"target":42},{"source":86,"target":0},{"source":86,"target":164},{"source":86,"target":297},{"source":297,"target":164},{"source":87,"target":0},{"source":87,"target":36},{"source":87,"target":298},{"source":298,"target":36},{"source":88,"target":0},{"source":88,"target":60},{"source":88,"target":299},{"source":299,"target":60},{"source":89,"target":0},{"source":89,"target":164},{"source":89,"target":300},{"source":300,"target":164},{"source":90,"target":0},{"source":90,"target":141},{"source":90,"target":89},{"source":90,"target":6},{"source":90,"target":301},{"source":90,"target":302},{"source":90,"target":303},{"source":301,"target":141},{"source":302,"target":89},{"source":303,"target":6},{"source":91,"target":0},{"source":91,"target":101},{"source":91,"target":304},{"source":304,"target":101},{"source":92,"target":0},{"source":92,"target":71},{"source":92,"target":305},{"source":305,"target":71},{"source":93,"target":0},{"source":93,"target":102},{"source":93,"target":306},{"source":306,"target":102},{"source":94,"target":0},{"source":94,"target":164},{"source":94,"target":307},{"source":307,"target":164},{"source":95,"target":0},{"source":95,"target":42},{"source":95,"target":308},{"source":308,"target":42},{"source":96,"target":0},{"source":96,"target":36},{"source":96,"target":309},{"source":309,"target":36},{"source":97,"target":0},{"source":97,"target":36},{"source":97,"target":310},{"source":310,"target":36},{"source":98,"target":0},{"source":98,"target":8},{"source":98,"target":84},{"source":98,"target":36},{"source":98,"target":311},{"source":98,"target":312},{"source":98,"target":313},{"source":311,"target":8},{"source":312,"target":84},{"source":313,"target":36},{"source":99,"target":0},{"source":99,"target":53},{"source":99,"target":314},{"source":314,"target":53},{"source":100,"target":0},{"source":100,"target":139},{"source":100,"target":315},{"source":315,"target":139},{"source":101,"target":0},{"source":101,"target":153},{"source":101,"target":316},{"source":316,"target":153},{"source":102,"target":0},{"source":102,"target":8},{"source":102,"target":141},{"source":102,"target":317},{"source":102,"target":318},{"source":317,"target":8},{"source":318,"target":141},{"source":103,"target":0},{"source":103,"target":71},{"source":103,"target":319},{"source":319,"target":71},{"source":104,"target":0},{"source":104,"target":154},{"source":104,"target":320},{"source":320,"target":154},{"source":105,"target":0},{"source":105,"target":10},{"source":105,"target":321},{"source":321,"target":10},{"source":106,"target":0},{"source":106,"target":42},{"source":106,"target":322},{"source":322,"target":42},{"source":107,"target":0},{"source":107,"target":43},{"source":107,"target":323},{"source":323,"target":43},{"source":108,"target":0},{"source":108,"target":148},{"source":108,"target":324},{"source":324,"target":148},{"source":109,"target":0},{"source":109,"target":43},{"source":109,"target":325},{"source":325,"target":43},{"source":110,"target":0},{"source":110,"target":148},{"source":110,"target":326},{"source":326,"target":148},{"source":111,"target":0},{"source":111,"target":28},{"source":111,"target":327},{"source":327,"target":28},{"source":112,"target":0},{"source":112,"target":81},{"source":112,"target":328},{"source":328,"target":81},{"source":113,"target":0},{"source":113,"target":36},{"source":113,"target":329},{"source":329,"target":36},{"source":114,"target":0},{"source":114,"target":126},{"source":114,"target":330},{"source":330,"target":126},{"source":115,"target":0},{"source":115,"target":43},{"source":115,"target":331},{"source":331,"target":43},{"source":116,"target":0},{"source":116,"target":164},{"source":116,"target":332},{"source":332,"target":164},{"source":117,"target":0},{"source":117,"target":126},{"source":117,"target":333},{"source":333,"target":126},{"source":118,"target":0},{"source":118,"target":57},{"source":118,"target":334},{"source":334,"target":57},{"source":119,"target":0},{"source":119,"target":63},{"source":119,"target":335},{"source":335,"target":63},{"source":120,"target":0},{"source":120,"target":164},{"source":120,"target":336},{"source":336,"target":164},{"source":121,"target":0},{"source":121,"target":188},{"source":121,"target":28},{"source":121,"target":337},{"source":121,"target":338},{"source":337,"target":188},{"source":338,"target":28},{"source":122,"target":0},{"source":122,"target":141},{"source":122,"target":339},{"source":339,"target":141},{"source":123,"target":0},{"source":123,"target":180},{"source":123,"target":340},{"source":340,"target":180},{"source":124,"target":0},{"source":124,"target":126},{"source":124,"target":341},{"source":341,"target":126},{"source":125,"target":0},{"source":125,"target":42},{"source":125,"target":342},{"source":342,"target":42},{"source":126,"target":0},{"source":126,"target":42},{"source":126,"target":8},{"source":126,"target":343},{"source":126,"target":344},{"source":343,"target":42},{"source":344,"target":8},{"source":127,"target":0},{"source":127,"target":100},{"source":127,"target":345},{"source":345,"target":100},{"source":128,"target":0},{"source":128,"target":42},{"source":128,"target":346},{"source":346,"target":42},{"source":129,"target":0},{"source":129,"target":90},{"source":129,"target":347},{"source":347,"target":90},{"source":130,"target":0},{"source":130,"target":140},{"source":130,"target":348},{"source":348,"target":140},{"source":131,"target":0},{"source":131,"target":100},{"source":131,"target":349},{"source":349,"target":100},{"source":132,"target":0},{"source":132,"target":62},{"source":132,"target":350},{"source":350,"target":62},{"source":133,"target":0},{"source":133,"target":164},{"source":133,"target":351},{"source":351,"target":164},{"source":134,"target":0},{"source":134,"target":22},{"source":134,"target":352},{"source":352,"target":22},{"source":135,"target":0},{"source":135,"target":134},{"source":135,"target":353},{"source":353,"target":134},{"source":136,"target":0},{"source":136,"target":190},{"source":136,"target":354},{"source":354,"target":190},{"source":137,"target":0},{"source":137,"target":155},{"source":137,"target":355},{"source":355,"target":155},{"source":138,"target":0},{"source":138,"target":186},{"source":138,"target":356},{"source":356,"target":186},{"source":139,"target":0},{"source":139,"target":87},{"source":139,"target":185},{"source":139,"target":357},{"source":139,"target":358},{"source":357,"target":87},{"source":358,"target":185},{"source":140,"target":0},{"source":140,"target":51},{"source":140,"target":359},{"source":359,"target":51},{"source":141,"target":0},{"source":141,"target":164},{"source":141,"target":360},{"source":360,"target":164},{"source":142,"target":0},{"source":142,"target":150},{"source":142,"target":361},{"source":361,"target":150},{"source":143,"target":0},{"source":143,"target":134},{"source":143,"target":362},{"source":362,"target":134},{"source":144,"target":0},{"source":144,"target":42},{"source":144,"target":363},{"source":363,"target":42},{"source":145,"target":0},{"source":145,"target":42},{"source":145,"target":364},{"source":364,"target":42},{"source":146,"target":0},{"source":146,"target":188},{"source":146,"target":365},{"source":365,"target":188},{"source":147,"target":0},{"source":147,"target":141},{"source":147,"target":366},{"source":366,"target":141},{"source":148,"target":0},{"source":148,"target":42},{"source":148,"target":367},{"source":367,"target":42},{"source":149,"target":0},{"source":149,"target":98},{"source":149,"target":368},{"source":368,"target":98},{"source":150,"target":0},{"source":150,"target":164},{"source":150,"target":369},{"source":369,"target":164},{"source":151,"target":0},{"source":151,"target":98},{"source":151,"target":370},{"source":370,"target":98},{"source":152,"target":0},{"source":152,"target":195},{"source":152,"target":371},{"source":371,"target":195},{"source":153,"target":0},{"source":153,"target":164},{"source":153,"target":372},{"source":372,"target":164},{"source":154,"target":0},{"source":154,"target":63},{"source":154,"target":373},{"source":373,"target":63},{"source":155,"target":0},{"source":155,"target":8},{"source":155,"target":97},{"source":155,"target":374},{"source":155,"target":375},{"source":374,"target":8},{"source":375,"target":97},{"source":156,"target":0},{"source":156,"target":148},{"source":156,"target":376},{"source":376,"target":148},{"source":157,"target":0},{"source":157,"target":53},{"source":157,"target":377},{"source":377,"target":53},{"source":158,"target":0},{"source":158,"target":42},{"source":158,"target":378},{"source":378,"target":42},{"source":159,"target":0},{"source":159,"target":57},{"source":159,"target":186},{"source":159,"target":379},{"source":159,"target":380},{"source":379,"target":57},{"source":380,"target":186},{"source":160,"target":0},{"source":160,"target":48},{"source":160,"target":381},{"source":381,"target":48},{"source":161,"target":0},{"source":161,"target":97},{"source":161,"target":185},{"source":161,"target":382},{"source":161,"target":383},{"source":382,"target":97},{"source":383,"target":185},{"source":162,"target":0},{"source":162,"target":36},{"source":162,"target":384},{"source":384,"target":36},{"source":163,"target":0},{"source":163,"target":151},{"source":163,"target":385},{"source":385,"target":151},{"source":164,"target":0},{"source":164,"target":386},{"source":386,"target":387},{"source":386,"target":164},{"source":165,"target":0},{"source":165,"target":27},{"source":165,"target":388},{"source":388,"target":27},{"source":166,"target":0},{"source":166,"target":27},{"source":166,"target":389},{"source":389,"target":27},{"source":167,"target":0},{"source":167,"target":139},{"source":167,"target":390},{"source":390,"target":139},{"source":168,"target":0},{"source":168,"target":98},{"source":168,"target":391},{"source":391,"target":98},{"source":169,"target":0},{"source":169,"target":123},{"source":169,"target":392},{"source":392,"target":123},{"source":170,"target":0},{"source":170,"target":22},{"source":170,"target":393},{"source":393,"target":22},{"source":171,"target":0},{"source":171,"target":102},{"source":171,"target":394},{"source":394,"target":102},{"source":172,"target":0},{"source":172,"target":167},{"source":172,"target":395},{"source":395,"target":167},{"source":173,"target":0},{"source":173,"target":101},{"source":173,"target":396},{"source":396,"target":101},{"source":174,"target":0},{"source":174,"target":145},{"source":174,"target":397},{"source":397,"target":145},{"source":175,"target":0},{"source":175,"target":42},{"source":175,"target":398},{"source":398,"target":42},{"source":176,"target":0},{"source":176,"target":140},{"source":176,"target":399},{"source":399,"target":140},{"source":177,"target":0},{"source":177,"target":36},{"source":177,"target":400},{"source":400,"target":36},{"source":178,"target":0},{"source":178,"target":69},{"source":178,"target":401},{"source":401,"target":69},{"source":179,"target":0},{"source":179,"target":153},{"source":179,"target":402},{"source":402,"target":153},{"source":180,"target":0},{"source":180,"target":106},{"source":180,"target":403},{"source":403,"target":106},{"source":181,"target":0},{"source":181,"target":186},{"source":181,"target":404},{"source":404,"target":186},{"source":182,"target":0},{"source":182,"target":42},{"source":182,"target":405},{"source":405,"target":42},{"source":183,"target":0},{"source":183,"target":48},{"source":183,"target":406},{"source":406,"target":48},{"source":184,"target":0},{"source":184,"target":186},{"source":184,"target":407},{"source":407,"target":186},{"source":185,"target":0},{"source":185,"target":164},{"source":185,"target":408},{"source":408,"target":164},{"source":186,"target":0},{"source":186,"target":164},{"source":186,"target":409},{"source":409,"target":164},{"source":187,"target":0},{"source":187,"target":98},{"source":187,"target":410},{"source":410,"target":98},{"source":188,"target":0},{"source":188,"target":68},{"source":188,"target":191},{"source":188,"target":411},{"source":188,"target":412},{"source":411,"target":68},{"source":412,"target":191},{"source":189,"target":0},{"source":189,"target":139},{"source":189,"target":413},{"source":413,"target":139},{"source":190,"target":0},{"source":190,"target":53},{"source":190,"target":414},{"source":414,"target":53},{"source":191,"target":0},{"source":191,"target":3},{"source":191,"target":415},{"source":415,"target":3},{"source":192,"target":0},{"source":192,"target":186},{"source":192,"target":416},{"source":416,"target":186},{"source":193,"target":0},{"source":193,"target":27},{"source":193,"target":417},{"source":417,"target":27},{"source":194,"target":0},{"source":194,"target":108},{"source":194,"target":418},{"source":418,"target":108},{"source":195,"target":0},{"source":195,"target":42},{"source":195,"target":419},{"source":419,"target":42},{"source":196,"target":0},{"source":196,"target":17},{"source":196,"target":420},{"source":420,"target":17},{"source":197,"target":0},{"source":197,"target":155},{"source":197,"target":185},{"source":197,"target":421},{"source":197,"target":422},{"source":421,"target":155},{"source":422,"target":185}],"multigraph":true}
ecore
graphicaleditor
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/dgf.ecore
dgf DVertex target source targetReference DGraphElement name DNode vertices pointOfView DLink sourceReference DReference property DContainment compartment Graph elements DTypedElement eClass labelAttribute DContainedElement containment DContainedVertex
<?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="dgf" nsURI="http://diagraph-language" nsPrefix="dgf"> <eClassifiers xsi:type="ecore:EClass" name="DVertex" abstract="true" eSuperTypes="//DGraphElement"> <eAnnotations source="diagraph"> <details key="cont=DNode.vertices" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="//DNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="//DNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetReference"> <eType xsi:type="ecore:EClass" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DGraphElement" abstract="true"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DNode" eSuperTypes="//DGraphElement //DTypedElement //DContainedElement"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="vertices" upperBound="-1" eType="//DVertex" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pointOfView"> <eType xsi:type="ecore:EDataType" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DLink" eSuperTypes="//DContainedVertex //DTypedElement"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=DNode.vertices" value=""/> <details key="lsrc=source" value=""/> <details key="ltrg=target" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceReference"> <eType xsi:type="ecore:EClass" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DReference" eSuperTypes="//DVertex"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=DNode.vertices" value=""/> <details key="lsrc=source" value=""/> <details key="ltrg=target" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property"> <eType xsi:type="ecore:EDataType" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DContainment" eSuperTypes="//DContainedVertex"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=DNode.vertices" value=""/> <details key="lsrc=source" value=""/> <details key="ltrg=target" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compartment"> <eType xsi:type="ecore:EDataType" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="//DGraphElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTypedElement" abstract="true"> <eAnnotations source="diagraph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClass"> <eType xsi:type="ecore:EClass" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelAttribute"> <eType xsi:type="ecore:EClass" href="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EAttribute"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DContainedElement" abstract="true" eSuperTypes="//DGraphElement"> <eAnnotations source="diagraph"> <details key="cont=Graph.elements" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="containment" eType="//DNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DContainedVertex" abstract="true" eSuperTypes="//DContainedElement //DVertex"> <eAnnotations source="diagraph"> <details key="cont=Graph.elements" value=""/> </eAnnotations> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"dgf","nsURI":"http://diagraph-language","name":"dgf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DVertex","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DGraphElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLink","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DContainment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTypedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DContainedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DContainedVertex","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vertices","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":"pointOfView","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compartment","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","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":"eClass","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":"labelAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":2},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":11,"target":3},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":3},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":3},{"source":13,"target":17},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":2,"target":18},{"source":18,"target":19},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":20,"target":1},{"source":20,"target":25},{"source":20,"target":3},{"source":25,"target":1},{"source":21,"target":26},{"source":21,"target":3},{"source":22,"target":2},{"source":23,"target":8},{"source":24,"target":9},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":8},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":27,"target":30},{"source":27,"target":4},{"source":28,"target":10},{"source":29,"target":8},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":33},{"source":31,"target":5},{"source":32,"target":1},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":36},{"source":34,"target":6},{"source":35,"target":10},{"source":7,"target":0},{"source":7,"target":37},{"source":37,"target":2},{"source":37,"target":38},{"source":37,"target":7},{"source":38,"target":2},{"source":8,"target":0},{"source":8,"target":39},{"source":8,"target":40},{"source":39,"target":41},{"source":39,"target":8},{"source":40,"target":42},{"source":40,"target":8},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":43},{"source":9,"target":44},{"source":43,"target":3},{"source":43,"target":45},{"source":43,"target":9},{"source":45,"target":3},{"source":44,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":1},{"source":10,"target":46},{"source":10,"target":47},{"source":46,"target":9},{"source":47,"target":1}],"multigraph":true}
ecore
features
repo-ecore-all/data/surli/spinefm/spinefm-eclipseplugins-root/spinefm-core/model/MetamodelSpineFM.ecore
spinefm FMModel FeatureModel getStateFT feature getFeatureFromName name addFeature name feature state root constraints id name Feature getAllChildrenFeatures id name children Group getAllChildren features state man Constraint Rule GroupState MANDATORY man OPTIONAL opt ALTERNATIVE xor OR or MUTEX mutex exceptions FeatureNotFoundException fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException MSPLModel MultipleSoftwareProductLine getDomainElementByName name getValidAssociationsForDEs source target getAssociationByName assoName domainElements associations id DEAssociation computeActionsToDo CPSSource CPSTarget createAndAssociateInverseAssociation isLinkBetweenDEs firstExtremity secondExtremity getOppositeExtremity source getExtremityOfDE de restrictionFunction extremity id MultiplicityElement respectBoundaries value isExactlyOne isLowerThanUpperBound value lowerBound upperBound id DEAssociationEnd LinkMultiplicity apply_on id DomainElement MultiplicityElement refers_on belongs_to id exceptions DomainElementNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException DEAssociationNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException ConfigurationModel Configuration canBeLinked association getFeatureModel getLinkedConfigurationsOfDomainElement de isCompletlyLinked getAllCPS CPSRef id belongs_to state description domainElement clonedCPS Link getAssociatedConfiguration conf source relatedAssociation target id CompositeConfiguration isValid addConfiguration conf getConfigurationByName confName createConfigurationLink confSource confTarget asso getCompatibleConfigurations confSource asso subConfigurations links name mspl description exceptions ConfigNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException InvalidAssociationException fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException LinkNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException ProcessModel ConfigurationProcessStep isComplete alreadyHaveAction a getConfName setFMA fma step isMergeableWithCPS cps mergeWithExternalCPS confCPS step cm captureImplicitActions aof step recordActionDone aof feature setFeatureUnselected feature domainElement id description context configuration userConfig history state actionsDone status Context addCPS cps getCPSOfDE de mergeExternalCPS externalCPS step cm CPS id GlobalContext configuration LocalContext configurations ContextManager propagate CPS context step init step createNewContext step getContextFromId id cloningExistingContext contextSource removeContext context restoreContext context getCPSFromId id mspl globalContext localContexts fma past id DeletedContextInformations deletedContext replacedBy CPSStatus PartiallyConfigured PartiallyConfigured Configured Configured Unconfigurable Unconfigurable exceptions ContextNotFoundException fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException FMNotFoundException fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException ContextMergingException fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException CPSNotFoundException fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException fmengine FMSpineFMAdapter fr.unice.spinefm.fmengine.FMSpineFMAdapter fr.unice.spinefm.fmengine.FMSpineFMAdapter exceptions FMEngineException fr.unice.spinefm.fmengine.exceptions.FMEngineException fr.unice.spinefm.fmengine.exceptions.FMEngineException exceptions IllegalCallException fr.unice.spinefm.exceptions.IllegalCallException fr.unice.spinefm.exceptions.IllegalCallException ElementNotFoundException fr.unice.spinefm.exceptions.ElementNotFoundException fr.unice.spinefm.exceptions.ElementNotFoundException FatalSpineFMException fr.unice.spinefm.exceptions.FatalSpineFMException fr.unice.spinefm.exceptions.FatalSpineFMException ActionModel ActionMode AUTOMATIC AUTOMATIC MANUAL MANUAL FM FM SystemActionModel SystemAction apply isSameObject o undo cpsHistory step type ActionCreateConfiguration cps compconf ActionLink confSource confTarget asso link contextManager ActionCreateContext contextManager context ActionMoveConfiguration configuration cpsSource cpsTarget ActionDeleteContext contextManager context ActionOnFM cloneAction fm cps fma ActionSelect feature ActionDeselect feature ActionAddCTConstraint constraint ActionAbstractRename oldName newName ActionRenameCPS cps ActionRenameConfig config ActionRenameProduct product ActionSetProductDescription product UserActionModel UserSelect domainElementName contextID featureName UserAction apply initManualAction contextManager getDescription cloneActionWithStringAttributes precondition postcondition transformContextNameToSave contextID step type contextManager result UserCreateContext UserDeselect domainElementName contextID featureName UserPropagate domainElementName contextID UserValidConfiguration domainElementName contextID UserLinkConfiguration confSourceName confTargetName assoName UserInit filePath pastPath confDescription UserGenerate path UserSavePast destPath UserRenameElement name elementType elementID UserCloneContext contextID HistoryModel Step undoActions getDescription cloneStepWithoutSystemActions id launchingAction launchedActions Past createStep action undoLastAction clonePastWithoutSystemActions undoAction step getStepFromId stepId steps deletedContext id rootPath modelPath description RFModel RestrictionFunction createAndAssociateInverseRestFunc id rules inverse source target ConfigurationState isIncludedIn otherState selectedFeatures deselectedFeatures fm id Rule createInverseRule action state id
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spinefm" nsURI="spinefm.unice.fr" nsPrefix="spinefm"> <eSubpackages name="FMModel" nsURI="fmm.spinefm.unice.fr" nsPrefix="fmm"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <eOperations name="getStateFT" lowerBound="1" eType="#//FMModel/GroupState"> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eOperations> <eOperations name="getFeatureFromName" lowerBound="1" eType="#//FMModel/Feature" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addFeature" lowerBound="1"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> <eParameters name="state" lowerBound="1" eType="#//FMModel/GroupState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//FMModel/Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" ordered="false" upperBound="-1" eType="#//FMModel/Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eOperations name="getAllChildrenFeatures" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//FMModel/Group" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group"> <eOperations name="getAllChildren" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" ordered="false" lowerBound="1" upperBound="-1" eType="#//FMModel/Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//FMModel/GroupState" defaultValueLiteral="man"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GroupState"> <eLiterals name="MANDATORY" literal="man"/> <eLiterals name="OPTIONAL" value="1" literal="opt"/> <eLiterals name="ALTERNATIVE" value="2" literal="xor"/> <eLiterals name="OR" value="3" literal="or"/> <eLiterals name="MUTEX" value="4" literal="mutex"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.fmm.spinefm.unice.fr" nsPrefix="fmm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="FeatureNotFoundException" instanceClassName="fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="MSPLModel" nsURI="msplm.spinefm.unice.fr" nsPrefix="msplm"> <eClassifiers xsi:type="ecore:EClass" name="MultipleSoftwareProductLine"> <eOperations name="getDomainElementByName" lowerBound="1" eType="#//MSPLModel/DomainElement" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getValidAssociationsForDEs" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation" eExceptions="#//MSPLModel/exceptions/DEAssociationNotFoundException"> <eParameters name="source" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eParameters name="target" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="getAssociationByName" eType="#//MSPLModel/DEAssociation" eExceptions="#//MSPLModel/exceptions/DEAssociationNotFoundException"> <eParameters name="assoName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElements" ordered="false" lowerBound="1" upperBound="-1" eType="#//MSPLModel/DomainElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DEAssociation"> <eOperations name="computeActionsToDo" ordered="false" upperBound="-1" eType="#//ActionModel/SystemActionModel/ActionOnFM" eExceptions="#//exceptions/IllegalCallException"> <eParameters name="CPSSource" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="CPSTarget" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="createAndAssociateInverseAssociation" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"/> <eOperations name="isLinkBetweenDEs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="firstExtremity" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eParameters name="secondExtremity" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="getOppositeExtremity" lowerBound="1" eType="#//MSPLModel/DEAssociationEnd" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="source" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="getExtremityOfDE" lowerBound="1" eType="#//MSPLModel/DEAssociationEnd" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionFunction" ordered="false" upperBound="-1" eType="#//RFModel/RestrictionFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extremity" lowerBound="2" upperBound="2" eType="#//MSPLModel/DEAssociationEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement"> <eOperations name="respectBoundaries" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="isExactlyOne" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isLowerThanUpperBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DEAssociationEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="LinkMultiplicity" lowerBound="1" eType="#//MSPLModel/MultiplicityElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="apply_on" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="MultiplicityElement" lowerBound="1" eType="#//MSPLModel/MultiplicityElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refers_on" lowerBound="1" eType="#//FMModel/FeatureModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.msplm.spinefm.unice.fr" nsPrefix="msplm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="DomainElementNotFoundException" instanceClassName="fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="DEAssociationNotFoundException" instanceClassName="fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="ConfigurationModel" nsURI="cm.spinefm.unice.fr" nsPrefix="cm"> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eOperations name="canBeLinked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="association" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eOperations name="getFeatureModel" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eOperations name="getLinkedConfigurationsOfDomainElement" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="isCompletlyLinked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException #//MSPLModel/exceptions/DomainElementNotFoundException"/> <eOperations name="getAllCPS" lowerBound="1" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CPSRef" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" eOpposite="#//ProcessModel/ConfigurationProcessStep/configuration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//RFModel/ConfigurationState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElement" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clonedCPS" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eOperations name="getAssociatedConfiguration" lowerBound="1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="conf" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedAssociation" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeConfiguration"> <eOperations name="isValid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"/> <eOperations name="addConfiguration"> <eParameters name="conf" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> </eOperations> <eOperations name="getConfigurationByName" lowerBound="1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="confName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createConfigurationLink" eExceptions="#//ConfigurationModel/exceptions/InvalidAssociationException #//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="confTarget" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eOperations name="getCompatibleConfigurations" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/InvalidAssociationException #//exceptions/IllegalCallException #//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException #//exceptions/ElementNotFoundException"> <eParameters name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="subConfigurations" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Link" 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="mspl" lowerBound="1" eType="#//MSPLModel/MultipleSoftwareProductLine"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.cm.spinefm.unice.fr" nsPrefix="cm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="ConfigNotFoundException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="InvalidAssociationException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException"/> <eClassifiers xsi:type="ecore:EDataType" name="LinkNotFoundException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="ProcessModel" nsURI="pm.spinefm.unice.fr" nsPrefix="pm"> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationProcessStep"> <eOperations name="isComplete" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"/> <eOperations name="alreadyHaveAction" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="a" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> </eOperations> <eOperations name="getConfName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setFMA" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="isMergeableWithCPS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/IllegalCallException #//exceptions/ElementNotFoundException"> <eParameters name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="mergeWithExternalCPS" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="confCPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> <eParameters name="cm" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eOperations> <eOperations name="captureImplicitActions" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="aof" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="recordActionDone"> <eParameters name="aof" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eOperations> <eOperations name="setFeatureUnselected"> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElement" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//ProcessModel/Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//ConfigurationModel/Configuration" eOpposite="#//ConfigurationModel/Configuration/CPSRef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userConfig" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="history" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//RFModel/ConfigurationState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsDone" upperBound="-1" eType="#//ActionModel/SystemActionModel/ActionOnFM" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="#//ProcessModel/CPSStatus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true"> <eOperations name="addCPS"> <eParameters name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="getCPSOfDE" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" eExceptions="#//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="mergeExternalCPS" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="externalCPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> <eParameters name="cm" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="CPS" ordered="false" lowerBound="1" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalContext" eSuperTypes="#//ProcessModel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalContext" eSuperTypes="#//ProcessModel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" ordered="false" lowerBound="1" upperBound="-1" eType="#//ConfigurationModel/Configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextManager"> <eOperations name="propagate" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/IllegalCallException #//ProcessModel/exceptions/CPSNotFoundException #//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="CPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="context" lowerBound="1" eType="#//ProcessModel/Context"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="init" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="createNewContext" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="getContextFromId" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//ProcessModel/exceptions/ContextNotFoundException"> <eParameters name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="cloningExistingContext" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="contextSource" lowerBound="1" eType="#//ProcessModel/Context"/> </eOperations> <eOperations name="removeContext"> <eParameters name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eOperations> <eOperations name="restoreContext"> <eParameters name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eOperations> <eOperations name="getCPSFromId" eType="#//ProcessModel/ConfigurationProcessStep" eExceptions="#//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mspl" lowerBound="1" eType="#//MSPLModel/MultipleSoftwareProductLine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalContext" lowerBound="1" eType="#//ProcessModel/GlobalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localContexts" ordered="false" upperBound="-1" eType="#//ProcessModel/LocalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="past" lowerBound="1" eType="#//HistoryModel/Past" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeletedContextInformations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deletedContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replacedBy" eType="#//ProcessModel/Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CPSStatus"> <eLiterals name="PartiallyConfigured"/> <eLiterals name="Configured" value="1"/> <eLiterals name="Unconfigurable" value="2"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.pm.spinefm.unice.fr" nsPrefix="pm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="ContextNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="FMNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="ContextMergingException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException"/> <eClassifiers xsi:type="ecore:EDataType" name="CPSNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="fmengine" nsURI="fmengine.spinefm.unice.fr" nsPrefix="fmengine"> <eClassifiers xsi:type="ecore:EDataType" name="FMSpineFMAdapter" instanceClassName="fr.unice.spinefm.fmengine.FMSpineFMAdapter" serializable="false"/> <eSubpackages name="exceptions" nsURI="exceptions.fmengine.spinefm.unice.fr" nsPrefix="fmengine.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="FMEngineException" instanceClassName="fr.unice.spinefm.fmengine.exceptions.FMEngineException"/> </eSubpackages> </eSubpackages> <eSubpackages name="exceptions" nsURI="exceptions.spinefm.unice.fr" nsPrefix="exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="IllegalCallException" instanceClassName="fr.unice.spinefm.exceptions.IllegalCallException"/> <eClassifiers xsi:type="ecore:EDataType" name="ElementNotFoundException" instanceClassName="fr.unice.spinefm.exceptions.ElementNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="FatalSpineFMException" instanceClassName="fr.unice.spinefm.exceptions.FatalSpineFMException"/> </eSubpackages> <eSubpackages name="ActionModel" nsURI="action.spinefm.unice.fr" nsPrefix="action"> <eClassifiers xsi:type="ecore:EEnum" name="ActionMode"> <eLiterals name="AUTOMATIC"/> <eLiterals name="MANUAL" value="1"/> <eLiterals name="FM" value="2"/> </eClassifiers> <eSubpackages name="SystemActionModel" nsURI="system.action.spinefm.unice.fr" nsPrefix="systemaction"> <eClassifiers xsi:type="ecore:EClass" name="SystemAction" abstract="true"> <eOperations name="apply" lowerBound="1" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"/> <eOperations name="isSameObject" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="o" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="undo" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cpsHistory" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="step" lowerBound="1" eType="#//HistoryModel/Step" transient="true" eOpposite="#//HistoryModel/Step/launchedActions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ActionModel/ActionMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionCreateConfiguration" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compconf" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionLink" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="confTarget" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="link" lowerBound="1" eType="#//ConfigurationModel/Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionCreateContext" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionMoveConfiguration" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cpsSource" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cpsTarget" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionDeleteContext" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionOnFM" abstract="true" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eOperations name="cloneAction" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionSelect" eSuperTypes="#//ActionModel/SystemActionModel/ActionOnFM"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionDeselect" eSuperTypes="#//ActionModel/SystemActionModel/ActionOnFM"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionAddCTConstraint" eSuperTypes="#//ActionModel/SystemActionModel/ActionOnFM"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" lowerBound="1" eType="#//FMModel/Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionAbstractRename" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionRenameCPS" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionRenameConfig" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" lowerBound="1" eType="#//ConfigurationModel/Configuration" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionRenameProduct" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionSetProductDescription" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration"/> </eClassifiers> </eSubpackages> <eSubpackages name="UserActionModel" nsURI="user.action.spinefm.unice.fr" nsPrefix="useraction"> <eClassifiers xsi:type="ecore:EClass" name="UserSelect" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserAction" abstract="true"> <eOperations name="apply" lowerBound="1" eExceptions="#//exceptions/ElementNotFoundException #//exceptions/FatalSpineFMException"/> <eOperations name="initManualAction"> <eParameters name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eOperations> <eOperations name="getDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="cloneActionWithStringAttributes" lowerBound="1" eType="#//ActionModel/UserActionModel/UserAction"/> <eOperations name="precondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eOperations name="postcondition"/> <eOperations name="transformContextNameToSave" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="step" eType="#//HistoryModel/Step" eOpposite="#//HistoryModel/Step/launchingAction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ActionModel/ActionMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserCreateContext" eSuperTypes="#//ActionModel/UserActionModel/UserAction"/> <eClassifiers xsi:type="ecore:EClass" name="UserDeselect" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserPropagate" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserValidConfiguration" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserLinkConfiguration" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confSourceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confTargetName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assoName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserInit" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pastPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserGenerate" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <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="UserSavePast" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserRenameElement" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <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="elementType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserCloneContext" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="HistoryModel" nsURI="history.spinefm.unice.fr" nsPrefix="history"> <eClassifiers xsi:type="ecore:EClass" name="Step"> <eOperations name="undoActions"/> <eOperations name="getDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="cloneStepWithoutSystemActions" lowerBound="1" eType="#//HistoryModel/Step"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="launchingAction" lowerBound="1" eType="#//ActionModel/UserActionModel/UserAction" containment="true" eOpposite="#//ActionModel/UserActionModel/UserAction/step"/> <eStructuralFeatures xsi:type="ecore:EReference" name="launchedActions" upperBound="-1" eType="#//ActionModel/SystemActionModel/SystemAction" transient="true" containment="true" eOpposite="#//ActionModel/SystemActionModel/SystemAction/step"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Past"> <eOperations name="createStep" lowerBound="1" eType="#//HistoryModel/Step"> <eParameters name="action" lowerBound="1" eType="#//ActionModel/UserActionModel/UserAction"/> </eOperations> <eOperations name="undoLastAction"/> <eOperations name="clonePastWithoutSystemActions" lowerBound="1" eType="#//HistoryModel/Past"/> <eOperations name="undoAction"> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="getStepFromId" lowerBound="1" eType="#//HistoryModel/Step"> <eParameters name="stepId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#//HistoryModel/Step" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deletedContext" upperBound="-1" eType="#//ProcessModel/LocalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="RFModel" nsURI="rf.spinefm.unice.fr" nsPrefix="rf"> <eClassifiers xsi:type="ecore:EClass" name="RestrictionFunction"> <eOperations name="createAndAssociateInverseRestFunc" eType="#//RFModel/RestrictionFunction" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" lowerBound="1" upperBound="-1" eType="#//RFModel/Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" lowerBound="1" eType="#//RFModel/RestrictionFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationState"> <eOperations name="isIncludedIn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="otherState" lowerBound="1" eType="#//RFModel/ConfigurationState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedFeatures" ordered="false" lowerBound="1" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deselectedFeatures" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eOperations name="createInverseRule" lowerBound="1" eType="#//RFModel/Rule" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//RFModel/ConfigurationState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"spinefm","nsURI":"spinefm.unice.fr","name":"spinefm","id":0,"eClass":"EPackage"},{"nsPrefix":"fmm","nsURI":"fmm.spinefm.unice.fr","name":"FMModel","id":1,"eClass":"EPackage"},{"nsPrefix":"msplm","nsURI":"msplm.spinefm.unice.fr","name":"MSPLModel","id":2,"eClass":"EPackage"},{"nsPrefix":"cm","nsURI":"cm.spinefm.unice.fr","name":"ConfigurationModel","id":3,"eClass":"EPackage"},{"nsPrefix":"pm","nsURI":"pm.spinefm.unice.fr","name":"ProcessModel","id":4,"eClass":"EPackage"},{"nsPrefix":"fmengine","nsURI":"fmengine.spinefm.unice.fr","name":"fmengine","id":5,"eClass":"EPackage"},{"nsPrefix":"exceptions","nsURI":"exceptions.spinefm.unice.fr","name":"exceptions","id":6,"eClass":"EPackage"},{"nsPrefix":"action","nsURI":"action.spinefm.unice.fr","name":"ActionModel","id":7,"eClass":"EPackage"},{"nsPrefix":"history","nsURI":"history.spinefm.unice.fr","name":"HistoryModel","id":8,"eClass":"EPackage"},{"nsPrefix":"rf","nsURI":"rf.spinefm.unice.fr","name":"RFModel","id":9,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","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":"Constraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GroupState","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"fmm.exceptions","nsURI":"exceptions.fmm.spinefm.unice.fr","name":"exceptions","id":15,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateFT","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureFromName","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFeature","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":24,"many":false,"required":true,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException","name":"FeatureNotFoundException","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllChildrenFeatures","lowerBound":0,"id":41,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":42,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllChildren","lowerBound":0,"id":49,"many":true,"required":false,"eClass":"EOperation"},{"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":"features","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"man","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"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":"Rule","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"name":"MANDATORY","id":57,"value":0,"literal":"man","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":58,"value":1,"literal":"opt","eClass":"EEnumLiteral"},{"name":"ALTERNATIVE","id":59,"value":2,"literal":"xor","eClass":"EEnumLiteral"},{"name":"OR","id":60,"value":3,"literal":"or","eClass":"EEnumLiteral"},{"name":"MUTEX","id":61,"value":4,"literal":"mutex","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleSoftwareProductLine","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEAssociation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEAssociationEnd","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainElement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"nsPrefix":"msplm.exceptions","nsURI":"exceptions.msplm.spinefm.unice.fr","name":"exceptions","id":67,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDomainElementByName","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getValidAssociationsForDEs","lowerBound":0,"id":69,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAssociationByName","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"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":"domainElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":false,"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":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":75,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException","name":"DomainElementNotFoundException","instanceClass":null,"id":76,"serializable":true,"eClass":"EDataType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":81,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException","name":"DEAssociationNotFoundException","instanceClass":null,"id":82,"serializable":true,"eClass":"EDataType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"assoName","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"computeActionsToDo","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createAndAssociateInverseAssociation","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLinkBetweenDEs","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOppositeExtremity","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtremityOfDE","lowerBound":1,"id":97,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictionFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"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":"extremity","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionOnFM","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"CPSSource","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"CPSTarget","lowerBound":1,"id":104,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.exceptions.IllegalCallException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.exceptions.IllegalCallException","name":"IllegalCallException","instanceClass":null,"id":105,"serializable":true,"eClass":"EDataType"},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationProcessStep","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"firstExtremity","lowerBound":1,"id":112,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"secondExtremity","lowerBound":1,"id":113,"many":false,"required":true,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":117,"many":false,"required":true,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":121,"many":false,"required":true,"eClass":"EParameter"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestrictionFunction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"respectBoundaries","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isExactlyOne","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLowerThanUpperBound","lowerBound":1,"id":130,"many":false,"required":true,"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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":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":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":"id","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":135,"many":false,"required":true,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":139,"many":false,"required":true,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LinkMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"apply_on","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MultiplicityElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refers_on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"belongs_to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeConfiguration","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"nsPrefix":"cm.exceptions","nsURI":"exceptions.cm.spinefm.unice.fr","name":"exceptions","id":161,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"canBeLinked","lowerBound":1,"id":162,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureModel","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getLinkedConfigurationsOfDomainElement","lowerBound":0,"id":164,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCompletlyLinked","lowerBound":1,"id":165,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllCPS","lowerBound":1,"id":166,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"CPSRef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"belongs_to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clonedCPS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":175,"many":false,"required":true,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":180,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException","name":"ConfigNotFoundException","instanceClass":null,"id":181,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationState","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAssociatedConfiguration","lowerBound":1,"id":197,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedAssociation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"container":false,"ordered":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":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conf","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValid","lowerBound":1,"id":210,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConfiguration","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConfigurationByName","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createConfigurationLink","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getCompatibleConfigurations","lowerBound":0,"id":214,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"subConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":false,"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":216,"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":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mspl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conf","lowerBound":1,"id":222,"many":false,"required":true,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confName","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confSource","lowerBound":1,"id":228,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"confTarget","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":230,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException","name":"InvalidAssociationException","instanceClass":null,"id":231,"serializable":true,"eClass":"EDataType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confSource","lowerBound":1,"id":238,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":239,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.fmengine.exceptions.FMEngineException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.fmengine.exceptions.FMEngineException","name":"FMEngineException","instanceClass":null,"id":240,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException","name":"CPSNotFoundException","instanceClass":null,"id":241,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"fr.unice.spinefm.exceptions.ElementNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.exceptions.ElementNotFoundException","name":"ElementNotFoundException","instanceClass":null,"id":242,"serializable":true,"eClass":"EDataType"},{"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"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException","name":"LinkNotFoundException","instanceClass":null,"id":255,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalContext","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalContext","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextManager","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedContextInformations","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CPSStatus","instanceClass":null,"id":261,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"pm.exceptions","nsURI":"exceptions.pm.spinefm.unice.fr","name":"exceptions","id":262,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"isComplete","lowerBound":1,"id":263,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"alreadyHaveAction","lowerBound":1,"id":264,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConfName","lowerBound":1,"id":265,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFMA","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMergeableWithCPS","lowerBound":1,"id":267,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"mergeWithExternalCPS","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"captureImplicitActions","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"recordActionDone","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFeatureUnselected","lowerBound":0,"id":271,"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":"domainElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":273,"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":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"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":"userConfig","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"history","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"container":false,"ordered":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":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":true,"unique":true,"name":"actionsDone","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":1,"id":284,"many":false,"required":true,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fma","lowerBound":1,"id":288,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":289,"many":false,"required":true,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"instanceTypeName":"fr.unice.spinefm.fmengine.FMSpineFMAdapter","defaultValue":null,"instanceClassName":"fr.unice.spinefm.fmengine.FMSpineFMAdapter","name":"FMSpineFMAdapter","instanceClass":null,"id":291,"serializable":false,"eClass":"EDataType"},{"id":292,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":293,"interface":false,"eClass":"EClass"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cps","lowerBound":1,"id":296,"many":false,"required":true,"eClass":"EParameter"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confCPS","lowerBound":1,"id":301,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":302,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cm","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aof","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":310,"many":false,"required":true,"eClass":"EParameter"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aof","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":315,"many":false,"required":true,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":318,"many":false,"required":true,"eClass":"EParameter"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCPS","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCPSOfDE","lowerBound":1,"id":331,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"mergeExternalCPS","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EOperation"},{"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":"CPS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"cps","lowerBound":1,"id":335,"many":false,"required":true,"eClass":"EParameter"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":338,"many":false,"required":true,"eClass":"EParameter"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"externalCPS","lowerBound":1,"id":341,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":342,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cm","lowerBound":1,"id":343,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"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":"configurations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"propagate","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNewContext","lowerBound":1,"id":359,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContextFromId","lowerBound":1,"id":360,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloningExistingContext","lowerBound":1,"id":361,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeContext","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"restoreContext","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCPSFromId","lowerBound":0,"id":364,"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":"mspl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"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":"fma","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"past","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"CPS","lowerBound":1,"id":371,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":372,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":373,"many":false,"required":true,"eClass":"EParameter"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":381,"many":false,"required":true,"eClass":"EParameter"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":386,"many":false,"required":true,"eClass":"EParameter"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":1,"id":391,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException","name":"ContextNotFoundException","instanceClass":null,"id":392,"serializable":true,"eClass":"EDataType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextSource","lowerBound":1,"id":396,"many":false,"required":true,"eClass":"EParameter"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":400,"many":false,"required":true,"eClass":"EParameter"},{"id":401,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":402,"many":false,"required":true,"eClass":"EParameter"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":1,"id":405,"many":false,"required":true,"eClass":"EParameter"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Past","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deletedContext","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replacedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"name":"PartiallyConfigured","id":419,"value":0,"literal":"PartiallyConfigured","eClass":"EEnumLiteral"},{"name":"Configured","id":420,"value":1,"literal":"Configured","eClass":"EEnumLiteral"},{"name":"Unconfigurable","id":421,"value":2,"literal":"Unconfigurable","eClass":"EEnumLiteral"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException","name":"FMNotFoundException","instanceClass":null,"id":422,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException","name":"ContextMergingException","instanceClass":null,"id":423,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"fmengine.exceptions","nsURI":"exceptions.fmengine.spinefm.unice.fr","name":"exceptions","id":424,"eClass":"EPackage"},{"instanceTypeName":"fr.unice.spinefm.exceptions.FatalSpineFMException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.exceptions.FatalSpineFMException","name":"FatalSpineFMException","instanceClass":null,"id":425,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionMode","instanceClass":null,"id":426,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"systemaction","nsURI":"system.action.spinefm.unice.fr","name":"SystemActionModel","id":427,"eClass":"EPackage"},{"nsPrefix":"useraction","nsURI":"user.action.spinefm.unice.fr","name":"UserActionModel","id":428,"eClass":"EPackage"},{"name":"AUTOMATIC","id":429,"value":0,"literal":"AUTOMATIC","eClass":"EEnumLiteral"},{"name":"MANUAL","id":430,"value":1,"literal":"MANUAL","eClass":"EEnumLiteral"},{"name":"FM","id":431,"value":2,"literal":"FM","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAction","instanceClass":null,"abstract":true,"id":432,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionCreateConfiguration","instanceClass":null,"abstract":false,"id":433,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionLink","instanceClass":null,"abstract":false,"id":434,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionCreateContext","instanceClass":null,"abstract":false,"id":435,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionMoveConfiguration","instanceClass":null,"abstract":false,"id":436,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDeleteContext","instanceClass":null,"abstract":false,"id":437,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSelect","instanceClass":null,"abstract":false,"id":438,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDeselect","instanceClass":null,"abstract":false,"id":439,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAddCTConstraint","instanceClass":null,"abstract":false,"id":440,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAbstractRename","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionRenameCPS","instanceClass":null,"abstract":false,"id":442,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionRenameConfig","instanceClass":null,"abstract":false,"id":443,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionRenameProduct","instanceClass":null,"abstract":false,"id":444,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSetProductDescription","instanceClass":null,"abstract":false,"id":445,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":1,"id":446,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSameObject","lowerBound":1,"id":447,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undo","lowerBound":1,"id":448,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpsHistory","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"step","changeable":true,"resolveProxies":true,"lowerBound":1,"id":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"o","lowerBound":1,"id":455,"many":false,"required":true,"eClass":"EParameter"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"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":"launchedActions","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":461,"derived":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":"compconf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"confSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"confTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"asso","changeable":true,"resolveProxies":true,"lowerBound":1,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cpsSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cpsTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneAction","lowerBound":1,"id":494,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"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":"fma","changeable":true,"lowerBound":1,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":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":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldName","changeable":true,"lowerBound":1,"iD":false,"id":512,"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":"newName","changeable":true,"lowerBound":1,"iD":false,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"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":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserSelect","instanceClass":null,"abstract":false,"id":529,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserAction","instanceClass":null,"abstract":true,"id":530,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserCreateContext","instanceClass":null,"abstract":false,"id":531,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDeselect","instanceClass":null,"abstract":false,"id":532,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserPropagate","instanceClass":null,"abstract":false,"id":533,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserValidConfiguration","instanceClass":null,"abstract":false,"id":534,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserLinkConfiguration","instanceClass":null,"abstract":false,"id":535,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserInit","instanceClass":null,"abstract":false,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserGenerate","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserSavePast","instanceClass":null,"abstract":false,"id":538,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserRenameElement","instanceClass":null,"abstract":false,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserCloneContext","instanceClass":null,"abstract":false,"id":540,"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":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":541,"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":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":542,"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":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":1,"id":548,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initManualAction","lowerBound":0,"id":549,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":1,"id":550,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneActionWithStringAttributes","lowerBound":1,"id":551,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"precondition","lowerBound":0,"id":552,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"postcondition","lowerBound":0,"id":553,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformContextNameToSave","lowerBound":1,"id":554,"many":false,"required":true,"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":"step","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"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":556,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":557,"derived":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":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextManager","lowerBound":1,"id":561,"many":false,"required":true,"eClass":"EParameter"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextID","lowerBound":1,"id":567,"many":false,"required":true,"eClass":"EParameter"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"launchingAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":575,"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":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":576,"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":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":582,"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":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":583,"derived":false},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":587,"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":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confSourceName","changeable":true,"lowerBound":1,"iD":false,"id":592,"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":"confTargetName","changeable":true,"lowerBound":1,"iD":false,"id":593,"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":"assoName","changeable":true,"lowerBound":1,"iD":false,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"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":599,"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":"pastPath","changeable":true,"lowerBound":1,"iD":false,"id":600,"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":"confDescription","changeable":true,"lowerBound":1,"iD":false,"id":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"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":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destPath","changeable":true,"lowerBound":1,"iD":false,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"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":612,"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":"elementType","changeable":true,"lowerBound":1,"iD":false,"id":613,"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":"elementID","changeable":true,"lowerBound":1,"iD":false,"id":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoActions","lowerBound":0,"id":622,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":1,"id":623,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneStepWithoutSystemActions","lowerBound":1,"id":624,"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":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createStep","lowerBound":1,"id":631,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoLastAction","lowerBound":0,"id":632,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clonePastWithoutSystemActions","lowerBound":1,"id":633,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoAction","lowerBound":0,"id":634,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStepFromId","lowerBound":1,"id":635,"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":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deletedContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":638,"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":"rootPath","changeable":true,"lowerBound":1,"iD":false,"id":639,"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":"modelPath","changeable":true,"lowerBound":1,"iD":false,"id":640,"derived":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":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":1,"id":643,"many":false,"required":true,"eClass":"EParameter"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":646,"many":false,"required":true,"eClass":"EParameter"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stepId","lowerBound":1,"id":649,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":657,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"createAndAssociateInverseRestFunc","lowerBound":0,"id":658,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":659,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":661,"derived":false},{"container":false,"ordered":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":662,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isIncludedIn","lowerBound":1,"id":671,"many":false,"required":true,"eClass":"EOperation"},{"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":"selectedFeatures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":672,"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":"deselectedFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":674,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherState","lowerBound":1,"id":677,"many":false,"required":true,"eClass":"EParameter"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInverseRule","lowerBound":1,"id":683,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"action","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":"state","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":null,"unsettable":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"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":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":0},{"source":10,"target":1},{"source":10,"target":16},{"source":10,"target":17},{"source":10,"target":18},{"source":10,"target":19},{"source":10,"target":20},{"source":10,"target":21},{"source":10,"target":22},{"source":16,"target":14},{"source":16,"target":23},{"source":16,"target":10},{"source":16,"target":24},{"source":23,"target":14},{"source":24,"target":11},{"source":24,"target":25},{"source":24,"target":16},{"source":25,"target":11},{"source":17,"target":11},{"source":17,"target":26},{"source":17,"target":10},{"source":17,"target":27},{"source":17,"target":28},{"source":17,"target":29},{"source":26,"target":11},{"source":27,"target":30},{"source":27,"target":17},{"source":29,"target":28},{"source":18,"target":10},{"source":18,"target":31},{"source":18,"target":32},{"source":18,"target":33},{"source":31,"target":34},{"source":31,"target":18},{"source":32,"target":11},{"source":32,"target":35},{"source":32,"target":18},{"source":35,"target":11},{"source":33,"target":14},{"source":33,"target":36},{"source":33,"target":18},{"source":36,"target":14},{"source":19,"target":11},{"source":19,"target":37},{"source":19,"target":10},{"source":37,"target":11},{"source":20,"target":13},{"source":20,"target":38},{"source":20,"target":10},{"source":38,"target":13},{"source":21,"target":39},{"source":21,"target":10},{"source":22,"target":40},{"source":22,"target":10},{"source":11,"target":1},{"source":11,"target":41},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":41,"target":11},{"source":41,"target":45},{"source":41,"target":11},{"source":45,"target":11},{"source":42,"target":46},{"source":42,"target":11},{"source":43,"target":47},{"source":43,"target":11},{"source":44,"target":12},{"source":44,"target":48},{"source":44,"target":11},{"source":48,"target":12},{"source":12,"target":1},{"source":12,"target":49},{"source":12,"target":50},{"source":12,"target":51},{"source":49,"target":11},{"source":49,"target":52},{"source":49,"target":12},{"source":52,"target":11},{"source":50,"target":11},{"source":50,"target":53},{"source":50,"target":12},{"source":53,"target":11},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":12},{"source":54,"target":14},{"source":13,"target":1},{"source":13,"target":55},{"source":55,"target":56},{"source":55,"target":13},{"source":14,"target":1},{"source":14,"target":57},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":14,"target":61},{"source":57,"target":14},{"source":58,"target":14},{"source":59,"target":14},{"source":60,"target":14},{"source":61,"target":14},{"source":15,"target":28},{"source":15,"target":1},{"source":28,"target":15},{"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":0},{"source":62,"target":2},{"source":62,"target":68},{"source":62,"target":69},{"source":62,"target":70},{"source":62,"target":71},{"source":62,"target":72},{"source":62,"target":73},{"source":68,"target":66},{"source":68,"target":74},{"source":68,"target":62},{"source":68,"target":75},{"source":68,"target":76},{"source":68,"target":77},{"source":74,"target":66},{"source":75,"target":78},{"source":75,"target":68},{"source":77,"target":76},{"source":69,"target":63},{"source":69,"target":79},{"source":69,"target":62},{"source":69,"target":80},{"source":69,"target":81},{"source":69,"target":82},{"source":69,"target":83},{"source":79,"target":63},{"source":80,"target":66},{"source":80,"target":84},{"source":80,"target":69},{"source":84,"target":66},{"source":81,"target":66},{"source":81,"target":85},{"source":81,"target":69},{"source":85,"target":66},{"source":83,"target":82},{"source":70,"target":63},{"source":70,"target":86},{"source":70,"target":62},{"source":70,"target":87},{"source":70,"target":82},{"source":70,"target":88},{"source":86,"target":63},{"source":87,"target":89},{"source":87,"target":70},{"source":88,"target":82},{"source":71,"target":66},{"source":71,"target":90},{"source":71,"target":62},{"source":90,"target":66},{"source":72,"target":63},{"source":72,"target":91},{"source":72,"target":62},{"source":91,"target":63},{"source":73,"target":92},{"source":73,"target":62},{"source":63,"target":2},{"source":63,"target":93},{"source":63,"target":94},{"source":63,"target":95},{"source":63,"target":96},{"source":63,"target":97},{"source":63,"target":98},{"source":63,"target":99},{"source":63,"target":100},{"source":93,"target":101},{"source":93,"target":102},{"source":93,"target":63},{"source":93,"target":103},{"source":93,"target":104},{"source":93,"target":105},{"source":93,"target":106},{"source":102,"target":101},{"source":103,"target":107},{"source":103,"target":108},{"source":103,"target":93},{"source":108,"target":107},{"source":104,"target":107},{"source":104,"target":109},{"source":104,"target":93},{"source":109,"target":107},{"source":106,"target":105},{"source":94,"target":63},{"source":94,"target":28},{"source":94,"target":110},{"source":110,"target":28},{"source":95,"target":111},{"source":95,"target":63},{"source":95,"target":112},{"source":95,"target":113},{"source":112,"target":66},{"source":112,"target":114},{"source":112,"target":95},{"source":114,"target":66},{"source":113,"target":66},{"source":113,"target":115},{"source":113,"target":95},{"source":115,"target":66},{"source":96,"target":65},{"source":96,"target":116},{"source":96,"target":63},{"source":96,"target":117},{"source":96,"target":76},{"source":96,"target":118},{"source":116,"target":65},{"source":117,"target":66},{"source":117,"target":119},{"source":117,"target":96},{"source":119,"target":66},{"source":118,"target":76},{"source":97,"target":65},{"source":97,"target":120},{"source":97,"target":63},{"source":97,"target":121},{"source":97,"target":76},{"source":97,"target":122},{"source":120,"target":65},{"source":121,"target":66},{"source":121,"target":123},{"source":121,"target":97},{"source":123,"target":66},{"source":122,"target":76},{"source":98,"target":124},{"source":98,"target":125},{"source":98,"target":63},{"source":125,"target":124},{"source":99,"target":65},{"source":99,"target":126},{"source":99,"target":63},{"source":126,"target":65},{"source":100,"target":127},{"source":100,"target":63},{"source":64,"target":2},{"source":64,"target":128},{"source":64,"target":129},{"source":64,"target":130},{"source":64,"target":131},{"source":64,"target":132},{"source":64,"target":133},{"source":128,"target":134},{"source":128,"target":64},{"source":128,"target":135},{"source":135,"target":136},{"source":135,"target":128},{"source":129,"target":137},{"source":129,"target":64},{"source":130,"target":138},{"source":130,"target":64},{"source":130,"target":139},{"source":139,"target":140},{"source":139,"target":130},{"source":131,"target":141},{"source":131,"target":64},{"source":132,"target":142},{"source":132,"target":64},{"source":133,"target":143},{"source":133,"target":64},{"source":65,"target":2},{"source":65,"target":144},{"source":65,"target":145},{"source":65,"target":146},{"source":144,"target":64},{"source":144,"target":147},{"source":144,"target":65},{"source":147,"target":64},{"source":145,"target":66},{"source":145,"target":148},{"source":145,"target":65},{"source":148,"target":66},{"source":146,"target":149},{"source":146,"target":65},{"source":66,"target":2},{"source":66,"target":150},{"source":66,"target":151},{"source":66,"target":152},{"source":66,"target":153},{"source":150,"target":64},{"source":150,"target":154},{"source":150,"target":66},{"source":154,"target":64},{"source":151,"target":10},{"source":151,"target":155},{"source":151,"target":66},{"source":155,"target":10},{"source":152,"target":63},{"source":152,"target":156},{"source":152,"target":66},{"source":156,"target":63},{"source":153,"target":157},{"source":153,"target":66},{"source":67,"target":76},{"source":67,"target":82},{"source":67,"target":2},{"source":76,"target":67},{"source":82,"target":67},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":3,"target":0},{"source":158,"target":3},{"source":158,"target":162},{"source":158,"target":163},{"source":158,"target":164},{"source":158,"target":165},{"source":158,"target":166},{"source":158,"target":167},{"source":158,"target":168},{"source":158,"target":169},{"source":158,"target":170},{"source":158,"target":171},{"source":158,"target":172},{"source":158,"target":173},{"source":162,"target":174},{"source":162,"target":158},{"source":162,"target":175},{"source":162,"target":76},{"source":162,"target":176},{"source":175,"target":63},{"source":175,"target":177},{"source":175,"target":162},{"source":177,"target":63},{"source":176,"target":76},{"source":163,"target":10},{"source":163,"target":178},{"source":163,"target":158},{"source":178,"target":10},{"source":164,"target":158},{"source":164,"target":179},{"source":164,"target":158},{"source":164,"target":180},{"source":164,"target":181},{"source":164,"target":182},{"source":179,"target":158},{"source":180,"target":66},{"source":180,"target":183},{"source":180,"target":164},{"source":183,"target":66},{"source":182,"target":181},{"source":165,"target":184},{"source":165,"target":158},{"source":165,"target":181},{"source":165,"target":76},{"source":165,"target":185},{"source":165,"target":186},{"source":185,"target":181},{"source":186,"target":76},{"source":166,"target":107},{"source":166,"target":187},{"source":166,"target":158},{"source":187,"target":107},{"source":167,"target":107},{"source":167,"target":188},{"source":167,"target":158},{"source":167,"target":189},{"source":188,"target":107},{"source":168,"target":190},{"source":168,"target":158},{"source":169,"target":159},{"source":169,"target":191},{"source":169,"target":158},{"source":191,"target":159},{"source":170,"target":192},{"source":170,"target":193},{"source":170,"target":158},{"source":193,"target":192},{"source":171,"target":194},{"source":171,"target":158},{"source":172,"target":66},{"source":172,"target":195},{"source":172,"target":158},{"source":195,"target":66},{"source":173,"target":107},{"source":173,"target":196},{"source":173,"target":158},{"source":196,"target":107},{"source":159,"target":3},{"source":159,"target":197},{"source":159,"target":198},{"source":159,"target":199},{"source":159,"target":200},{"source":159,"target":201},{"source":197,"target":158},{"source":197,"target":202},{"source":197,"target":159},{"source":197,"target":203},{"source":197,"target":181},{"source":197,"target":204},{"source":202,"target":158},{"source":203,"target":158},{"source":203,"target":205},{"source":203,"target":197},{"source":205,"target":158},{"source":204,"target":181},{"source":198,"target":158},{"source":198,"target":206},{"source":198,"target":159},{"source":206,"target":158},{"source":199,"target":63},{"source":199,"target":207},{"source":199,"target":159},{"source":207,"target":63},{"source":200,"target":158},{"source":200,"target":208},{"source":200,"target":159},{"source":208,"target":158},{"source":201,"target":209},{"source":201,"target":159},{"source":160,"target":3},{"source":160,"target":210},{"source":160,"target":211},{"source":160,"target":212},{"source":160,"target":213},{"source":160,"target":214},{"source":160,"target":215},{"source":160,"target":216},{"source":160,"target":217},{"source":160,"target":218},{"source":160,"target":219},{"source":210,"target":220},{"source":210,"target":160},{"source":210,"target":76},{"source":210,"target":221},{"source":221,"target":76},{"source":211,"target":160},{"source":211,"target":222},{"source":222,"target":158},{"source":222,"target":223},{"source":222,"target":211},{"source":223,"target":158},{"source":212,"target":158},{"source":212,"target":224},{"source":212,"target":160},{"source":212,"target":225},{"source":212,"target":181},{"source":212,"target":226},{"source":224,"target":158},{"source":225,"target":227},{"source":225,"target":212},{"source":226,"target":181},{"source":213,"target":160},{"source":213,"target":228},{"source":213,"target":229},{"source":213,"target":230},{"source":213,"target":231},{"source":213,"target":76},{"source":213,"target":232},{"source":213,"target":233},{"source":228,"target":158},{"source":228,"target":234},{"source":228,"target":213},{"source":234,"target":158},{"source":229,"target":158},{"source":229,"target":235},{"source":229,"target":213},{"source":235,"target":158},{"source":230,"target":63},{"source":230,"target":236},{"source":230,"target":213},{"source":236,"target":63},{"source":232,"target":231},{"source":233,"target":76},{"source":214,"target":158},{"source":214,"target":237},{"source":214,"target":160},{"source":214,"target":238},{"source":214,"target":239},{"source":214,"target":231},{"source":214,"target":105},{"source":214,"target":240},{"source":214,"target":241},{"source":214,"target":242},{"source":214,"target":243},{"source":214,"target":244},{"source":214,"target":245},{"source":214,"target":246},{"source":214,"target":247},{"source":237,"target":158},{"source":238,"target":158},{"source":238,"target":248},{"source":238,"target":214},{"source":248,"target":158},{"source":239,"target":63},{"source":239,"target":249},{"source":239,"target":214},{"source":249,"target":63},{"source":243,"target":231},{"source":244,"target":105},{"source":245,"target":240},{"source":246,"target":241},{"source":247,"target":242},{"source":215,"target":158},{"source":215,"target":250},{"source":215,"target":160},{"source":250,"target":158},{"source":216,"target":159},{"source":216,"target":251},{"source":216,"target":160},{"source":251,"target":159},{"source":217,"target":252},{"source":217,"target":160},{"source":218,"target":62},{"source":218,"target":253},{"source":218,"target":160},{"source":253,"target":62},{"source":219,"target":254},{"source":219,"target":160},{"source":161,"target":181},{"source":161,"target":231},{"source":161,"target":255},{"source":161,"target":3},{"source":181,"target":161},{"source":231,"target":161},{"source":255,"target":161},{"source":4,"target":107},{"source":4,"target":256},{"source":4,"target":257},{"source":4,"target":258},{"source":4,"target":259},{"source":4,"target":260},{"source":4,"target":261},{"source":4,"target":262},{"source":4,"target":0},{"source":107,"target":4},{"source":107,"target":263},{"source":107,"target":264},{"source":107,"target":265},{"source":107,"target":266},{"source":107,"target":267},{"source":107,"target":268},{"source":107,"target":269},{"source":107,"target":270},{"source":107,"target":271},{"source":107,"target":272},{"source":107,"target":273},{"source":107,"target":274},{"source":107,"target":275},{"source":107,"target":189},{"source":107,"target":276},{"source":107,"target":277},{"source":107,"target":278},{"source":107,"target":279},{"source":107,"target":280},{"source":263,"target":281},{"source":263,"target":107},{"source":263,"target":240},{"source":263,"target":282},{"source":282,"target":240},{"source":264,"target":283},{"source":264,"target":107},{"source":264,"target":284},{"source":264,"target":240},{"source":264,"target":285},{"source":284,"target":101},{"source":284,"target":286},{"source":284,"target":264},{"source":286,"target":101},{"source":285,"target":240},{"source":265,"target":287},{"source":265,"target":107},{"source":266,"target":107},{"source":266,"target":288},{"source":266,"target":289},{"source":266,"target":240},{"source":266,"target":290},{"source":288,"target":291},{"source":288,"target":292},{"source":288,"target":266},{"source":292,"target":291},{"source":289,"target":293},{"source":289,"target":294},{"source":289,"target":266},{"source":294,"target":293},{"source":290,"target":240},{"source":267,"target":295},{"source":267,"target":107},{"source":267,"target":296},{"source":267,"target":240},{"source":267,"target":105},{"source":267,"target":242},{"source":267,"target":297},{"source":267,"target":298},{"source":267,"target":299},{"source":296,"target":107},{"source":296,"target":300},{"source":296,"target":267},{"source":300,"target":107},{"source":297,"target":240},{"source":298,"target":105},{"source":299,"target":242},{"source":268,"target":107},{"source":268,"target":301},{"source":268,"target":302},{"source":268,"target":303},{"source":268,"target":240},{"source":268,"target":242},{"source":268,"target":304},{"source":268,"target":305},{"source":301,"target":107},{"source":301,"target":306},{"source":301,"target":268},{"source":306,"target":107},{"source":302,"target":293},{"source":302,"target":307},{"source":302,"target":268},{"source":307,"target":293},{"source":303,"target":259},{"source":303,"target":308},{"source":303,"target":268},{"source":308,"target":259},{"source":304,"target":240},{"source":305,"target":242},{"source":269,"target":107},{"source":269,"target":309},{"source":269,"target":310},{"source":269,"target":240},{"source":269,"target":311},{"source":309,"target":101},{"source":309,"target":312},{"source":309,"target":269},{"source":312,"target":101},{"source":310,"target":293},{"source":310,"target":313},{"source":310,"target":269},{"source":313,"target":293},{"source":311,"target":240},{"source":270,"target":107},{"source":270,"target":314},{"source":270,"target":315},{"source":314,"target":101},{"source":314,"target":316},{"source":314,"target":270},{"source":316,"target":101},{"source":315,"target":11},{"source":315,"target":317},{"source":315,"target":270},{"source":317,"target":11},{"source":271,"target":107},{"source":271,"target":318},{"source":318,"target":11},{"source":318,"target":319},{"source":318,"target":271},{"source":319,"target":11},{"source":272,"target":66},{"source":272,"target":320},{"source":272,"target":107},{"source":320,"target":66},{"source":273,"target":321},{"source":273,"target":107},{"source":274,"target":322},{"source":274,"target":107},{"source":275,"target":256},{"source":275,"target":323},{"source":275,"target":107},{"source":323,"target":256},{"source":189,"target":158},{"source":189,"target":324},{"source":189,"target":107},{"source":189,"target":167},{"source":324,"target":158},{"source":276,"target":325},{"source":276,"target":107},{"source":277,"target":326},{"source":277,"target":107},{"source":278,"target":192},{"source":278,"target":327},{"source":278,"target":107},{"source":327,"target":192},{"source":279,"target":101},{"source":279,"target":328},{"source":279,"target":107},{"source":328,"target":101},{"source":280,"target":261},{"source":280,"target":329},{"source":280,"target":107},{"source":329,"target":261},{"source":256,"target":4},{"source":256,"target":330},{"source":256,"target":331},{"source":256,"target":332},{"source":256,"target":333},{"source":256,"target":334},{"source":330,"target":256},{"source":330,"target":335},{"source":335,"target":107},{"source":335,"target":336},{"source":335,"target":330},{"source":336,"target":107},{"source":331,"target":107},{"source":331,"target":337},{"source":331,"target":256},{"source":331,"target":338},{"source":331,"target":241},{"source":331,"target":339},{"source":337,"target":107},{"source":338,"target":66},{"source":338,"target":340},{"source":338,"target":331},{"source":340,"target":66},{"source":339,"target":241},{"source":332,"target":256},{"source":332,"target":341},{"source":332,"target":342},{"source":332,"target":343},{"source":332,"target":240},{"source":332,"target":242},{"source":332,"target":344},{"source":332,"target":345},{"source":341,"target":107},{"source":341,"target":346},{"source":341,"target":332},{"source":346,"target":107},{"source":342,"target":293},{"source":342,"target":347},{"source":342,"target":332},{"source":347,"target":293},{"source":343,"target":259},{"source":343,"target":348},{"source":343,"target":332},{"source":348,"target":259},{"source":344,"target":240},{"source":345,"target":242},{"source":333,"target":107},{"source":333,"target":349},{"source":333,"target":256},{"source":349,"target":107},{"source":334,"target":350},{"source":334,"target":256},{"source":257,"target":4},{"source":257,"target":256},{"source":257,"target":351},{"source":257,"target":352},{"source":351,"target":160},{"source":351,"target":353},{"source":351,"target":257},{"source":353,"target":160},{"source":352,"target":256},{"source":258,"target":4},{"source":258,"target":256},{"source":258,"target":354},{"source":258,"target":355},{"source":354,"target":158},{"source":354,"target":356},{"source":354,"target":258},{"source":356,"target":158},{"source":355,"target":256},{"source":259,"target":4},{"source":259,"target":357},{"source":259,"target":358},{"source":259,"target":359},{"source":259,"target":360},{"source":259,"target":361},{"source":259,"target":362},{"source":259,"target":363},{"source":259,"target":364},{"source":259,"target":365},{"source":259,"target":366},{"source":259,"target":367},{"source":259,"target":368},{"source":259,"target":369},{"source":259,"target":370},{"source":357,"target":259},{"source":357,"target":371},{"source":357,"target":372},{"source":357,"target":373},{"source":357,"target":240},{"source":357,"target":105},{"source":357,"target":241},{"source":357,"target":76},{"source":357,"target":374},{"source":357,"target":375},{"source":357,"target":376},{"source":357,"target":377},{"source":371,"target":107},{"source":371,"target":378},{"source":371,"target":357},{"source":378,"target":107},{"source":372,"target":256},{"source":372,"target":379},{"source":372,"target":357},{"source":379,"target":256},{"source":373,"target":293},{"source":373,"target":380},{"source":373,"target":357},{"source":380,"target":293},{"source":374,"target":240},{"source":375,"target":105},{"source":376,"target":241},{"source":377,"target":76},{"source":358,"target":259},{"source":358,"target":381},{"source":358,"target":240},{"source":358,"target":242},{"source":358,"target":382},{"source":358,"target":383},{"source":381,"target":293},{"source":381,"target":384},{"source":381,"target":358},{"source":384,"target":293},{"source":382,"target":240},{"source":383,"target":242},{"source":359,"target":256},{"source":359,"target":385},{"source":359,"target":259},{"source":359,"target":386},{"source":359,"target":240},{"source":359,"target":242},{"source":359,"target":387},{"source":359,"target":388},{"source":385,"target":256},{"source":386,"target":293},{"source":386,"target":389},{"source":386,"target":359},{"source":389,"target":293},{"source":387,"target":240},{"source":388,"target":242},{"source":360,"target":256},{"source":360,"target":390},{"source":360,"target":259},{"source":360,"target":391},{"source":360,"target":392},{"source":360,"target":393},{"source":390,"target":256},{"source":391,"target":394},{"source":391,"target":360},{"source":393,"target":392},{"source":361,"target":256},{"source":361,"target":395},{"source":361,"target":259},{"source":361,"target":396},{"source":361,"target":240},{"source":361,"target":241},{"source":361,"target":397},{"source":361,"target":398},{"source":395,"target":256},{"source":396,"target":256},{"source":396,"target":399},{"source":396,"target":361},{"source":399,"target":256},{"source":397,"target":240},{"source":398,"target":241},{"source":362,"target":259},{"source":362,"target":400},{"source":400,"target":256},{"source":400,"target":401},{"source":400,"target":362},{"source":401,"target":256},{"source":363,"target":259},{"source":363,"target":402},{"source":402,"target":256},{"source":402,"target":403},{"source":402,"target":363},{"source":403,"target":256},{"source":364,"target":107},{"source":364,"target":404},{"source":364,"target":259},{"source":364,"target":405},{"source":364,"target":241},{"source":364,"target":406},{"source":404,"target":107},{"source":405,"target":407},{"source":405,"target":364},{"source":406,"target":241},{"source":365,"target":62},{"source":365,"target":408},{"source":365,"target":259},{"source":408,"target":62},{"source":366,"target":257},{"source":366,"target":409},{"source":366,"target":259},{"source":409,"target":257},{"source":367,"target":258},{"source":367,"target":410},{"source":367,"target":259},{"source":410,"target":258},{"source":368,"target":291},{"source":368,"target":411},{"source":368,"target":259},{"source":411,"target":291},{"source":369,"target":412},{"source":369,"target":413},{"source":369,"target":259},{"source":413,"target":412},{"source":370,"target":414},{"source":370,"target":259},{"source":260,"target":4},{"source":260,"target":415},{"source":260,"target":416},{"source":415,"target":417},{"source":415,"target":260},{"source":416,"target":256},{"source":416,"target":418},{"source":416,"target":260},{"source":418,"target":256},{"source":261,"target":4},{"source":261,"target":419},{"source":261,"target":420},{"source":261,"target":421},{"source":419,"target":261},{"source":420,"target":261},{"source":421,"target":261},{"source":262,"target":392},{"source":262,"target":422},{"source":262,"target":423},{"source":262,"target":241},{"source":262,"target":4},{"source":392,"target":262},{"source":422,"target":262},{"source":423,"target":262},{"source":241,"target":262},{"source":5,"target":291},{"source":5,"target":424},{"source":5,"target":0},{"source":291,"target":5},{"source":424,"target":240},{"source":424,"target":5},{"source":240,"target":424},{"source":6,"target":105},{"source":6,"target":242},{"source":6,"target":425},{"source":6,"target":0},{"source":105,"target":6},{"source":242,"target":6},{"source":425,"target":6},{"source":7,"target":426},{"source":7,"target":427},{"source":7,"target":428},{"source":7,"target":0},{"source":426,"target":7},{"source":426,"target":429},{"source":426,"target":430},{"source":426,"target":431},{"source":429,"target":426},{"source":430,"target":426},{"source":431,"target":426},{"source":427,"target":432},{"source":427,"target":433},{"source":427,"target":434},{"source":427,"target":435},{"source":427,"target":436},{"source":427,"target":437},{"source":427,"target":101},{"source":427,"target":438},{"source":427,"target":439},{"source":427,"target":440},{"source":427,"target":441},{"source":427,"target":442},{"source":427,"target":443},{"source":427,"target":444},{"source":427,"target":445},{"source":427,"target":7},{"source":432,"target":427},{"source":432,"target":446},{"source":432,"target":447},{"source":432,"target":448},{"source":432,"target":449},{"source":432,"target":450},{"source":432,"target":451},{"source":446,"target":432},{"source":446,"target":240},{"source":446,"target":242},{"source":446,"target":452},{"source":446,"target":453},{"source":452,"target":240},{"source":453,"target":242},{"source":447,"target":454},{"source":447,"target":432},{"source":447,"target":455},{"source":455,"target":456},{"source":455,"target":447},{"source":448,"target":432},{"source":449,"target":457},{"source":449,"target":432},{"source":450,"target":293},{"source":450,"target":458},{"source":450,"target":432},{"source":450,"target":459},{"source":458,"target":293},{"source":451,"target":426},{"source":451,"target":460},{"source":451,"target":432},{"source":460,"target":426},{"source":433,"target":427},{"source":433,"target":432},{"source":433,"target":461},{"source":433,"target":462},{"source":433,"target":463},{"source":461,"target":107},{"source":461,"target":464},{"source":461,"target":433},{"source":464,"target":107},{"source":462,"target":160},{"source":462,"target":465},{"source":462,"target":433},{"source":465,"target":160},{"source":463,"target":432},{"source":434,"target":427},{"source":434,"target":432},{"source":434,"target":466},{"source":434,"target":467},{"source":434,"target":468},{"source":434,"target":469},{"source":434,"target":470},{"source":434,"target":471},{"source":466,"target":158},{"source":466,"target":472},{"source":466,"target":434},{"source":472,"target":158},{"source":467,"target":158},{"source":467,"target":473},{"source":467,"target":434},{"source":473,"target":158},{"source":468,"target":63},{"source":468,"target":474},{"source":468,"target":434},{"source":474,"target":63},{"source":469,"target":159},{"source":469,"target":475},{"source":469,"target":434},{"source":475,"target":159},{"source":470,"target":259},{"source":470,"target":476},{"source":470,"target":434},{"source":476,"target":259},{"source":471,"target":432},{"source":435,"target":427},{"source":435,"target":432},{"source":435,"target":477},{"source":435,"target":478},{"source":435,"target":479},{"source":477,"target":259},{"source":477,"target":480},{"source":477,"target":435},{"source":480,"target":259},{"source":478,"target":256},{"source":478,"target":481},{"source":478,"target":435},{"source":481,"target":256},{"source":479,"target":432},{"source":436,"target":427},{"source":436,"target":432},{"source":436,"target":482},{"source":436,"target":483},{"source":436,"target":484},{"source":436,"target":485},{"source":482,"target":158},{"source":482,"target":486},{"source":482,"target":436},{"source":486,"target":158},{"source":483,"target":107},{"source":483,"target":487},{"source":483,"target":436},{"source":487,"target":107},{"source":484,"target":107},{"source":484,"target":488},{"source":484,"target":436},{"source":488,"target":107},{"source":485,"target":432},{"source":437,"target":427},{"source":437,"target":432},{"source":437,"target":489},{"source":437,"target":490},{"source":437,"target":491},{"source":489,"target":259},{"source":489,"target":492},{"source":489,"target":437},{"source":492,"target":259},{"source":490,"target":256},{"source":490,"target":493},{"source":490,"target":437},{"source":493,"target":256},{"source":491,"target":432},{"source":101,"target":427},{"source":101,"target":432},{"source":101,"target":494},{"source":101,"target":495},{"source":101,"target":496},{"source":101,"target":497},{"source":101,"target":498},{"source":494,"target":101},{"source":494,"target":499},{"source":494,"target":101},{"source":499,"target":101},{"source":495,"target":10},{"source":495,"target":500},{"source":495,"target":101},{"source":500,"target":10},{"source":496,"target":107},{"source":496,"target":501},{"source":496,"target":101},{"source":501,"target":107},{"source":497,"target":291},{"source":497,"target":502},{"source":497,"target":101},{"source":502,"target":291},{"source":498,"target":432},{"source":438,"target":427},{"source":438,"target":101},{"source":438,"target":503},{"source":438,"target":504},{"source":503,"target":11},{"source":503,"target":505},{"source":503,"target":438},{"source":505,"target":11},{"source":504,"target":101},{"source":439,"target":427},{"source":439,"target":101},{"source":439,"target":506},{"source":439,"target":507},{"source":506,"target":11},{"source":506,"target":508},{"source":506,"target":439},{"source":508,"target":11},{"source":507,"target":101},{"source":440,"target":427},{"source":440,"target":101},{"source":440,"target":509},{"source":440,"target":510},{"source":509,"target":13},{"source":509,"target":511},{"source":509,"target":440},{"source":511,"target":13},{"source":510,"target":101},{"source":441,"target":427},{"source":441,"target":432},{"source":441,"target":512},{"source":441,"target":513},{"source":441,"target":514},{"source":512,"target":515},{"source":512,"target":441},{"source":513,"target":516},{"source":513,"target":441},{"source":514,"target":432},{"source":442,"target":427},{"source":442,"target":441},{"source":442,"target":517},{"source":442,"target":518},{"source":517,"target":107},{"source":517,"target":519},{"source":517,"target":442},{"source":519,"target":107},{"source":518,"target":441},{"source":443,"target":427},{"source":443,"target":441},{"source":443,"target":520},{"source":443,"target":521},{"source":520,"target":158},{"source":520,"target":522},{"source":520,"target":443},{"source":522,"target":158},{"source":521,"target":441},{"source":444,"target":427},{"source":444,"target":441},{"source":444,"target":523},{"source":444,"target":524},{"source":523,"target":160},{"source":523,"target":525},{"source":523,"target":444},{"source":525,"target":160},{"source":524,"target":441},{"source":445,"target":427},{"source":445,"target":441},{"source":445,"target":526},{"source":445,"target":527},{"source":526,"target":160},{"source":526,"target":528},{"source":526,"target":445},{"source":528,"target":160},{"source":527,"target":441},{"source":428,"target":529},{"source":428,"target":530},{"source":428,"target":531},{"source":428,"target":532},{"source":428,"target":533},{"source":428,"target":534},{"source":428,"target":535},{"source":428,"target":536},{"source":428,"target":537},{"source":428,"target":538},{"source":428,"target":539},{"source":428,"target":540},{"source":428,"target":7},{"source":529,"target":428},{"source":529,"target":530},{"source":529,"target":541},{"source":529,"target":542},{"source":529,"target":543},{"source":529,"target":544},{"source":541,"target":545},{"source":541,"target":529},{"source":542,"target":546},{"source":542,"target":529},{"source":543,"target":547},{"source":543,"target":529},{"source":544,"target":530},{"source":530,"target":428},{"source":530,"target":548},{"source":530,"target":549},{"source":530,"target":550},{"source":530,"target":551},{"source":530,"target":552},{"source":530,"target":553},{"source":530,"target":554},{"source":530,"target":555},{"source":530,"target":556},{"source":530,"target":557},{"source":530,"target":558},{"source":548,"target":530},{"source":548,"target":242},{"source":548,"target":425},{"source":548,"target":559},{"source":548,"target":560},{"source":559,"target":242},{"source":560,"target":425},{"source":549,"target":530},{"source":549,"target":561},{"source":561,"target":259},{"source":561,"target":562},{"source":561,"target":549},{"source":562,"target":259},{"source":550,"target":563},{"source":550,"target":530},{"source":551,"target":530},{"source":551,"target":564},{"source":551,"target":530},{"source":564,"target":530},{"source":552,"target":565},{"source":552,"target":530},{"source":553,"target":530},{"source":554,"target":566},{"source":554,"target":530},{"source":554,"target":567},{"source":567,"target":568},{"source":567,"target":554},{"source":555,"target":293},{"source":555,"target":569},{"source":555,"target":530},{"source":555,"target":570},{"source":569,"target":293},{"source":556,"target":426},{"source":556,"target":571},{"source":556,"target":530},{"source":571,"target":426},{"source":557,"target":259},{"source":557,"target":572},{"source":557,"target":530},{"source":572,"target":259},{"source":558,"target":573},{"source":558,"target":530},{"source":531,"target":428},{"source":531,"target":530},{"source":531,"target":574},{"source":574,"target":530},{"source":532,"target":428},{"source":532,"target":530},{"source":532,"target":575},{"source":532,"target":576},{"source":532,"target":577},{"source":532,"target":578},{"source":575,"target":579},{"source":575,"target":532},{"source":576,"target":580},{"source":576,"target":532},{"source":577,"target":581},{"source":577,"target":532},{"source":578,"target":530},{"source":533,"target":428},{"source":533,"target":530},{"source":533,"target":582},{"source":533,"target":583},{"source":533,"target":584},{"source":582,"target":585},{"source":582,"target":533},{"source":583,"target":586},{"source":583,"target":533},{"source":584,"target":530},{"source":534,"target":428},{"source":534,"target":530},{"source":534,"target":587},{"source":534,"target":588},{"source":534,"target":589},{"source":587,"target":590},{"source":587,"target":534},{"source":588,"target":591},{"source":588,"target":534},{"source":589,"target":530},{"source":535,"target":428},{"source":535,"target":530},{"source":535,"target":592},{"source":535,"target":593},{"source":535,"target":594},{"source":535,"target":595},{"source":592,"target":596},{"source":592,"target":535},{"source":593,"target":597},{"source":593,"target":535},{"source":594,"target":598},{"source":594,"target":535},{"source":595,"target":530},{"source":536,"target":428},{"source":536,"target":530},{"source":536,"target":599},{"source":536,"target":600},{"source":536,"target":601},{"source":536,"target":602},{"source":599,"target":603},{"source":599,"target":536},{"source":600,"target":604},{"source":600,"target":536},{"source":601,"target":605},{"source":601,"target":536},{"source":602,"target":530},{"source":537,"target":428},{"source":537,"target":530},{"source":537,"target":606},{"source":537,"target":607},{"source":606,"target":608},{"source":606,"target":537},{"source":607,"target":530},{"source":538,"target":428},{"source":538,"target":530},{"source":538,"target":609},{"source":538,"target":610},{"source":609,"target":611},{"source":609,"target":538},{"source":610,"target":530},{"source":539,"target":428},{"source":539,"target":530},{"source":539,"target":612},{"source":539,"target":613},{"source":539,"target":614},{"source":539,"target":615},{"source":612,"target":616},{"source":612,"target":539},{"source":613,"target":617},{"source":613,"target":539},{"source":614,"target":618},{"source":614,"target":539},{"source":615,"target":530},{"source":540,"target":428},{"source":540,"target":530},{"source":540,"target":619},{"source":540,"target":620},{"source":619,"target":621},{"source":619,"target":540},{"source":620,"target":530},{"source":8,"target":293},{"source":8,"target":412},{"source":8,"target":0},{"source":293,"target":8},{"source":293,"target":622},{"source":293,"target":623},{"source":293,"target":624},{"source":293,"target":625},{"source":293,"target":570},{"source":293,"target":459},{"source":622,"target":293},{"source":623,"target":626},{"source":623,"target":293},{"source":624,"target":293},{"source":624,"target":627},{"source":624,"target":293},{"source":627,"target":293},{"source":625,"target":628},{"source":625,"target":293},{"source":570,"target":530},{"source":570,"target":629},{"source":570,"target":293},{"source":570,"target":555},{"source":629,"target":530},{"source":459,"target":432},{"source":459,"target":630},{"source":459,"target":293},{"source":459,"target":450},{"source":630,"target":432},{"source":412,"target":8},{"source":412,"target":631},{"source":412,"target":632},{"source":412,"target":633},{"source":412,"target":634},{"source":412,"target":635},{"source":412,"target":636},{"source":412,"target":637},{"source":412,"target":638},{"source":412,"target":639},{"source":412,"target":640},{"source":412,"target":641},{"source":631,"target":293},{"source":631,"target":642},{"source":631,"target":412},{"source":631,"target":643},{"source":642,"target":293},{"source":643,"target":530},{"source":643,"target":644},{"source":643,"target":631},{"source":644,"target":530},{"source":632,"target":412},{"source":633,"target":412},{"source":633,"target":645},{"source":633,"target":412},{"source":645,"target":412},{"source":634,"target":412},{"source":634,"target":646},{"source":646,"target":293},{"source":646,"target":647},{"source":646,"target":634},{"source":647,"target":293},{"source":635,"target":293},{"source":635,"target":648},{"source":635,"target":412},{"source":635,"target":649},{"source":648,"target":293},{"source":649,"target":650},{"source":649,"target":635},{"source":636,"target":293},{"source":636,"target":651},{"source":636,"target":412},{"source":651,"target":293},{"source":637,"target":258},{"source":637,"target":652},{"source":637,"target":412},{"source":652,"target":258},{"source":638,"target":653},{"source":638,"target":412},{"source":639,"target":654},{"source":639,"target":412},{"source":640,"target":655},{"source":640,"target":412},{"source":641,"target":656},{"source":641,"target":412},{"source":9,"target":124},{"source":9,"target":192},{"source":9,"target":657},{"source":9,"target":0},{"source":124,"target":9},{"source":124,"target":658},{"source":124,"target":659},{"source":124,"target":660},{"source":124,"target":661},{"source":124,"target":662},{"source":124,"target":663},{"source":658,"target":124},{"source":658,"target":664},{"source":658,"target":124},{"source":658,"target":28},{"source":658,"target":665},{"source":664,"target":124},{"source":665,"target":28},{"source":659,"target":666},{"source":659,"target":124},{"source":660,"target":657},{"source":660,"target":667},{"source":660,"target":124},{"source":667,"target":657},{"source":661,"target":124},{"source":661,"target":668},{"source":661,"target":124},{"source":668,"target":124},{"source":662,"target":66},{"source":662,"target":669},{"source":662,"target":124},{"source":669,"target":66},{"source":663,"target":66},{"source":663,"target":670},{"source":663,"target":124},{"source":670,"target":66},{"source":192,"target":9},{"source":192,"target":671},{"source":192,"target":672},{"source":192,"target":673},{"source":192,"target":674},{"source":192,"target":675},{"source":671,"target":676},{"source":671,"target":192},{"source":671,"target":677},{"source":677,"target":192},{"source":677,"target":678},{"source":677,"target":671},{"source":678,"target":192},{"source":672,"target":11},{"source":672,"target":679},{"source":672,"target":192},{"source":679,"target":11},{"source":673,"target":11},{"source":673,"target":680},{"source":673,"target":192},{"source":680,"target":11},{"source":674,"target":10},{"source":674,"target":681},{"source":674,"target":192},{"source":681,"target":10},{"source":675,"target":682},{"source":675,"target":192},{"source":657,"target":9},{"source":657,"target":683},{"source":657,"target":684},{"source":657,"target":685},{"source":657,"target":686},{"source":683,"target":657},{"source":683,"target":687},{"source":683,"target":657},{"source":683,"target":28},{"source":683,"target":688},{"source":687,"target":657},{"source":688,"target":28},{"source":684,"target":101},{"source":684,"target":689},{"source":684,"target":657},{"source":689,"target":101},{"source":685,"target":192},{"source":685,"target":690},{"source":685,"target":657},{"source":690,"target":192},{"source":686,"target":691},{"source":686,"target":657}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/EHdyod/DSL_FSM/fr.ut2j.m1ice.fsm/model/fsm.ecore
fsm State name Transition name source target trigger FSM state transition name initial final Initial Final
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="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.example.org/fsm" nsPrefix="fsm"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> <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="FSM"> <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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1" eType="#//Initial" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="final" lowerBound="1" eType="#//Final" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initial" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//State"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://www.example.org/fsm","name":"fsm","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":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initial","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":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":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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initial","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":"final","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"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":7},{"source":6,"target":1},{"source":2,"target":0},{"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":1},{"source":9,"target":13},{"source":9,"target":2},{"source":13,"target":1},{"source":10,"target":1},{"source":10,"target":14},{"source":10,"target":2},{"source":14,"target":1},{"source":11,"target":15},{"source":11,"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":16,"target":1},{"source":16,"target":21},{"source":16,"target":3},{"source":21,"target":1},{"source":17,"target":2},{"source":17,"target":22},{"source":17,"target":3},{"source":22,"target":2},{"source":18,"target":23},{"source":18,"target":3},{"source":19,"target":4},{"source":19,"target":24},{"source":19,"target":3},{"source":24,"target":4},{"source":20,"target":5},{"source":20,"target":25},{"source":20,"target":3},{"source":25,"target":5},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":26},{"source":26,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":27},{"source":27,"target":1}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsMARTE.ecore
UML2 VisibilityKind package package private private protected protected public public AggregationKind composite composite none none shared shared ParameterDirectionKind in in inout inout out out return return InstanceValue ExtensionEnd DecisionNode CommunicationPath InvocationAction PackageImport DurationConstraint ClearAssociationAction Realization ParameterSet DurationObservationAction StructuralFeatureAction structuralFeature InputPin StructuralFeature isReadOnly AddVariableValueAction ExpansionNode Interval InstanceSpecification slot classifier Action context_ BehavioralFeature PackageableElement Trigger EnumerationLiteral AddStructuralFeatureValueAction ObjectFlow Slot definingFeature ProtocolConformance RaiseExceptionAction ExecutableNode CallBehaviorAction StructuredActivityNode TypedElement type Clause Gate Include ClearVariableAction RemoveVariableValueAction AcceptEventAction ForkNode Node GeneralOrdering EventOccurrence StateMachine Device PrimitiveFunction OperationTemplateParameter InteractionOperand Package MessageTrigger Pin TimeObservationAction Constraint constrainedElement DestroyObjectAction target CreateObjectAction classifier result PartDecomposition Enumeration InteractionFragment Feature isStatic featuringClassifier Expression Model ProtocolStateMachine ReadVariableAction Vertex LiteralString Variable Connector ProtocolTransition ReadExtentAction ActivityGroup InitialNode Generalization general GeneralizationSet generalization InteractionOccurrence Stereotype VariableAction ExtensionPoint CallAction JoinNode LiteralSpecification Behavior specification ownedParameterSet ClearStructuralFeatureAction ConditionalNode CreateLinkAction Transition Namespace member ParameterableClassifier UseCase TestIdentityAction first second Dependency LoopNode Port AnyTrigger EncapsulatedClassifier WriteVariableAction Profile MergeNode Manifestation Reception NamedElement name visibility Extend Extension TemplateableElement Operation isQuery ownedParameter bodyCondition StringExpression RedefinableTemplateSignature Permission FinalState BehavioredClassifier ownedBehavior classifierBehavior DurationInterval MessageEnd DataType Property isComposite isDerived isDerivedUnion aggregation subsettedProperty association qualifier QualifierValue qualifier Comment ReadLinkObjectEndQualifierAction InformationFlow Parameter direction ChangeTrigger StartOwnedBehaviorAction CreateLinkObjectAction CombinedFragment CentralBufferNode Deployment ActivityNode Type TemplateSignature AcceptCallAction ActivityParameterNode SendSignalAction SignalTrigger DataStoreNode ValuePin Actor Artifact TemplateParameterSubstitution InteractionConstraint Association ownedEnd memberEnd LiteralNull LiteralInteger Interaction ActivityPartition Class isActive nestedClassifier ownedReception BroadcastSignalAction CallOperationAction Interface OutputPin LiteralBoolean Signal ProfileApplication ReadLinkObjectEndAction PackageMerge LinkEndCreationData Substitution ConnectableElement ActivityFinalNode StructuredClassifier LinkAction ControlFlow TemplateableClassifier DestroyLinkAction TimeTrigger ExecutionEnvironment State TimeConstraint Lifeline ReplyAction WriteStructuralFeatureAction value Classifier isAbstract feature inheritedMember generalization ConnectorEnd ReadStructuralFeatureAction ObjectNode ConnectionPointReference Stop DeploymentTarget SendObjectAction Pseudostate OpaqueExpression behavior Relationship InterruptibleActivityRegion DirectedRelationship ExpansionRegion TimeInterval ReadIsClassifiedObjectAction TimeExpression DeploymentSpecification StateInvariant Continuation ElementImport importedElement Component ControlNode LinkEndData value end qualifier ValueSpecification ExceptionHandler LiteralUnlimitedNatural ReadLinkAction AssociationClass Activity DeployedArtifact ApplyFunctionAction FlowFinalNode TemplateParameter TemplateBinding ExecutionOccurrence ClassifierTemplateParameter CollaborationOccurrence Message Usage FinalNode MultiplicityElement isOrdered isUnique lower upper CallTrigger RemoveStructuralFeatureValueAction PrimitiveType ReclassifyObjectAction WriteLinkAction ParameterableElement Implementation Duration ReadSelfAction result IntervalConstraint Collaboration RedefinableElement InformationItem ActivityEdge Element owner Abstraction Region ConnectableElementTemplateParameter
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="composite" value="1" literal="composite"/> <eLiterals name="none" value="2" literal="none"/> <eLiterals name="shared" value="3" literal="shared"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in" value="1" literal="in"/> <eLiterals name="inout" value="2" literal="inout"/> <eLiterals name="out" value="3" literal="out"/> <eLiterals name="return" value="4" literal="return"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralFeature" lowerBound="1" eType="#//StructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" upperBound="-1" eType="#//Slot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="definingFeature" lowerBound="1" eType="#//StructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProtocolConformance" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clause" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="OperationTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" upperBound="-1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityGroup" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//BehavioralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameterSet" upperBound="-1" eType="#//ParameterSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//InputPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="second" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//TemplateableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//MultiplicityElement #//ParameterableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" eType="#//Constraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//TemplateSignature"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBehavior" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierBehavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" eType="#//AggregationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifierValue" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" lowerBound="1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ParameterDirectionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignature" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedReception" upperBound="-1" eType="#//Reception" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ProfileApplication" eSuperTypes="#//PackageImport"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="#//LinkEndData"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectorEnd" eSuperTypes="#//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="InterruptibleActivityRegion" eSuperTypes="#//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="#//PackageableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//InputPin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//QualifierValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//OutputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElementTemplateParameter" eSuperTypes="#//TemplateParameter"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolConformance","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTemplateParameter","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityGroup","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifierValue","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignature","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileApplication","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorEnd","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptibleActivityRegion","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierTemplateParameter","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableElement","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElementTemplateParameter","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"name":"package","id":231,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":232,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":233,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":234,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"name":"composite","id":235,"value":1,"literal":"composite","eClass":"EEnumLiteral"},{"name":"none","id":236,"value":2,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":237,"value":3,"literal":"shared","eClass":"EEnumLiteral"},{"name":"in","id":238,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":239,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":240,"value":3,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":241,"value":4,"literal":"return","eClass":"EEnumLiteral"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structuralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"container":false,"ordered":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":266,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":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":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":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":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":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":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"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":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":"featuringClassifier","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"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":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":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameterSet","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"},{"id":375,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":1,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":397,"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":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"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":406,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","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":false,"unsettable":false,"transient":false,"unique":true,"name":"bodyCondition","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"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifierBehavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":429,"derived":false},{"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":430,"derived":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":431,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","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"},{"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":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":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":478,"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":479,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"container":false,"ordered":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":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":"ownedReception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"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"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":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":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"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":528,"derived":false},{"container":false,"ordered":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":529,"derived":false},{"container":false,"ordered":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":530,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"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"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":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":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"container":false,"ordered":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":566,"derived":false},{"container":false,"ordered":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":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":"qualifier","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"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"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":592,"derived":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":593,"derived":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":594,"derived":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":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"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":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":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"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":1,"target":0},{"source":1,"target":231},{"source":1,"target":232},{"source":1,"target":233},{"source":1,"target":234},{"source":231,"target":1},{"source":232,"target":1},{"source":233,"target":1},{"source":234,"target":1},{"source":2,"target":0},{"source":2,"target":235},{"source":2,"target":236},{"source":2,"target":237},{"source":235,"target":2},{"source":236,"target":2},{"source":237,"target":2},{"source":3,"target":0},{"source":3,"target":238},{"source":3,"target":239},{"source":3,"target":240},{"source":3,"target":241},{"source":238,"target":3},{"source":239,"target":3},{"source":240,"target":3},{"source":241,"target":3},{"source":4,"target":0},{"source":4,"target":195},{"source":4,"target":242},{"source":242,"target":195},{"source":5,"target":0},{"source":5,"target":115},{"source":5,"target":243},{"source":243,"target":115},{"source":6,"target":0},{"source":6,"target":193},{"source":6,"target":244},{"source":244,"target":193},{"source":7,"target":0},{"source":7,"target":140},{"source":7,"target":245},{"source":245,"target":140},{"source":8,"target":0},{"source":8,"target":22},{"source":8,"target":246},{"source":246,"target":22},{"source":9,"target":0},{"source":9,"target":183},{"source":9,"target":247},{"source":247,"target":183},{"source":10,"target":0},{"source":10,"target":222},{"source":10,"target":248},{"source":248,"target":222},{"source":11,"target":0},{"source":11,"target":22},{"source":11,"target":249},{"source":249,"target":22},{"source":12,"target":0},{"source":12,"target":228},{"source":12,"target":250},{"source":250,"target":228},{"source":13,"target":0},{"source":13,"target":102},{"source":13,"target":251},{"source":251,"target":102},{"source":14,"target":0},{"source":14,"target":170},{"source":14,"target":252},{"source":252,"target":170},{"source":15,"target":0},{"source":15,"target":22},{"source":15,"target":253},{"source":15,"target":254},{"source":253,"target":17},{"source":253,"target":255},{"source":253,"target":15},{"source":255,"target":17},{"source":254,"target":22},{"source":16,"target":0},{"source":16,"target":53},{"source":16,"target":256},{"source":256,"target":53},{"source":17,"target":0},{"source":17,"target":61},{"source":17,"target":35},{"source":17,"target":212},{"source":17,"target":257},{"source":17,"target":258},{"source":17,"target":259},{"source":17,"target":260},{"source":257,"target":261},{"source":257,"target":17},{"source":258,"target":61},{"source":259,"target":35},{"source":260,"target":212},{"source":18,"target":0},{"source":18,"target":97},{"source":18,"target":262},{"source":262,"target":97},{"source":19,"target":0},{"source":19,"target":174},{"source":19,"target":263},{"source":263,"target":174},{"source":20,"target":0},{"source":20,"target":195},{"source":20,"target":264},{"source":264,"target":195},{"source":21,"target":0},{"source":21,"target":24},{"source":21,"target":177},{"source":21,"target":201},{"source":21,"target":265},{"source":21,"target":266},{"source":21,"target":267},{"source":21,"target":268},{"source":21,"target":269},{"source":265,"target":29},{"source":265,"target":270},{"source":265,"target":21},{"source":270,"target":29},{"source":266,"target":171},{"source":266,"target":271},{"source":266,"target":21},{"source":271,"target":171},{"source":267,"target":24},{"source":268,"target":177},{"source":269,"target":201},{"source":22,"target":0},{"source":22,"target":32},{"source":22,"target":272},{"source":22,"target":273},{"source":272,"target":171},{"source":272,"target":274},{"source":272,"target":22},{"source":274,"target":171},{"source":273,"target":32},{"source":23,"target":0},{"source":23,"target":88},{"source":23,"target":61},{"source":23,"target":275},{"source":23,"target":276},{"source":275,"target":88},{"source":276,"target":61},{"source":24,"target":0},{"source":24,"target":102},{"source":24,"target":218},{"source":24,"target":277},{"source":24,"target":278},{"source":277,"target":102},{"source":278,"target":218},{"source":25,"target":0},{"source":25,"target":102},{"source":25,"target":279},{"source":279,"target":102},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":280},{"source":280,"target":21},{"source":27,"target":0},{"source":27,"target":170},{"source":27,"target":281},{"source":281,"target":170},{"source":28,"target":0},{"source":28,"target":226},{"source":28,"target":282},{"source":282,"target":226},{"source":29,"target":0},{"source":29,"target":227},{"source":29,"target":283},{"source":29,"target":284},{"source":283,"target":17},{"source":283,"target":285},{"source":283,"target":29},{"source":285,"target":17},{"source":284,"target":227},{"source":30,"target":0},{"source":30,"target":183},{"source":30,"target":286},{"source":286,"target":183},{"source":31,"target":0},{"source":31,"target":22},{"source":31,"target":287},{"source":287,"target":22},{"source":32,"target":0},{"source":32,"target":127},{"source":32,"target":288},{"source":288,"target":127},{"source":33,"target":0},{"source":33,"target":80},{"source":33,"target":289},{"source":289,"target":80},{"source":34,"target":0},{"source":34,"target":22},{"source":34,"target":88},{"source":34,"target":72},{"source":34,"target":290},{"source":34,"target":291},{"source":34,"target":292},{"source":290,"target":22},{"source":291,"target":88},{"source":292,"target":72},{"source":35,"target":0},{"source":35,"target":102},{"source":35,"target":293},{"source":35,"target":294},{"source":293,"target":128},{"source":293,"target":295},{"source":293,"target":35},{"source":295,"target":128},{"source":294,"target":102},{"source":36,"target":0},{"source":36,"target":227},{"source":36,"target":296},{"source":296,"target":227},{"source":37,"target":0},{"source":37,"target":113},{"source":37,"target":297},{"source":297,"target":113},{"source":38,"target":0},{"source":38,"target":102},{"source":38,"target":183},{"source":38,"target":298},{"source":38,"target":299},{"source":298,"target":102},{"source":299,"target":183},{"source":39,"target":0},{"source":39,"target":78},{"source":39,"target":300},{"source":300,"target":78},{"source":40,"target":0},{"source":40,"target":97},{"source":40,"target":301},{"source":301,"target":97},{"source":41,"target":0},{"source":41,"target":22},{"source":41,"target":302},{"source":302,"target":22},{"source":42,"target":0},{"source":42,"target":193},{"source":42,"target":303},{"source":303,"target":193},{"source":43,"target":0},{"source":43,"target":145},{"source":43,"target":177},{"source":43,"target":304},{"source":43,"target":305},{"source":304,"target":145},{"source":305,"target":177},{"source":44,"target":0},{"source":44,"target":102},{"source":44,"target":306},{"source":306,"target":102},{"source":45,"target":0},{"source":45,"target":60},{"source":45,"target":113},{"source":45,"target":307},{"source":45,"target":308},{"source":307,"target":60},{"source":308,"target":113},{"source":46,"target":0},{"source":46,"target":83},{"source":46,"target":309},{"source":309,"target":83},{"source":47,"target":0},{"source":47,"target":43},{"source":47,"target":310},{"source":310,"target":43},{"source":48,"target":0},{"source":48,"target":24},{"source":48,"target":311},{"source":311,"target":24},{"source":49,"target":0},{"source":49,"target":204},{"source":49,"target":312},{"source":312,"target":204},{"source":50,"target":0},{"source":50,"target":88},{"source":50,"target":60},{"source":50,"target":313},{"source":50,"target":314},{"source":313,"target":88},{"source":314,"target":60},{"source":51,"target":0},{"source":51,"target":88},{"source":51,"target":24},{"source":51,"target":315},{"source":51,"target":316},{"source":315,"target":88},{"source":316,"target":24},{"source":52,"target":0},{"source":52,"target":25},{"source":52,"target":317},{"source":317,"target":25},{"source":53,"target":0},{"source":53,"target":174},{"source":53,"target":212},{"source":53,"target":318},{"source":53,"target":319},{"source":318,"target":174},{"source":319,"target":212},{"source":54,"target":0},{"source":54,"target":170},{"source":54,"target":320},{"source":320,"target":170},{"source":55,"target":0},{"source":55,"target":24},{"source":55,"target":321},{"source":55,"target":322},{"source":321,"target":227},{"source":321,"target":323},{"source":321,"target":55},{"source":323,"target":227},{"source":322,"target":24},{"source":56,"target":0},{"source":56,"target":22},{"source":56,"target":324},{"source":56,"target":325},{"source":324,"target":16},{"source":324,"target":326},{"source":324,"target":56},{"source":326,"target":16},{"source":325,"target":22},{"source":57,"target":0},{"source":57,"target":22},{"source":57,"target":327},{"source":57,"target":328},{"source":57,"target":329},{"source":327,"target":171},{"source":327,"target":330},{"source":327,"target":57},{"source":330,"target":171},{"source":328,"target":149},{"source":328,"target":331},{"source":328,"target":57},{"source":331,"target":149},{"source":329,"target":22},{"source":58,"target":0},{"source":58,"target":76},{"source":58,"target":332},{"source":332,"target":76},{"source":59,"target":0},{"source":59,"target":114},{"source":59,"target":333},{"source":333,"target":114},{"source":60,"target":0},{"source":60,"target":102},{"source":60,"target":334},{"source":334,"target":102},{"source":61,"target":0},{"source":61,"target":224},{"source":61,"target":335},{"source":61,"target":336},{"source":61,"target":337},{"source":335,"target":338},{"source":335,"target":61},{"source":336,"target":171},{"source":336,"target":339},{"source":336,"target":61},{"source":339,"target":171},{"source":337,"target":224},{"source":62,"target":0},{"source":62,"target":180},{"source":62,"target":340},{"source":340,"target":180},{"source":63,"target":0},{"source":63,"target":51},{"source":63,"target":341},{"source":341,"target":51},{"source":64,"target":0},{"source":64,"target":46},{"source":64,"target":342},{"source":342,"target":46},{"source":65,"target":0},{"source":65,"target":78},{"source":65,"target":343},{"source":343,"target":78},{"source":66,"target":0},{"source":66,"target":102},{"source":66,"target":344},{"source":344,"target":102},{"source":67,"target":0},{"source":67,"target":82},{"source":67,"target":345},{"source":345,"target":82},{"source":68,"target":0},{"source":68,"target":157},{"source":68,"target":35},{"source":68,"target":212},{"source":68,"target":346},{"source":68,"target":347},{"source":68,"target":348},{"source":346,"target":157},{"source":347,"target":35},{"source":348,"target":212},{"source":69,"target":0},{"source":69,"target":61},{"source":69,"target":349},{"source":349,"target":61},{"source":70,"target":0},{"source":70,"target":87},{"source":70,"target":350},{"source":350,"target":87},{"source":71,"target":0},{"source":71,"target":22},{"source":71,"target":351},{"source":351,"target":22},{"source":72,"target":0},{"source":72,"target":227},{"source":72,"target":352},{"source":352,"target":227},{"source":73,"target":0},{"source":73,"target":193},{"source":73,"target":353},{"source":353,"target":193},{"source":74,"target":0},{"source":74,"target":183},{"source":74,"target":354},{"source":74,"target":355},{"source":354,"target":171},{"source":354,"target":356},{"source":354,"target":74},{"source":356,"target":171},{"source":355,"target":183},{"source":75,"target":0},{"source":75,"target":24},{"source":75,"target":357},{"source":75,"target":358},{"source":357,"target":74},{"source":357,"target":359},{"source":357,"target":75},{"source":359,"target":74},{"source":358,"target":24},{"source":76,"target":0},{"source":76,"target":60},{"source":76,"target":360},{"source":360,"target":60},{"source":77,"target":0},{"source":77,"target":145},{"source":77,"target":361},{"source":361,"target":145},{"source":78,"target":0},{"source":78,"target":22},{"source":78,"target":362},{"source":362,"target":22},{"source":79,"target":0},{"source":79,"target":224},{"source":79,"target":363},{"source":363,"target":224},{"source":80,"target":0},{"source":80,"target":8},{"source":80,"target":364},{"source":364,"target":8},{"source":81,"target":0},{"source":81,"target":193},{"source":81,"target":365},{"source":365,"target":193},{"source":82,"target":0},{"source":82,"target":195},{"source":82,"target":366},{"source":366,"target":195},{"source":83,"target":0},{"source":83,"target":145},{"source":83,"target":367},{"source":83,"target":368},{"source":83,"target":369},{"source":367,"target":23},{"source":367,"target":370},{"source":367,"target":83},{"source":370,"target":23},{"source":368,"target":13},{"source":368,"target":371},{"source":368,"target":83},{"source":371,"target":13},{"source":369,"target":145},{"source":84,"target":0},{"source":84,"target":15},{"source":84,"target":372},{"source":372,"target":15},{"source":85,"target":0},{"source":85,"target":34},{"source":85,"target":373},{"source":373,"target":34},{"source":86,"target":0},{"source":86,"target":217},{"source":86,"target":374},{"source":374,"target":217},{"source":87,"target":0},{"source":87,"target":224},{"source":87,"target":375},{"source":375,"target":224},{"source":88,"target":0},{"source":88,"target":102},{"source":88,"target":376},{"source":88,"target":377},{"source":376,"target":102},{"source":376,"target":378},{"source":376,"target":88},{"source":378,"target":102},{"source":377,"target":102},{"source":89,"target":0},{"source":89,"target":171},{"source":89,"target":379},{"source":379,"target":171},{"source":90,"target":0},{"source":90,"target":111},{"source":90,"target":380},{"source":380,"target":111},{"source":91,"target":0},{"source":91,"target":22},{"source":91,"target":381},{"source":91,"target":382},{"source":91,"target":383},{"source":381,"target":16},{"source":381,"target":384},{"source":381,"target":91},{"source":384,"target":16},{"source":382,"target":16},{"source":382,"target":385},{"source":382,"target":91},{"source":385,"target":16},{"source":383,"target":22},{"source":92,"target":0},{"source":92,"target":24},{"source":92,"target":183},{"source":92,"target":386},{"source":92,"target":387},{"source":386,"target":24},{"source":387,"target":183},{"source":93,"target":0},{"source":93,"target":34},{"source":93,"target":388},{"source":388,"target":34},{"source":94,"target":0},{"source":94,"target":115},{"source":94,"target":389},{"source":389,"target":115},{"source":95,"target":0},{"source":95,"target":52},{"source":95,"target":390},{"source":390,"target":52},{"source":96,"target":0},{"source":96,"target":159},{"source":96,"target":391},{"source":391,"target":159},{"source":97,"target":0},{"source":97,"target":78},{"source":97,"target":392},{"source":392,"target":78},{"source":98,"target":0},{"source":98,"target":51},{"source":98,"target":393},{"source":393,"target":51},{"source":99,"target":0},{"source":99,"target":193},{"source":99,"target":394},{"source":394,"target":193},{"source":100,"target":0},{"source":100,"target":228},{"source":100,"target":395},{"source":395,"target":228},{"source":101,"target":0},{"source":101,"target":23},{"source":101,"target":396},{"source":396,"target":23},{"source":102,"target":0},{"source":102,"target":105},{"source":102,"target":397},{"source":102,"target":398},{"source":102,"target":399},{"source":397,"target":400},{"source":397,"target":102},{"source":398,"target":1},{"source":398,"target":401},{"source":398,"target":102},{"source":401,"target":1},{"source":399,"target":105},{"source":103,"target":0},{"source":103,"target":102},{"source":103,"target":183},{"source":103,"target":402},{"source":103,"target":403},{"source":402,"target":102},{"source":403,"target":183},{"source":104,"target":0},{"source":104,"target":140},{"source":104,"target":404},{"source":404,"target":140},{"source":105,"target":0},{"source":105,"target":227},{"source":105,"target":405},{"source":405,"target":227},{"source":106,"target":0},{"source":106,"target":23},{"source":106,"target":35},{"source":106,"target":212},{"source":106,"target":218},{"source":106,"target":406},{"source":106,"target":407},{"source":106,"target":408},{"source":106,"target":409},{"source":106,"target":410},{"source":106,"target":411},{"source":106,"target":412},{"source":406,"target":413},{"source":406,"target":106},{"source":407,"target":120},{"source":407,"target":414},{"source":407,"target":106},{"source":414,"target":120},{"source":408,"target":55},{"source":408,"target":415},{"source":408,"target":106},{"source":415,"target":55},{"source":409,"target":23},{"source":410,"target":35},{"source":411,"target":212},{"source":412,"target":218},{"source":107,"target":0},{"source":107,"target":105},{"source":107,"target":416},{"source":416,"target":105},{"source":108,"target":0},{"source":108,"target":224},{"source":108,"target":129},{"source":108,"target":417},{"source":108,"target":418},{"source":417,"target":224},{"source":418,"target":129},{"source":109,"target":0},{"source":109,"target":92},{"source":109,"target":419},{"source":419,"target":92},{"source":110,"target":0},{"source":110,"target":166},{"source":110,"target":420},{"source":420,"target":166},{"source":111,"target":0},{"source":111,"target":171},{"source":111,"target":421},{"source":111,"target":422},{"source":111,"target":423},{"source":421,"target":83},{"source":421,"target":424},{"source":421,"target":111},{"source":424,"target":83},{"source":422,"target":83},{"source":422,"target":425},{"source":422,"target":111},{"source":425,"target":83},{"source":423,"target":171},{"source":112,"target":0},{"source":112,"target":20},{"source":112,"target":426},{"source":426,"target":20},{"source":113,"target":0},{"source":113,"target":102},{"source":113,"target":427},{"source":427,"target":102},{"source":114,"target":0},{"source":114,"target":171},{"source":114,"target":428},{"source":428,"target":171},{"source":115,"target":0},{"source":115,"target":17},{"source":115,"target":157},{"source":115,"target":177},{"source":115,"target":429},{"source":115,"target":430},{"source":115,"target":431},{"source":115,"target":432},{"source":115,"target":433},{"source":115,"target":434},{"source":115,"target":435},{"source":115,"target":436},{"source":115,"target":437},{"source":115,"target":438},{"source":429,"target":439},{"source":429,"target":115},{"source":430,"target":440},{"source":430,"target":115},{"source":431,"target":441},{"source":431,"target":115},{"source":432,"target":2},{"source":432,"target":442},{"source":432,"target":115},{"source":442,"target":2},{"source":433,"target":115},{"source":433,"target":443},{"source":433,"target":115},{"source":443,"target":115},{"source":434,"target":140},{"source":434,"target":444},{"source":434,"target":115},{"source":444,"target":140},{"source":435,"target":115},{"source":435,"target":445},{"source":435,"target":115},{"source":445,"target":115},{"source":436,"target":17},{"source":437,"target":157},{"source":438,"target":177},{"source":116,"target":0},{"source":116,"target":227},{"source":116,"target":446},{"source":116,"target":447},{"source":446,"target":115},{"source":446,"target":448},{"source":446,"target":116},{"source":448,"target":115},{"source":447,"target":227},{"source":117,"target":0},{"source":117,"target":105},{"source":117,"target":449},{"source":449,"target":105},{"source":118,"target":0},{"source":118,"target":22},{"source":118,"target":450},{"source":450,"target":22},{"source":119,"target":0},{"source":119,"target":24},{"source":119,"target":183},{"source":119,"target":451},{"source":119,"target":452},{"source":451,"target":24},{"source":452,"target":183},{"source":120,"target":0},{"source":120,"target":157},{"source":120,"target":35},{"source":120,"target":212},{"source":120,"target":453},{"source":120,"target":454},{"source":120,"target":455},{"source":120,"target":456},{"source":453,"target":3},{"source":453,"target":457},{"source":453,"target":120},{"source":457,"target":3},{"source":454,"target":157},{"source":455,"target":35},{"source":456,"target":212},{"source":121,"target":0},{"source":121,"target":25},{"source":121,"target":458},{"source":458,"target":25},{"source":122,"target":0},{"source":122,"target":22},{"source":122,"target":459},{"source":459,"target":22},{"source":123,"target":0},{"source":123,"target":86},{"source":123,"target":460},{"source":460,"target":86},{"source":124,"target":0},{"source":124,"target":60},{"source":124,"target":461},{"source":461,"target":60},{"source":125,"target":0},{"source":125,"target":174},{"source":125,"target":462},{"source":462,"target":174},{"source":126,"target":0},{"source":126,"target":92},{"source":126,"target":463},{"source":463,"target":92},{"source":127,"target":0},{"source":127,"target":224},{"source":127,"target":464},{"source":464,"target":224},{"source":128,"target":0},{"source":128,"target":24},{"source":128,"target":465},{"source":465,"target":24},{"source":129,"target":0},{"source":129,"target":227},{"source":129,"target":466},{"source":466,"target":227},{"source":130,"target":0},{"source":130,"target":41},{"source":130,"target":467},{"source":467,"target":41},{"source":131,"target":0},{"source":131,"target":174},{"source":131,"target":468},{"source":468,"target":174},{"source":132,"target":0},{"source":132,"target":8},{"source":132,"target":469},{"source":469,"target":8},{"source":133,"target":0},{"source":133,"target":52},{"source":133,"target":470},{"source":470,"target":52},{"source":134,"target":0},{"source":134,"target":125},{"source":134,"target":471},{"source":471,"target":125},{"source":135,"target":0},{"source":135,"target":16},{"source":135,"target":472},{"source":472,"target":16},{"source":136,"target":0},{"source":136,"target":171},{"source":136,"target":473},{"source":473,"target":171},{"source":137,"target":0},{"source":137,"target":171},{"source":137,"target":201},{"source":137,"target":474},{"source":137,"target":475},{"source":474,"target":171},{"source":475,"target":201},{"source":138,"target":0},{"source":138,"target":227},{"source":138,"target":476},{"source":476,"target":227},{"source":139,"target":0},{"source":139,"target":55},{"source":139,"target":477},{"source":477,"target":55},{"source":140,"target":0},{"source":140,"target":171},{"source":140,"target":181},{"source":140,"target":478},{"source":140,"target":479},{"source":140,"target":480},{"source":140,"target":481},{"source":478,"target":115},{"source":478,"target":482},{"source":478,"target":140},{"source":482,"target":115},{"source":479,"target":115},{"source":479,"target":483},{"source":479,"target":140},{"source":483,"target":115},{"source":480,"target":171},{"source":481,"target":181},{"source":141,"target":0},{"source":141,"target":82},{"source":141,"target":484},{"source":484,"target":82},{"source":142,"target":0},{"source":142,"target":82},{"source":142,"target":485},{"source":485,"target":82},{"source":143,"target":0},{"source":143,"target":83},{"source":143,"target":60},{"source":143,"target":486},{"source":143,"target":487},{"source":486,"target":83},{"source":487,"target":60},{"source":144,"target":0},{"source":144,"target":102},{"source":144,"target":72},{"source":144,"target":488},{"source":144,"target":489},{"source":488,"target":102},{"source":489,"target":72},{"source":145,"target":0},{"source":145,"target":111},{"source":145,"target":96},{"source":145,"target":490},{"source":145,"target":491},{"source":145,"target":492},{"source":145,"target":493},{"source":145,"target":494},{"source":490,"target":495},{"source":490,"target":145},{"source":491,"target":171},{"source":491,"target":496},{"source":491,"target":145},{"source":496,"target":171},{"source":492,"target":101},{"source":492,"target":497},{"source":492,"target":145},{"source":497,"target":101},{"source":493,"target":111},{"source":494,"target":96},{"source":146,"target":0},{"source":146,"target":8},{"source":146,"target":498},{"source":498,"target":8},{"source":147,"target":0},{"source":147,"target":80},{"source":147,"target":499},{"source":499,"target":80},{"source":148,"target":0},{"source":148,"target":171},{"source":148,"target":500},{"source":500,"target":171},{"source":149,"target":0},{"source":149,"target":53},{"source":149,"target":501},{"source":501,"target":53},{"source":150,"target":0},{"source":150,"target":82},{"source":150,"target":502},{"source":502,"target":82},{"source":151,"target":0},{"source":151,"target":171},{"source":151,"target":503},{"source":503,"target":171},{"source":152,"target":0},{"source":152,"target":9},{"source":152,"target":504},{"source":504,"target":9},{"source":153,"target":0},{"source":153,"target":22},{"source":153,"target":505},{"source":505,"target":22},{"source":154,"target":0},{"source":154,"target":183},{"source":154,"target":506},{"source":506,"target":183},{"source":155,"target":0},{"source":155,"target":194},{"source":155,"target":507},{"source":507,"target":194},{"source":156,"target":0},{"source":156,"target":12},{"source":156,"target":508},{"source":508,"target":12},{"source":157,"target":0},{"source":157,"target":102},{"source":157,"target":218},{"source":157,"target":509},{"source":157,"target":510},{"source":509,"target":102},{"source":510,"target":218},{"source":158,"target":0},{"source":158,"target":211},{"source":158,"target":511},{"source":511,"target":211},{"source":159,"target":0},{"source":159,"target":171},{"source":159,"target":512},{"source":512,"target":171},{"source":160,"target":0},{"source":160,"target":22},{"source":160,"target":513},{"source":513,"target":22},{"source":161,"target":0},{"source":161,"target":226},{"source":161,"target":514},{"source":514,"target":226},{"source":162,"target":0},{"source":162,"target":171},{"source":162,"target":515},{"source":515,"target":171},{"source":163,"target":0},{"source":163,"target":217},{"source":163,"target":516},{"source":516,"target":217},{"source":164,"target":0},{"source":164,"target":25},{"source":164,"target":517},{"source":517,"target":25},{"source":165,"target":0},{"source":165,"target":43},{"source":165,"target":518},{"source":518,"target":43},{"source":166,"target":0},{"source":166,"target":88},{"source":166,"target":224},{"source":166,"target":66},{"source":166,"target":519},{"source":166,"target":520},{"source":166,"target":521},{"source":519,"target":88},{"source":520,"target":224},{"source":521,"target":66},{"source":167,"target":0},{"source":167,"target":222},{"source":167,"target":522},{"source":522,"target":222},{"source":168,"target":0},{"source":168,"target":102},{"source":168,"target":523},{"source":523,"target":102},{"source":169,"target":0},{"source":169,"target":22},{"source":169,"target":524},{"source":524,"target":22},{"source":170,"target":0},{"source":170,"target":15},{"source":170,"target":525},{"source":170,"target":526},{"source":525,"target":16},{"source":525,"target":527},{"source":525,"target":170},{"source":527,"target":16},{"source":526,"target":15},{"source":171,"target":0},{"source":171,"target":88},{"source":171,"target":128},{"source":171,"target":224},{"source":171,"target":528},{"source":171,"target":529},{"source":171,"target":530},{"source":171,"target":531},{"source":171,"target":532},{"source":171,"target":533},{"source":171,"target":534},{"source":528,"target":535},{"source":528,"target":171},{"source":529,"target":61},{"source":529,"target":536},{"source":529,"target":171},{"source":536,"target":61},{"source":530,"target":102},{"source":530,"target":537},{"source":530,"target":171},{"source":537,"target":102},{"source":531,"target":74},{"source":531,"target":538},{"source":531,"target":171},{"source":538,"target":74},{"source":532,"target":88},{"source":533,"target":128},{"source":534,"target":224},{"source":172,"target":0},{"source":172,"target":212},{"source":172,"target":539},{"source":539,"target":212},{"source":173,"target":0},{"source":173,"target":15},{"source":173,"target":540},{"source":540,"target":15},{"source":174,"target":0},{"source":174,"target":127},{"source":174,"target":35},{"source":174,"target":541},{"source":174,"target":542},{"source":541,"target":127},{"source":542,"target":35},{"source":175,"target":0},{"source":175,"target":66},{"source":175,"target":543},{"source":543,"target":66},{"source":176,"target":0},{"source":176,"target":45},{"source":176,"target":544},{"source":544,"target":45},{"source":177,"target":0},{"source":177,"target":102},{"source":177,"target":545},{"source":545,"target":102},{"source":178,"target":0},{"source":178,"target":8},{"source":178,"target":546},{"source":546,"target":8},{"source":179,"target":0},{"source":179,"target":66},{"source":179,"target":547},{"source":547,"target":66},{"source":180,"target":0},{"source":180,"target":195},{"source":180,"target":548},{"source":180,"target":549},{"source":548,"target":83},{"source":548,"target":550},{"source":548,"target":180},{"source":550,"target":83},{"source":549,"target":195},{"source":181,"target":0},{"source":181,"target":227},{"source":181,"target":551},{"source":551,"target":227},{"source":182,"target":0},{"source":182,"target":72},{"source":182,"target":552},{"source":552,"target":72},{"source":183,"target":0},{"source":183,"target":181},{"source":183,"target":553},{"source":553,"target":181},{"source":184,"target":0},{"source":184,"target":34},{"source":184,"target":554},{"source":554,"target":34},{"source":185,"target":0},{"source":185,"target":20},{"source":185,"target":555},{"source":555,"target":20},{"source":186,"target":0},{"source":186,"target":22},{"source":186,"target":556},{"source":556,"target":22},{"source":187,"target":0},{"source":187,"target":195},{"source":187,"target":557},{"source":557,"target":195},{"source":188,"target":0},{"source":188,"target":137},{"source":188,"target":558},{"source":558,"target":137},{"source":189,"target":0},{"source":189,"target":60},{"source":189,"target":559},{"source":559,"target":60},{"source":190,"target":0},{"source":190,"target":60},{"source":190,"target":560},{"source":560,"target":60},{"source":191,"target":0},{"source":191,"target":183},{"source":191,"target":561},{"source":191,"target":562},{"source":561,"target":24},{"source":561,"target":563},{"source":561,"target":191},{"source":563,"target":24},{"source":562,"target":183},{"source":192,"target":0},{"source":192,"target":145},{"source":192,"target":564},{"source":564,"target":145},{"source":193,"target":0},{"source":193,"target":127},{"source":193,"target":565},{"source":565,"target":127},{"source":194,"target":0},{"source":194,"target":227},{"source":194,"target":566},{"source":194,"target":567},{"source":194,"target":568},{"source":194,"target":569},{"source":566,"target":16},{"source":566,"target":570},{"source":566,"target":194},{"source":570,"target":16},{"source":567,"target":115},{"source":567,"target":571},{"source":567,"target":194},{"source":571,"target":115},{"source":568,"target":116},{"source":568,"target":572},{"source":568,"target":194},{"source":572,"target":116},{"source":569,"target":227},{"source":195,"target":0},{"source":195,"target":35},{"source":195,"target":218},{"source":195,"target":573},{"source":195,"target":574},{"source":573,"target":35},{"source":574,"target":218},{"source":196,"target":0},{"source":196,"target":227},{"source":196,"target":575},{"source":575,"target":227},{"source":197,"target":0},{"source":197,"target":82},{"source":197,"target":576},{"source":576,"target":82},{"source":198,"target":0},{"source":198,"target":160},{"source":198,"target":577},{"source":577,"target":160},{"source":199,"target":0},{"source":199,"target":145},{"source":199,"target":140},{"source":199,"target":578},{"source":199,"target":579},{"source":578,"target":145},{"source":579,"target":140},{"source":200,"target":0},{"source":200,"target":83},{"source":200,"target":580},{"source":580,"target":83},{"source":201,"target":0},{"source":201,"target":102},{"source":201,"target":581},{"source":581,"target":102},{"source":202,"target":0},{"source":202,"target":22},{"source":202,"target":582},{"source":582,"target":22},{"source":203,"target":0},{"source":203,"target":211},{"source":203,"target":583},{"source":583,"target":211},{"source":204,"target":0},{"source":204,"target":227},{"source":204,"target":584},{"source":584,"target":227},{"source":205,"target":0},{"source":205,"target":183},{"source":205,"target":585},{"source":585,"target":183},{"source":206,"target":0},{"source":206,"target":60},{"source":206,"target":586},{"source":586,"target":60},{"source":207,"target":0},{"source":207,"target":204},{"source":207,"target":587},{"source":587,"target":204},{"source":208,"target":0},{"source":208,"target":102},{"source":208,"target":588},{"source":588,"target":102},{"source":209,"target":0},{"source":209,"target":102},{"source":209,"target":589},{"source":589,"target":102},{"source":210,"target":0},{"source":210,"target":92},{"source":210,"target":590},{"source":590,"target":92},{"source":211,"target":0},{"source":211,"target":193},{"source":211,"target":591},{"source":591,"target":193},{"source":212,"target":0},{"source":212,"target":227},{"source":212,"target":592},{"source":212,"target":593},{"source":212,"target":594},{"source":212,"target":595},{"source":212,"target":596},{"source":592,"target":597},{"source":592,"target":212},{"source":593,"target":598},{"source":593,"target":212},{"source":594,"target":599},{"source":594,"target":212},{"source":595,"target":600},{"source":595,"target":212},{"source":596,"target":227},{"source":213,"target":0},{"source":213,"target":52},{"source":213,"target":601},{"source":601,"target":52},{"source":214,"target":0},{"source":214,"target":170},{"source":214,"target":602},{"source":602,"target":170},{"source":215,"target":0},{"source":215,"target":114},{"source":215,"target":603},{"source":603,"target":114},{"source":216,"target":0},{"source":216,"target":22},{"source":216,"target":604},{"source":604,"target":22},{"source":217,"target":0},{"source":217,"target":160},{"source":217,"target":605},{"source":605,"target":160},{"source":218,"target":0},{"source":218,"target":227},{"source":218,"target":606},{"source":606,"target":227},{"source":219,"target":0},{"source":219,"target":12},{"source":219,"target":607},{"source":607,"target":12},{"source":220,"target":0},{"source":220,"target":195},{"source":220,"target":608},{"source":608,"target":195},{"source":221,"target":0},{"source":221,"target":22},{"source":221,"target":609},{"source":221,"target":610},{"source":609,"target":149},{"source":609,"target":611},{"source":609,"target":221},{"source":611,"target":149},{"source":610,"target":22},{"source":222,"target":0},{"source":222,"target":55},{"source":222,"target":612},{"source":612,"target":55},{"source":223,"target":0},{"source":223,"target":111},{"source":223,"target":159},{"source":223,"target":613},{"source":223,"target":614},{"source":613,"target":111},{"source":614,"target":159},{"source":224,"target":0},{"source":224,"target":102},{"source":224,"target":615},{"source":615,"target":102},{"source":225,"target":0},{"source":225,"target":171},{"source":225,"target":616},{"source":616,"target":171},{"source":226,"target":0},{"source":226,"target":224},{"source":226,"target":617},{"source":617,"target":224},{"source":227,"target":0},{"source":227,"target":618},{"source":618,"target":227},{"source":618,"target":619},{"source":618,"target":227},{"source":619,"target":227},{"source":228,"target":0},{"source":228,"target":92},{"source":228,"target":620},{"source":620,"target":92},{"source":229,"target":0},{"source":229,"target":88},{"source":229,"target":224},{"source":229,"target":621},{"source":229,"target":622},{"source":621,"target":88},{"source":622,"target":224},{"source":230,"target":0},{"source":230,"target":204},{"source":230,"target":623},{"source":623,"target":204}],"multigraph":true}
ecore
library
repo-ecore-all/data/viatra/EMF-IncQuery-Examples/library/org.eclipse.viatra2.emf.incquery.base.example/model/library.ecore
library Library writers books name BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Writer books name Book author citation title pages 100 category Manuscript 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="library" nsURI="http://viatra.inf.mit.bme.hu/library/" nsPrefix="library"> <eClassifiers xsi:type="ecore:EClass" name="Library"> <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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> <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="Book"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citation" upperBound="-1" eType="#//Book"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Manuscript" eSuperTypes="#//Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"library","nsURI":"http://viatra.inf.mit.bme.hu/library/","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manuscript","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":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"name":"Mystery","id":12,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":13,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":14,"value":2,"literal":"Biography","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":"books","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"},{"container":false,"ordered":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":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citation","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":21,"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":22,"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":23,"derived":false},{"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"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":3},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":3},{"source":7,"target":4},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":4},{"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":12,"target":2},{"source":13,"target":2},{"source":14,"target":2},{"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":15,"target":18},{"source":17,"target":4},{"source":16,"target":19},{"source":16,"target":3},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":18,"target":3},{"source":18,"target":24},{"source":18,"target":4},{"source":18,"target":15},{"source":24,"target":3},{"source":20,"target":4},{"source":20,"target":25},{"source":20,"target":4},{"source":25,"target":4},{"source":21,"target":26},{"source":21,"target":4},{"source":22,"target":27},{"source":22,"target":4},{"source":23,"target":2},{"source":23,"target":28},{"source":23,"target":4},{"source":28,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":31},{"source":29,"target":5},{"source":30,"target":4}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/tdegueul/ale-xbase/examples/composition/GFSM/model/gfsm.ecore
gfsm Machine name transitions states State owning incoming outgoing name Transition owning target source guard event InitialState FinalState Guard
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gfsm" nsURI="http://www.example.org/gfsm" nsPrefix="gfsm"> <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="transitions" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/owning"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owning"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="owning" lowerBound="1" eType="#//Machine" eOpposite="#//Machine/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="owning" lowerBound="1" eType="#//Machine" eOpposite="#//Machine/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true" interface="true"> <eAnnotations source="@Required"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gfsm","nsURI":"http://www.example.org/gfsm","name":"gfsm","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":"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":"FinalState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":6,"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":"name","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":"transitions","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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"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":"owning","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owning","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":"incoming","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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"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":"target","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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","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":"event","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":8,"target":12},{"source":11,"target":3},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":9,"target":14},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":2},{"source":14,"target":9},{"source":18,"target":1},{"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":23},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":20},{"source":3,"target":22},{"source":3,"target":24},{"source":3,"target":25},{"source":12,"target":1},{"source":12,"target":26},{"source":12,"target":3},{"source":12,"target":8},{"source":26,"target":1},{"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":6},{"source":24,"target":29},{"source":24,"target":3},{"source":29,"target":6},{"source":25,"target":30},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":31,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":32},{"source":32,"target":2},{"source":6,"target":0}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/gemoc/ale-lang-compiler/languages/logo/logo.lang.interpreter.truffle/interpreter-comp/kmLogo.ecore
kmLogo Integer int int Boolean java.lang.Boolean java.lang.Boolean String java.lang.String java.lang.String Instruction Primitive Back steps Forward steps Left angle Right angle PenDown PenUp Clear Expression BinaryExp lhs rhs UnaryExpression expression Constant value ProcCall actualArgs declaration ProcDeclaration name args procCall instructions Block instructions If thenPart elsePart ControlStructure condition Repeat block While block Parameter name ParameterCall parameter Plus Minus Mult Div Equals Greater Lower Cos Sin Tan LogoProgram instructions Turtle position heading penUp drawings callStack Point x y Segment begin end CallStack frames StackFrame variables Variable name value
<?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="kmLogo" nsURI="http://kmLogo.kmLogo.kmLogo/" nsPrefix="kmlogo"> <eAnnotations source="RuntimeData"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Back" eSuperTypes="//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Forward" eSuperTypes="//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Left" eSuperTypes="//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PenDown" eSuperTypes="//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="PenUp" eSuperTypes="//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Clear" eSuperTypes="//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcCall" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="actualArgs" upperBound="-1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="//ProcDeclaration" eOpposite="//ProcDeclaration/procCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcDeclaration" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procCall" upperBound="-1" eType="//ProcCall" eOpposite="//ProcCall/declaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="//ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" lowerBound="1" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlStructure" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="//ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="//ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterCall" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Cos" eSuperTypes="//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Sin" eSuperTypes="//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Tan" eSuperTypes="//UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LogoProgram"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Turtle"> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" lowerBound="1" eType="//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heading"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="penUp"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="drawings" upperBound="-1" eType="//Segment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callStack" lowerBound="1" eType="//CallStack" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Segment"> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="begin" lowerBound="1" eType="//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallStack"> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frames" upperBound="-1" eType="//StackFrame" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StackFrame"> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"kmlogo","nsURI":"http://kmLogo.kmLogo.kmLogo/","name":"kmLogo","id":0,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Back","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forward","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenDown","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenUp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clear","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDeclaration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlStructure","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCall","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equals","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cos","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sin","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tan","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoProgram","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Turtle","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallStack","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackFrame","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"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":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"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":"actualArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":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":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":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":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"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":"heading","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"penUp","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"drawings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callStack","changeable":true,"resolveProxies":true,"lowerBound":1,"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,"defaultValue":0.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":129,"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":"y","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"begin","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":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"frames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"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":141,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"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":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":43},{"source":43,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":13},{"source":44,"target":46},{"source":44,"target":6},{"source":46,"target":13},{"source":45,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":47},{"source":7,"target":48},{"source":47,"target":13},{"source":47,"target":49},{"source":47,"target":7},{"source":49,"target":13},{"source":48,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":13},{"source":50,"target":52},{"source":50,"target":8},{"source":52,"target":13},{"source":51,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":13},{"source":53,"target":55},{"source":53,"target":9},{"source":55,"target":13},{"source":54,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":56},{"source":56,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":57},{"source":57,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":58},{"source":58,"target":5},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":59},{"source":59,"target":4},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":60},{"source":14,"target":61},{"source":14,"target":62},{"source":60,"target":13},{"source":60,"target":63},{"source":60,"target":14},{"source":63,"target":13},{"source":61,"target":13},{"source":61,"target":64},{"source":61,"target":14},{"source":64,"target":13},{"source":62,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":65},{"source":15,"target":66},{"source":65,"target":13},{"source":65,"target":67},{"source":65,"target":15},{"source":67,"target":13},{"source":66,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":68},{"source":16,"target":69},{"source":68,"target":70},{"source":68,"target":16},{"source":69,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":71},{"source":17,"target":72},{"source":17,"target":73},{"source":71,"target":13},{"source":71,"target":74},{"source":71,"target":17},{"source":74,"target":13},{"source":72,"target":18},{"source":72,"target":75},{"source":72,"target":17},{"source":72,"target":76},{"source":75,"target":18},{"source":73,"target":13},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":77},{"source":18,"target":78},{"source":18,"target":76},{"source":18,"target":79},{"source":18,"target":80},{"source":77,"target":3},{"source":77,"target":81},{"source":77,"target":18},{"source":81,"target":3},{"source":78,"target":24},{"source":78,"target":82},{"source":78,"target":18},{"source":82,"target":24},{"source":76,"target":17},{"source":76,"target":83},{"source":76,"target":18},{"source":76,"target":72},{"source":83,"target":17},{"source":79,"target":4},{"source":79,"target":84},{"source":79,"target":18},{"source":84,"target":4},{"source":80,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":85},{"source":19,"target":86},{"source":85,"target":4},{"source":85,"target":87},{"source":85,"target":19},{"source":87,"target":4},{"source":86,"target":4},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":88},{"source":20,"target":89},{"source":20,"target":90},{"source":88,"target":19},{"source":88,"target":91},{"source":88,"target":20},{"source":91,"target":19},{"source":89,"target":19},{"source":89,"target":92},{"source":89,"target":20},{"source":92,"target":19},{"source":90,"target":21},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":93},{"source":21,"target":94},{"source":93,"target":13},{"source":93,"target":95},{"source":93,"target":21},{"source":95,"target":13},{"source":94,"target":4},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":96},{"source":22,"target":97},{"source":96,"target":19},{"source":96,"target":98},{"source":96,"target":22},{"source":98,"target":19},{"source":97,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":99},{"source":23,"target":100},{"source":99,"target":19},{"source":99,"target":101},{"source":99,"target":23},{"source":101,"target":19},{"source":100,"target":21},{"source":24,"target":0},{"source":24,"target":102},{"source":102,"target":3},{"source":102,"target":103},{"source":102,"target":24},{"source":103,"target":3},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":104},{"source":25,"target":105},{"source":104,"target":24},{"source":104,"target":106},{"source":104,"target":25},{"source":106,"target":24},{"source":105,"target":13},{"source":26,"target":0},{"source":26,"target":14},{"source":26,"target":107},{"source":107,"target":14},{"source":27,"target":0},{"source":27,"target":14},{"source":27,"target":108},{"source":108,"target":14},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":109},{"source":109,"target":14},{"source":29,"target":0},{"source":29,"target":14},{"source":29,"target":110},{"source":110,"target":14},{"source":30,"target":0},{"source":30,"target":14},{"source":30,"target":111},{"source":111,"target":14},{"source":31,"target":0},{"source":31,"target":14},{"source":31,"target":112},{"source":112,"target":14},{"source":32,"target":0},{"source":32,"target":14},{"source":32,"target":113},{"source":113,"target":14},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":114},{"source":114,"target":15},{"source":34,"target":0},{"source":34,"target":15},{"source":34,"target":115},{"source":115,"target":15},{"source":35,"target":0},{"source":35,"target":15},{"source":35,"target":116},{"source":116,"target":15},{"source":36,"target":0},{"source":36,"target":117},{"source":117,"target":4},{"source":117,"target":118},{"source":117,"target":36},{"source":118,"target":4},{"source":37,"target":0},{"source":37,"target":119},{"source":37,"target":120},{"source":37,"target":121},{"source":37,"target":122},{"source":37,"target":123},{"source":119,"target":38},{"source":119,"target":124},{"source":119,"target":37},{"source":124,"target":38},{"source":120,"target":125},{"source":120,"target":37},{"source":121,"target":126},{"source":121,"target":37},{"source":122,"target":39},{"source":122,"target":127},{"source":122,"target":37},{"source":127,"target":39},{"source":123,"target":40},{"source":123,"target":128},{"source":123,"target":37},{"source":128,"target":40},{"source":38,"target":0},{"source":38,"target":129},{"source":38,"target":130},{"source":129,"target":131},{"source":129,"target":38},{"source":130,"target":132},{"source":130,"target":38},{"source":39,"target":0},{"source":39,"target":133},{"source":39,"target":134},{"source":133,"target":38},{"source":133,"target":135},{"source":133,"target":39},{"source":135,"target":38},{"source":134,"target":38},{"source":134,"target":136},{"source":134,"target":39},{"source":136,"target":38},{"source":40,"target":0},{"source":40,"target":137},{"source":137,"target":41},{"source":137,"target":138},{"source":137,"target":40},{"source":138,"target":41},{"source":41,"target":0},{"source":41,"target":139},{"source":139,"target":42},{"source":139,"target":140},{"source":139,"target":41},{"source":140,"target":42},{"source":42,"target":0},{"source":42,"target":141},{"source":42,"target":142},{"source":141,"target":143},{"source":141,"target":42},{"source":142,"target":144},{"source":142,"target":42}],"multigraph":true}
ecore
webapp
repo-ecore-all/data/FH-SE-Master/Model-Driven-Engineering/Übung 3/at.fh-hagenberg.swml.solution/model/solution_ohne_ocl.ecore
solution WebApplication creationDateBeforeGoLive name entities webpages homePage Entity name attributes id relationships Attribute name dataType DataType String String Float Float Integer Integer Boolean Boolean Relationship source target opposite roleName lowerBound 0 upperBound -1 WebPage name relativeUrl links homeLink StaticPage DynamicPage entity EntityPage innerPages IndexPage CreatePage UpdatePage DeletePage Link name target NonContextualLink ContextualLink information EditablePage returnPage
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="solution" nsURI="http://www.example.org/solution" nsPrefix="solution"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore#/"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="WebApplication"> <eOperations name="creationDateBeforeGoLive" 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="entities" upperBound="-1" eType="#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="webpages" upperBound="-1" eType="#//WebPage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="homePage" lowerBound="1" eType="#//StaticPage"/> </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="id" lowerBound="1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//Relationship" containment="true" eOpposite="#//Relationship/source"/> </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="dataType" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="String"/> <eLiterals name="Float" value="1"/> <eLiterals name="Integer" value="2"/> <eLiterals name="Boolean" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/relationships"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Relationship"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebPage" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativeUrl" 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="homeLink" lowerBound="1" eType="#//NonContextualLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticPage" eSuperTypes="#//WebPage"/> <eClassifiers xsi:type="ecore:EClass" name="DynamicPage" abstract="true" eSuperTypes="#//WebPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPage" eSuperTypes="#//DynamicPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerPages" upperBound="-1" eType="#//DynamicPage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexPage" eSuperTypes="#//DynamicPage"/> <eClassifiers xsi:type="ecore:EClass" name="CreatePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="UpdatePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="DeletePage" eSuperTypes="#//EditablePage"/> <eClassifiers xsi:type="ecore:EClass" name="Link" 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="target" lowerBound="1" eType="#//WebPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonContextualLink" eSuperTypes="#//Link"/> <eClassifiers xsi:type="ecore:EClass" name="ContextualLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="information" lowerBound="1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditablePage" abstract="true" eSuperTypes="#//EntityPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnPage" eType="#//EntityPage"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"solution","nsURI":"http://www.example.org/solution","name":"solution","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebPage","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPage","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreatePage","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdatePage","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletePage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonContextualLink","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualLink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditablePage","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"creationDateBeforeGoLive","lowerBound":0,"id":18,"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":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":"entities","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":"webpages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"homePage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":"name","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":"attributes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"String","id":41,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Float","id":42,"value":1,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Integer","id":43,"value":2,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Boolean","id":44,"value":3,"literal":"Boolean","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"opposite","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":"roleName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"relativeUrl","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"homeLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerPages","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":2},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":2},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":6},{"source":22,"target":7},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":7},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":28,"target":32},{"source":28,"target":2},{"source":29,"target":3},{"source":29,"target":33},{"source":29,"target":2},{"source":33,"target":3},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":3},{"source":31,"target":5},{"source":31,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":35,"target":5},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":37,"target":39},{"source":37,"target":3},{"source":38,"target":4},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":4},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":41,"target":4},{"source":42,"target":4},{"source":43,"target":4},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":36,"target":2},{"source":36,"target":50},{"source":36,"target":5},{"source":36,"target":31},{"source":50,"target":2},{"source":45,"target":2},{"source":45,"target":51},{"source":45,"target":5},{"source":51,"target":2},{"source":46,"target":5},{"source":46,"target":52},{"source":46,"target":5},{"source":52,"target":5},{"source":47,"target":53},{"source":47,"target":5},{"source":48,"target":54},{"source":48,"target":5},{"source":49,"target":55},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":56,"target":60},{"source":56,"target":6},{"source":57,"target":61},{"source":57,"target":6},{"source":58,"target":14},{"source":58,"target":62},{"source":58,"target":6},{"source":62,"target":14},{"source":59,"target":15},{"source":59,"target":63},{"source":59,"target":6},{"source":63,"target":15},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":64},{"source":64,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":2},{"source":65,"target":67},{"source":65,"target":8},{"source":67,"target":2},{"source":66,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":9,"target":69},{"source":68,"target":8},{"source":68,"target":70},{"source":68,"target":9},{"source":70,"target":8},{"source":69,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":71},{"source":71,"target":8},{"source":11,"target":0},{"source":11,"target":17},{"source":11,"target":72},{"source":72,"target":17},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":73},{"source":73,"target":17},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":74},{"source":74,"target":17},{"source":14,"target":0},{"source":14,"target":75},{"source":14,"target":76},{"source":75,"target":77},{"source":75,"target":14},{"source":76,"target":6},{"source":76,"target":78},{"source":76,"target":14},{"source":78,"target":6},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":79},{"source":79,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":80},{"source":16,"target":81},{"source":80,"target":2},{"source":80,"target":82},{"source":80,"target":16},{"source":82,"target":2},{"source":81,"target":14},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":83},{"source":17,"target":84},{"source":83,"target":9},{"source":83,"target":85},{"source":83,"target":17},{"source":85,"target":9},{"source":84,"target":9}],"multigraph":true}
ecore
robots
repo-ecore-all/data/yuuuanquuu90/vehicle_platoon/model/platoon.ecore
platoon Platoon leader follower follows joinplatoonCord length desiredGapSize members Vehicle id follows isAwareOf joinCord JoinPlatoonCoord cordManager gapMaker joiningVehicle JoiningVehicle insertsIn wantsToJoin locatedIn FrontGap actualGapSize PlatoonVehicle forms position marks joiningRequest platoon PlatooningSystem vehicles platoon JoiningPosition
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="platoon" nsURI="http://www.example.org/platoon" nsPrefix="platoon"> <eClassifiers xsi:type="ecore:EClass" name="Platoon"> <eStructuralFeatures xsi:type="ecore:EReference" name="leader" lowerBound="1" eType="#//PlatoonVehicle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="follower" upperBound="-1" eType="#//PlatoonVehicle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="follows" eType="#//Platoon"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinplatoonCord" eType="#//JoinPlatoonCoord" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desiredGapSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" lowerBound="1" upperBound="-1" eType="#//PlatoonVehicle" eOpposite="#//PlatoonVehicle/platoon"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vehicle" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="follows" eType="#//Vehicle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isAwareOf" eType="#//Vehicle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinCord" eType="#//JoinPlatoonCoord"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinPlatoonCoord"> <eStructuralFeatures xsi:type="ecore:EReference" name="cordManager" lowerBound="1" eType="#//Vehicle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gapMaker" lowerBound="1" eType="#//Vehicle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joiningVehicle" lowerBound="1" eType="#//Vehicle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoiningVehicle" eSuperTypes="#//Vehicle"> <eStructuralFeatures xsi:type="ecore:EReference" name="insertsIn" eType="#//FrontGap"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wantsToJoin" eType="#//PlatoonVehicle" eOpposite="#//PlatoonVehicle/joiningRequest"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locatedIn" eType="#//JoiningPosition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FrontGap"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualGapSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatoonVehicle" eSuperTypes="#//Vehicle"> <eStructuralFeatures xsi:type="ecore:EReference" name="forms" eType="#//FrontGap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="marks" eType="#//JoiningPosition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joiningRequest" eType="#//JoiningVehicle" eOpposite="#//JoiningVehicle/wantsToJoin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="platoon" eType="#//Platoon" eOpposite="#//Platoon/members"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatooningSystem"> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicles" upperBound="-1" eType="#//Vehicle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="platoon" upperBound="-1" eType="#//Platoon" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoiningPosition"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"platoon","nsURI":"http://www.example.org/platoon","name":"platoon","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platoon","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinPlatoonCoord","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoiningVehicle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrontGap","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatoonVehicle","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatooningSystem","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoiningPosition","instanceClass":null,"abstract":false,"id":8,"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":"leader","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"follower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"follows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinplatoonCord","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","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":"desiredGapSize","changeable":true,"lowerBound":0,"iD":false,"id":14,"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":"members","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"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":"platoon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":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":"follows","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":"isAwareOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"joinCord","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cordManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gapMaker","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"joiningVehicle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"insertsIn","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":"wantsToJoin","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":"locatedIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"joiningRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"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":"actualGapSize","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"marks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vehicles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"platoon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":9,"target":6},{"source":9,"target":16},{"source":9,"target":1},{"source":16,"target":6},{"source":10,"target":6},{"source":10,"target":17},{"source":10,"target":1},{"source":17,"target":6},{"source":11,"target":1},{"source":11,"target":18},{"source":11,"target":1},{"source":18,"target":1},{"source":12,"target":3},{"source":12,"target":19},{"source":12,"target":1},{"source":19,"target":3},{"source":13,"target":20},{"source":13,"target":1},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":6},{"source":15,"target":22},{"source":15,"target":1},{"source":15,"target":23},{"source":22,"target":6},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":2},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":2},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"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":2},{"source":32,"target":35},{"source":32,"target":3},{"source":35,"target":2},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":3},{"source":36,"target":2},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":3},{"source":37,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":38,"target":5},{"source":38,"target":42},{"source":38,"target":4},{"source":42,"target":5},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":4},{"source":39,"target":44},{"source":43,"target":6},{"source":40,"target":8},{"source":40,"target":45},{"source":40,"target":4},{"source":45,"target":8},{"source":41,"target":2},{"source":5,"target":0},{"source":5,"target":46},{"source":46,"target":47},{"source":46,"target":5},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":44},{"source":6,"target":23},{"source":6,"target":51},{"source":48,"target":5},{"source":48,"target":52},{"source":48,"target":6},{"source":52,"target":5},{"source":49,"target":53},{"source":49,"target":6},{"source":50,"target":8},{"source":50,"target":54},{"source":50,"target":6},{"source":54,"target":8},{"source":44,"target":4},{"source":44,"target":55},{"source":44,"target":6},{"source":44,"target":39},{"source":55,"target":4},{"source":23,"target":1},{"source":23,"target":56},{"source":23,"target":6},{"source":23,"target":15},{"source":56,"target":1},{"source":51,"target":2},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":57,"target":2},{"source":57,"target":59},{"source":57,"target":7},{"source":59,"target":2},{"source":58,"target":1},{"source":58,"target":60},{"source":58,"target":7},{"source":60,"target":1},{"source":8,"target":0}],"multigraph":true}
ecore
people
repo-ecore-all/data/code4ash/ATL-Families2Persons/metamodel/Persons.ecore
Persons Person fullName 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="Persons" nsURI="http://ashraf.persons" nsPrefix="ashraf.persons"> <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Male" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Female" eSuperTypes="#//Person"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ashraf.persons","nsURI":"http://ashraf.persons","name":"Persons","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullName","changeable":true,"lowerBound":1,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"id":7,"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":6,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":7},{"source":7,"target":1}],"multigraph":true}
ecore
publication
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/research13.ecore
research13 PublicationProcess minTime maxTime phases Researcher name forName writes reviews res_papers skills res_position collaborations Paper paragraphs progress authors keywords citedBy Paragraph reviews content ReviewNote content Progress process paper percent Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers knowledgeMan PublicationSystem processView structuralView positions Named name Counted id Labelled lname Skill description Position parent description Phase name Keyword description kpapers KnowledgeManager allkeywords PaperKeyword weight keyword Collaboration ratio col_paper
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="research13" nsURI="http://research13" nsPrefix="_research13"> <eAnnotations source="diastyle.node.dashedred"> <details key="background=red"/> <details key="line=dash"/> <details key="font=courier"/> <details key="fontstyle=italic"/> <details key="fontcolor=green"/> <details key="fontsize=20"/> <details key="align=center"/> <details key="layout=free"/> <details key="size=100,100"/> </eAnnotations> <eAnnotations source="diastyle.node.green"> <details key="parent=dashedred"/> <details key="background=green"/> <details key="shape = rounded"/> <details key="figure=diamond"/> <details key="size=150,150"/> <details key="layout=free"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue"> <details key="background=darkblue"/> <details key="arrowsize=2"/> <details key="direction=right"/> </eAnnotations> <eAnnotations source="diastyle.edge.foobar"> <details key="parent=blue"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.dashedblue"> <details key="background=blue"/> <details key="parent=dashedred"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow"> <details key="parent=e1"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.blue23"> <details key="parent=blue"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.bluenode"> <details key="parent=green"/> <details key="background=lightblue"/> <details key="figure=bluediamond"/> </eAnnotations> <eAnnotations source="diastyle.edge.yellow3"> <details key="parent=green3"/> <details key="background=yellow"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.edge.e1"> <details key="background=black"/> <details key="arrowsize=2"/> </eAnnotations> <eAnnotations source="diastyle.node.blue22"> <details key="parent=green"/> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.node.yellownode"> <details key="parent=dashedred"/> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.edge.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.bluecompartment"> <details key="background=blue"/> </eAnnotations> <eAnnotations source="diastyle.partition.lightgray"> <details key="background=lightgray"/> </eAnnotations> <eAnnotations source="diastyle.partition.yellow2"> <details key="background=yellow"/> </eAnnotations> <eAnnotations source="diastyle.partition.blue2"> <details key="background=lightblue"/> </eAnnotations> <eAnnotations source="diastyle.edge.black"> <details key="background=black"/> </eAnnotations> <eAnnotations source="diastyle.node.green2"> <details key="parent=green"/> </eAnnotations> <eAnnotations source="diastyle.edge.green33"> <details key="parent=green3"/> </eAnnotations> <eAnnotations source="diastyle.edge.e10"> <details key="background=lightgreen"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PublicationProcess" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=phases"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1" eType="#//Phase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Researcher"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name" value=""/> <details key="lnk=writes" value=""/> <details key="lnk=reviews" value=""/> <details key="lnk=collaborations"/> <details key="ref=res_position"/> <details key="cref=skills"/> <details key="style=green"/> <details key="style.lnk.reviews=foobar"/> <details key="style.cref.skills=yellow2"/> <details key="style.ref.res_position=e1"/> <details key="style.lnk.writes=black"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writes" upperBound="-1" eType="#//Write" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//Review" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_papers" upperBound="-1" eType="#//Paper" eOpposite="#//Paper/authors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="skills" upperBound="-1" eType="#//Skill" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="res_position" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collaborations" upperBound="-1" eType="#//Collaboration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=paragraphs" value=""/> <details key="style=bluenode"/> <details key="style.kref.paragraphs=lightgray"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progress" upperBound="-1" eType="#//Progress" containment="true" eOpposite="#//Progress/paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/res_papers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//PaperKeyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="style=blue22"/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name"/> <details key="kref=reviews" value=""/> <details key="style.kref.reviews=bluecompartment"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1" eType="#//ReviewNote" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReviewNote" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Progress" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="label=percent"/> <details key="cont=Paper.progress" value=""/> <details key="ltrg=process" value=""/> <details key="style=e10"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//PublicationProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paper" eType="#//Paper" eOpposite="#//Paper/progress"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="percent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=timeSpent"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="label=date"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="nav:vwpublicationstructure"/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> <details key="style.kref.papers=blue2"/> <details key="style.kref.researchers=yellow2"/> <details key="style=dashedred"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1" eType="#//Researcher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="papers" upperBound="-1" eType="#//Paper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationSystem" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="processView" eType="#//PublicationProcess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralView" eType="#//PublicationStructure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//Position" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Counted" abstract="true"> <eAnnotations source="diagraph"> <details key="label=id" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Labelled" abstract="true"> <eAnnotations source="diagraph"> <details key="label=lname" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skill"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> <details key="style=green2"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=description"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Phase"> <eAnnotations source="diagraph"> <details key="node"/> <details key="style=green2"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"/> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwpublicationstructure"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vwpublicationstructure"/> <details key="kref=allkeywords"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="allkeywords" upperBound="-1" eType="#//Keyword" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperKeyword"> <eAnnotations source="diagraph"> <details key="link"/> <details key="view=vwpublicationstructure"/> <details key="ltrg=keyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyword" eType="#//Keyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration"> <eAnnotations source="diagraph"> <details key="label=ratio" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="col_paper" eType="#//Paper"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_research13","nsURI":"http://research13","name":"research13","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":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":"phases","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","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":"writes","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":"reviews","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":"res_papers","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":"skills","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":false,"unsettable":false,"transient":false,"unique":true,"name":"res_position","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":"collaborations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paragraphs","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":"progress","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":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percent","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","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":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeMan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"structuralView","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":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"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":97,"derived":false},{"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":"lname","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"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":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":0,"iD":false,"id":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":"col_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":25},{"source":21,"target":1},{"source":22,"target":26},{"source":22,"target":1},{"source":23,"target":16},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":16},{"source":24,"target":11},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":37},{"source":29,"target":2},{"source":30,"target":7},{"source":30,"target":38},{"source":30,"target":2},{"source":38,"target":7},{"source":31,"target":8},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":8},{"source":32,"target":3},{"source":32,"target":40},{"source":32,"target":2},{"source":32,"target":41},{"source":40,"target":3},{"source":33,"target":14},{"source":33,"target":42},{"source":33,"target":2},{"source":42,"target":14},{"source":34,"target":15},{"source":34,"target":43},{"source":34,"target":2},{"source":43,"target":15},{"source":35,"target":20},{"source":35,"target":44},{"source":35,"target":2},{"source":44,"target":20},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":41},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":45,"target":4},{"source":45,"target":50},{"source":45,"target":3},{"source":50,"target":4},{"source":46,"target":6},{"source":46,"target":51},{"source":46,"target":3},{"source":46,"target":52},{"source":51,"target":6},{"source":41,"target":2},{"source":41,"target":53},{"source":41,"target":3},{"source":41,"target":32},{"source":53,"target":2},{"source":47,"target":19},{"source":47,"target":54},{"source":47,"target":3},{"source":54,"target":19},{"source":48,"target":3},{"source":48,"target":55},{"source":48,"target":3},{"source":55,"target":3},{"source":49,"target":11},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":11},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":56,"target":5},{"source":56,"target":60},{"source":56,"target":4},{"source":60,"target":5},{"source":57,"target":61},{"source":57,"target":4},{"source":58,"target":12},{"source":59,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":62},{"source":5,"target":63},{"source":62,"target":64},{"source":62,"target":5},{"source":63,"target":11},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":65},{"source":6,"target":52},{"source":6,"target":66},{"source":6,"target":67},{"source":65,"target":1},{"source":65,"target":68},{"source":65,"target":6},{"source":68,"target":1},{"source":52,"target":3},{"source":52,"target":69},{"source":52,"target":6},{"source":52,"target":46},{"source":69,"target":3},{"source":66,"target":70},{"source":66,"target":6},{"source":67,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":71,"target":4},{"source":71,"target":74},{"source":71,"target":7},{"source":74,"target":4},{"source":72,"target":75},{"source":72,"target":7},{"source":73,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":76,"target":5},{"source":76,"target":79},{"source":76,"target":8},{"source":79,"target":5},{"source":77,"target":80},{"source":77,"target":8},{"source":78,"target":13},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":81,"target":2},{"source":81,"target":85},{"source":81,"target":9},{"source":85,"target":2},{"source":82,"target":3},{"source":82,"target":86},{"source":82,"target":9},{"source":86,"target":3},{"source":83,"target":18},{"source":83,"target":87},{"source":83,"target":9},{"source":87,"target":18},{"source":84,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":88,"target":1},{"source":88,"target":92},{"source":88,"target":10},{"source":92,"target":1},{"source":89,"target":9},{"source":89,"target":93},{"source":89,"target":10},{"source":93,"target":9},{"source":90,"target":15},{"source":90,"target":94},{"source":90,"target":10},{"source":94,"target":15},{"source":91,"target":11},{"source":11,"target":0},{"source":11,"target":95},{"source":95,"target":96},{"source":95,"target":11},{"source":12,"target":0},{"source":12,"target":97},{"source":97,"target":98},{"source":97,"target":12},{"source":13,"target":0},{"source":13,"target":99},{"source":99,"target":100},{"source":99,"target":13},{"source":14,"target":0},{"source":14,"target":101},{"source":101,"target":102},{"source":101,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":103,"target":15},{"source":103,"target":106},{"source":103,"target":15},{"source":106,"target":15},{"source":104,"target":107},{"source":104,"target":15},{"source":105,"target":11},{"source":16,"target":0},{"source":16,"target":108},{"source":108,"target":109},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":110,"target":113},{"source":110,"target":17},{"source":111,"target":3},{"source":111,"target":114},{"source":111,"target":17},{"source":114,"target":3},{"source":112,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":115},{"source":18,"target":116},{"source":115,"target":17},{"source":115,"target":117},{"source":115,"target":18},{"source":117,"target":17},{"source":116,"target":11},{"source":19,"target":0},{"source":19,"target":118},{"source":19,"target":119},{"source":118,"target":120},{"source":118,"target":19},{"source":119,"target":17},{"source":119,"target":121},{"source":119,"target":19},{"source":121,"target":17},{"source":20,"target":0},{"source":20,"target":122},{"source":20,"target":123},{"source":122,"target":124},{"source":122,"target":20},{"source":123,"target":3},{"source":123,"target":125},{"source":123,"target":20},{"source":125,"target":3}],"multigraph":true}
ecore
features
repo-ecore-all/data/governit/Many-ObjectiveEPL/BaseLine_Components/metamodels/CoCo2Choco.ecore
coCoMM FeatureModel name root ctConstraints isDomain id Feature id name abstract treeConstraints featureModel featureAttributes mandatory false TreeConstraint type children TreeConstraintType And And Alternative Alternative Or Or AttributeType id name dataType DataType String String int int double double boolean boolean FeatureAttribute attrType defaultValue minValue maxValue CrossTreeConstraint expressions CTConstraintType not not and and or or implies implies CoCo featureModels cmConstraints solutionConstraints configConstraints attributeTypes project stakeholders id name configScenario CMConstraintType not not and and or or implies implies CrossModelConstraint expressions ConfigurationConstraint type optimization id name SelectionStateCC featureModel feature state HardLimitCC expressions function CCType selectionState selectionState hardLimit hardLimit optimization optimization CCSelectionStateType mandatory mandatory preferred preferred forbidden forbidden HardLimitCCExpression op value OptimizationCC funct funtion CCOptimizationOp maximize maximize minimize minimize CCHardLimitOp leq leq lt lt geq geq gt gt eq eq Project configConstraints solutionConstraints configs name date target Config stakeholder selected type features Stakeholder name job CTConstraintExpression op implies features expressions CMConstraintExpression op implies features expressions ConfigType input input output output AggregationFunction operation attrType AggregationOp add add multiply multiply min min max max SolutionConstraint type SCType selectionState selectionState hardLimit hardLimit optimization optimization finiteDomain finiteDomain OptimizationSC funct attrType OptimizationSCFunct maximize maximize minimize minimize
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="coCoMM" nsURI="http://www.example.org/coCoMM" nsPrefix="coCoMM"> <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="FeatureModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="oneDomainFM"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="oneDomainFM" value="FeatureModel.allInstances() -> exists(x|x.isDomain = true)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ctConstraints" upperBound="-1" eType="#//CrossTreeConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDomain" 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#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="treeConstraints" upperBound="-1" eType="#//TreeConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" lowerBound="1" eType="#//FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureAttributes" upperBound="-1" eType="#//FeatureAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TreeConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setTCTypes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setTCTypes" value="(self.type = 'mandatory') or (self.type = 'optional') or &#xA;&#x9;&#x9;(self.type = 'alternative') or (self.type = 'or')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TreeConstraintType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TreeConstraintType"> <eLiterals name="And" value="1"/> <eLiterals name="Alternative" value="2"/> <eLiterals name="Or" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataType"> <eLiterals name="String"/> <eLiterals name="int" value="1"/> <eLiterals name="double" value="2"/> <eLiterals name="boolean" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="attrType" lowerBound="1" eType="#//AttributeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CrossTreeConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="#//CTConstraintExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CTConstraintType"> <eLiterals name="not"/> <eLiterals name="and" value="1"/> <eLiterals name="or" value="2"/> <eLiterals name="implies" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoCo"> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModels" upperBound="-1" eType="#//FeatureModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmConstraints" upperBound="-1" eType="#//CrossModelConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="solutionConstraints" upperBound="-1" eType="#//SolutionConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configConstraints" upperBound="-1" eType="#//ConfigurationConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeTypes" upperBound="-1" eType="#//AttributeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" upperBound="-1" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholders" upperBound="-1" eType="#//Stakeholder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configScenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CMConstraintType"> <eLiterals name="not"/> <eLiterals name="and" value="1"/> <eLiterals name="or" value="2"/> <eLiterals name="implies" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CrossModelConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="#//CMConstraintExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setDRTypes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setDRTypes" value="(self.type = 'optimization') or (self.type = 'hardLimit') or &#xA;&#x9;&#x9;(self.type = 'selectionState')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//CCType" defaultValueLiteral="optimization"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionStateCC" eSuperTypes="#//ConfigurationConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setSelectionStateDRstates"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setSelectionStateDRstates" value="(self.state = 'mandatory') or (self.state = 'preferred') or &#xA;&#x9;&#x9;(self.state = 'forbidden')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" eType="#//FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//CCSelectionStateType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HardLimitCC" eSuperTypes="#//ConfigurationConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="2" eType="#//HardLimitCCExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//AggregationFunction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CCType"> <eLiterals name="selectionState"/> <eLiterals name="hardLimit" value="1"/> <eLiterals name="optimization" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CCSelectionStateType"> <eLiterals name="mandatory"/> <eLiterals name="preferred" value="1"/> <eLiterals name="forbidden" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HardLimitCCExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setHardLimitDRop"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setHardLimitDRop" value="(self.op = 'geq') or (self.op = 'gt') or (self.op = 'leq')&#xA;&#x9;&#x9;or (self.op = 'lt') or (self.op = 'eq')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//CCHardLimitOp"/> <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="OptimizationCC" eSuperTypes="#//ConfigurationConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setSOptimizationDRfuncts"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setSOptimizationDRfuncts" value="(self.funct = 'maximize') or (self.funct = 'minimize')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="funct" eType="#//CCOptimizationOp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="funtion" lowerBound="1" eType="#//AggregationFunction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CCOptimizationOp"> <eLiterals name="maximize"/> <eLiterals name="minimize" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CCHardLimitOp"> <eLiterals name="leq"/> <eLiterals name="lt" value="1"/> <eLiterals name="geq" value="2"/> <eLiterals name="gt" value="3"/> <eLiterals name="eq" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="oneTargetProject"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="oneTargetProject" value="Project.allInstances() -> exists(x|x.target = true)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="configConstraints" upperBound="-1" eType="#//ConfigurationConstraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="solutionConstraints" upperBound="-1" eType="#//SolutionConstraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configs" upperBound="-1" eType="#//Config" containment="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="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Config"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setConfigTypes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setConfigTypes" value="(self.type = 'input') or (self.type = 'output')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholder" eType="#//Stakeholder"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stakeholder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="job" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CTConstraintExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setCTops"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setCTops" value="(self.op = 'not') or (self.op = 'or') or (self.op = 'and')&#xA;&#x9;&#x9;or (self.op = 'implies')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//CTConstraintType" defaultValueLiteral="implies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//CTConstraintExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CMConstraintExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setCMops"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setCMops" value="(self.op = 'not') or (self.op = 'or') or (self.op = 'and')&#xA;&#x9;&#x9;or (self.op = 'implies')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//CMConstraintType" defaultValueLiteral="implies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//CMConstraintExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigType"> <eLiterals name="input"/> <eLiterals name="output" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregationFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//AggregationOp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrType" lowerBound="1" eType="#//AttributeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationOp"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AgregationOp"/> </eAnnotations> <eLiterals name="add"/> <eLiterals name="multiply" value="1"/> <eLiterals name="min" value="2"/> <eLiterals name="max" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SolutionConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setDRTypes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setDRTypes" value="(self.type = 'optimization') or (self.type = 'hardLimit') or &#xA;&#x9;&#x9;(self.type = 'selectionState')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SCType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SCType"> <eLiterals name="selectionState"/> <eLiterals name="hardLimit" value="1"/> <eLiterals name="optimization" value="2"/> <eLiterals name="finiteDomain" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptimizationSC" eSuperTypes="#//SolutionConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="setSOptimizationDRfuncts"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="setSOptimizationDRfuncts" value="(self.funct = 'maximize') or (self.funct = 'minimize')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="funct" eType="#//OptimizationSCFunct"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrType" lowerBound="1" eType="#//AttributeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OptimizationSCFunct"> <eLiterals name="maximize"/> <eLiterals name="minimize" value="1"/> </eClassifiers></ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"coCoMM","nsURI":"http://www.example.org/coCoMM","name":"coCoMM","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":"TreeConstraint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TreeConstraintType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossTreeConstraint","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CTConstraintType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoCo","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CMConstraintType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossModelConstraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationConstraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionStateCC","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardLimitCC","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CCType","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CCSelectionStateType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardLimitCCExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptimizationCC","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CCOptimizationOp","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CCHardLimitOp","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Config","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stakeholder","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTConstraintExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CMConstraintExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregationFunction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationOp","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolutionConstraint","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SCType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptimizationSC","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OptimizationSCFunct","instanceClass":null,"id":33,"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":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ctConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDomain","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"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":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":"treeConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":58,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"And","id":62,"value":1,"literal":"And","eClass":"EEnumLiteral"},{"name":"Alternative","id":63,"value":2,"literal":"Alternative","eClass":"EEnumLiteral"},{"name":"Or","id":64,"value":3,"literal":"Or","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"name":"String","id":71,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"int","id":72,"value":1,"literal":"int","eClass":"EEnumLiteral"},{"name":"double","id":73,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"boolean","id":74,"value":3,"literal":"boolean","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":"attrType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minValue","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxValue","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"name":"not","id":85,"value":0,"literal":"not","eClass":"EEnumLiteral"},{"name":"and","id":86,"value":1,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":87,"value":2,"literal":"or","eClass":"EEnumLiteral"},{"name":"implies","id":88,"value":3,"literal":"implies","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":"featureModels","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":"cmConstraints","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":"solutionConstraints","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":"configConstraints","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":"attributeTypes","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":"project","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":"stakeholders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"name","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":"configScenario","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"not","id":109,"value":0,"literal":"not","eClass":"EEnumLiteral"},{"name":"and","id":110,"value":1,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":111,"value":2,"literal":"or","eClass":"EEnumLiteral"},{"name":"implies","id":112,"value":3,"literal":"implies","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"optimization","unsettable":false,"transient":false,"unique":true,"name":"type","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":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureModel","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":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"ordered":true,"upperBound":1,"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":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"name":"selectionState","id":133,"value":0,"literal":"selectionState","eClass":"EEnumLiteral"},{"name":"hardLimit","id":134,"value":1,"literal":"hardLimit","eClass":"EEnumLiteral"},{"name":"optimization","id":135,"value":2,"literal":"optimization","eClass":"EEnumLiteral"},{"name":"mandatory","id":136,"value":0,"literal":"mandatory","eClass":"EEnumLiteral"},{"name":"preferred","id":137,"value":1,"literal":"preferred","eClass":"EEnumLiteral"},{"name":"forbidden","id":138,"value":2,"literal":"forbidden","eClass":"EEnumLiteral"},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"funct","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"funtion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"name":"maximize","id":148,"value":0,"literal":"maximize","eClass":"EEnumLiteral"},{"name":"minimize","id":149,"value":1,"literal":"minimize","eClass":"EEnumLiteral"},{"name":"leq","id":150,"value":0,"literal":"leq","eClass":"EEnumLiteral"},{"name":"lt","id":151,"value":1,"literal":"lt","eClass":"EEnumLiteral"},{"name":"geq","id":152,"value":2,"literal":"geq","eClass":"EEnumLiteral"},{"name":"gt","id":153,"value":3,"literal":"gt","eClass":"EEnumLiteral"},{"name":"eq","id":154,"value":4,"literal":"eq","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":"configConstraints","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":false,"unsettable":false,"transient":false,"unique":true,"name":"solutionConstraints","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":"configs","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stakeholder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selected","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"job","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"implies","unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"implies","unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"name":"input","id":191,"value":0,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":192,"value":1,"literal":"output","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attrType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"name":"add","id":197,"value":0,"literal":"add","eClass":"EEnumLiteral"},{"name":"multiply","id":198,"value":1,"literal":"multiply","eClass":"EEnumLiteral"},{"name":"min","id":199,"value":2,"literal":"min","eClass":"EEnumLiteral"},{"name":"max","id":200,"value":3,"literal":"max","eClass":"EEnumLiteral"},{"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":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"name":"selectionState","id":203,"value":0,"literal":"selectionState","eClass":"EEnumLiteral"},{"name":"hardLimit","id":204,"value":1,"literal":"hardLimit","eClass":"EEnumLiteral"},{"name":"optimization","id":205,"value":2,"literal":"optimization","eClass":"EEnumLiteral"},{"name":"finiteDomain","id":206,"value":3,"literal":"finiteDomain","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"funct","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attrType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"name":"maximize","id":212,"value":0,"literal":"maximize","eClass":"EEnumLiteral"},{"name":"minimize","id":213,"value":1,"literal":"minimize","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":34,"target":39},{"source":34,"target":1},{"source":35,"target":2},{"source":35,"target":40},{"source":35,"target":1},{"source":40,"target":2},{"source":36,"target":8},{"source":36,"target":41},{"source":36,"target":1},{"source":41,"target":8},{"source":37,"target":42},{"source":37,"target":1},{"source":38,"target":43},{"source":38,"target":1},{"source":2,"target":0},{"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":44,"target":51},{"source":44,"target":2},{"source":45,"target":52},{"source":45,"target":2},{"source":46,"target":53},{"source":46,"target":2},{"source":47,"target":3},{"source":47,"target":54},{"source":47,"target":2},{"source":54,"target":3},{"source":48,"target":1},{"source":48,"target":55},{"source":48,"target":2},{"source":55,"target":1},{"source":49,"target":7},{"source":49,"target":56},{"source":49,"target":2},{"source":56,"target":7},{"source":50,"target":57},{"source":50,"target":2},{"source":3,"target":0},{"source":3,"target":58},{"source":3,"target":59},{"source":58,"target":4},{"source":58,"target":60},{"source":58,"target":3},{"source":60,"target":4},{"source":59,"target":2},{"source":59,"target":61},{"source":59,"target":3},{"source":61,"target":2},{"source":4,"target":0},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":62,"target":4},{"source":63,"target":4},{"source":64,"target":4},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":65,"target":68},{"source":65,"target":5},{"source":66,"target":69},{"source":66,"target":5},{"source":67,"target":6},{"source":67,"target":70},{"source":67,"target":5},{"source":70,"target":6},{"source":6,"target":0},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":71,"target":6},{"source":72,"target":6},{"source":73,"target":6},{"source":74,"target":6},{"source":7,"target":0},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":75,"target":5},{"source":75,"target":79},{"source":75,"target":7},{"source":79,"target":5},{"source":76,"target":80},{"source":76,"target":7},{"source":77,"target":81},{"source":77,"target":7},{"source":78,"target":82},{"source":78,"target":7},{"source":8,"target":0},{"source":8,"target":83},{"source":83,"target":25},{"source":83,"target":84},{"source":83,"target":8},{"source":84,"target":25},{"source":9,"target":0},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":88,"target":9},{"source":10,"target":0},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":89,"target":1},{"source":89,"target":99},{"source":89,"target":10},{"source":99,"target":1},{"source":90,"target":12},{"source":90,"target":100},{"source":90,"target":10},{"source":100,"target":12},{"source":91,"target":30},{"source":91,"target":101},{"source":91,"target":10},{"source":101,"target":30},{"source":92,"target":13},{"source":92,"target":102},{"source":92,"target":10},{"source":102,"target":13},{"source":93,"target":5},{"source":93,"target":103},{"source":93,"target":10},{"source":103,"target":5},{"source":94,"target":22},{"source":94,"target":104},{"source":94,"target":10},{"source":104,"target":22},{"source":95,"target":24},{"source":95,"target":105},{"source":95,"target":10},{"source":105,"target":24},{"source":96,"target":106},{"source":96,"target":10},{"source":97,"target":107},{"source":97,"target":10},{"source":98,"target":108},{"source":98,"target":10},{"source":11,"target":0},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":11,"target":112},{"source":109,"target":11},{"source":110,"target":11},{"source":111,"target":11},{"source":112,"target":11},{"source":12,"target":0},{"source":12,"target":113},{"source":113,"target":26},{"source":113,"target":114},{"source":113,"target":12},{"source":114,"target":26},{"source":13,"target":0},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":115,"target":16},{"source":115,"target":118},{"source":115,"target":13},{"source":118,"target":16},{"source":116,"target":119},{"source":116,"target":13},{"source":117,"target":120},{"source":117,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":121},{"source":14,"target":122},{"source":14,"target":123},{"source":14,"target":124},{"source":121,"target":1},{"source":121,"target":125},{"source":121,"target":14},{"source":125,"target":1},{"source":122,"target":2},{"source":122,"target":126},{"source":122,"target":14},{"source":126,"target":2},{"source":123,"target":17},{"source":123,"target":127},{"source":123,"target":14},{"source":127,"target":17},{"source":124,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":128},{"source":15,"target":129},{"source":15,"target":130},{"source":128,"target":18},{"source":128,"target":131},{"source":128,"target":15},{"source":131,"target":18},{"source":129,"target":28},{"source":129,"target":132},{"source":129,"target":15},{"source":132,"target":28},{"source":130,"target":13},{"source":16,"target":0},{"source":16,"target":133},{"source":16,"target":134},{"source":16,"target":135},{"source":133,"target":16},{"source":134,"target":16},{"source":135,"target":16},{"source":17,"target":0},{"source":17,"target":136},{"source":17,"target":137},{"source":17,"target":138},{"source":136,"target":17},{"source":137,"target":17},{"source":138,"target":17},{"source":18,"target":0},{"source":18,"target":139},{"source":18,"target":140},{"source":139,"target":21},{"source":139,"target":141},{"source":139,"target":18},{"source":141,"target":21},{"source":140,"target":142},{"source":140,"target":18},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":20},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":20},{"source":144,"target":28},{"source":144,"target":147},{"source":144,"target":19},{"source":147,"target":28},{"source":145,"target":13},{"source":20,"target":0},{"source":20,"target":148},{"source":20,"target":149},{"source":148,"target":20},{"source":149,"target":20},{"source":21,"target":0},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":21,"target":153},{"source":21,"target":154},{"source":150,"target":21},{"source":151,"target":21},{"source":152,"target":21},{"source":153,"target":21},{"source":154,"target":21},{"source":22,"target":0},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":22,"target":158},{"source":22,"target":159},{"source":22,"target":160},{"source":155,"target":13},{"source":155,"target":161},{"source":155,"target":22},{"source":161,"target":13},{"source":156,"target":30},{"source":156,"target":162},{"source":156,"target":22},{"source":162,"target":30},{"source":157,"target":23},{"source":157,"target":163},{"source":157,"target":22},{"source":163,"target":23},{"source":158,"target":164},{"source":158,"target":22},{"source":159,"target":165},{"source":159,"target":22},{"source":160,"target":166},{"source":160,"target":22},{"source":23,"target":0},{"source":23,"target":167},{"source":23,"target":168},{"source":23,"target":169},{"source":23,"target":170},{"source":167,"target":24},{"source":167,"target":171},{"source":167,"target":23},{"source":171,"target":24},{"source":168,"target":172},{"source":168,"target":23},{"source":169,"target":173},{"source":169,"target":23},{"source":170,"target":2},{"source":170,"target":174},{"source":170,"target":23},{"source":174,"target":2},{"source":24,"target":0},{"source":24,"target":175},{"source":24,"target":176},{"source":175,"target":177},{"source":175,"target":24},{"source":176,"target":178},{"source":176,"target":24},{"source":25,"target":0},{"source":25,"target":179},{"source":25,"target":180},{"source":25,"target":181},{"source":179,"target":9},{"source":179,"target":182},{"source":179,"target":25},{"source":182,"target":9},{"source":180,"target":2},{"source":180,"target":183},{"source":180,"target":25},{"source":183,"target":2},{"source":181,"target":25},{"source":181,"target":184},{"source":181,"target":25},{"source":184,"target":25},{"source":26,"target":0},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":187},{"source":185,"target":11},{"source":185,"target":188},{"source":185,"target":26},{"source":188,"target":11},{"source":186,"target":2},{"source":186,"target":189},{"source":186,"target":26},{"source":189,"target":2},{"source":187,"target":26},{"source":187,"target":190},{"source":187,"target":26},{"source":190,"target":26},{"source":27,"target":0},{"source":27,"target":191},{"source":27,"target":192},{"source":191,"target":27},{"source":192,"target":27},{"source":28,"target":0},{"source":28,"target":193},{"source":28,"target":194},{"source":193,"target":29},{"source":193,"target":195},{"source":193,"target":28},{"source":195,"target":29},{"source":194,"target":5},{"source":194,"target":196},{"source":194,"target":28},{"source":196,"target":5},{"source":29,"target":0},{"source":29,"target":197},{"source":29,"target":198},{"source":29,"target":199},{"source":29,"target":200},{"source":197,"target":29},{"source":198,"target":29},{"source":199,"target":29},{"source":200,"target":29},{"source":30,"target":0},{"source":30,"target":201},{"source":201,"target":31},{"source":201,"target":202},{"source":201,"target":30},{"source":202,"target":31},{"source":31,"target":0},{"source":31,"target":203},{"source":31,"target":204},{"source":31,"target":205},{"source":31,"target":206},{"source":203,"target":31},{"source":204,"target":31},{"source":205,"target":31},{"source":206,"target":31},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":207},{"source":32,"target":208},{"source":32,"target":209},{"source":207,"target":33},{"source":207,"target":210},{"source":207,"target":32},{"source":210,"target":33},{"source":208,"target":5},{"source":208,"target":211},{"source":208,"target":32},{"source":211,"target":5},{"source":209,"target":30},{"source":33,"target":0},{"source":33,"target":212},{"source":33,"target":213},{"source":212,"target":33},{"source":213,"target":33}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/SOM-Research/hawk-neoemf-models-2018-tutorial/projects/tutorial.common/metamodels/JDTAST.ecore
Core IJavaElement elementName PhysicalElement path isReadOnly IJavaModel javaProjects externalPackageFragmentRoots IJavaProject packageFragmentRoots externalPackageFragmentRoots requiredProjects IPackageFragmentRoot packageFragments BinaryPackageFragmentRoot SourcePackageFragmentRoot IPackageFragment isDefaultPackage packageFragmentRoot classFiles compilationUnits ITypeRoot ICompilationUnit allType imports types primary ast IClassFile isClass isInterface type ISourceReference source sourceRange IImportDeclaration isOnDemand isStatic ISourceRange length offset IMember javadocRange nameRange IType fullyQualifiedName fullyQualifiedParametrizedName initializers fields methods types typeParameters ITypeParameter bounds IInitializer IField constant isEnumConstant typeSignature isVolatile isTransient IMethod returnType isConstructor isMainMethod parameters exceptionTypes Parameter name type Modifiers abstract abstract annotation annotation bridge bridge default default deprecated deprecated enum enum final final interface interface native native private private protected protected public public static static strictfp strictfp super super synchronized synchronized synthetic synthetic transient transient varargs varargs volatile volatile 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 PrimitiveTypes String java.lang.String java.lang.String Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer
<?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="Core" nsURI="org.amma.dsl.jdt.core" nsPrefix="core"> <eClassifiers xsi:type="ecore:EClass" name="IJavaElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IJavaModel" eSuperTypes="#/0/PhysicalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="javaProjects" upperBound="-1" eType="#/0/IJavaProject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalPackageFragmentRoots" upperBound="-1" eType="#/0/IPackageFragmentRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IJavaProject" eSuperTypes="#/0/IJavaElement #/0/PhysicalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageFragmentRoots" upperBound="-1" eType="#/0/IPackageFragmentRoot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalPackageFragmentRoots" ordered="false" upperBound="-1" eType="#/0/IPackageFragmentRoot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredProjects" upperBound="-1" eType="#/0/IJavaProject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPackageFragmentRoot" abstract="true" eSuperTypes="#/0/IJavaElement #/0/PhysicalElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageFragments" ordered="false" upperBound="-1" eType="#/0/IPackageFragment" containment="true" eOpposite="#/0/IPackageFragment/packageFragmentRoot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryPackageFragmentRoot" eSuperTypes="#/0/IPackageFragmentRoot"/> <eClassifiers xsi:type="ecore:EClass" name="SourcePackageFragmentRoot" eSuperTypes="#/0/IPackageFragmentRoot"/> <eClassifiers xsi:type="ecore:EClass" name="IPackageFragment" eSuperTypes="#/0/IJavaElement #/0/PhysicalElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDefaultPackage" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageFragmentRoot" ordered="false" lowerBound="1" eType="#/0/IPackageFragmentRoot" eOpposite="#/0/IPackageFragmentRoot/packageFragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" upperBound="-1" eType="#/0/IClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#/0/ICompilationUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITypeRoot" abstract="true" eSuperTypes="#/0/IJavaElement #/0/ISourceReference #/0/PhysicalElement"/> <eClassifiers xsi:type="ecore:EClass" name="ICompilationUnit" eSuperTypes="#/0/ITypeRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="allType" ordered="false" upperBound="-1" eType="#/0/IType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" ordered="false" upperBound="-1" eType="#/0/IImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#/0/IType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primary" ordered="false" lowerBound="1" eType="#/0/ICompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ast" ordered="false" lowerBound="1" eType="#/1/CompilationUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IClassFile" eSuperTypes="#/0/ITypeRoot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isClass" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterface" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/IType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISourceReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRange" ordered="false" lowerBound="1" eType="#/0/ISourceRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IImportDeclaration" eSuperTypes="#/0/IJavaElement #/0/ISourceReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOnDemand" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISourceRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMember" abstract="true" eSuperTypes="#/0/IJavaElement #/0/ISourceReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="javadocRange" ordered="false" eType="#/0/ISourceRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameRange" ordered="false" eType="#/0/ISourceRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IType" eSuperTypes="#/0/IMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedParametrizedName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#/0/IInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#/0/IField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#/0/IMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#/0/IType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" ordered="false" upperBound="-1" eType="#/0/ITypeParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITypeParameter" eSuperTypes="#/0/IJavaElement #/0/ISourceReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bounds" ordered="false" unique="false" upperBound="-1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IInitializer" eSuperTypes="#/0/IMember"/> <eClassifiers xsi:type="ecore:EClass" name="IField" eSuperTypes="#/0/IMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" ordered="false" unique="false" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnumConstant" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSignature" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTransient" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMethod" eSuperTypes="#/0/IMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConstructor" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMainMethod" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/0/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionTypes" ordered="false" unique="false" upperBound="-1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Modifiers"> <eLiterals name="abstract" value="1"/> <eLiterals name="annotation" value="2"/> <eLiterals name="bridge" value="3"/> <eLiterals name="default" value="4"/> <eLiterals name="deprecated" value="5"/> <eLiterals name="enum" value="6"/> <eLiterals name="final" value="7"/> <eLiterals name="interface" value="8"/> <eLiterals name="native" value="9"/> <eLiterals name="private" value="10"/> <eLiterals name="protected" value="11"/> <eLiterals name="public" value="12"/> <eLiterals name="static" value="13"/> <eLiterals name="strictfp" value="14"/> <eLiterals name="super" value="15"/> <eLiterals name="synchronized" value="16"/> <eLiterals name="synthetic" value="17"/> <eLiterals name="transient" value="18"/> <eLiterals name="varargs" value="19"/> <eLiterals name="volatile" value="20"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage 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="#/1/ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#/1/BodyDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#/1/ExtendedModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false" lowerBound="1" eType="#/1/Javadoc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternateRoot" ordered="false" lowerBound="1" eType="#/1/ASTNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#/1/Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#/1/PackageDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#/1/ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#/1/AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveBoxing" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveUnboxing" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeBinding" ordered="false" lowerBound="1" eType="#/0/IType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onDemand" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberValuePair" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/1/MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedModifier" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#/1/ASTNode #/1/ExtendedModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="none" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="private" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protected" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="public" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#/1/Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javadoc" ordered="false" lowerBound="1" eType="#/1/Javadoc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false" lowerBound="1" eType="#/0/IPackageFragment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/1/ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#/1/ASTNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nested" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#/1/ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeBounds" upperBound="-1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#/1/ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#/1/BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#/1/BodyDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localTypeDeclaration" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memberTypeDeclaration" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageMemberTypeDeclaration" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#/1/BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#/1/BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#/1/BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#/1/VariableDeclarationFragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#/1/BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#/1/BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDimensions" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/1/SingleVariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#/1/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#/1/TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false" lowerBound="1" eType="#/0/IMethod"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes" upperBound="-1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#/1/EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#/1/AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superclassType" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaceTypes" upperBound="-1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#/1/TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#/1/Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#/1/Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#/1/TagElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#/1/Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true" eSuperTypes="#/1/Expression #/1/ExtendedModifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" lowerBound="1" eType="#/1/ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/ArrayType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#/1/AssignmentOperatorKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false" lowerBound="1" eType="#/1/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="&amp;="/> <eLiterals name="left_shift_assign" value="12" literal="&lt;&lt;="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charValue" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" lowerBound="1" eType="#/1/AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#/1/InfixExpressionOperatorKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#/1/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="&lt;="/> <eLiterals name="equals" value="7" literal="=="/> <eLiterals name="not_equals" value="8" literal="!="/> <eLiterals name="and" value="9" literal="&amp;"/> <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="&lt;"/> <eLiterals name="left_shift" value="15" literal="&lt;&lt;"/> <eLiterals name="right_shift_unsigned" value="16" literal=">>>"/> <eLiterals name="conditional_and" value="17" literal="&amp;&amp;"/> <eLiterals name="times" value="18" literal="*"/> <eLiterals name="divide" value="19" literal="/"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodBinding" ordered="false" lowerBound="1" eType="#/0/IMethod"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" abstract="true" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullyQualifiedName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#/1/Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#/1/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="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#/1/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="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#/1/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#/1/VariableDeclarationFragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#/1/ExtendedModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#/1/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#/1/SingleVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false" lowerBound="1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false" lowerBound="1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/1/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#/1/CatchClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false" lowerBound="1" eType="#/1/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#/1/AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#/1/VariableDeclarationFragment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#/1/ExtendedModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#/1/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#/1/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentType" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#/1/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#/1/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedType" eSuperTypes="#/1/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#/1/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#/1/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#/1/ExtendedModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#/1/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedName" eSuperTypes="#/1/Name"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="#/1/SimpleName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" lowerBound="1" eType="#/1/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleName" eSuperTypes="#/1/Name"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MarkerAnnotation" eSuperTypes="#/1/Annotation"/> <eClassifiers xsi:type="ecore:EClass" name="NormalAnnotation" eSuperTypes="#/1/Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#/1/MemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleMemberAnnotation" eSuperTypes="#/1/Annotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/Expression" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="org.amma.dsl.jdt.primitiveTypes" nsPrefix="ptypes"> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"core","nsURI":"org.amma.dsl.jdt.core","name":"Core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IJavaElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IJavaModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IJavaProject","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackageFragmentRoot","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryPackageFragmentRoot","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourcePackageFragmentRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackageFragment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeRoot","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICompilationUnit","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IClassFile","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISourceReference","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IImportDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISourceRange","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMember","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IInitializer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IField","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMethod","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Modifiers","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"elementName","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":24,"serializable":true,"eClass":"EDataType"},{"id":25,"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":26,"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":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":29,"serializable":true,"eClass":"EDataType"},{"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":"javaProjects","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":"externalPackageFragmentRoots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageFragmentRoots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"externalPackageFragmentRoots","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":"requiredProjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageFragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"packageFragmentRoot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"isDefaultPackage","changeable":true,"lowerBound":1,"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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"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":"allType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"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":"primary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ast","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"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":"CompilationUnit","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"id":74,"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":"isClass","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isInterface","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"container":false,"ordered":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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"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":"source","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceRange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOnDemand","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"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":"length","changeable":true,"lowerBound":1,"iD":false,"id":92,"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":"offset","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":94,"serializable":true,"eClass":"EDataType"},{"id":95,"eClass":"EGenericType"},{"id":96,"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":"javadocRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"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":"nameRange","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":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":103,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fullyQualifiedParametrizedName","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":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bounds","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"constant","changeable":true,"lowerBound":0,"iD":false,"id":123,"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":"isEnumConstant","changeable":true,"lowerBound":1,"iD":false,"id":124,"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":"typeSignature","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"isVolatile","changeable":true,"lowerBound":1,"iD":false,"id":126,"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":"isTransient","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"returnType","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":"isConstructor","changeable":true,"lowerBound":1,"iD":false,"id":135,"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":"isMainMethod","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"exceptionTypes","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"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":145,"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":"type","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"name":"abstract","id":149,"value":1,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"annotation","id":150,"value":2,"literal":"annotation","eClass":"EEnumLiteral"},{"name":"bridge","id":151,"value":3,"literal":"bridge","eClass":"EEnumLiteral"},{"name":"default","id":152,"value":4,"literal":"default","eClass":"EEnumLiteral"},{"name":"deprecated","id":153,"value":5,"literal":"deprecated","eClass":"EEnumLiteral"},{"name":"enum","id":154,"value":6,"literal":"enum","eClass":"EEnumLiteral"},{"name":"final","id":155,"value":7,"literal":"final","eClass":"EEnumLiteral"},{"name":"interface","id":156,"value":8,"literal":"interface","eClass":"EEnumLiteral"},{"name":"native","id":157,"value":9,"literal":"native","eClass":"EEnumLiteral"},{"name":"private","id":158,"value":10,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":159,"value":11,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":160,"value":12,"literal":"public","eClass":"EEnumLiteral"},{"name":"static","id":161,"value":13,"literal":"static","eClass":"EEnumLiteral"},{"name":"strictfp","id":162,"value":14,"literal":"strictfp","eClass":"EEnumLiteral"},{"name":"super","id":163,"value":15,"literal":"super","eClass":"EEnumLiteral"},{"name":"synchronized","id":164,"value":16,"literal":"synchronized","eClass":"EEnumLiteral"},{"name":"synthetic","id":165,"value":17,"literal":"synthetic","eClass":"EEnumLiteral"},{"name":"transient","id":166,"value":18,"literal":"transient","eClass":"EEnumLiteral"},{"name":"varargs","id":167,"value":19,"literal":"varargs","eClass":"EEnumLiteral"},{"name":"volatile","id":168,"value":20,"literal":"volatile","eClass":"EEnumLiteral"},{"nsPrefix":"dom","nsURI":"org.amma.dsl.jdt.dom","name":"DOM","id":169,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AST","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberValuePair","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedModifier","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperatorKind","instanceClass":null,"id":208,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionOperatorKind","instanceClass":null,"id":216,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionOperatorKind","instanceClass":null,"id":224,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionOperatorKind","instanceClass":null,"id":226,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedType","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedName","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleName","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarkerAnnotation","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalAnnotation","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleMemberAnnotation","instanceClass":null,"abstract":false,"id":267,"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":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","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":true,"unsettable":false,"transient":false,"unique":true,"name":"javadoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":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":278,"derived":false},{"container":false,"ordered":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":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"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":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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":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":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"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":"resolveBoxing","changeable":true,"lowerBound":1,"iD":false,"id":295,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"resolveUnboxing","changeable":true,"lowerBound":1,"iD":false,"id":296,"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":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"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":302,"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":303,"derived":false},{"container":false,"ordered":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":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"container":false,"ordered":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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":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":319,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"container":false,"ordered":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":327,"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":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":333,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":334,"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":335,"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":336,"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":337,"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":338,"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":339,"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":340,"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":341,"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":342,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"transient","changeable":true,"lowerBound":1,"iD":false,"id":343,"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":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":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":359,"derived":false},{"container":false,"ordered":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":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":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","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"},{"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":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"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":370,"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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"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":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":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":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"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":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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"derived":false},{"container":false,"ordered":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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"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":394,"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":395,"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":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"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":"default","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":"name","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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":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":410,"derived":false},{"container":false,"ordered":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":411,"derived":false},{"container":false,"ordered":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":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":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":417,"derived":false},{"container":false,"ordered":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":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":425,"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":426,"derived":false},{"container":false,"ordered":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":427,"derived":false},{"container":false,"ordered":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":428,"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":429,"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":430,"derived":false},{"container":false,"ordered":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":431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":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":433,"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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":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":447,"derived":false},{"container":false,"ordered":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":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":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":452,"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":453,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaceTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":485,"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":486,"derived":false},{"container":false,"ordered":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":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"name":"right_shift_signed_assign","id":492,"value":1,"literal":">>=","eClass":"EEnumLiteral"},{"name":"bit_xor_assign","id":493,"value":2,"literal":"^=","eClass":"EEnumLiteral"},{"name":"times_assign","id":494,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"divide_assign","id":495,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"minus_assign","id":496,"value":5,"literal":"-=","eClass":"EEnumLiteral"},{"name":"bit_or_assign","id":497,"value":6,"literal":"|=","eClass":"EEnumLiteral"},{"name":"plus_assign","id":498,"value":7,"literal":"+=","eClass":"EEnumLiteral"},{"name":"assign","id":499,"value":8,"literal":"=","eClass":"EEnumLiteral"},{"name":"right_shift_unsigned_assign","id":500,"value":9,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"remainder_assign","id":501,"value":10,"literal":"%=","eClass":"EEnumLiteral"},{"name":"bit_and_assign","id":502,"value":11,"literal":"&=","eClass":"EEnumLiteral"},{"name":"left_shift_assign","id":503,"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":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":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":507,"derived":false},{"container":false,"ordered":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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"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":512,"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":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":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":517,"derived":false},{"container":false,"ordered":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":518,"derived":false},{"container":false,"ordered":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":519,"derived":false},{"container":false,"ordered":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":520,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","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"},{"container":false,"ordered":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":528,"derived":false},{"container":false,"ordered":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":529,"derived":false},{"container":false,"ordered":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":530,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"container":false,"ordered":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":541,"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":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":"rightOperand","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"},{"name":"greater_equals","id":549,"value":1,"literal":">=","eClass":"EEnumLiteral"},{"name":"or","id":550,"value":2,"literal":"|","eClass":"EEnumLiteral"},{"name":"right_shift_signed","id":551,"value":3,"literal":">>","eClass":"EEnumLiteral"},{"name":"minus","id":552,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"xor","id":553,"value":5,"literal":"^","eClass":"EEnumLiteral"},{"name":"less_equals","id":554,"value":6,"literal":"<=","eClass":"EEnumLiteral"},{"name":"equals","id":555,"value":7,"literal":"==","eClass":"EEnumLiteral"},{"name":"not_equals","id":556,"value":8,"literal":"!=","eClass":"EEnumLiteral"},{"name":"and","id":557,"value":9,"literal":"&","eClass":"EEnumLiteral"},{"name":"plus","id":558,"value":10,"literal":"+","eClass":"EEnumLiteral"},{"name":"greater","id":559,"value":11,"literal":">","eClass":"EEnumLiteral"},{"name":"conditional_or","id":560,"value":12,"literal":"||","eClass":"EEnumLiteral"},{"name":"remainder","id":561,"value":13,"literal":"%","eClass":"EEnumLiteral"},{"name":"less","id":562,"value":14,"literal":"<","eClass":"EEnumLiteral"},{"name":"left_shift","id":563,"value":15,"literal":"<<","eClass":"EEnumLiteral"},{"name":"right_shift_unsigned","id":564,"value":16,"literal":">>>","eClass":"EEnumLiteral"},{"name":"conditional_and","id":565,"value":17,"literal":"&&","eClass":"EEnumLiteral"},{"name":"times","id":566,"value":18,"literal":"*","eClass":"EEnumLiteral"},{"name":"divide","id":567,"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":568,"derived":false},{"container":false,"ordered":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":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":574,"derived":false},{"container":false,"ordered":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":575,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"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":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"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":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"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":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"container":false,"ordered":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":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"container":false,"ordered":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":594,"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":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"name":"increment","id":599,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"decrement","id":600,"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":601,"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":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"name":"minus","id":606,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"not","id":607,"value":2,"literal":"!","eClass":"EEnumLiteral"},{"name":"decrement","id":608,"value":3,"literal":"--","eClass":"EEnumLiteral"},{"name":"complement","id":609,"value":4,"literal":"~","eClass":"EEnumLiteral"},{"name":"increment","id":610,"value":5,"literal":"++","eClass":"EEnumLiteral"},{"name":"plus","id":611,"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":612,"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":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":617,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":622,"derived":false},{"container":false,"ordered":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":623,"derived":false},{"container":false,"ordered":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":624,"derived":false},{"container":false,"ordered":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":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"container":false,"ordered":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":631,"derived":false},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"container":false,"ordered":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":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"container":false,"ordered":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"},{"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":"expression","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":"message","changeable":true,"resolveProxies":true,"lowerBound":1,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"container":false,"ordered":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":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"container":false,"ordered":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":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"container":false,"ordered":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":655,"derived":false},{"container":false,"ordered":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":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":660,"derived":false},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"container":false,"ordered":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":663,"derived":false},{"container":false,"ordered":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":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":669,"derived":false},{"container":false,"ordered":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":670,"derived":false},{"container":false,"ordered":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":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"container":false,"ordered":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":676,"derived":false},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":679,"derived":false},{"container":false,"ordered":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":680,"derived":false},{"container":false,"ordered":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":681,"derived":false},{"container":false,"ordered":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":682,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":688,"derived":false},{"container":false,"ordered":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":689,"derived":false},{"container":false,"ordered":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":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"container":false,"ordered":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":695,"derived":false},{"container":false,"ordered":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":696,"derived":false},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"container":false,"ordered":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":700,"derived":false},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"container":false,"ordered":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":703,"derived":false},{"container":false,"ordered":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":704,"derived":false},{"container":false,"ordered":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":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"container":false,"ordered":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":710,"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":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":715,"derived":false},{"container":false,"ordered":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":716,"derived":false},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"container":false,"ordered":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":720,"derived":false},{"container":false,"ordered":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":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"container":false,"ordered":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":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"container":false,"ordered":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":728,"derived":false},{"container":false,"ordered":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":729,"derived":false},{"container":false,"ordered":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":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"container":false,"ordered":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":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"container":false,"ordered":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":738,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"container":false,"ordered":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":740,"derived":false},{"id":741,"eClass":"EGenericType"},{"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":"body","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"container":false,"ordered":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":750,"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":751,"derived":false},{"container":false,"ordered":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":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"container":false,"ordered":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":757,"derived":false},{"container":false,"ordered":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":758,"derived":false},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"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":762,"derived":false},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"container":false,"ordered":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":765,"derived":false},{"container":false,"ordered":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":766,"derived":false},{"id":767,"eClass":"EGenericType"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"container":false,"ordered":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":770,"derived":false},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"container":false,"ordered":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":773,"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":774,"derived":false},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"container":false,"ordered":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":778,"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":779,"derived":false},{"container":false,"ordered":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":780,"derived":false},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":786,"derived":false},{"container":false,"ordered":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":787,"derived":false},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"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":791,"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":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"container":false,"ordered":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":800,"derived":false},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"org.amma.dsl.jdt.primitiveTypes","name":"PrimitiveTypes","id":803,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":23,"target":24},{"source":23,"target":25},{"source":23,"target":1},{"source":25,"target":24},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":26,"target":24},{"source":26,"target":28},{"source":26,"target":2},{"source":28,"target":24},{"source":27,"target":29},{"source":27,"target":30},{"source":27,"target":2},{"source":30,"target":29},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":31,"target":4},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":4},{"source":32,"target":5},{"source":32,"target":35},{"source":32,"target":3},{"source":35,"target":5},{"source":33,"target":2},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":2},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":36,"target":5},{"source":36,"target":41},{"source":36,"target":4},{"source":41,"target":5},{"source":37,"target":5},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":5},{"source":38,"target":4},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":4},{"source":39,"target":1},{"source":40,"target":2},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":2},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":8},{"source":44,"target":47},{"source":44,"target":5},{"source":44,"target":48},{"source":47,"target":8},{"source":45,"target":1},{"source":46,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":49},{"source":49,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":50},{"source":50,"target":5},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":2},{"source":8,"target":51},{"source":8,"target":48},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":51,"target":29},{"source":51,"target":56},{"source":51,"target":8},{"source":56,"target":29},{"source":48,"target":5},{"source":48,"target":57},{"source":48,"target":8},{"source":48,"target":44},{"source":57,"target":5},{"source":52,"target":11},{"source":52,"target":58},{"source":52,"target":8},{"source":58,"target":11},{"source":53,"target":10},{"source":53,"target":59},{"source":53,"target":8},{"source":59,"target":10},{"source":54,"target":1},{"source":55,"target":2},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":12},{"source":9,"target":2},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":1},{"source":61,"target":12},{"source":62,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":63,"target":16},{"source":63,"target":69},{"source":63,"target":10},{"source":69,"target":16},{"source":64,"target":13},{"source":64,"target":70},{"source":64,"target":10},{"source":70,"target":13},{"source":65,"target":16},{"source":65,"target":71},{"source":65,"target":10},{"source":71,"target":16},{"source":66,"target":10},{"source":66,"target":72},{"source":66,"target":10},{"source":72,"target":10},{"source":67,"target":73},{"source":67,"target":74},{"source":67,"target":10},{"source":74,"target":73},{"source":68,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":75,"target":29},{"source":75,"target":79},{"source":75,"target":11},{"source":79,"target":29},{"source":76,"target":29},{"source":76,"target":80},{"source":76,"target":11},{"source":80,"target":29},{"source":77,"target":16},{"source":77,"target":81},{"source":77,"target":11},{"source":81,"target":16},{"source":78,"target":9},{"source":12,"target":0},{"source":12,"target":82},{"source":12,"target":83},{"source":82,"target":24},{"source":82,"target":84},{"source":82,"target":12},{"source":84,"target":24},{"source":83,"target":14},{"source":83,"target":85},{"source":83,"target":12},{"source":85,"target":14},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":12},{"source":13,"target":86},{"source":13,"target":87},{"source":13,"target":88},{"source":13,"target":89},{"source":86,"target":29},{"source":86,"target":90},{"source":86,"target":13},{"source":90,"target":29},{"source":87,"target":29},{"source":87,"target":91},{"source":87,"target":13},{"source":91,"target":29},{"source":88,"target":1},{"source":89,"target":12},{"source":14,"target":0},{"source":14,"target":92},{"source":14,"target":93},{"source":92,"target":94},{"source":92,"target":95},{"source":92,"target":14},{"source":95,"target":94},{"source":93,"target":94},{"source":93,"target":96},{"source":93,"target":14},{"source":96,"target":94},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":12},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":97,"target":14},{"source":97,"target":101},{"source":97,"target":15},{"source":101,"target":14},{"source":98,"target":14},{"source":98,"target":102},{"source":98,"target":15},{"source":102,"target":14},{"source":99,"target":1},{"source":100,"target":12},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":103},{"source":16,"target":104},{"source":16,"target":105},{"source":16,"target":106},{"source":16,"target":107},{"source":16,"target":108},{"source":16,"target":109},{"source":16,"target":110},{"source":103,"target":24},{"source":103,"target":111},{"source":103,"target":16},{"source":111,"target":24},{"source":104,"target":24},{"source":104,"target":112},{"source":104,"target":16},{"source":112,"target":24},{"source":105,"target":18},{"source":105,"target":113},{"source":105,"target":16},{"source":113,"target":18},{"source":106,"target":19},{"source":106,"target":114},{"source":106,"target":16},{"source":114,"target":19},{"source":107,"target":20},{"source":107,"target":115},{"source":107,"target":16},{"source":115,"target":20},{"source":108,"target":16},{"source":108,"target":116},{"source":108,"target":16},{"source":116,"target":16},{"source":109,"target":17},{"source":109,"target":117},{"source":109,"target":16},{"source":117,"target":17},{"source":110,"target":15},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":12},{"source":17,"target":118},{"source":17,"target":119},{"source":17,"target":120},{"source":118,"target":24},{"source":118,"target":121},{"source":118,"target":17},{"source":121,"target":24},{"source":119,"target":1},{"source":120,"target":12},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":122},{"source":122,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":123},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":19,"target":127},{"source":19,"target":128},{"source":123,"target":24},{"source":123,"target":129},{"source":123,"target":19},{"source":129,"target":24},{"source":124,"target":29},{"source":124,"target":130},{"source":124,"target":19},{"source":130,"target":29},{"source":125,"target":24},{"source":125,"target":131},{"source":125,"target":19},{"source":131,"target":24},{"source":126,"target":29},{"source":126,"target":132},{"source":126,"target":19},{"source":132,"target":29},{"source":127,"target":29},{"source":127,"target":133},{"source":127,"target":19},{"source":133,"target":29},{"source":128,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":134},{"source":20,"target":135},{"source":20,"target":136},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":134,"target":24},{"source":134,"target":140},{"source":134,"target":20},{"source":140,"target":24},{"source":135,"target":29},{"source":135,"target":141},{"source":135,"target":20},{"source":141,"target":29},{"source":136,"target":29},{"source":136,"target":142},{"source":136,"target":20},{"source":142,"target":29},{"source":137,"target":21},{"source":137,"target":143},{"source":137,"target":20},{"source":143,"target":21},{"source":138,"target":24},{"source":138,"target":144},{"source":138,"target":20},{"source":144,"target":24},{"source":139,"target":15},{"source":21,"target":0},{"source":21,"target":145},{"source":21,"target":146},{"source":145,"target":24},{"source":145,"target":147},{"source":145,"target":21},{"source":147,"target":24},{"source":146,"target":24},{"source":146,"target":148},{"source":146,"target":21},{"source":148,"target":24},{"source":22,"target":0},{"source":22,"target":149},{"source":22,"target":150},{"source":22,"target":151},{"source":22,"target":152},{"source":22,"target":153},{"source":22,"target":154},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":22,"target":158},{"source":22,"target":159},{"source":22,"target":160},{"source":22,"target":161},{"source":22,"target":162},{"source":22,"target":163},{"source":22,"target":164},{"source":22,"target":165},{"source":22,"target":166},{"source":22,"target":167},{"source":22,"target":168},{"source":149,"target":22},{"source":150,"target":22},{"source":151,"target":22},{"source":152,"target":22},{"source":153,"target":22},{"source":154,"target":22},{"source":155,"target":22},{"source":156,"target":22},{"source":157,"target":22},{"source":158,"target":22},{"source":159,"target":22},{"source":160,"target":22},{"source":161,"target":22},{"source":162,"target":22},{"source":163,"target":22},{"source":164,"target":22},{"source":165,"target":22},{"source":166,"target":22},{"source":167,"target":22},{"source":168,"target":22},{"source":169,"target":170},{"source":169,"target":171},{"source":169,"target":172},{"source":169,"target":173},{"source":169,"target":174},{"source":169,"target":175},{"source":169,"target":73},{"source":169,"target":176},{"source":169,"target":177},{"source":169,"target":178},{"source":169,"target":179},{"source":169,"target":180},{"source":169,"target":181},{"source":169,"target":182},{"source":169,"target":183},{"source":169,"target":184},{"source":169,"target":185},{"source":169,"target":186},{"source":169,"target":187},{"source":169,"target":188},{"source":169,"target":189},{"source":169,"target":190},{"source":169,"target":191},{"source":169,"target":192},{"source":169,"target":193},{"source":169,"target":194},{"source":169,"target":195},{"source":169,"target":196},{"source":169,"target":197},{"source":169,"target":198},{"source":169,"target":199},{"source":169,"target":200},{"source":169,"target":201},{"source":169,"target":202},{"source":169,"target":203},{"source":169,"target":204},{"source":169,"target":205},{"source":169,"target":206},{"source":169,"target":207},{"source":169,"target":208},{"source":169,"target":209},{"source":169,"target":210},{"source":169,"target":211},{"source":169,"target":212},{"source":169,"target":213},{"source":169,"target":214},{"source":169,"target":215},{"source":169,"target":216},{"source":169,"target":217},{"source":169,"target":218},{"source":169,"target":219},{"source":169,"target":220},{"source":169,"target":221},{"source":169,"target":222},{"source":169,"target":223},{"source":169,"target":224},{"source":169,"target":225},{"source":169,"target":226},{"source":169,"target":227},{"source":169,"target":228},{"source":169,"target":229},{"source":169,"target":230},{"source":169,"target":231},{"source":169,"target":232},{"source":169,"target":233},{"source":169,"target":234},{"source":169,"target":235},{"source":169,"target":236},{"source":169,"target":237},{"source":169,"target":238},{"source":169,"target":239},{"source":169,"target":240},{"source":169,"target":241},{"source":169,"target":242},{"source":169,"target":243},{"source":169,"target":244},{"source":169,"target":245},{"source":169,"target":246},{"source":169,"target":247},{"source":169,"target":248},{"source":169,"target":249},{"source":169,"target":250},{"source":169,"target":251},{"source":169,"target":252},{"source":169,"target":253},{"source":169,"target":254},{"source":169,"target":255},{"source":169,"target":256},{"source":169,"target":257},{"source":169,"target":258},{"source":169,"target":259},{"source":169,"target":260},{"source":169,"target":261},{"source":169,"target":262},{"source":169,"target":263},{"source":169,"target":264},{"source":169,"target":265},{"source":169,"target":266},{"source":169,"target":267},{"source":170,"target":169},{"source":170,"target":268},{"source":268,"target":171},{"source":268,"target":269},{"source":268,"target":170},{"source":269,"target":171},{"source":171,"target":169},{"source":172,"target":169},{"source":172,"target":171},{"source":172,"target":270},{"source":172,"target":271},{"source":270,"target":173},{"source":270,"target":272},{"source":270,"target":172},{"source":272,"target":173},{"source":271,"target":171},{"source":173,"target":169},{"source":173,"target":171},{"source":173,"target":273},{"source":173,"target":274},{"source":173,"target":275},{"source":273,"target":182},{"source":273,"target":276},{"source":273,"target":173},{"source":276,"target":182},{"source":274,"target":201},{"source":274,"target":277},{"source":274,"target":173},{"source":277,"target":201},{"source":275,"target":171},{"source":174,"target":169},{"source":174,"target":171},{"source":174,"target":278},{"source":174,"target":279},{"source":174,"target":280},{"source":278,"target":234},{"source":278,"target":281},{"source":278,"target":174},{"source":281,"target":234},{"source":279,"target":261},{"source":279,"target":282},{"source":279,"target":174},{"source":282,"target":261},{"source":280,"target":171},{"source":175,"target":169},{"source":175,"target":171},{"source":175,"target":283},{"source":175,"target":284},{"source":283,"target":171},{"source":283,"target":285},{"source":283,"target":175},{"source":285,"target":171},{"source":284,"target":171},{"source":73,"target":169},{"source":73,"target":171},{"source":73,"target":286},{"source":73,"target":287},{"source":73,"target":288},{"source":73,"target":289},{"source":73,"target":290},{"source":286,"target":175},{"source":286,"target":291},{"source":286,"target":73},{"source":291,"target":175},{"source":287,"target":184},{"source":287,"target":292},{"source":287,"target":73},{"source":292,"target":184},{"source":288,"target":177},{"source":288,"target":293},{"source":288,"target":73},{"source":293,"target":177},{"source":289,"target":191},{"source":289,"target":294},{"source":289,"target":73},{"source":294,"target":191},{"source":290,"target":171},{"source":176,"target":169},{"source":176,"target":171},{"source":176,"target":295},{"source":176,"target":296},{"source":176,"target":297},{"source":176,"target":298},{"source":295,"target":29},{"source":295,"target":299},{"source":295,"target":176},{"source":299,"target":29},{"source":296,"target":29},{"source":296,"target":300},{"source":296,"target":176},{"source":300,"target":29},{"source":297,"target":16},{"source":297,"target":301},{"source":297,"target":176},{"source":301,"target":16},{"source":298,"target":171},{"source":177,"target":169},{"source":177,"target":171},{"source":177,"target":302},{"source":177,"target":303},{"source":177,"target":304},{"source":177,"target":305},{"source":302,"target":29},{"source":302,"target":306},{"source":302,"target":177},{"source":306,"target":29},{"source":303,"target":29},{"source":303,"target":307},{"source":303,"target":177},{"source":307,"target":29},{"source":304,"target":219},{"source":304,"target":308},{"source":304,"target":177},{"source":308,"target":219},{"source":305,"target":171},{"source":178,"target":169},{"source":178,"target":171},{"source":178,"target":309},{"source":178,"target":310},{"source":178,"target":311},{"source":309,"target":264},{"source":309,"target":312},{"source":309,"target":178},{"source":312,"target":264},{"source":310,"target":219},{"source":310,"target":313},{"source":310,"target":178},{"source":313,"target":219},{"source":311,"target":171},{"source":179,"target":169},{"source":179,"target":171},{"source":179,"target":314},{"source":179,"target":315},{"source":179,"target":316},{"source":314,"target":264},{"source":314,"target":317},{"source":314,"target":179},{"source":317,"target":264},{"source":315,"target":176},{"source":315,"target":318},{"source":315,"target":179},{"source":318,"target":176},{"source":316,"target":171},{"source":180,"target":169},{"source":180,"target":171},{"source":180,"target":319},{"source":180,"target":320},{"source":180,"target":321},{"source":180,"target":322},{"source":319,"target":264},{"source":319,"target":323},{"source":319,"target":180},{"source":323,"target":264},{"source":320,"target":219},{"source":320,"target":324},{"source":320,"target":180},{"source":324,"target":219},{"source":321,"target":181},{"source":321,"target":325},{"source":321,"target":180},{"source":325,"target":181},{"source":322,"target":171},{"source":181,"target":169},{"source":181,"target":171},{"source":181,"target":326},{"source":181,"target":327},{"source":181,"target":328},{"source":181,"target":329},{"source":326,"target":264},{"source":326,"target":330},{"source":326,"target":181},{"source":330,"target":264},{"source":327,"target":188},{"source":327,"target":331},{"source":327,"target":181},{"source":331,"target":188},{"source":328,"target":29},{"source":328,"target":332},{"source":328,"target":181},{"source":332,"target":29},{"source":329,"target":171},{"source":182,"target":169},{"source":183,"target":169},{"source":183,"target":171},{"source":183,"target":182},{"source":183,"target":333},{"source":183,"target":334},{"source":183,"target":335},{"source":183,"target":336},{"source":183,"target":337},{"source":183,"target":338},{"source":183,"target":339},{"source":183,"target":340},{"source":183,"target":341},{"source":183,"target":342},{"source":183,"target":343},{"source":183,"target":344},{"source":183,"target":345},{"source":183,"target":346},{"source":333,"target":29},{"source":333,"target":347},{"source":333,"target":183},{"source":347,"target":29},{"source":334,"target":29},{"source":334,"target":348},{"source":334,"target":183},{"source":348,"target":29},{"source":335,"target":29},{"source":335,"target":349},{"source":335,"target":183},{"source":349,"target":29},{"source":336,"target":29},{"source":336,"target":350},{"source":336,"target":183},{"source":350,"target":29},{"source":337,"target":29},{"source":337,"target":351},{"source":337,"target":183},{"source":351,"target":29},{"source":338,"target":29},{"source":338,"target":352},{"source":338,"target":183},{"source":352,"target":29},{"source":339,"target":29},{"source":339,"target":353},{"source":339,"target":183},{"source":353,"target":29},{"source":340,"target":29},{"source":340,"target":354},{"source":340,"target":183},{"source":354,"target":29},{"source":341,"target":29},{"source":341,"target":355},{"source":341,"target":183},{"source":355,"target":29},{"source":342,"target":29},{"source":342,"target":356},{"source":342,"target":183},{"source":356,"target":29},{"source":343,"target":29},{"source":343,"target":357},{"source":343,"target":183},{"source":357,"target":29},{"source":344,"target":29},{"source":344,"target":358},{"source":344,"target":183},{"source":358,"target":29},{"source":345,"target":171},{"source":346,"target":182},{"source":184,"target":169},{"source":184,"target":171},{"source":184,"target":359},{"source":184,"target":360},{"source":184,"target":361},{"source":184,"target":362},{"source":184,"target":363},{"source":359,"target":203},{"source":359,"target":364},{"source":359,"target":184},{"source":364,"target":203},{"source":360,"target":201},{"source":360,"target":365},{"source":360,"target":184},{"source":365,"target":201},{"source":361,"target":219},{"source":361,"target":366},{"source":361,"target":184},{"source":366,"target":219},{"source":362,"target":8},{"source":362,"target":367},{"source":362,"target":184},{"source":367,"target":8},{"source":363,"target":171},{"source":185,"target":169},{"source":185,"target":171},{"source":185,"target":368},{"source":368,"target":171},{"source":186,"target":169},{"source":186,"target":171},{"source":186,"target":369},{"source":186,"target":370},{"source":186,"target":371},{"source":186,"target":372},{"source":369,"target":171},{"source":369,"target":373},{"source":369,"target":186},{"source":373,"target":171},{"source":370,"target":24},{"source":370,"target":374},{"source":370,"target":186},{"source":374,"target":24},{"source":371,"target":29},{"source":371,"target":375},{"source":371,"target":186},{"source":375,"target":29},{"source":372,"target":171},{"source":187,"target":169},{"source":187,"target":171},{"source":187,"target":376},{"source":187,"target":377},{"source":376,"target":24},{"source":376,"target":378},{"source":376,"target":187},{"source":378,"target":24},{"source":377,"target":171},{"source":188,"target":169},{"source":188,"target":171},{"source":188,"target":379},{"source":379,"target":171},{"source":189,"target":169},{"source":189,"target":171},{"source":189,"target":380},{"source":189,"target":381},{"source":189,"target":382},{"source":380,"target":264},{"source":380,"target":383},{"source":380,"target":189},{"source":383,"target":264},{"source":381,"target":188},{"source":381,"target":384},{"source":381,"target":189},{"source":384,"target":188},{"source":382,"target":171},{"source":190,"target":169},{"source":190,"target":171},{"source":190,"target":385},{"source":190,"target":386},{"source":190,"target":387},{"source":190,"target":388},{"source":385,"target":94},{"source":385,"target":389},{"source":385,"target":190},{"source":389,"target":94},{"source":386,"target":176},{"source":386,"target":390},{"source":386,"target":190},{"source":390,"target":176},{"source":387,"target":264},{"source":387,"target":391},{"source":387,"target":190},{"source":391,"target":264},{"source":388,"target":171},{"source":191,"target":169},{"source":191,"target":173},{"source":191,"target":392},{"source":191,"target":393},{"source":191,"target":394},{"source":191,"target":395},{"source":191,"target":396},{"source":191,"target":397},{"source":392,"target":173},{"source":392,"target":398},{"source":392,"target":191},{"source":398,"target":173},{"source":393,"target":264},{"source":393,"target":399},{"source":393,"target":191},{"source":399,"target":264},{"source":394,"target":29},{"source":394,"target":400},{"source":394,"target":191},{"source":400,"target":29},{"source":395,"target":29},{"source":395,"target":401},{"source":395,"target":191},{"source":401,"target":29},{"source":396,"target":29},{"source":396,"target":402},{"source":396,"target":191},{"source":402,"target":29},{"source":397,"target":173},{"source":192,"target":169},{"source":192,"target":173},{"source":192,"target":403},{"source":192,"target":404},{"source":192,"target":405},{"source":192,"target":406},{"source":403,"target":176},{"source":403,"target":407},{"source":403,"target":192},{"source":407,"target":176},{"source":404,"target":264},{"source":404,"target":408},{"source":404,"target":192},{"source":408,"target":264},{"source":405,"target":188},{"source":405,"target":409},{"source":405,"target":192},{"source":409,"target":188},{"source":406,"target":173},{"source":193,"target":169},{"source":193,"target":173},{"source":193,"target":410},{"source":193,"target":411},{"source":193,"target":412},{"source":193,"target":413},{"source":410,"target":176},{"source":410,"target":414},{"source":410,"target":193},{"source":414,"target":176},{"source":411,"target":172},{"source":411,"target":415},{"source":411,"target":193},{"source":415,"target":172},{"source":412,"target":264},{"source":412,"target":416},{"source":412,"target":193},{"source":416,"target":264},{"source":413,"target":173},{"source":194,"target":169},{"source":194,"target":173},{"source":194,"target":417},{"source":194,"target":418},{"source":194,"target":419},{"source":417,"target":262},{"source":417,"target":420},{"source":417,"target":194},{"source":420,"target":262},{"source":418,"target":188},{"source":418,"target":421},{"source":418,"target":194},{"source":421,"target":188},{"source":419,"target":173},{"source":195,"target":169},{"source":195,"target":173},{"source":195,"target":422},{"source":195,"target":423},{"source":422,"target":234},{"source":422,"target":424},{"source":422,"target":195},{"source":424,"target":234},{"source":423,"target":173},{"source":196,"target":169},{"source":196,"target":173},{"source":196,"target":425},{"source":196,"target":426},{"source":196,"target":427},{"source":196,"target":428},{"source":196,"target":429},{"source":196,"target":430},{"source":196,"target":431},{"source":196,"target":432},{"source":196,"target":433},{"source":196,"target":434},{"source":196,"target":435},{"source":425,"target":234},{"source":425,"target":436},{"source":425,"target":196},{"source":436,"target":234},{"source":426,"target":94},{"source":426,"target":437},{"source":426,"target":196},{"source":437,"target":94},{"source":427,"target":264},{"source":427,"target":438},{"source":427,"target":196},{"source":438,"target":264},{"source":428,"target":188},{"source":428,"target":439},{"source":428,"target":196},{"source":439,"target":188},{"source":429,"target":29},{"source":429,"target":440},{"source":429,"target":196},{"source":440,"target":29},{"source":430,"target":29},{"source":430,"target":441},{"source":430,"target":196},{"source":441,"target":29},{"source":431,"target":261},{"source":431,"target":442},{"source":431,"target":196},{"source":442,"target":261},{"source":432,"target":219},{"source":432,"target":443},{"source":432,"target":196},{"source":443,"target":219},{"source":433,"target":189},{"source":433,"target":444},{"source":433,"target":196},{"source":444,"target":189},{"source":434,"target":20},{"source":434,"target":445},{"source":434,"target":196},{"source":445,"target":20},{"source":435,"target":173},{"source":197,"target":169},{"source":197,"target":191},{"source":197,"target":446},{"source":446,"target":191},{"source":198,"target":169},{"source":198,"target":191},{"source":198,"target":447},{"source":198,"target":448},{"source":198,"target":449},{"source":447,"target":188},{"source":447,"target":450},{"source":447,"target":198},{"source":450,"target":188},{"source":448,"target":193},{"source":448,"target":451},{"source":448,"target":198},{"source":451,"target":193},{"source":449,"target":191},{"source":199,"target":169},{"source":199,"target":191},{"source":199,"target":452},{"source":199,"target":453},{"source":199,"target":454},{"source":199,"target":455},{"source":199,"target":456},{"source":452,"target":188},{"source":452,"target":457},{"source":452,"target":199},{"source":457,"target":188},{"source":453,"target":29},{"source":453,"target":458},{"source":453,"target":199},{"source":458,"target":29},{"source":454,"target":188},{"source":454,"target":459},{"source":454,"target":199},{"source":459,"target":188},{"source":455,"target":189},{"source":455,"target":460},{"source":455,"target":199},{"source":460,"target":189},{"source":456,"target":191},{"source":200,"target":169},{"source":200,"target":175},{"source":200,"target":461},{"source":461,"target":175},{"source":201,"target":169},{"source":201,"target":175},{"source":201,"target":462},{"source":201,"target":463},{"source":462,"target":186},{"source":462,"target":464},{"source":462,"target":201},{"source":464,"target":186},{"source":463,"target":175},{"source":202,"target":169},{"source":202,"target":175},{"source":202,"target":465},{"source":465,"target":175},{"source":203,"target":169},{"source":203,"target":176},{"source":203,"target":182},{"source":203,"target":466},{"source":203,"target":467},{"source":203,"target":468},{"source":466,"target":219},{"source":466,"target":469},{"source":466,"target":203},{"source":469,"target":219},{"source":467,"target":176},{"source":468,"target":182},{"source":204,"target":169},{"source":204,"target":176},{"source":204,"target":470},{"source":204,"target":471},{"source":204,"target":472},{"source":470,"target":176},{"source":470,"target":473},{"source":470,"target":204},{"source":473,"target":176},{"source":471,"target":176},{"source":471,"target":474},{"source":471,"target":204},{"source":474,"target":176},{"source":472,"target":176},{"source":205,"target":169},{"source":205,"target":176},{"source":205,"target":475},{"source":205,"target":476},{"source":205,"target":477},{"source":205,"target":478},{"source":475,"target":176},{"source":475,"target":479},{"source":475,"target":205},{"source":479,"target":176},{"source":476,"target":206},{"source":476,"target":480},{"source":476,"target":205},{"source":480,"target":206},{"source":477,"target":255},{"source":477,"target":481},{"source":477,"target":205},{"source":481,"target":255},{"source":478,"target":176},{"source":206,"target":169},{"source":206,"target":176},{"source":206,"target":482},{"source":206,"target":483},{"source":482,"target":176},{"source":482,"target":484},{"source":482,"target":206},{"source":484,"target":176},{"source":483,"target":176},{"source":207,"target":169},{"source":207,"target":176},{"source":207,"target":485},{"source":207,"target":486},{"source":207,"target":487},{"source":207,"target":488},{"source":485,"target":176},{"source":485,"target":489},{"source":485,"target":207},{"source":489,"target":176},{"source":486,"target":208},{"source":486,"target":490},{"source":486,"target":207},{"source":490,"target":208},{"source":487,"target":176},{"source":487,"target":491},{"source":487,"target":207},{"source":491,"target":176},{"source":488,"target":176},{"source":208,"target":169},{"source":208,"target":492},{"source":208,"target":493},{"source":208,"target":494},{"source":208,"target":495},{"source":208,"target":496},{"source":208,"target":497},{"source":208,"target":498},{"source":208,"target":499},{"source":208,"target":500},{"source":208,"target":501},{"source":208,"target":502},{"source":208,"target":503},{"source":492,"target":208},{"source":493,"target":208},{"source":494,"target":208},{"source":495,"target":208},{"source":496,"target":208},{"source":497,"target":208},{"source":498,"target":208},{"source":499,"target":208},{"source":500,"target":208},{"source":501,"target":208},{"source":502,"target":208},{"source":503,"target":208},{"source":209,"target":169},{"source":209,"target":176},{"source":209,"target":504},{"source":209,"target":505},{"source":504,"target":29},{"source":504,"target":506},{"source":504,"target":209},{"source":506,"target":29},{"source":505,"target":176},{"source":210,"target":169},{"source":210,"target":176},{"source":210,"target":507},{"source":210,"target":508},{"source":210,"target":509},{"source":507,"target":176},{"source":507,"target":510},{"source":507,"target":210},{"source":510,"target":176},{"source":508,"target":188},{"source":508,"target":511},{"source":508,"target":210},{"source":511,"target":188},{"source":509,"target":176},{"source":211,"target":169},{"source":211,"target":176},{"source":211,"target":512},{"source":211,"target":513},{"source":211,"target":514},{"source":512,"target":24},{"source":512,"target":515},{"source":512,"target":211},{"source":515,"target":24},{"source":513,"target":24},{"source":513,"target":516},{"source":513,"target":211},{"source":516,"target":24},{"source":514,"target":176},{"source":212,"target":169},{"source":212,"target":176},{"source":212,"target":517},{"source":212,"target":518},{"source":212,"target":519},{"source":212,"target":520},{"source":212,"target":521},{"source":212,"target":522},{"source":517,"target":176},{"source":517,"target":523},{"source":517,"target":212},{"source":523,"target":176},{"source":518,"target":172},{"source":518,"target":524},{"source":518,"target":212},{"source":524,"target":172},{"source":519,"target":176},{"source":519,"target":525},{"source":519,"target":212},{"source":525,"target":176},{"source":520,"target":188},{"source":520,"target":526},{"source":520,"target":212},{"source":526,"target":188},{"source":521,"target":188},{"source":521,"target":527},{"source":521,"target":212},{"source":527,"target":188},{"source":522,"target":176},{"source":213,"target":169},{"source":213,"target":176},{"source":213,"target":528},{"source":213,"target":529},{"source":213,"target":530},{"source":213,"target":531},{"source":528,"target":176},{"source":528,"target":532},{"source":528,"target":213},{"source":532,"target":176},{"source":529,"target":176},{"source":529,"target":533},{"source":529,"target":213},{"source":533,"target":176},{"source":530,"target":176},{"source":530,"target":534},{"source":530,"target":213},{"source":534,"target":176},{"source":531,"target":176},{"source":214,"target":169},{"source":214,"target":176},{"source":214,"target":535},{"source":214,"target":536},{"source":214,"target":537},{"source":535,"target":176},{"source":535,"target":538},{"source":535,"target":214},{"source":538,"target":176},{"source":536,"target":264},{"source":536,"target":539},{"source":536,"target":214},{"source":539,"target":264},{"source":537,"target":176},{"source":215,"target":169},{"source":215,"target":176},{"source":215,"target":540},{"source":215,"target":541},{"source":215,"target":542},{"source":215,"target":543},{"source":215,"target":544},{"source":540,"target":176},{"source":540,"target":545},{"source":540,"target":215},{"source":545,"target":176},{"source":541,"target":176},{"source":541,"target":546},{"source":541,"target":215},{"source":546,"target":176},{"source":542,"target":216},{"source":542,"target":547},{"source":542,"target":215},{"source":547,"target":216},{"source":543,"target":176},{"source":543,"target":548},{"source":543,"target":215},{"source":548,"target":176},{"source":544,"target":176},{"source":216,"target":169},{"source":216,"target":549},{"source":216,"target":550},{"source":216,"target":551},{"source":216,"target":552},{"source":216,"target":553},{"source":216,"target":554},{"source":216,"target":555},{"source":216,"target":556},{"source":216,"target":557},{"source":216,"target":558},{"source":216,"target":559},{"source":216,"target":560},{"source":216,"target":561},{"source":216,"target":562},{"source":216,"target":563},{"source":216,"target":564},{"source":216,"target":565},{"source":216,"target":566},{"source":216,"target":567},{"source":549,"target":216},{"source":550,"target":216},{"source":551,"target":216},{"source":552,"target":216},{"source":553,"target":216},{"source":554,"target":216},{"source":555,"target":216},{"source":556,"target":216},{"source":557,"target":216},{"source":558,"target":216},{"source":559,"target":216},{"source":560,"target":216},{"source":561,"target":216},{"source":562,"target":216},{"source":563,"target":216},{"source":564,"target":216},{"source":565,"target":216},{"source":566,"target":216},{"source":567,"target":216},{"source":217,"target":169},{"source":217,"target":176},{"source":217,"target":568},{"source":217,"target":569},{"source":217,"target":570},{"source":568,"target":176},{"source":568,"target":571},{"source":568,"target":217},{"source":571,"target":176},{"source":569,"target":188},{"source":569,"target":572},{"source":569,"target":217},{"source":572,"target":188},{"source":570,"target":176},{"source":218,"target":169},{"source":218,"target":176},{"source":218,"target":573},{"source":218,"target":574},{"source":218,"target":575},{"source":218,"target":576},{"source":218,"target":577},{"source":218,"target":578},{"source":573,"target":176},{"source":573,"target":579},{"source":573,"target":218},{"source":579,"target":176},{"source":574,"target":176},{"source":574,"target":580},{"source":574,"target":218},{"source":580,"target":176},{"source":575,"target":264},{"source":575,"target":581},{"source":575,"target":218},{"source":581,"target":264},{"source":576,"target":188},{"source":576,"target":582},{"source":576,"target":218},{"source":582,"target":188},{"source":577,"target":20},{"source":577,"target":583},{"source":577,"target":218},{"source":583,"target":20},{"source":578,"target":176},{"source":219,"target":169},{"source":219,"target":176},{"source":219,"target":584},{"source":219,"target":585},{"source":584,"target":24},{"source":584,"target":586},{"source":584,"target":219},{"source":586,"target":24},{"source":585,"target":176},{"source":220,"target":169},{"source":220,"target":176},{"source":220,"target":587},{"source":587,"target":176},{"source":221,"target":169},{"source":221,"target":176},{"source":221,"target":588},{"source":221,"target":589},{"source":588,"target":24},{"source":588,"target":590},{"source":588,"target":221},{"source":590,"target":24},{"source":589,"target":176},{"source":222,"target":169},{"source":222,"target":176},{"source":222,"target":591},{"source":222,"target":592},{"source":591,"target":176},{"source":591,"target":593},{"source":591,"target":222},{"source":593,"target":176},{"source":592,"target":176},{"source":223,"target":169},{"source":223,"target":176},{"source":223,"target":594},{"source":223,"target":595},{"source":223,"target":596},{"source":594,"target":176},{"source":594,"target":597},{"source":594,"target":223},{"source":597,"target":176},{"source":595,"target":224},{"source":595,"target":598},{"source":595,"target":223},{"source":598,"target":224},{"source":596,"target":176},{"source":224,"target":169},{"source":224,"target":599},{"source":224,"target":600},{"source":599,"target":224},{"source":600,"target":224},{"source":225,"target":169},{"source":225,"target":176},{"source":225,"target":601},{"source":225,"target":602},{"source":225,"target":603},{"source":601,"target":176},{"source":601,"target":604},{"source":601,"target":225},{"source":604,"target":176},{"source":602,"target":226},{"source":602,"target":605},{"source":602,"target":225},{"source":605,"target":226},{"source":603,"target":176},{"source":226,"target":169},{"source":226,"target":606},{"source":226,"target":607},{"source":226,"target":608},{"source":226,"target":609},{"source":226,"target":610},{"source":226,"target":611},{"source":606,"target":226},{"source":607,"target":226},{"source":608,"target":226},{"source":609,"target":226},{"source":610,"target":226},{"source":611,"target":226},{"source":227,"target":169},{"source":227,"target":176},{"source":227,"target":612},{"source":227,"target":613},{"source":227,"target":614},{"source":612,"target":24},{"source":612,"target":615},{"source":612,"target":227},{"source":615,"target":24},{"source":613,"target":24},{"source":613,"target":616},{"source":613,"target":227},{"source":616,"target":24},{"source":614,"target":176},{"source":228,"target":169},{"source":228,"target":176},{"source":228,"target":617},{"source":228,"target":618},{"source":228,"target":619},{"source":617,"target":264},{"source":617,"target":620},{"source":617,"target":228},{"source":620,"target":264},{"source":618,"target":219},{"source":618,"target":621},{"source":618,"target":228},{"source":621,"target":219},{"source":619,"target":176},{"source":229,"target":169},{"source":229,"target":176},{"source":229,"target":622},{"source":229,"target":623},{"source":229,"target":624},{"source":229,"target":625},{"source":229,"target":626},{"source":622,"target":176},{"source":622,"target":627},{"source":622,"target":229},{"source":627,"target":176},{"source":623,"target":219},{"source":623,"target":628},{"source":623,"target":229},{"source":628,"target":219},{"source":624,"target":219},{"source":624,"target":629},{"source":624,"target":229},{"source":629,"target":219},{"source":625,"target":188},{"source":625,"target":630},{"source":625,"target":229},{"source":630,"target":188},{"source":626,"target":176},{"source":230,"target":169},{"source":230,"target":176},{"source":230,"target":631},{"source":230,"target":632},{"source":631,"target":219},{"source":631,"target":633},{"source":631,"target":230},{"source":633,"target":219},{"source":632,"target":176},{"source":231,"target":169},{"source":231,"target":176},{"source":231,"target":634},{"source":231,"target":635},{"source":634,"target":188},{"source":634,"target":636},{"source":634,"target":231},{"source":636,"target":188},{"source":635,"target":176},{"source":232,"target":169},{"source":232,"target":176},{"source":232,"target":637},{"source":232,"target":638},{"source":232,"target":639},{"source":232,"target":640},{"source":637,"target":262},{"source":637,"target":641},{"source":637,"target":232},{"source":641,"target":262},{"source":638,"target":182},{"source":638,"target":642},{"source":638,"target":232},{"source":642,"target":182},{"source":639,"target":188},{"source":639,"target":643},{"source":639,"target":232},{"source":643,"target":188},{"source":640,"target":176},{"source":233,"target":169},{"source":233,"target":185},{"source":233,"target":644},{"source":233,"target":645},{"source":233,"target":646},{"source":644,"target":176},{"source":644,"target":647},{"source":644,"target":233},{"source":647,"target":176},{"source":645,"target":176},{"source":645,"target":648},{"source":645,"target":233},{"source":648,"target":176},{"source":646,"target":185},{"source":234,"target":169},{"source":234,"target":185},{"source":234,"target":649},{"source":234,"target":650},{"source":649,"target":185},{"source":649,"target":651},{"source":649,"target":234},{"source":651,"target":185},{"source":650,"target":185},{"source":235,"target":169},{"source":235,"target":185},{"source":235,"target":652},{"source":235,"target":653},{"source":652,"target":264},{"source":652,"target":654},{"source":652,"target":235},{"source":654,"target":264},{"source":653,"target":185},{"source":236,"target":169},{"source":236,"target":185},{"source":236,"target":655},{"source":236,"target":656},{"source":236,"target":657},{"source":655,"target":176},{"source":655,"target":658},{"source":655,"target":236},{"source":658,"target":176},{"source":656,"target":188},{"source":656,"target":659},{"source":656,"target":236},{"source":659,"target":188},{"source":657,"target":185},{"source":237,"target":169},{"source":237,"target":185},{"source":237,"target":660},{"source":237,"target":661},{"source":660,"target":264},{"source":660,"target":662},{"source":660,"target":237},{"source":662,"target":264},{"source":661,"target":185},{"source":238,"target":169},{"source":238,"target":185},{"source":238,"target":663},{"source":238,"target":664},{"source":238,"target":665},{"source":663,"target":185},{"source":663,"target":666},{"source":663,"target":238},{"source":666,"target":185},{"source":664,"target":176},{"source":664,"target":667},{"source":664,"target":238},{"source":667,"target":176},{"source":665,"target":185},{"source":239,"target":169},{"source":239,"target":185},{"source":239,"target":668},{"source":668,"target":185},{"source":240,"target":169},{"source":240,"target":185},{"source":240,"target":669},{"source":240,"target":670},{"source":240,"target":671},{"source":240,"target":672},{"source":669,"target":185},{"source":669,"target":673},{"source":669,"target":240},{"source":673,"target":185},{"source":670,"target":176},{"source":670,"target":674},{"source":670,"target":240},{"source":674,"target":176},{"source":671,"target":261},{"source":671,"target":675},{"source":671,"target":240},{"source":675,"target":261},{"source":672,"target":185},{"source":241,"target":169},{"source":241,"target":185},{"source":241,"target":676},{"source":241,"target":677},{"source":676,"target":176},{"source":676,"target":678},{"source":676,"target":241},{"source":678,"target":176},{"source":677,"target":185},{"source":242,"target":169},{"source":242,"target":185},{"source":242,"target":679},{"source":242,"target":680},{"source":242,"target":681},{"source":242,"target":682},{"source":242,"target":683},{"source":679,"target":185},{"source":679,"target":684},{"source":679,"target":242},{"source":684,"target":185},{"source":680,"target":176},{"source":680,"target":685},{"source":680,"target":242},{"source":685,"target":176},{"source":681,"target":176},{"source":681,"target":686},{"source":681,"target":242},{"source":686,"target":176},{"source":682,"target":176},{"source":682,"target":687},{"source":682,"target":242},{"source":687,"target":176},{"source":683,"target":185},{"source":243,"target":169},{"source":243,"target":185},{"source":243,"target":688},{"source":243,"target":689},{"source":243,"target":690},{"source":243,"target":691},{"source":688,"target":185},{"source":688,"target":692},{"source":688,"target":243},{"source":692,"target":185},{"source":689,"target":176},{"source":689,"target":693},{"source":689,"target":243},{"source":693,"target":176},{"source":690,"target":185},{"source":690,"target":694},{"source":690,"target":243},{"source":694,"target":185},{"source":691,"target":185},{"source":244,"target":169},{"source":244,"target":185},{"source":244,"target":695},{"source":244,"target":696},{"source":244,"target":697},{"source":695,"target":185},{"source":695,"target":698},{"source":695,"target":244},{"source":698,"target":185},{"source":696,"target":264},{"source":696,"target":699},{"source":696,"target":244},{"source":699,"target":264},{"source":697,"target":185},{"source":245,"target":169},{"source":245,"target":185},{"source":245,"target":700},{"source":245,"target":701},{"source":700,"target":176},{"source":700,"target":702},{"source":700,"target":245},{"source":702,"target":176},{"source":701,"target":185},{"source":246,"target":169},{"source":246,"target":185},{"source":246,"target":703},{"source":246,"target":704},{"source":246,"target":705},{"source":246,"target":706},{"source":703,"target":176},{"source":703,"target":707},{"source":703,"target":246},{"source":707,"target":176},{"source":704,"target":176},{"source":704,"target":708},{"source":704,"target":246},{"source":708,"target":176},{"source":705,"target":188},{"source":705,"target":709},{"source":705,"target":246},{"source":709,"target":188},{"source":706,"target":185},{"source":247,"target":169},{"source":247,"target":185},{"source":247,"target":710},{"source":247,"target":711},{"source":247,"target":712},{"source":710,"target":176},{"source":710,"target":713},{"source":710,"target":247},{"source":713,"target":176},{"source":711,"target":29},{"source":711,"target":714},{"source":711,"target":247},{"source":714,"target":29},{"source":712,"target":185},{"source":248,"target":169},{"source":248,"target":185},{"source":248,"target":715},{"source":248,"target":716},{"source":248,"target":717},{"source":715,"target":176},{"source":715,"target":718},{"source":715,"target":248},{"source":718,"target":176},{"source":716,"target":185},{"source":716,"target":719},{"source":716,"target":248},{"source":719,"target":185},{"source":717,"target":185},{"source":249,"target":169},{"source":249,"target":185},{"source":249,"target":720},{"source":249,"target":721},{"source":249,"target":722},{"source":720,"target":234},{"source":720,"target":723},{"source":720,"target":249},{"source":723,"target":234},{"source":721,"target":176},{"source":721,"target":724},{"source":721,"target":249},{"source":724,"target":176},{"source":722,"target":185},{"source":250,"target":169},{"source":250,"target":185},{"source":250,"target":725},{"source":250,"target":726},{"source":725,"target":176},{"source":725,"target":727},{"source":725,"target":250},{"source":727,"target":176},{"source":726,"target":185},{"source":251,"target":169},{"source":251,"target":185},{"source":251,"target":728},{"source":251,"target":729},{"source":251,"target":730},{"source":251,"target":731},{"source":728,"target":174},{"source":728,"target":732},{"source":728,"target":251},{"source":732,"target":174},{"source":729,"target":234},{"source":729,"target":733},{"source":729,"target":251},{"source":733,"target":234},{"source":730,"target":234},{"source":730,"target":734},{"source":730,"target":251},{"source":734,"target":234},{"source":731,"target":185},{"source":252,"target":169},{"source":252,"target":185},{"source":252,"target":735},{"source":252,"target":736},{"source":735,"target":191},{"source":735,"target":737},{"source":735,"target":252},{"source":737,"target":191},{"source":736,"target":185},{"source":253,"target":169},{"source":253,"target":185},{"source":253,"target":738},{"source":253,"target":739},{"source":253,"target":740},{"source":253,"target":741},{"source":738,"target":262},{"source":738,"target":742},{"source":738,"target":253},{"source":742,"target":262},{"source":739,"target":182},{"source":739,"target":743},{"source":739,"target":253},{"source":743,"target":182},{"source":740,"target":188},{"source":740,"target":744},{"source":740,"target":253},{"source":744,"target":188},{"source":741,"target":185},{"source":254,"target":169},{"source":254,"target":185},{"source":254,"target":745},{"source":254,"target":746},{"source":254,"target":747},{"source":745,"target":185},{"source":745,"target":748},{"source":745,"target":254},{"source":748,"target":185},{"source":746,"target":176},{"source":746,"target":749},{"source":746,"target":254},{"source":749,"target":176},{"source":747,"target":185},{"source":255,"target":169},{"source":255,"target":188},{"source":255,"target":750},{"source":255,"target":751},{"source":255,"target":752},{"source":255,"target":753},{"source":750,"target":188},{"source":750,"target":754},{"source":750,"target":255},{"source":754,"target":188},{"source":751,"target":94},{"source":751,"target":755},{"source":751,"target":255},{"source":755,"target":94},{"source":752,"target":188},{"source":752,"target":756},{"source":752,"target":255},{"source":756,"target":188},{"source":753,"target":188},{"source":256,"target":169},{"source":256,"target":188},{"source":256,"target":757},{"source":256,"target":758},{"source":256,"target":759},{"source":757,"target":188},{"source":757,"target":760},{"source":757,"target":256},{"source":760,"target":188},{"source":758,"target":188},{"source":758,"target":761},{"source":758,"target":256},{"source":761,"target":188},{"source":759,"target":188},{"source":257,"target":169},{"source":257,"target":188},{"source":257,"target":762},{"source":257,"target":763},{"source":762,"target":24},{"source":762,"target":764},{"source":762,"target":257},{"source":764,"target":24},{"source":763,"target":188},{"source":258,"target":169},{"source":258,"target":188},{"source":258,"target":765},{"source":258,"target":766},{"source":258,"target":767},{"source":765,"target":264},{"source":765,"target":768},{"source":765,"target":258},{"source":768,"target":264},{"source":766,"target":188},{"source":766,"target":769},{"source":766,"target":258},{"source":769,"target":188},{"source":767,"target":188},{"source":259,"target":169},{"source":259,"target":188},{"source":259,"target":770},{"source":259,"target":771},{"source":770,"target":219},{"source":770,"target":772},{"source":770,"target":259},{"source":772,"target":219},{"source":771,"target":188},{"source":260,"target":169},{"source":260,"target":188},{"source":260,"target":773},{"source":260,"target":774},{"source":260,"target":775},{"source":773,"target":188},{"source":773,"target":776},{"source":773,"target":260},{"source":776,"target":188},{"source":774,"target":29},{"source":774,"target":777},{"source":774,"target":260},{"source":777,"target":29},{"source":775,"target":188},{"source":261,"target":169},{"source":261,"target":190},{"source":261,"target":778},{"source":261,"target":779},{"source":261,"target":780},{"source":261,"target":781},{"source":778,"target":188},{"source":778,"target":782},{"source":778,"target":261},{"source":782,"target":188},{"source":779,"target":29},{"source":779,"target":783},{"source":779,"target":261},{"source":783,"target":29},{"source":780,"target":182},{"source":780,"target":784},{"source":780,"target":261},{"source":784,"target":182},{"source":781,"target":190},{"source":262,"target":169},{"source":262,"target":190},{"source":262,"target":785},{"source":785,"target":190},{"source":263,"target":169},{"source":263,"target":219},{"source":263,"target":786},{"source":263,"target":787},{"source":263,"target":788},{"source":786,"target":264},{"source":786,"target":789},{"source":786,"target":263},{"source":789,"target":264},{"source":787,"target":219},{"source":787,"target":790},{"source":787,"target":263},{"source":790,"target":219},{"source":788,"target":219},{"source":264,"target":169},{"source":264,"target":219},{"source":264,"target":791},{"source":264,"target":792},{"source":264,"target":793},{"source":791,"target":24},{"source":791,"target":794},{"source":791,"target":264},{"source":794,"target":24},{"source":792,"target":29},{"source":792,"target":795},{"source":792,"target":264},{"source":795,"target":29},{"source":793,"target":219},{"source":265,"target":169},{"source":265,"target":203},{"source":265,"target":796},{"source":796,"target":203},{"source":266,"target":169},{"source":266,"target":203},{"source":266,"target":797},{"source":266,"target":798},{"source":797,"target":179},{"source":797,"target":799},{"source":797,"target":266},{"source":799,"target":179},{"source":798,"target":203},{"source":267,"target":169},{"source":267,"target":203},{"source":267,"target":800},{"source":267,"target":801},{"source":800,"target":176},{"source":800,"target":802},{"source":800,"target":267},{"source":802,"target":176},{"source":801,"target":203},{"source":803,"target":24},{"source":803,"target":29},{"source":803,"target":94},{"source":24,"target":803},{"source":29,"target":803},{"source":94,"target":803}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/temp_repository-bundle/statechart.ecore
statechart ModelElement name Transition event guard from to AbstractState incoming outgoing actions CompositeState states transitions StateMachine state InitialState SimpleState FinalState Action kind ActionKind 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="statechart" nsURI="http://dummy/statechart" nsPrefix="_statechart"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//ModelElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=from"/> <details key="ref=to"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//AbstractState" eOpposite="#//AbstractState/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true" eSuperTypes="#//ModelElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=actions"/> <details key="ref=incoming"/> <details key="ref=outgoing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=states"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//CompositeState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ActionKind" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionKind"> <eLiterals name="ENTRY" value="1"/> <eLiterals name="EXIT" value="2"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_statechart","nsURI":"http://dummy/statechart","name":"statechart","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"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":"CompositeState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleState","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":"Action","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionKind","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":"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":"event","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"lowerBound":0,"iD":false,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"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},{"container":false,"ordered":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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"name":"ENTRY","id":41,"value":1,"literal":"ENTRY","eClass":"EEnumLiteral"},{"name":"EXIT","id":42,"value":2,"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":11},{"source":11,"target":12},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":19},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":20,"target":3},{"source":16,"target":3},{"source":16,"target":22},{"source":16,"target":2},{"source":16,"target":23},{"source":22,"target":3},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":23},{"source":3,"target":21},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":23,"target":3},{"source":23,"target":16},{"source":26,"target":2},{"source":21,"target":2},{"source":21,"target":27},{"source":21,"target":3},{"source":21,"target":15},{"source":27,"target":2},{"source":24,"target":9},{"source":24,"target":28},{"source":24,"target":3},{"source":28,"target":9},{"source":25,"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":3},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":3},{"source":30,"target":2},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":2},{"source":31,"target":3},{"source":5,"target":0},{"source":5,"target":34},{"source":34,"target":4},{"source":34,"target":35},{"source":34,"target":5},{"source":35,"target":4},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":36},{"source":36,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":37},{"source":37,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":38},{"source":38,"target":3},{"source":9,"target":0},{"source":9,"target":39},{"source":39,"target":10},{"source":39,"target":40},{"source":39,"target":9},{"source":40,"target":10},{"source":10,"target":0},{"source":10,"target":41},{"source":10,"target":42},{"source":41,"target":10},{"source":42,"target":10}],"multigraph":true}
ecore